| Age | Commit message (Expand) | Author | Lines |
| 2019-04-17 | Correct E0392 diagnostic | varkor | -5/+8 |
| 2019-04-17 | Do not mention missing `PartialOrd` impl when involving uncalled fns | Esteban Küber | -19/+14 |
| 2019-04-18 | Rename module | Yuki OKUSHI | -1/+1 |
| 2019-04-18 | Remove unnecessary condition | Yuki OKUSHI | -1/+1 |
| 2019-04-18 | Rename diagnositc_list into error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-18 | Rename files in doc | Yuki OKUSHI | -11/+11 |
| 2019-04-17 | Auto merge of #59527 - matklad:sized-index, r=Centril | bors | -0/+23 |
| 2019-04-17 | Fix ICE on const evaluation of const method | Esteban Küber | -0/+48 |
| 2019-04-18 | making adjust_span a closure | Saleem Jaffer | -22/+22 |
| 2019-04-17 | Make iterate take a FnOnce with PlaceBase and PlaceProjectionIter | Santiago Pastorino | -214/+236 |
| 2019-04-17 | Place::iterate do not take an accumulator anymore, hide that in a private fn | Santiago Pastorino | -3/+10 |
| 2019-04-17 | Place::unroll -> Place::iterate | Santiago Pastorino | -6/+6 |
| 2019-04-17 | Move unroll_place to Place::unroll | Santiago Pastorino | -79/+80 |
| 2019-04-17 | Auto merge of #60013 - NieDzejkob:fix-16bit-usize, r=sanxiyn | bors | -1/+1 |
| 2019-04-17 | Auto merge of #60034 - rasendubi:fix-comments, r=Centril | bors | -9/+9 |
| 2019-04-17 | add a test for unsized index | Aleksey Kladov | -0/+23 |
| 2019-04-17 | code review fixes | Saleem Jaffer | -25/+24 |
| 2019-04-17 | Resolve inconsistency in error messages between "parameter" and "variable". | Eduard-Mihai Burtescu | -20/+20 |
| 2019-04-17 | Remove nrc from toolstate pings | Nick Cameron | -2/+2 |
| 2019-04-17 | Auto merge of #60030 - Centril:rollup-3d0t24t, r=Centril | bors | -426/+444 |
| 2019-04-17 | Rename filename | Yuki OKUSHI | -1/+1 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -13/+13 |
| 2019-04-17 | Rename error_reporting to diagnostics | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Promote regular comments to rustdoc comments | Alexey Shmalko | -7/+7 |
| 2019-04-17 | Fix comments around test harness generation | Alexey Shmalko | -2/+2 |
| 2019-04-17 | Remove unwanted z-index change | Guillaume Gomez | -1/+0 |
| 2019-04-17 | Rollup merge of #60018 - RalfJung:miri-test-libstd, r=oli-obk | Mazdak Farrokhzad | -11/+29 |
| 2019-04-17 | Rollup merge of #60003 - petrhosek:llvm-lto-lld, r=cramertj | Mazdak Farrokhzad | -2/+4 |
| 2019-04-17 | Rollup merge of #59986 - RalfJung:miri-new-alloc, r=oli-obk | Mazdak Farrokhzad | -164/+99 |
| 2019-04-17 | Rollup merge of #59646 - JohnTitor:improve-wording, r=oli-obk | Mazdak Farrokhzad | -19/+25 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -230/+287 |
| 2019-04-17 | test sort_unstable in Miri | Ralf Jung | -6/+15 |
| 2019-04-17 | Document `Item` type in `std::env::SplitPaths` iterator. | Nathan Kleyn | -1/+7 |
| 2019-04-17 | Auto merge of #60027 - jethrogb:jb/sgx-reentry-abort, r=cramertj | bors | -19/+11 |
| 2019-04-17 | Auto merge of #59974 - Centril:boostrap-to-2019-04-11, r=pietroalbini,Mark-Si... | bors | -34/+30 |
| 2019-04-17 | bump bootstrap; remove redundant 'use libc;' on macOS. | Mazdak Farrokhzad | -1/+0 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -29/+27 |
| 2019-04-17 | bump bootstrap; nightly => 1.36. | Mazdak Farrokhzad | -1/+1 |
| 2019-04-17 | bump bootstrap; fix compiletest wrt. exclude_should_panic | Mazdak Farrokhzad | -0/+1 |
| 2019-04-17 | bump bootstrap; remove redundant imports. | Mazdak Farrokhzad | -2/+0 |
| 2019-04-17 | bump bootstrap => 2019-04-11 | Mazdak Farrokhzad | -1/+1 |
| 2019-04-16 | SGX target: change re-entry abort logic | Jethro Beekman | -19/+11 |
| 2019-04-16 | implement nth_back for Enumerate | Adrian Friedli | -0/+28 |
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -164/+99 |
| 2019-04-16 | Auto merge of #59997 - ehuss:update-cargo, r=alexcrichton | bors | -4/+4 |
| 2019-04-16 | implement nth_back for Fuse | Adrian Friedli | -0/+16 |
| 2019-04-16 | implement nth_back for Bytes | Adrian Friedli | -0/+5 |
| 2019-04-16 | Fix dark css rule | Guillaume Gomez | -3/+3 |
| 2019-04-16 | Miri now supports entropy, but is still slow | Ralf Jung | -9/+18 |