| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2241/+0 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -22/+114 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -103/+0 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -3/+2 |
| 2020-08-15 | Merge branch 'master' into feature/incorporate-tracing | pawanbisht62 | -7/+7 |
| 2020-08-14 | LLVM IR coverage encoding aligns closer to Clang's | Rich Kadel | -7/+7 |
| 2020-08-06 | Merge branch 'master' into feature/incorporate-tracing | pawanbisht62 | -115/+76 |
| 2020-08-06 | Incorporate tracing crate | bishtpawan | -1/+1 |
| 2020-08-05 | Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiser | bors | -60/+61 |
| 2020-08-04 | Completes support for coverage in external crates | Rich Kadel | -60/+61 |
| 2020-08-03 | Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisa | bors | -55/+15 |
| 2020-07-30 | Rust function-level coverage now works on external crates | Rich Kadel | -52/+57 |
| 2020-07-28 | rustc: Improving safe wasm float->int casts | Alex Crichton | -55/+15 |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -8/+8 |
| 2020-07-22 | Improve codegen for unchecked float casts on wasm | Alex Crichton | -18/+57 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -1/+1 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -39/+63 |
| 2020-07-15 | Undo the `const_str` changes from the previous commit. | Nicholas Nethercote | -1/+1 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -1/+1 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -197/+233 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -5/+60 |
| 2020-06-25 | Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytm | Manish Goregaokar | -1/+1 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -1/+1 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -21/+14 |
| 2020-06-22 | Updated query for num_counters to compute from max index | Rich Kadel | -0/+3 |
| 2020-06-22 | moves coverage data computation from pass to query | Rich Kadel | -6/+3 |
| 2020-06-22 | implemented query for coverage data | Rich Kadel | -5/+7 |
| 2020-06-21 | num_counters to u32, after implementing TypeFoldable | Rich Kadel | -1/+1 |
| 2020-06-21 | `icmp` can handle raw pointers just fine, there's no need to cast to int. | Oliver Scherer | -2/+0 |
| 2020-06-19 | code coverage foundation for hash and num_counters | Rich Kadel | -23/+14 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -1/+13 |
| 2020-06-15 | moved instrument_coverage pass, optimized scalar, added FIXME | Rich Kadel | -0/+5 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+21 |
| 2020-05-19 | update codegen of `discriminant_value` | Bastian Kauschke | -3/+9 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -1/+2 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -42/+9 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-03 | Rollup merge of #70487 - Mark-Simulacrum:float-unchecked-casts, r=SimonSapin | Mazdak Farrokhzad | -3/+3 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -7/+6 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -5/+5 |
| 2020-03-29 | Stabilize float::to_int_unchecked | Mark Rousskov | -3/+3 |
| 2020-03-25 | make bit_width return u64, consistently with other sizes in the compiler | Ralf Jung | -18/+16 |
| 2020-03-23 | Rollup merge of #69940 - tmiasko:llvm-api, r=hanna-kruppe | Mazdak Farrokhzad | -3/+3 |
| 2020-03-17 | Rollup merge of #69922 - RalfJung:less-intrinsic, r=oli-obk | Mazdak Farrokhzad | -20/+2 |
| 2020-03-11 | librustc_codegen_llvm: Replace deprecated API usage | Tomasz Miąsko | -3/+3 |
| 2020-03-11 | implement zeroed and uninitialized with MaybeUninit | Ralf Jung | -20/+2 |
| 2020-03-07 | Apply review feedback | Amanieu d'Antras | -1/+1 |
| 2020-03-05 | Simplify the try intrinsic by using a callback in the catch block | Amanieu d'Antras | -54/+46 |
| 2020-03-02 | Apply CPU attributes to __rust_try | Amanieu d'Antras | -0/+2 |
| 2020-03-02 | Fix cross-DLL panics under MSVC | Amanieu d'Antras | -5/+25 |