| Age | Commit message (Expand) | Author | Lines |
| 2021-01-08 | Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,wesleywiser | bors | -22/+18 |
| 2021-01-04 | Simplify the `optimize_mir` query | oli | -1/+1 |
| 2021-01-04 | Differentiate between the availability of ctfe MIR and runtime MIR | oli | -1/+1 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -0/+9 |
| 2021-01-03 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -9/+12 |
| 2020-12-29 | don't redundantly repeat field names | Matthias Krüger | -2/+2 |
| 2020-12-28 | Auto merge of #80439 - Dylan-DPC:rollup-rdxcvon, r=Dylan-DPC | bors | -8/+2 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -8/+2 |
| 2020-12-20 | Cache result of | Dániel Buga | -3/+73 |
| 2020-12-18 | Improve comment and move code up | Wesley Wiser | -10/+11 |
| 2020-12-17 | Auto merge of #79840 - dvtkrlbs:issue-79667, r=oli-obk | bors | -1/+0 |
| 2020-12-15 | Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis | bors | -3/+27 |
| 2020-12-09 | Extra assertions in eval_body_using_ecx to disallow queries for | Tunahan Karlibas | -1/+0 |
| 2020-12-06 | Do not make local copies of inline fns in debug mode | Santiago Pastorino | -12/+7 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -9/+28 |
| 2020-11-28 | expand iter_projections comment | Ralf Jung | -0/+4 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -3/+3 |
| 2020-11-26 | Rollup merge of #79365 - richkadel:llvm-cov-map-version-4, r=wesleywiser | Jonas Schievink | -3/+3 |
| 2020-11-25 | fix URLs in doc comment | Rich Kadel | -3/+3 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -1/+1 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -1/+1 |
| 2020-11-23 | Updated links to LLVM 11 docs and types | Rich Kadel | -3/+3 |
| 2020-11-23 | Rollup merge of #79080 - camelid:mir-visit-debuginfo-project, r=jonas-schievink | Jonas Schievink | -5/+8 |
| 2020-11-22 | Add comment and remove obsolete special case | Camelid | -0/+1 |
| 2020-11-22 | refactor unsafety checking of places | Ralf Jung | -1/+3 |
| 2020-11-21 | add function to iterate through all sub-places, and add PlaceRef::ty | Ralf Jung | -0/+18 |
| 2020-11-20 | needs -> might need | Ralf Jung | -1/+1 |
| 2020-11-20 | consider assignments of union field of ManuallyDrop type safe | Ralf Jung | -3/+3 |
| 2020-11-18 | Rollup merge of #79079 - camelid:mir-visit-docs, r=matthewjasper | Mara Bos | -62/+62 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -12/+18 |
| 2020-11-17 | Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obk | Mara Bos | -1/+3 |
| 2020-11-16 | words | lcnr | -30/+14 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -49/+45 |
| 2020-11-15 | MIR visitor: Don't treat debuginfo field access as a use of the struct | Camelid | -5/+7 |
| 2020-11-15 | Turn top-level comments into module docs in MIR visitor | Camelid | -62/+62 |
| 2020-11-15 | Limit storage duration of inlined always live locals | Tomasz Miąsko | -1/+3 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -12/+18 |
| 2020-11-12 | review comments | Vishnunarayan K I | -1/+1 |
| 2020-11-12 | add error_occured field to ConstQualifs, fix #76064 | Vishnunarayan K I | -2/+3 |
| 2020-11-07 | fix `super_visit_with` for `Terminator` | Bastian Kauschke | -17/+14 |
| 2020-11-06 | Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandry | bors | -25/+70 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -4/+4 |
| 2020-11-05 | Addressed all feedback to date | Rich Kadel | -14/+0 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -25/+84 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -4/+4 |
| 2020-11-05 | Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk | Mara Bos | -3/+9 |
| 2020-11-05 | Rollup merge of #78733 - matthiaskrgr:cl11ppy, r=jyn514 | Mara Bos | -1/+1 |
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -3/+9 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -37/+4 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+1 |