| Age | Commit message (Expand) | Author | Lines |
| 2020-03-24 | rustc_hir: nix rustc_errors dep | Mazdak Farrokhzad | -41/+40 |
| 2020-03-24 | decouple rustc_hir::print from crate | Mazdak Farrokhzad | -112/+52 |
| 2020-03-24 | hir::map: simplify matching code | Mazdak Farrokhzad | -133/+73 |
| 2020-03-24 | {rustc::hir::map -> rustc_passes}::hir_id_validator | Mazdak Farrokhzad | -5/+4 |
| 2020-03-24 | Remove `-Z incremental`. | Nicholas Nethercote | -60/+29 |
| 2020-03-24 | Remove several dead `-Z` options. | Nicholas Nethercote | -10/+0 |
| 2020-03-24 | Invert `-Z generate-arange-section`. | Nicholas Nethercote | -4/+3 |
| 2020-03-24 | Remove `-Z incremental-queries`. | Nicholas Nethercote | -12/+5 |
| 2020-03-24 | Add a comment to `parse_bool`. | Nicholas Nethercote | -0/+3 |
| 2020-03-24 | Auto merge of #70343 - Centril:rollup-94egfvs, r=Centril | bors | -1932/+1947 |
| 2020-03-24 | Update backtrace crate to 0.3.46 | Tomasz Miąsko | -1/+1 |
| 2020-03-24 | Rollup merge of #70309 - GuillaumeGomez:cleanup-e0452, r=Dylan-DPC | Mazdak Farrokhzad | -1/+3 |
| 2020-03-24 | Rollup merge of #70294 - estebank:bad-placeholder-in-where, r=Centril | Mazdak Farrokhzad | -86/+192 |
| 2020-03-24 | Rollup merge of #70283 - CDirkx:regression-test-70155, r=oli-obk | Mazdak Farrokhzad | -0/+30 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -129/+50 |
| 2020-03-24 | Rollup merge of #70267 - RalfJung:const-prop-unsup, r=oli-obk,wesleywiser | Mazdak Farrokhzad | -23/+56 |
| 2020-03-24 | Rollup merge of #70264 - tirr-c:issue-69789-mut-suggestion, r=estebank | Mazdak Farrokhzad | -23/+82 |
| 2020-03-24 | Rollup merge of #70242 - DeeDeeG:improve-e0308, r=Dylan-DPC | Mazdak Farrokhzad | -36/+36 |
| 2020-03-24 | Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra... | Mazdak Farrokhzad | -564/+73 |
| 2020-03-24 | Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb | Mazdak Farrokhzad | -593/+629 |
| 2020-03-24 | Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddyb | Mazdak Farrokhzad | -46/+50 |
| 2020-03-24 | correct rustc version | Without Boats | -2/+2 |
| 2020-03-24 | IoSlice/IoSliceMut should be Send and Sync | Without Boats | -0/+12 |
| 2020-03-24 | Run rustfmt | Oliver Scherer | -1/+4 |
| 2020-03-23 | Move import. | Camille GILLOT | -1/+1 |
| 2020-03-23 | Fully qualify the path to DepKind. | Camille GILLOT | -11/+7 |
| 2020-03-23 | Address review. | Camille GILLOT | -21/+25 |
| 2020-03-23 | Put extract_def_id back on DepNode. | Camille GILLOT | -40/+28 |
| 2020-03-23 | Remove assert_ignored and with_ignore_deps. | Camille GILLOT | -28/+4 |
| 2020-03-23 | Merge ensure_node_can_be_forced into force_from_dep_node. | Camille GILLOT | -16/+9 |
| 2020-03-23 | Fallout in other crates. | Camille GILLOT | -186/+287 |
| 2020-03-23 | Make librustc_query_system compile. | Camille GILLOT | -604/+341 |
| 2020-03-23 | Move dep_graph to new crate librustc_query_system. | Camille GILLOT | -0/+520 |
| 2020-03-23 | Auto merge of #70322 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -17/+10 |
| 2020-03-23 | Split out some impls from rustc::mir into a separate submodule | Oliver Scherer | -322/+323 |
| 2020-03-23 | Remove leftover mentions of `from_anon_const` | Oliver Scherer | -3/+3 |
| 2020-03-23 | Auto merge of #5364 - flip1995:useless_transmute_quarantine, r=Manishearth | bors | -1/+1 |
| 2020-03-23 | Account for bad placeholder types in where clauses | Esteban Küber | -86/+192 |
| 2020-03-23 | Move useless_transmute to nursery | flip1995 | -1/+1 |
| 2020-03-23 | Increase verbosity when using update syntax | Jeremy Stucki | -5/+12 |
| 2020-03-23 | Auto merge of #70330 - Centril:rollup-ts0clvx, r=Centril | bors | -586/+296 |
| 2020-03-23 | Limit `from_anon_const` to `AnonConst`s. | Oliver Scherer | -1/+4 |
| 2020-03-23 | Update tests | John Kåre Alsaker | -89/+224 |
| 2020-03-23 | Merge tests. | CDirkx | -68/+30 |
| 2020-03-23 | query normalize_generic_arg_after_erasing_regions | Bastian Kauschke | -21/+49 |
| 2020-03-23 | add missing const super folds | Bastian Kauschke | -0/+2 |
| 2020-03-23 | Address review comments | Oliver Scherer | -19/+20 |
| 2020-03-23 | Add const generics test for all range types. | CDirkx | -2/+58 |
| 2020-03-23 | Rollup merge of #70318 - anyska:multiple-derives, r=Dylan-DPC | Mazdak Farrokhzad | -484/+78 |
| 2020-03-23 | Rollup merge of #70315 - anyska:void-rename, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |