| Age | Commit message (Expand) | Author | Lines |
| 2020-04-08 | Rollup merge of #5412 - dtolnay:tostring, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Rollup merge of #5410 - dtolnay:trivially, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Rollup merge of #5409 - dtolnay:letunit, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Clean up E0510 explanation | Guillaume Gomez | -7/+20 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -64/+80 |
| 2020-04-08 | librustc_resolve: fixup nit in previous commit | marmeladema | -3/+3 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -78/+49 |
| 2020-04-08 | Stabilize some of alloc_layout_extras | CAD97 | -14/+11 |
| 2020-04-07 | rustc_session: forbid lints override regardless of position | Tobias Thiel | -2/+25 |
| 2020-04-07 | ignore 429's when linkcheck | mark | -1/+3 |
| 2020-04-08 | fix misleading type annotation diagonstics | YI | -6/+99 |
| 2020-04-07 | fix another ICE | mark | -1/+1 |
| 2020-04-07 | fix ice with trait obj dummy self | mark | -4/+2 |
| 2020-04-07 | fix abuses of tykind::err | mark | -14/+24 |
| 2020-04-07 | Remove unnecessary TypeFlags::NOMINAL_FLAGS | Theo Sandstrom | -24/+1 |
| 2020-04-08 | track_caller: harden naked interactions | Mazdak Farrokhzad | -4/+29 |
| 2020-04-07 | Do not suggest adding type param when `use` is already suggested | Esteban Küber | -10/+1 |
| 2020-04-08 | Added FuseIteratorImpl, FustDoubleEndedIteratorImpl and FuseExactSizeIterator... | Rakshith Ravi | -79/+250 |
| 2020-04-07 | Avoid extra &mut in Chain::fold and try_fold | Josh Stone | -2/+2 |
| 2020-04-07 | Reduce callsites in Chain::last() | Josh Stone | -11/+10 |
| 2020-04-07 | Reduce callsites in Chain::count() | Josh Stone | -6/+9 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -56/+66 |
| 2020-04-08 | Use assoc const NAN for zero_div_zero lint | Linus Färnstrand | -1/+1 |
| 2020-04-07 | Corrects a typo in rustdoc documentation. | Theo Sandstrom | -3/+3 |
| 2020-04-07 | Update Clippy | flip1995 | -14/+22 |
| 2020-04-07 | Update cargo | Eric Huss | -0/+0 |
| 2020-04-07 | Extend sidebar scrollbar changes to all scrollbars | Guillaume Gomez | -13/+41 |
| 2020-04-07 | bump Miri | Ralf Jung | -7/+10 |
| 2020-04-07 | Remove old mir-opt test format. | Ana-Maria Mihalache | -244/+2 |
| 2020-04-07 | Implement Chain with Option fuses | Josh Stone | -149/+106 |
| 2020-04-07 | Normalize away pairs of line:col numbers. | Ana-Maria Mihalache | -167/+167 |
| 2020-04-07 | Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it. | Ana-Maria Mihalache | -488/+1855 |
| 2020-04-07 | --bless more mir-opt tests. | Ana-Maria Mihalache | -1013/+2254 |
| 2020-04-07 | Further improve comments | Jonas Schievink | -3/+4 |
| 2020-04-07 | Update LLVM submodule fixing sanitizers build with glibc 2.31 | Tomasz Miąsko | -0/+0 |
| 2020-04-07 | remove false positives of unused_braces | Bastian Kauschke | -25/+72 |
| 2020-04-07 | Improve scrollbar display in rustdoc | Guillaume Gomez | -0/+36 |
| 2020-04-07 | wf: refactor `compute_trait_ref` | Bastian Kauschke | -155/+151 |
| 2020-04-07 | --bless all mir-opt tests. | Ana-Maria Mihalache | -3046/+6572 |
| 2020-04-07 | Make LLVM version suffix independent of rustc version on dev channel | Tomasz Miąsko | -3/+7 |
| 2020-04-07 | Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay | Dylan DPC | -68/+52 |
| 2020-04-07 | Rollup merge of #70854 - faern:use-assoc-int-submodules, r=dtolnay | Dylan DPC | -0/+0 |
| 2020-04-07 | Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichton | Dylan DPC | -1/+48 |
| 2020-04-07 | Rollup merge of #70762 - RalfJung:miri-leak-check, r=oli-obk | Dylan DPC | -76/+116 |
| 2020-04-07 | Rollup merge of #70201 - cuviper:clone_into, r=dtolnay | Dylan DPC | -8/+36 |
| 2020-04-07 | Clean up E0507 explanation | Guillaume Gomez | -6/+6 |
| 2020-04-07 | bootstrap: work around "unused attribute" errors in incremental stdlib rebuilds. | Eduard-Mihai Burtescu | -0/+7 |
| 2020-04-07 | Auto merge of #70837 - nnethercote:speed-up-find_library_crate, r=petrochenkov | bors | -21/+45 |
| 2020-04-07 | Use a `SmallVec` for `Cache::predecessors`. | Nicholas Nethercote | -5/+11 |
| 2020-04-07 | Auto merge of #70164 - eddyb:walk-generic-arg, r=nikomatsakis | bors | -603/+618 |