| Age | Commit message (Expand) | Author | Lines |
| 2019-08-16 | rustbuild: work around the stdarch cfg(bootstrap) bug. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-08-16 | Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}. | Eduard-Mihai Burtescu | -6/+42 |
| 2019-07-07 | Stablize Euclidean Modulo (feature euclidean_division) | CrLF0710 | -32/+16 |
| 2019-07-04 | Switch master to 1.38 | Mark Rousskov | -1/+1 |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -17/+17 |
| 2019-06-07 | Make `i*::signum` a `const fn`. | Dylan MacKenzie | -6/+3 |
| 2019-06-05 | Utilize cfg(bootstrap) over cfg(stage0) | Mark Rousskov | -1/+1 |
| 2019-05-31 | Stabilize reverse_bits feature | Lzu Tao | -7/+2 |
| 2019-05-25 | Rollup merge of #61134 - nvzqz:reverse_bits-must_use, r=varkor | Mazdak Farrokhzad | -0/+2 |
| 2019-05-24 | Annotate each `reverse_bits` with `#[must_use]` | Nikolai Vazquez | -0/+2 |
| 2019-05-22 | Allow null-pointer-optimized enums in FFI if their underlying representation ... | Michael Bradshaw | -0/+1 |
| 2019-05-05 | to_xe_bytes for isize and usize returns an array of different size | Stepan Koltsov | -30/+83 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichton | bors | -0/+56 |
| 2019-04-25 | Add saturating_abs() and saturating_neg() functions to signed integer types | Tobias Rapp | -0/+56 |
| 2019-04-23 | Rollup merge of #59839 - KodrAus:must-use-num, r=sfackler | Mazdak Farrokhzad | -0/+156 |
| 2019-04-19 | libcore: deny more... | Mazdak Farrokhzad | -9/+9 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -19/+19 |
| 2019-04-16 | Fix the max value of usize on 16-bit platforms | Jakub Kądziołka | -1/+1 |
| 2019-04-10 | warn on unused results for operation methods on nums | Ashley Mannix | -0/+156 |
| 2019-03-28 | Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk | Mazdak Farrokhzad | -0/+24 |
| 2019-03-19 | Simplify u8::to_ascii_{upp,low}ercase while keeping it fast | Simon Sapin | -42/+4 |
| 2019-03-18 | Remove ASCII_CHARACTER_CLASS table, use `match` with range patterns instead. | Simon Sapin | -55/+20 |
| 2019-03-18 | Make u8::to_ascii_lowercase and to_ascii_uppercase branchless | Simon Sapin | -80/+42 |
| 2019-03-13 | Rollup merge of #58998 - xTibor:doc_from_bytes, r=scottmcm | Mazdak Farrokhzad | -8/+8 |
| 2019-03-12 | Auto merge of #58015 - icefoxen:tryfrom-docs, r=SimonSapin | bors | -0/+12 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -1/+1 |
| 2019-03-08 | Fix documentation of from_ne_bytes and from_le_bytes | Nagy Tibor | -8/+8 |
| 2019-03-02 | Bootstrap compiler update for 1.35 release | Mark Rousskov | -102/+0 |
| 2019-02-27 | replaced nonzeroparseerror with regular interror | Marcel Hellwig | -92/+10 |
| 2019-02-27 | Vastly simplify TryFrom docs. | Simon Heath | -28/+8 |
| 2019-02-27 | Incorporated review changes. | Simon Heath | -16/+32 |
| 2019-02-27 | Fix a bunch of heckin' trailing whitespace | Simon Heath | -5/+5 |
| 2019-02-27 | Add basic docs to integer TryFrom impl macros. | Simon Heath | -0/+16 |
| 2019-02-26 | Clarify `rotate_{left,right}` docs | Tobias Bucher | -4/+4 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -15/+19 |
| 2019-02-25 | Add FromStr impl for NonZero types | Marcel Hellwig | -0/+106 |
| 2019-02-20 | Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichton | kennytm | -9/+5 |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -13/+7 |
| 2019-02-13 | Use convert::Infallible instead of never in the blanket TryFrom impl | Simon Sapin | -2/+12 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -2/+2 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-07 | Add unstable feature attribute for unsigned const saturating add/sub intrinsi... | Patrick McCarter | -0/+2 |
| 2019-02-07 | Refactor const saturating intrinsics emulation and add unstable feature attri... | Patrick McCarter | -0/+2 |
| 2019-02-06 | Allow const assignment for int saturating_sub() for #58030 | Patrick McCarter | -10/+44 |
| 2019-02-05 | Allow const assignment for int saturating_add() calls for #58030 | Patrick McCarter | -10/+47 |
| 2019-02-01 | Simplify the overflowing_neg expression | Lokathor | -1/+1 |
| 2019-02-01 | Don't know why I wasn't using `self` properly there | Lokathor | -1/+1 |
| 2019-02-01 | Make overflowing and wrapping negation const | Lokathor | -9/+5 |