| Age | Commit message (Expand) | Author | Lines |
| 2021-02-02 | Rollup merge of #81665 - jacob-hughes:mir_doc_fix, r=estebank | Jack Huey | -1/+1 |
| 2021-02-02 | Fix out of date `Scalar` documentation | Jake Hughes | -1/+1 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -4/+2 |
| 2021-01-30 | Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se | Yuki Okushi | -11/+2 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -5/+6 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -0/+3 |
| 2021-01-21 | mir: Improve size_of handling when arg is unsized | Ömer Sinan Ağacan | -0/+3 |
| 2021-01-18 | Combine instructions immediately | Tomasz Miąsko | -1/+1 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -5/+6 |
| 2021-01-14 | Rollup merge of #80829 - jyn514:dep-constructor, r=michaelwoerister | Mara Bos | -2/+2 |
| 2021-01-13 | Use unsigned_abs throughout repository | Jacob Pratt | -11/+2 |
| 2021-01-13 | Rollup merge of #80922 - spastorino:revert-inline-always-in-debug, r=wesleywiser | Dylan DPC | -18/+22 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -2/+11 |
| 2021-01-11 | Revert "Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,we... | Santiago Pastorino | -18/+22 |
| 2021-01-08 | Get rid of `DepConstructor` | Joshua Nelson | -2/+2 |
| 2021-01-08 | Auto merge of #78452 - cjgillot:ddk-struct, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-01-08 | Make DepConstructor a module. | Camille GILLOT | -2/+2 |
| 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 |