| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -8108/+0 |
| 2020-08-27 | Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obk | bors | -1/+1 |
| 2020-08-26 | Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk | bors | -6/+6 |
| 2020-08-26 | Point to a move-related span when pointing to closure upvars | Aaron Hill | -1/+1 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -11/+5 |
| 2020-08-23 | change offset from u32 to u64 | DPC | -6/+6 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -7/+20 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -1/+1 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -1/+1 |
| 2020-08-11 | Revert "Suppress debuginfo on naked function arguments" | Nathaniel McCallum | -11/+1 |
| 2020-08-09 | rustc_mir_build: use IndexMap in TestKind::SwitchInt | Josh Stone | -23/+17 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -1/+1 |
| 2020-08-08 | Remove some unnecessary uses of `Option`. | Nicholas Nethercote | -1/+1 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -58/+65 |
| 2020-07-30 | Auto merge of #74105 - npmccallum:naked, r=matthewjasper | bors | -1/+11 |
| 2020-07-27 | Suppress debuginfo on naked function arguments | Nathaniel McCallum | -1/+11 |
| 2020-07-25 | Ensure stack when type checking and building MIR for large if expressions | Kan-Ru Chen | -1/+6 |
| 2020-07-21 | fetch -> lookup | Bastian Kauschke | -1/+4 |
| 2020-07-21 | `try_update` -> `try_upgrade` | Bastian Kauschke | -1/+1 |
| 2020-07-21 | remove some const arg in ty dep path boilerplate | Bastian Kauschke | -8/+3 |
| 2020-07-17 | Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasper | Manish Goregaokar | -9/+11 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -12/+17 |
| 2020-07-16 | Don't assign `()` to `!` MIR locals | Jonas Schievink | -9/+11 |
| 2020-07-15 | improve naming | Bastian Kauschke | -5/+5 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -7/+13 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -1/+1 |
| 2020-07-02 | mir: mark mir construction temporaries as internal | David Wood | -1/+3 |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -1/+0 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -6/+6 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -4/+4 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -4/+4 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -2/+4 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -2/+2 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -1/+5 |
| 2020-06-11 | Rollup merge of #72941 - nagisa:ensure-stack-for-match, r=oli-obk | Dylan DPC | -23/+25 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+5 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -2/+2 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -1/+1 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -2/+2 |
| 2020-06-04 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -758/+729 |
| 2020-06-04 | Revert "Add some more comments" | Felix S. Klock II | -19/+6 |
| 2020-06-04 | Revert "Address review comments" | Felix S. Klock II | -5/+5 |
| 2020-06-03 | Ensure stack when building MIR for matches | Simonas Kazlauskas | -23/+25 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -4/+16 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -1/+2 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -4/+16 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -1/+11 |