| Age | Commit message (Expand) | Author | Lines |
| 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 | [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 |
| 2020-11-04 | Move ZST constant to the top of the impl block | oli | -2/+2 |
| 2020-11-04 | Do not raise interp errors from the scalar int module | oli | -2/+8 |
| 2020-11-04 | Add helper for getting an `int` out of a `Scalar` | oli | -0/+8 |
| 2020-11-04 | Replace `Scalar::zst` with a `Scalar::ZST` constant | oli | -4/+1 |
| 2020-11-04 | No need for a `zst` constructor method when we can have a constant | oli | -1/+1 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -23/+23 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -91/+25 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -12/+12 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | TypeVisitor: use `std::ops::ControlFlow` instead of `bool` | LeSeulArtichaut | -43/+64 |
| 2020-10-28 | Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk | Dylan DPC | -12/+0 |