| Age | Commit message (Expand) | Author | Lines |
| 2019-04-18 | Use -mergefunc-use-aliases for any LLVM >= 8 | Josh Stone | -1/+1 |
| 2019-04-18 | Auto merge of #60046 - euclio:missing-error-code-descriptions, r=estebank | bors | -936/+563 |
| 2019-04-18 | Auto merge of #58702 - taiki-e:libcore-2018, r=Centril | bors | -332/+342 |
| 2019-04-18 | Update tests | varkor | -19/+19 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -936/+563 |
| 2019-04-18 | Update miri | Tim Diekmann | -14/+14 |
| 2019-04-18 | Implement event filtering for self-profiler. | Michael Woerister | -28/+97 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -2519/+2519 |
| 2019-04-18 | Use new `needs-(profiler|sanitizer)-support` compiletest directive to clean u... | Michael Woerister | -30/+20 |
| 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-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 |