| Age | Commit message (Expand) | Author | Lines |
| 2020-03-14 | Rollup merge of #69954 - RalfJung:panic_if-assert, r=Centril,eddyb | Yuki Okushi | -4/+22 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -8/+5 |
| 2020-03-13 | update stable-since version for const_int_conversion | Trevor Spiteri | -12/+12 |
| 2020-03-12 | rename panic_if_ intrinsics to assert_ | Ralf Jung | -4/+22 |
| 2020-03-12 | Rollup merge of #69011 - foeb:document-unsafe-core-fmt, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+45 |
| 2020-03-11 | Regenerate tables for Unicode 13.0.0 | Josh Stone | -445/+462 |
| 2020-03-11 | implement zeroed and uninitialized with MaybeUninit | Ralf Jung | -41/+3 |
| 2020-03-11 | Rollup merge of #69850 - RalfJung:panic-bounds-check, r=eddyb | Mazdak Farrokhzad | -2/+49 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -1/+4 |
| 2020-03-11 | Rollup merge of #69766 - skade:make-point-copy-in-add-documentation, r=shepma... | Mazdak Farrokhzad | -6/+6 |
| 2020-03-11 | Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPC | Mazdak Farrokhzad | -0/+19 |
| 2020-03-11 | Rollup merge of #69625 - Stebalien:feat/iter-copy-specialize, r=KodrAus | Mazdak Farrokhzad | -0/+12 |
| 2020-03-11 | Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obk | Mazdak Farrokhzad | -17/+48 |
| 2020-03-11 | Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb | Mazdak Farrokhzad | -0/+16 |
| 2020-03-10 | Make Point `Copy` in arithmetic documentation | Florian Gilcher | -6/+6 |
| 2020-03-10 | also make panic_fmt track_caller | Ralf Jung | -7/+36 |
| 2020-03-10 | Rollup merge of #69799 - TimDiekmann:zst, r=Amanieu | Mazdak Farrokhzad | -43/+13 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -3/+0 |
| 2020-03-10 | builtin_macros: Add attribute macro `#[cfg_accessible(path)]` | Vadim Petrochenkov | -0/+21 |
| 2020-03-09 | panic_bounds_check: use caller_location, like PanicFnLangItem | Ralf Jung | -0/+18 |
| 2020-03-08 | Rollup merge of #69651 - Mark-Simulacrum:black-box-marker, r=eddyb | Mazdak Farrokhzad | -1/+11 |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -1/+4 |
| 2020-03-08 | Allow ZSTs in `AllocRef` | Tim Diekmann | -43/+13 |
| 2020-03-07 | Implement BitOr and BitOrAssign for the NonZero integer types | Thom Chiovoloni | -0/+87 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -8/+5 |
| 2020-03-07 | Rollup merge of #69797 - jongiddy:convert-version, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-07 | Rollup merge of #69794 - TimDiekmann:dangling, r=Amanieu | Mazdak Farrokhzad | -0/+16 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -15/+15 |
| 2020-03-07 | Correct version that relaxed orphan rules | Jonathan Giddy | -1/+1 |
| 2020-03-07 | Rollup merge of #69706 - cuviper:subslice-methods, r=Centril | Mazdak Farrokhzad | -22/+8 |
| 2020-03-07 | Update alloc.rs | Tim Diekmann | -2/+2 |
| 2020-03-07 | Add `Layout::dangling()` to return a well-aligned `NonNull<u8>` | Tim Diekmann | -0/+16 |
| 2020-03-06 | bless tests | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -16/+16 |
| 2020-03-05 | Document unsafe blocks in core::fmt | Phoebe Bell | -6/+45 |
| 2020-03-05 | Simplify the try intrinsic by using a callback in the catch block | Amanieu d'Antras | -6/+8 |
| 2020-03-05 | Make link to `std::str` active | LeSeulArtichaut | -1/+3 |
| 2020-03-04 | Add unborrow to reset RefCell borrow state | Andreas Molzer | -5/+36 |
| 2020-03-04 | Use subslice patterns in slice methods | Josh Stone | -22/+8 |
| 2020-03-04 | Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay | bors | -215/+255 |
| 2020-03-03 | Try to ensure usize marker does not get merged | Mark Rousskov | -1/+11 |
| 2020-03-03 | Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkov | Dylan DPC | -6/+2 |
| 2020-03-03 | use question mark operator in a few places. | Matthias Krüger | -6/+2 |
| 2020-03-03 | Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu | Yuki Okushi | -224/+80 |
| 2020-03-03 | Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnik | Yuki Okushi | -2/+5 |
| 2020-03-03 | Remove `usable_size` APIs | Tim Diekmann | -224/+80 |
| 2020-03-02 | remove unused mut, restructure the test | Dodo | -6/+6 |
| 2020-03-02 | Apply suggestions from code review | LeSeulArtichaut | -2/+3 |
| 2020-03-02 | An enter as last character pleases tidy it seems | Dodo | -1/+1 |
| 2020-03-02 | const forget tests | Dodo | -0/+19 |