| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | -0/+0 |
| 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 |
| 2019-04-16 | Update cargo | Eric Huss | -0/+0 |
| 2019-04-16 | Fix the max value of usize on 16-bit platforms | Jakub Kądziołka | -1/+1 |
| 2019-04-16 | Auto merge of #59879 - ebarnard:patch-1, r=alexcrichton | bors | -0/+7 |
| 2019-04-16 | Don't test json with color codes on windows | Oliver Scherer | -53/+54 |
| 2019-04-16 | fixing tests | Saleem Jaffer | -1/+1 |
| 2019-04-16 | Add a comment explaining why SecRandomCopyBytes is not used on MacOS | Ed Barnard | -0/+7 |
| 2019-04-16 | rustc_metadata: more safely read/write the index positions. | Eduard-Mihai Burtescu | -45/+80 |
| 2019-04-16 | refactor ExprKind to use new PointerCast enum | Saleem Jaffer | -99/+21 |
| 2019-04-16 | Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichton | bors | -10/+92 |
| 2019-04-16 | this panic occurs not just on Windows, normalize it away everywhere | Ralf Jung | -6/+6 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -84/+85 |
| 2019-04-16 | Auto merge of #60007 - Centril:rollup-gdh1er4, r=Centril | bors | -14/+185 |
| 2019-04-16 | Rollup merge of #59993 - euclio:unused-ref-field, r=estebank | Mazdak Farrokhzad | -5/+119 |