| Age | Commit message (Expand) | Author | Lines |
| 2019-04-18 | update miri | Ralf Jung | -14/+14 |
| 2019-04-18 | Auto merge of #60048 - estebank:issue-54954, r=sanxiyn | bors | -0/+48 |
| 2019-04-18 | Auto merge of #60051 - estebank:fn-sugg, r=davidtwco | bors | -19/+16 |
| 2019-04-17 | review comment: add extra doc | Esteban Küber | -1/+3 |
| 2019-04-17 | Auto merge of #60054 - Centril:rollup-o40xxaa, r=Centril | bors | -26/+27 |
| 2019-04-18 | Rollup merge of #60037 - eddyb:actually-its-param, r=estebank | Mazdak Farrokhzad | -20/+20 |
| 2019-04-18 | Rollup merge of #60036 - rust-lang:nrc-patch-1, r=Xanewok | Mazdak Farrokhzad | -2/+2 |
| 2019-04-18 | Rollup merge of #59984 - gluyas:collections-with_capacity-doc-fix, r=rkruppe | Mazdak Farrokhzad | -4/+3 |
| 2019-04-18 | Rollup merge of #59908 - lzutao:str_escape, r=SimonSapin | Mazdak Farrokhzad | -0/+2 |
| 2019-04-17 | Do not mention missing `PartialOrd` impl when involving uncalled fns | Esteban Küber | -19/+14 |
| 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-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 | 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 | 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 | 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 | 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 | 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 | Miri now supports entropy, but is still slow | Ralf Jung | -9/+18 |
| 2019-04-16 | Update cargo | Eric Huss | -4/+4 |
| 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 | Add a comment explaining why SecRandomCopyBytes is not used on MacOS | Ed Barnard | -0/+7 |
| 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 | Auto merge of #60007 - Centril:rollup-gdh1er4, r=Centril | bors | -14/+191 |
| 2019-04-16 | Rollup merge of #60000 - pietroalbini:triagebot, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+6 |
| 2019-04-16 | Rollup merge of #59993 - euclio:unused-ref-field, r=estebank | Mazdak Farrokhzad | -5/+119 |
| 2019-04-16 | Rollup merge of #59992 - QuietMisdreavus:static-settings-path, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+6 |
| 2019-04-16 | Rollup merge of #59973 - Enity:fix-rustdoc-sidebar, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+2 |