| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+2 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -1/+7 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+2 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -8/+6 |
| 2020-05-29 | Rollup merge of #72103 - lcnr:borrowck-localdefid, r=jonas-schievink | Ralf Jung | -8/+6 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+7 |
| 2020-05-25 | Rename upvar_list to closure_captures | Dhruv Jauhar | -1/+1 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -2/+39 |
| 2020-05-11 | borrowck `DefId` -> `LocalDefId` | Bastian Kauschke | -8/+6 |
| 2020-05-11 | Make MIR typeck use `LocalDefId` and fix docs | Jonas Schievink | -1/+1 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -4/+3 |
| 2020-05-08 | Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievink | Dylan DPC | -0/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -4/+3 |
| 2020-05-07 | Remove old `util/liveness.rs` module | Dylan MacKenzie | -0/+1 |
| 2020-05-06 | Rollup merge of #71893 - ecstatic-morse:dataflow-impls-import, r=jonas-schievink | Dylan DPC | -3/+3 |
| 2020-05-05 | Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakis | Dylan DPC | -6/+42 |
| 2020-05-04 | Import dataflow impls via the `impls` submodule | Dylan MacKenzie | -3/+3 |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -3/+3 |
| 2020-05-02 | Report cannot move errors in promoted MIR | Matthew Jasper | -6/+42 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -2/+2 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_validated` query | marmeladema | -1/+1 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_borrowck` query | marmeladema | -5/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -14/+23 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -9/+6 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -2/+2 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -35/+45 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -2/+2 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-03-31 | Use Place directly on borrow_of_local_data, it's Copy | Santiago Pastorino | -1/+1 |
| 2020-03-31 | Use Place directly on propagate_closure_used_mut_place, it's Copy | Santiago Pastorino | -4/+3 |
| 2020-03-31 | Use Place directly, it's Copy | Santiago Pastorino | -30/+29 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -9/+9 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -7/+7 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -2/+2 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -1/+1 |
| 2020-03-26 | Update imports from `dataflow::generic` to `dataflow` | Dylan MacKenzie | -3/+3 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -6/+3 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -20/+18 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -15/+11 |
| 2020-03-04 | Make PlaceRef lifetimes of is_upvar_field_projection be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_path_for_place be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_path_closest_to be both 'tcx | Santiago Pastorino | -2/+2 |
| 2020-03-04 | Make PlaceRef lifetimes of uninitialized_error_reported be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_error_reported be both 'tcx | Santiago Pastorino | -5/+6 |
| 2020-03-04 | Make PlaceRef lifetimes of borrow_conflict_place be both 'tcx | Santiago Pastorino | -2/+3 |
| 2020-03-03 | Make PlaceRef lifetimes of RootPlace be both 'tcx | Santiago Pastorino | -6/+6 |