| Age | Commit message (Expand) | Author | Lines |
| 2019-04-18 | Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`. | Nathan Kleyn | -3/+3 |
| 2019-04-18 | Add codegen test that makes sure PGO instrumentation is emitted as expected. | Michael Woerister | -0/+20 |
| 2019-04-18 | compiletest: Allow for tests requiring profiler-rt or sanitizer-rt support. | Michael Woerister | -0/+21 |
| 2019-04-18 | Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUSTC_ to ma... | Michael Woerister | -16/+16 |
| 2019-04-18 | Update run-make PGO test to new commandline syntax. | Michael Woerister | -1/+1 |
| 2019-04-18 | Use more realistic example for thread builder | Aleksey Kladov | -1/+1 |
| 2019-04-18 | Auto merge of #60071 - RalfJung:miri, r=oli-obk | bors | -14/+14 |
| 2019-04-18 | make liballoc internal test suite mostly pass in Miri | Ralf Jung | -1/+15 |
| 2019-04-18 | update miri | Ralf Jung | -14/+14 |
| 2019-04-18 | Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertj | bors | -38/+47 |
| 2019-04-18 | Auto merge of #60048 - estebank:issue-54954, r=sanxiyn | bors | -0/+48 |
| 2019-04-18 | Update stdsimd | Taiki Endo | -0/+0 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -332/+342 |
| 2019-04-18 | Simplify the returning of a Result a bit | Jan Nils Ferner | -2/+1 |
| 2019-04-18 | Auto merge of #60051 - estebank:fn-sugg, r=davidtwco | bors | -19/+16 |
| 2019-04-17 | Give custom error for E0277 on `?` error case | Esteban Küber | -6/+18 |
| 2019-04-17 | Point at try `?` on errors affecting the err match arm of the desugared code | Esteban Küber | -13/+21 |
| 2019-04-18 | Make PlaceProjectionsIter a proper iterator | Santiago Pastorino | -4/+18 |
| 2019-04-17 | whitelist rtm x86 cpu feature | tyler | -1/+5 |
| 2019-04-17 | review comment: add extra doc | Esteban Küber | -1/+3 |
| 2019-04-18 | Add a test for unused const parameters | varkor | -0/+14 |
| 2019-04-18 | Const parameters should impose no variance constraints | varkor | -29/+16 |
| 2019-04-18 | Add a FIXME to collector | varkor | -0/+2 |
| 2019-04-18 | Add own_requires_monomorphization | varkor | -9/+15 |
| 2019-04-18 | Update rustfmt to 1.2.1 | topecongiro | -5/+5 |
| 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-18 | Fixes attributes position in types decl | Guillaume Gomez | -17/+22 |
| 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 | Make assert! ensure the macro is parsed completely | Alexey Shmalko | -2/+45 |
| 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 |