| Age | Commit message (Expand) | Author | Lines |
| 2020-03-21 | Add missing -Z unstable-options flag | Alex Tokarev | -1/+6 |
| 2020-02-26 | Stabilize --crate-version option in rustdoc | Guillaume Gomez | -19/+14 |
| 2020-02-26 | Auto merge of #69484 - Dylan-DPC:rollup-j6ripxy, r=Dylan-DPC | bors | -406/+445 |
| 2020-02-26 | Rollup merge of #69447 - Centril:minor-stmt-refactor, r=estebank | Dylan DPC | -94/+87 |
| 2020-02-26 | Rollup merge of #69434 - petrochenkov:metabs, r=Mark-Simulacrum | Dylan DPC | -13/+5 |
| 2020-02-26 | Rollup merge of #69381 - QuiltOS:no-std-from-config, r=Mark-Simulacrum | Dylan DPC | -7/+17 |
| 2020-02-26 | Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnay | Dylan DPC | -292/+273 |
| 2020-02-26 | Rollup merge of #68712 - HeroicKatora:finalize-ref-cell, r=dtolnay | Dylan DPC | -0/+63 |
| 2020-02-26 | Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus | bors | -128/+497 |
| 2020-02-26 | Auto merge of #61812 - jonas-schievink:assoc-ty-defaults, r=nikomatsakis | bors | -154/+2048 |
| 2020-02-26 | Auto merge of #69474 - Dylan-DPC:rollup-ciotplu, r=Dylan-DPC | bors | -119/+290 |
| 2020-02-26 | Rollup merge of #69457 - GuillaumeGomez:clean-up-e0370-e0371, r=Dylan-DPC | Dylan DPC | -6/+10 |
| 2020-02-26 | Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebank | Dylan DPC | -10/+9 |
| 2020-02-26 | Rollup merge of #69423 - petrochenkov:nont, r=Centril | Dylan DPC | -47/+45 |
| 2020-02-26 | Rollup merge of #69412 - tmiasko:checked-unused, r=petrochenkov | Dylan DPC | -6/+63 |
| 2020-02-26 | Rollup merge of #69387 - petrochenkov:idprint, r=Mark-Simulacrum | Dylan DPC | -49/+66 |
| 2020-02-26 | Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnay | Dylan DPC | -1/+97 |
| 2020-02-25 | Auto merge of #69450 - cuviper:llvm-scev-no-wrap, r=nikic | bors | -0/+33 |
| 2020-02-25 | Auto merge of #69421 - flip1995:clippyup, r=Dylan-DPC | bors | -10/+8 |
| 2020-02-25 | Clean up E0371 explanation | Guillaume Gomez | -5/+7 |
| 2020-02-25 | Clean up E0370 explanation | Guillaume Gomez | -1/+3 |
| 2020-02-25 | Auto merge of #69440 - Dylan-DPC:rollup-hj4bo9l, r=Dylan-DPC | bors | -32/+150 |
| 2020-02-25 | Auto merge of #69428 - matthiaskrgr:submodule_upd, r=Xanewok | bors | -0/+0 |
| 2020-02-25 | parse: address nitpick | Mazdak Farrokhzad | -3/+2 |
| 2020-02-24 | bootstrap: Further centralize target defaulting logic. | John Ericson | -7/+16 |
| 2020-02-24 | Cherry-pick the LLVM fix for #69225 | Josh Stone | -0/+33 |
| 2020-02-25 | parse: move condition into guard | Mazdak Farrokhzad | -28/+28 |
| 2020-02-24 | parse: simplify `parse_stmt_without_recovery`. | Mazdak Farrokhzad | -36/+29 |
| 2020-02-24 | parse: extract `parse_stmt_item` & `parse_stmt_path_start`. | Mazdak Farrokhzad | -32/+33 |
| 2020-02-24 | Rollup merge of #69437 - RalfJung:miri-no-codegen, r=ecstatic-morse | Dylan DPC | -5/+2 |
| 2020-02-24 | Rollup merge of #69435 - anyska:cell-replace, r=Centril | Dylan DPC | -10/+5 |
| 2020-02-24 | Rollup merge of #69433 - matthiaskrgr:bool_cmp, r=eddyb | Dylan DPC | -15/+15 |
| 2020-02-24 | Rollup merge of #69427 - GuillaumeGomez:cleanup-e0368-e0369, r=Dylan-DPC | Dylan DPC | -2/+5 |
| 2020-02-24 | Rollup merge of #69391 - memoryruins:memalias, r=Mark-Simulacrum | Dylan DPC | -0/+2 |
| 2020-02-24 | Rollup merge of #69220 - wesleywiser:doc_self_profile_unstable_book, r=nikoma... | Dylan DPC | -0/+121 |
| 2020-02-24 | syntax: Remove `Nt(Impl,Trait,Foreign)Item` | Vadim Petrochenkov | -47/+45 |
| 2020-02-24 | Replace uses of Cell::get + Cell::set with Cell::replace. | Ana-Maria | -10/+5 |
| 2020-02-24 | rustc_metadata: Use binary search from standard library | Vadim Petrochenkov | -13/+5 |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -15/+15 |
| 2020-02-24 | no more codegen for miri_start_panic | Ralf Jung | -5/+2 |
| 2020-02-24 | Auto merge of #69344 - RalfJung:miri, r=oli-obk | bors | -8/+10 |
| 2020-02-24 | librustc_macros: remove redundant single component path import | Matthias Krüger | -1/+0 |
| 2020-02-24 | librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy | Matthias Krüger | -6/+6 |
| 2020-02-24 | remove redundant clones in librustc_mir_build and librustc_data_structures | Matthias Krüger | -3/+3 |
| 2020-02-24 | submodules: update rls from 10bf331 to 5fde462 | Matthias Krüger | -0/+0 |
| 2020-02-24 | bump Miri once more | Ralf Jung | -7/+7 |
| 2020-02-24 | Clean up E0368 and E0369 explanations | Guillaume Gomez | -2/+5 |
| 2020-02-24 | Address method comments | Andreas Molzer | -3/+2 |
| 2020-02-24 | Rollup merge of #69405 - NieDzejkob:docs-readline-appends, r=joshtriplett | Pietro Albini | -1/+1 |
| 2020-02-24 | Rollup merge of #69394 - GuillaumeGomez:clean-up-0367, r=Dylan-DPC | Pietro Albini | -2/+3 |