| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | cleanup | Bastian Kauschke | -8/+7 |
| 2020-07-22 | mir: improve polymorphic constant bug | David Wood | -2/+3 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -62/+47 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -4/+6 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -26/+323 |
| 2020-07-20 | mir: rename `should_monomorphize_locally` | David Wood | -13/+12 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -2/+2 |
| 2020-07-15 | Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb | bors | -7/+8 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -4/+5 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -1/+1 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -3/+3 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -1/+1 |
| 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 |