| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -14609/+0 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -9/+8 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -129/+93 |
| 2020-08-17 | Rollup merge of #75603 - mati865:mingw-out-implib-compat, r=oli-obk | Tyler Mandry | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -2/+2 |
| 2020-08-17 | Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obk | bors | -2/+2 |
| 2020-08-16 | Use more compatible out-implib style | Mateusz Mikuła | -1/+1 |
| 2020-08-16 | Use LocalDefId instead of HirId for reachable_set elements. | Eduard-Mihai Burtescu | -5/+3 |
| 2020-08-15 | Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk | bors | -0/+1 |
| 2020-08-15 | Merge branch 'master' into feature/incorporate-tracing | pawanbisht62 | -45/+50 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -1/+1 |
| 2020-08-15 | Auto merge of #73851 - matthewjasper:serialize-not-special, r=oli-obk | bors | -5/+8 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -5/+8 |
| 2020-08-14 | Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadel | bors | -12/+5 |
| 2020-08-14 | LLVM IR coverage encoding aligns closer to Clang's | Rich Kadel | -12/+5 |
| 2020-08-13 | Rollup merge of #75417 - npmccallum:naked, r=matthewjasper | Tyler Mandry | -0/+8 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -1/+1 |
| 2020-08-13 | Link sanitizers when creating dynamic libraries on macOS | Tomasz Miąsko | -1/+14 |
| 2020-08-13 | Rollup merge of #75457 - Mark-Simulacrum:llvm-clean, r=cuviper | Yuki Okushi | -3/+0 |
| 2020-08-11 | Remove SynchronizationScope::Other | Mark Rousskov | -3/+0 |
| 2020-08-11 | Don't spill operands onto the stack in naked functions | Nathaniel McCallum | -0/+8 |
| 2020-08-11 | Rollup merge of #75315 - Mark-Simulacrum:save-temps, r=ecstatic-morse | Dylan DPC | -24/+15 |
| 2020-08-10 | Merge branch 'master' into feature/incorporate-tracing | pawanbisht62 | -15/+16 |
| 2020-08-10 | Auto merge of #74410 - mati865:mingw-no-self-contained-when-cross-compiling, ... | bors | -1/+3 |
| 2020-08-09 | Add sanitizer support on FreeBSD | Greg V | -0/+1 |
| 2020-08-09 | Avoid deleting temporary files on error | Mark Rousskov | -24/+15 |
| 2020-08-08 | Auto merge of #74533 - nikic:issue-74425, r=eddyb | bors | -8/+7 |
| 2020-08-08 | Emit == null instead of <= null | Nikita Popov | -8/+7 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -5/+5 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -5/+5 |
| 2020-08-08 | fix clippy::map_clone: use .cloned() instead of .map(|x| x.clone()) | Matthias Krüger | -1/+1 |
| 2020-08-06 | Merge branch 'master' into feature/incorporate-tracing | pawanbisht62 | -191/+177 |
| 2020-08-06 | Incorporate tracing crate | bishtpawan | -2/+2 |
| 2020-08-05 | Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiser | bors | -158/+42 |
| 2020-08-04 | Completes support for coverage in external crates | Rich Kadel | -158/+42 |
| 2020-08-03 | Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisa | bors | -33/+135 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-30 | Rust function-level coverage now works on external crates | Rich Kadel | -1/+5 |
| 2020-07-29 | Auto merge of #74733 - richkadel:llvm-coverage-map-gen-5, r=tmandry | bors | -213/+355 |
| 2020-07-29 | Moved structs/enums with repr(C) to LLVM types into ffi.rs crates | Rich Kadel | -64/+70 |
| 2020-07-29 | Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov | bors | -4/+23 |
| 2020-07-29 | MinGW: emit dllexport/dllimport by rustc | Mateusz Mikuła | -4/+23 |
| 2020-07-28 | FunctionCoverage: improve type checking with newtype_index types | Rich Kadel | -40/+88 |
| 2020-07-28 | Refactor MIR coverage instrumentation | Rich Kadel | -16/+16 |
| 2020-07-28 | rustc: Improving safe wasm float->int casts | Alex Crichton | -33/+135 |
| 2020-07-26 | Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung | bors | -1/+1 |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -210/+298 |
| 2020-07-23 | replace miri_start_panic intrinsic by 'extern fn' | Ralf Jung | -5/+0 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -1/+1 |
| 2020-07-22 | Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum | Manish Goregaokar | -4/+0 |