| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Change how compiler-builtins gets many CGUs | Alex Crichton | -8/+1 |
| 2020-06-26 | Fix link error with #[thread_local] introduced by #71192 | Amanieu d'Antras | -0/+8 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+1 |
| 2020-05-30 | Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v... | Ralf Jung | -2/+2 |
| 2020-05-30 | Rollup merge of #72521 - Amanieu:fix-72484, r=petrochenkov | Ralf Jung | -2/+9 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+1 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -2/+2 |
| 2020-05-28 | mir: adjust conditional in recursion limit check | David Wood | -1/+1 |
| 2020-05-24 | Properly handle InlineAsmOperand::SymFn when collecting monomorphized items | Amanieu d'Antras | -2/+9 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -1/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -3/+2 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -1/+2 |
| 2020-05-15 | Remove lang_items\(\).*\.unwrap\(\) | Nathan Corbyn | -1/+3 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -4/+2 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -5/+4 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -2/+1 |
| 2020-05-02 | Move ensure_sufficient_stack to data_structures | Simonas Kazlauskas | -2/+2 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -2/+6 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -2/+2 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-23 | Address comments from review | marmeladema | -1/+2 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -3/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -1/+3 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -14/+14 |
| 2020-04-22 | Rollup merge of #71401 - spastorino:remove-visit-place-base, r=wesleywiser | Dylan DPC | -1/+1 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -6/+11 |
| 2020-04-21 | visit_place_base is just visit_local | Santiago Pastorino | -1/+1 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -2/+1 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -6/+11 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -1/+2 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -1/+2 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -9/+9 |
| 2020-04-07 | Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichton | Dylan DPC | -1/+8 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -9/+12 |
| 2020-04-06 | Keep codegen units unmerged when building compiler builtins | Tomasz Miąsko | -1/+8 |
| 2020-04-05 | Remove Arcs in queries. | Camille GILLOT | -9/+9 |
| 2020-04-03 | Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis | bors | -24/+60 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Make the rustc respect the `-C codegen-units` flag in incremental mode. | Michael Woerister | -24/+60 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -6/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -10/+10 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -21/+21 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -1/+1 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-20 | Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb | Yuki Okushi | -62/+40 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -2/+2 |