| Age | Commit message (Expand) | Author | Lines |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -2/+23 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -2/+2 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -2/+2 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -4/+4 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+1 |
| 2020-07-08 | Add `reachable` and friends to `mir::traversal` module | Dylan MacKenzie | -0/+17 |
| 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/+51 |
| 2020-07-01 | Rollup merge of #73776 - aszenz:refactor_mir_module, r=wesleywiser | Manish Goregaokar | -492/+509 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -15/+51 |
| 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/+519 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -30/+106 |
| 2020-06-24 | Improve GeneratorLayout debug output | Tyler Mandry | -1/+59 |
| 2020-06-24 | Emit line info for generator variants | Tyler Mandry | -0/+4 |
| 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 | Rollup merge of #73442 - davidtwco:issue-72181-pretty-print-const-val-enum-no... | Manish Goregaokar | -1/+1 |
| 2020-06-19 | code coverage foundation for hash and num_counters | Rich Kadel | -2/+21 |
| 2020-06-19 | pretty/mir: const value enums with no variants | David Wood | -1/+1 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+28 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -3/+3 |
| 2020-06-18 | Rollup merge of #73034 - doctorn:nomangle-inline-linkage, r=matthewjasper | Manish Goregaokar | -4/+4 |
| 2020-06-16 | fmt; make visit_terminator arg names consistent with the rest | Ralf Jung | -19/+19 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -16/+16 |
| 2020-06-16 | remove visit_terminator_kind from MIR visitor | Ralf Jung | -13/+1 |
| 2020-06-15 | added test, Operand::const_from_scalar, require_lang_item, & comments | Rich Kadel | -0/+28 |
| 2020-06-15 | Add case for count_code_region() extern lang_item | Rich Kadel | -1/+0 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+1 |
| 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-15 | Fix whitespace | Nathan Corbyn | -1/+1 |
| 2020-06-15 | Fix exports with `#[inline(always)]` | Nathan Corbyn | -10/+5 |
| 2020-06-15 | Export all fns with extern indicator | Nathan Corbyn | -4/+8 |
| 2020-06-15 | Export `#[inline] #[no_mangle]` fns in cdylibs and staticlibs | Nathan Corbyn | -0/+1 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -1/+9 |
| 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 | -6/+8 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -1/+6 |
| 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 | -1/+4 |
| 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 | -11/+11 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -6/+8 |