| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-07-22 | Rollup merge of #74631 - petrochenkov:ehdr2, r=jonas-schievink | Manish Goregaokar | -8/+4 |
| 2020-07-22 | Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-22 | build: Remove unnecessary `cargo:rerun-if-env-changed` annotations | Vadim Petrochenkov | -4/+0 |
| 2020-07-22 | rustc_target: Add a target spec option for disabling `--eh-frame-hdr` | Vadim Petrochenkov | -8/+4 |
| 2020-07-22 | [AVR] Correctly set the pointer address space when constructing pointers to f... | Dylan McKay | -4/+12 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -13/+14 |
| 2020-07-20 | debuginfo: add type metadata for params | David Wood | -2/+5 |
| 2020-07-20 | mir: avoid double substitution | David Wood | -2/+1 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -37/+267 |
| 2020-07-18 | Rollup merge of #74478 - rust-lang:revert-74416-linker-locale-utf8, r=Mark-Si... | Manish Goregaokar | -3/+1 |
| 2020-07-18 | Revert "Use an UTF-8 locale for the linker." | Jonas Schievink | -3/+1 |
| 2020-07-17 | Rollup merge of #74464 - FedericoPonzi:fix-#67108, r=Manishearth | Manish Goregaokar | -31/+3 |
| 2020-07-17 | Run fmt | Manish Goregaokar | -1/+1 |
| 2020-07-18 | fixes #67108 by using the external crate | Federico Ponzi | -31/+3 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -37/+267 |
| 2020-07-17 | Use an UTF-8 locale for the linker. | Jakub Kądziołka | -1/+3 |
| 2020-07-15 | Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb | bors | -4/+4 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -2/+2 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -1/+1 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -2/+2 |
| 2020-07-15 | Undo the `const_str` changes from the previous commit. | Nicholas Nethercote | -5/+6 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -16/+14 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -23/+22 |
| 2020-07-14 | Stabilize control-flow-guard codegen option | Andrew Paverd | -1/+1 |
| 2020-07-11 | Rollup merge of #74167 - jclulow:illumos-linker-eh-frame-hdr-fix, r=petrochenkov | Manish Goregaokar | -1/+1 |
| 2020-07-11 | Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu | Manish Goregaokar | -2/+12 |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -7/+6 |
| 2020-07-10 | Rollup merge of #74103 - ajpaverd:cfguard-msvc-only, r=nikomatsakis | Manish Goregaokar | -12/+4 |