| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -3270/+0 |
| 2020-08-26 | Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk | bors | -10/+3 |
| 2020-08-25 | tidy | DPC | -1/+1 |
| 2020-08-25 | cleanup | DPC | -5/+1 |
| 2020-08-25 | removed not-needed conversion | DPC | -2/+1 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -3/+3 |
| 2020-08-23 | change offset from u32 to u64 | DPC | -6/+4 |
| 2020-08-20 | Suppress ty::Float in MIR comments of ty::Const | Lzu Tao | -1/+1 |
| 2020-08-20 | Suppress MIR comments of Unit type | Lzu Tao | -0/+4 |
| 2020-08-20 | Suppress MIR comments for FnDef in ty::Const | Lzu Tao | -0/+1 |
| 2020-08-17 | Suppress verbose MIR comments for trivial types | Austin Lasher | -8/+18 |
| 2020-08-08 | Miri: Renamed "undef" to "uninit" | Philippe Nadon | -3/+3 |
| 2020-07-30 | Auto merge of #74876 - oli-obk:lumberjack_disable, r=RalfJung | bors | -19/+31 |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -2/+9 |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -1/+2 |
| 2020-07-28 | Replace write-to-vec hack by introducing a display renderer for allocations | Oliver Scherer | -19/+31 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -1/+1 |
| 2020-07-15 | improve naming | Bastian Kauschke | -1/+1 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -1/+4 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -1/+1 |
| 2020-06-24 | Improve GeneratorLayout debug output | Tyler Mandry | -1/+1 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -3/+3 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -0/+2 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -0/+2 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -6/+16 |
| 2020-06-07 | Rollup merge of #72989 - pnkfelix:revert-pr-71840, r=matthewjasper | Dylan DPC | -19/+38 |
| 2020-06-04 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -8/+3 |
| 2020-06-04 | Revert "Reduce the number of drop-flag assignments in unwind paths" | Felix S. Klock II | -11/+35 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -0/+1 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-05-16 | Improve documentation for drop elaboration | Jonas Schievink | -8/+87 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -4/+3 |
| 2020-05-10 | Rollup merge of #71840 - matthewjasper:drop-trees, r=oli-obk | Ralf Jung | -38/+19 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -2/+1 |
| 2020-05-09 | Reduce the number of drop-flag assignments in unwind paths | Matthew Jasper | -35/+11 |
| 2020-05-09 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -3/+8 |
| 2020-05-09 | Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPC | bors | -5/+7 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -5/+7 |
| 2020-05-08 | Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJung | bors | -1/+1 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -2/+1 |
| 2020-05-07 | Remove old `util/liveness.rs` module | Dylan MacKenzie | -327/+0 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -1/+1 |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -2/+4 |
| 2020-05-06 | Improve `LocalDecl` creation. | Nicholas Nethercote | -2/+2 |
| 2020-05-06 | Add `SourceInfo::outermost`. | Nicholas Nethercote | -1/+1 |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -0/+1 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -11/+18 |
| 2020-04-28 | Rollup merge of #71585 - tshepang:obsolete-comment, r=Dylan-DPC | Dylan DPC | -7/+0 |
| 2020-04-28 | Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb | bors | -1/+5 |
| 2020-04-27 | Return a `FxHashSet<LocalDefId>` from `mir_keys` query | marmeladema | -1/+5 |