Skip to content

Releases: paholg/typenum

v1.17.0

15 Sep 15:27
b237efb
Compare
Choose a tag to compare

Features

Commits

v1.16.0

05 Dec 16:10
Compare
Choose a tag to compare

Commits

  • f3e1972: Add generic const mappings (Daniel Henry-Mantilla) #176
  • 7d3ee8f: Dev QoL: allow caching the build.rs execution (Daniel Henry-Mantilla) #176
  • 077aa83: Improve the readability of the main page docs, w.r.t. the consts exported (Daniel Henry-Mantilla) #176
  • 2ad6e88: Bump the version (Daniel Henry-Mantilla) #176
  • cb3d2d5: Add a const field to the ToInt trait to allow its use in const contexts (#179) (winestone) #179
  • d3b30c8: Do not emit unnecessary "cargo:rustc-env=" instructions. (#184) (Dinu Blanovschi) #184
  • cf9f811: Merge branch 'main' into main (Paho Lurie-Gregg) #176
  • ba67264: Bump to version 1.16 (#185) (Paho Lurie-Gregg) #185

v1.15.0

26 Dec 06:41
Compare
Choose a tag to compare

Commits

v1.14.0

01 Sep 19:33
Compare
Choose a tag to compare

Commits

  • ff1bf0c: Update version to 1.13 (#168) (Paho Lurie-Gregg) #168
  • c2e402b: Set html_root_url attribute (#169) (Trevor Spiteri) #169
  • c4e2d5c: Mark the Bit, Unsigned and Integer traits as 'static (#171) (Trevor Spiteri) #171
  • 3389ca9: Seal all marker traits and bump version (Paho Lurie-Gregg) #174

v1.13.0

13 Mar 00:25
Compare
Choose a tag to compare

Commits

  • [21e6a44]: Clarification of MIT, Apache-2.0 dual license (Akhil Velagapudi)
  • [8362450]: Fix date in changelog (Paho Lurie-Gregg)
  • [d8786ab]: Add impl Pow<NInt<...>> for f{32,64} (Waffle) #151
  • [841b7a3]: update changelog (Waffle) #151
  • [a0be662]: allow calling assert_type{,_eq}! at top-level & const ctx (Waffle) #152
  • [3589cd4]: Add rustfmt.toml to format Rust code in doc comments (jerry73204) #155
  • [4e145da]: Add Zero trait (jerry73204) #137
  • [466df16]: Introduce ToInt type operator (jerry73204) #135
  • [56ca838]: Use edition 2018 (fixes #138) (jerry73204) #156
  • [5cf10f7]: Add local_inner_macros for 2018 edition support. (Charles Lew) #160
  • [581bc6b]: Update default branch (Paho Lurie-Gregg)
  • [bf75832]: Appease clippy (#164) (Paho Lurie-Gregg) #164
  • [c27b83e]: Explore GitHub Actions instead of Travis (#165) (Paho Lurie-Gregg) #165
  • [7e723d0]: Add rustfmt.toml to format Rust code in doc comments (#155) (jerry73204) #155
  • [92504db]: Update build badge (Paho Lurie-Gregg)
  • [64a1993]: Add new() method to Bit trait (#141) (jerry73204) #141
  • [2955684]: Merge branch 'const_assert_ty_eq' of https://github.com/WaffleLapkin/typenum into WaffleLapkin-const_assert_ty_eq (Paho Lurie-Gregg) #152
  • [87f87e8]: Merge branch 'WaffleLapkin-const_assert_ty_eq' (Paho Lurie-Gregg)
  • [80fbdeb]: Merge branch 'main' of github.com:paholg/typenum (Paho Lurie-Gregg)
  • [f4305c3]: Merge branch '2018-edition' of git://github.com/jerry73204/typenum into jerry73204-2018-edition (Paho Lurie-Gregg) #156
  • [1043b4c]: Merge branch 'jerry73204-2018-edition' (Paho Lurie-Gregg)
  • [b62d84b]: Run fmt on nightly (Paho Lurie-Gregg)
  • [98a8903]: Merge branch 'zero-marker' of git://github.com/jerry73204/typenum into jerry73204-zero-marker (Paho Lurie-Gregg) #137
  • [51554a6]: Merge branch 'jerry73204-zero-marker' (Paho Lurie-Gregg)
  • [932263f]: Update changelog (Paho Lurie-Gregg)
  • [72f4f52]: Merge branch 'float_to_neg_exp' of git://github.com/WaffleLapkin/typenum into WaffleLapkin-float_to_neg_exp (Paho Lurie-Gregg) #151
  • [4baa893]: Add inline to powi (Paho Lurie-Gregg)
  • [f8845f9]: Merge branch 'WaffleLapkin-float_to_neg_exp' (Paho Lurie-Gregg)
  • [e27c19f]: Merge branch 'license-clarification' (Paho Lurie-Gregg)
  • [7e3a878]: Build on all OSes (#166) (Paho Lurie-Gregg) #166
  • [98a1fd4]: Merge branch 'feature-to-arbitrary-int' of git://github.com/jerry73204/typenum into jerry73204-feature-to-arbitrary-int (Paho Lurie-Gregg) #135
  • [51882b8]: Merge branch 'jerry73204-feature-to-arbitrary-int' (Paho Lurie-Gregg)
  • [39eedb7]: Update changelog (Paho Lurie-Gregg)
  • [83a09af]: linewrap md files at 80 (Paho Lurie-Gregg) #167
  • [a394b35]: Add publish action (Paho Lurie-Gregg) #167
  • [104e009]: Update version to 1.13 (Paho Lurie-Gregg) #168

v1.3.1

01 Apr 01:36
Compare
Choose a tag to compare
Merge pull request #60 from paholg/fix_cmp

Fix cmp