| Age | Commit message (Expand) | Author | Lines |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-06-23 | Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m... | Manish Goregaokar | -57/+80 |
| 2020-06-22 | Point at the call spawn when overflow occurs during monomorphization | Aaron Hill | -57/+80 |
| 2020-06-21 | Update src/librustc_mir/monomorphize/collector.rs
| Youngsuk Kim | -1/+1 |
| 2020-06-20 | Fix typos in doc comments | Youngsuk Kim | -3/+3 |
| 2020-06-19 | Rollup merge of #73136 - alexcrichton:thinlto-compiler-builtins, r=Mark-Simul... | Ralf Jung | -8/+1 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -7/+7 |
| 2020-06-18 | Auto merge of #73065 - Amanieu:tls-fix, r=oli-obk | bors | -0/+8 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -3/+3 |
| 2020-06-16 | remove visit_terminator_kind from MIR visitor | Ralf Jung | -4/+4 |
| 2020-06-15 | Change how compiler-builtins gets many CGUs | Alex Crichton | -8/+1 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -3/+13 |
| 2020-06-09 | Auto merge of #72114 - anyska:vtable-rename, r=nikomatsakis | bors | -5/+6 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -1/+1 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -3/+13 |
| 2020-06-06 | Fix link error with #[thread_local] introduced by #71192 | Amanieu d'Antras | -0/+8 |
| 2020-06-05 | Rename traits::ImplSourceImpl to ImplSourceUserDefined. | Ana-Maria Mihalache | -3/+4 |
| 2020-06-05 | Rename traits::Vtable to ImplSource. | Ana-Maria Mihalache | -3/+3 |
| 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 |