| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2600/+0 |
| 2020-08-29 | New pass to optimize `if`conditions on integrals to switches on the integer | Simon Vandel Sillesen | -0/+13 |
| 2020-08-23 | change offset from u32 to u64 | DPC | -7/+7 |
| 2020-08-21 | Suppress "const" prefix of FnDef in MIR dump | Lzu Tao | -1/+4 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -3/+23 |
| 2020-08-20 | Apply suggestions from code review | Oliver Scherer | -2/+2 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -1/+14 |
| 2020-08-18 | Address review comments | Oliver Scherer | -1/+1 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -3/+23 |
| 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 | -2/+2 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -44/+48 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -2/+2 |
| 2020-08-12 | fix LocalInfo doc comment | Ralf Jung | -3/+6 |
| 2020-08-04 | Completes support for coverage in external crates | Rich Kadel | -1/+28 |
| 2020-07-03 | Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obk | Manish Goregaokar | -0/+12 |
| 2020-07-02 | Fix debuginfo so that it points to the correct local | Wesley Wiser | -0/+12 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -15/+13 |
| 2020-07-01 | Rollup merge of #73776 - aszenz:refactor_mir_module, r=wesleywiser | Manish Goregaokar | -492/+2 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -15/+13 |
| 2020-06-28 | Remove `ignore-tidy-filelength` | Dylan MacKenzie | -2/+0 |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -11/+0 |
| 2020-06-26 | removes unnecessary tidy ignore | root | -12/+2 |
| 2020-06-26 | moves terminator types to sub module | root | -494/+12 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -16/+88 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -2/+17 |
| 2020-06-22 | moves coverage data computation from pass to query | Rich Kadel | -19/+15 |
| 2020-06-21 | num_counters to u32, after implementing TypeFoldable | Rich Kadel | -1/+1 |
| 2020-06-21 | remove switch_ty reliance in codegen | Ralf Jung | -0/+2 |
| 2020-06-19 | code coverage foundation for hash and num_counters | Rich Kadel | -2/+21 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+28 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -5/+5 |
| 2020-06-15 | added test, Operand::const_from_scalar, require_lang_item, & comments | Rich Kadel | -0/+28 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -4/+33 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -4/+33 |
| 2020-06-13 | Add MIR phase and query for drop elaboration | Dylan MacKenzie | -1/+2 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -4/+6 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -0/+3 |
| 2020-06-10 | Add doc comments | Aaron Hill | -0/+2 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -0/+1 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -4/+33 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -1/+2 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -7/+7 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -4/+6 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -1/+13 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -1/+5 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -1/+13 |
| 2020-05-30 | multiple Return terminators are possible | Ralf Jung | -1/+2 |
| 2020-05-29 | Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat... | Ralf Jung | -1/+1 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+5 |