Skip to content

Releases: paholg/typenum

v1.19.0

02 Oct 06:13
65d1738

Choose a tag to compare

Chores

Commits

  • 5ab37fa: Mark generated files with git attribute (#222) (David Tolnay) #222
  • 7ceeb76: fix tarr! pattern match (#225) (Kyle Gullion) #225
  • e71d144: Fix const-generics feature on 16-bit targets (#224) (Robin Krahl) #224
  • 6b1603e: Remove deprecated feature flag from lib.rs (#231) (Yuki Okushi) #231
  • f86d468: Fix CI job (Paho Lurie-Gregg)
  • da36818: Remove wrong documentation about type operators (#229) (Asger Hautop Drewsen) #229
  • 9b05f6c: Add core::fmt::Binary support for integers (#228) (Asger Hautop Drewsen) #228
  • 44eece3: Add constants for powers of two minus one (#227) (Asger Hautop Drewsen) #227
  • 39492ae: add implementations for ToInt for isize, i128, and u128 (#230) (blacktemplar) #230
  • 65d1738: Version 1.19.0 (#235) (Paho Lurie-Gregg) #235

v1.18.0

18 Feb 07:41
67584b5

Choose a tag to compare

Features

Commits

  • b237efb: Version v1.17.0 (#200) (Paho Lurie-Gregg) #200
  • 68980e9: add elixir style capturing of the rest of the array (Kyle Gullion) #214
  • 21c7d60: Setup nix flake (Paho Lurie-Gregg)
  • 137863c: Fix CI build, introduce justfile (#218) (Paho Lurie-Gregg) #218
  • bab772b: Check-in generated code (#219) (Paho Lurie-Gregg) #219
  • 9eec4b7: Add constant for 3600 (#220) (Paho Lurie-Gregg) #220
  • 4bccf7d: Setup nix flake (Paho Lurie-Gregg)
  • 372a281: Fix CI build, introduce justfile (#218) (Paho Lurie-Gregg)
  • 83e03f5: Check-in generated code (#219) (Paho Lurie-Gregg)
  • 74d63c1: Add constant for 3600 (#220) (Paho Lurie-Gregg)
  • 2488205: Merge branch 'kgullion-elixir-style-tarr' (Paho Lurie-Gregg)
  • 67584b5: Version 1.18 (#221) (Paho Lurie-Gregg) #221

v1.17.0

15 Sep 15:27
b237efb

Choose a tag to compare

Features

Commits

v1.16.0

05 Dec 16:10

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

Choose a tag to compare

Commits

v1.14.0

01 Sep 19:33

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

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

Choose a tag to compare

Merge pull request #60 from paholg/fix_cmp

Fix cmp