| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2714/+0 |
| 2020-08-25 | Auto merge of #74275 - wesleywiser:break_up_partitioning_rs, r=pnkfelix | bors | -1012/+1095 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -5/+5 |
| 2020-08-21 | Add partitioning -Z option to control which partitioning scheme is used | Wesley Wiser | -3/+11 |
| 2020-08-21 | Split partitioning.rs into a module | Wesley Wiser | -676/+704 |
| 2020-08-21 | Add a CGU partitioning trait | Wesley Wiser | -287/+334 |
| 2020-08-17 | polymorphize: ∃ used param ∈ predicate → all used | David Wood | -75/+12 |
| 2020-08-14 | polymorphize: `I` used if `T` used in `I: Foo<T>` | David Wood | -31/+119 |
| 2020-08-10 | polymorphize: constrain unevaluated const handling | David Wood | -4/+10 |
| 2020-08-08 | Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnr | bors | -13/+32 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -1/+5 |
| 2020-08-07 | polymorphize: non-promoted unevaluated constants | David Wood | -13/+25 |
| 2020-08-07 | polymorphize: visit promoted MIR | David Wood | -0/+7 |
| 2020-08-04 | metadata: skip empty polymorphization bitset | David Wood | -0/+7 |
| 2020-08-04 | mir: use `FiniteBitSet<u32>` in polymorphization | David Wood | -8/+8 |
| 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 |