| Age | Commit message (Expand) | Author | Lines |
| 2021-05-10 | Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisa | bors | -17/+18 |
| 2021-05-09 | Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisa | bors | -12/+27 |
| 2021-05-09 | Auto merge of #85065 - Mark-Simulacrum:preds-no-alloc, r=jackh726 | bors | -5/+5 |
| 2021-05-09 | Auto merge of #83894 - nikic:newpm, r=nagisa | bors | -74/+103 |
| 2021-05-08 | Remove unused `opt_span_warn` function | Joshua Nelson | -6/+0 |
| 2021-05-08 | Note why `Handler::fatal` is different from `Sesssion::fatal` | Joshua Nelson | -0/+1 |
| 2021-05-08 | Make `Diagnostic::span_fatal` unconditionally raise an error | Joshua Nelson | -19/+13 |
| 2021-05-08 | Remove some unnecessary uses of `struct_span_fatal` | Joshua Nelson | -36/+20 |
| 2021-05-08 | Rename `Parser::span_fatal_err` -> `Parser::span_err` | Joshua Nelson | -8/+4 |
| 2021-05-09 | Add primary marker on codegen unit to take charge of main_wrapper for non-loc... | Charles Lew | -17/+18 |
| 2021-05-08 | Support -C passes in NewPM | Nikita Popov | -20/+52 |
| 2021-05-08 | Don't force -O1 with ThinLTO | Nikita Popov | -22/+0 |
| 2021-05-08 | Explicitly register GCOV profiling pass as well | Nikita Popov | -23/+30 |
| 2021-05-08 | Explicitly register instrprof pass | Nikita Popov | -8/+20 |
| 2021-05-08 | Make -Z new-llvm-pass-manager an Option<bool> | Nikita Popov | -4/+4 |
| 2021-05-07 | Avoid predecessors having Drop impls | Mark Rousskov | -5/+5 |
| 2021-05-08 | Auto merge of #85057 - Dylan-DPC:rollup-efaseq2, r=Dylan-DPC | bors | -46/+72 |
| 2021-05-08 | Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726 | Dylan DPC | -2/+2 |
| 2021-05-08 | Rollup merge of #85034 - RalfJung:null-ptr, r=oli-obk | Dylan DPC | -8/+11 |
| 2021-05-08 | Rollup merge of #84887 - jyn514:index-span, r=Xanewok | Dylan DPC | -6/+1 |
| 2021-05-08 | Rollup merge of #76808 - LeSeulArtichaut:diagnose-functions-struct, r=jackh726 | Dylan DPC | -30/+58 |
| 2021-05-07 | Also take unions and enums into account | LeSeulArtichaut | -14/+19 |
| 2021-05-07 | Improve diagnostics for functions in `struct` definitions | LeSeulArtichaut | -19/+42 |
| 2021-05-07 | Hash attributes as part of the crate hash. | Camille GILLOT | -4/+9 |
| 2021-05-07 | Use `path.exists()` instead of `fs::metadata(path).is_ok()` | Chris Denton | -2/+2 |
| 2021-05-07 | Rollup merge of #85033 - lcnr:nits2, r=jackh726 | Dylan DPC | -57/+47 |
| 2021-05-07 | Rollup merge of #84991 - alexcrichton:target-feature-remap, r=nagisa | Dylan DPC | -15/+23 |
| 2021-05-07 | Rollup merge of #84930 - hermitcore:target, r=nagisa | Dylan DPC | -1/+1 |
| 2021-05-07 | Rollup merge of #84866 - petrochenkov:wholesome, r=Mark-Simulacrum | Dylan DPC | -2/+0 |
| 2021-05-07 | Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov | Dylan DPC | -25/+29 |
| 2021-05-07 | Rollup merge of #84254 - jclulow:illumos-link-order, r=petrochenkov | Dylan DPC | -0/+19 |
| 2021-05-07 | fix null pointer error messages | Ralf Jung | -8/+11 |
| 2021-05-07 | fulfillment typo | lcnr | -3/+3 |
| 2021-05-07 | wfcheck fcx <-> tcx cleanup | lcnr | -54/+44 |
| 2021-05-07 | Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandry | bors | -16/+48 |
| 2021-05-07 | rename LLVM target for RustyHermit | Stefan Lankes | -1/+1 |
| 2021-05-07 | Rollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obk | Yuki Okushi | -3/+7 |
| 2021-05-07 | Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandry | Yuki Okushi | -3/+24 |
| 2021-05-07 | Rollup merge of #84875 - richkadel:no-coverage-dont-check-unused, r=tmandry | Yuki Okushi | -6/+2 |
| 2021-05-07 | Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandry | Yuki Okushi | -7/+7 |
| 2021-05-07 | Auto merge of #85014 - Dylan-DPC:rollup-jzpbkdu, r=Dylan-DPC | bors | -90/+75 |
| 2021-05-06 | illumos should put libc last in library search order | Joshua M. Clulow | -0/+19 |
| 2021-05-07 | Rollup merge of #84987 - lcnr:nits, r=Mark-Simulacrum | Dylan DPC | -8/+0 |
| 2021-05-07 | Rollup merge of #84905 - RalfJung:copy, r=oli-obk | Dylan DPC | -34/+34 |
| 2021-05-07 | Rollup merge of #84896 - estebank:issue-84772, r=jackh726 | Dylan DPC | -3/+36 |
| 2021-05-07 | Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisa | Dylan DPC | -45/+5 |
| 2021-05-06 | Auto merge of #84806 - Mark-Simulacrum:try-start-entry, r=cjgillot | bors | -101/+111 |
| 2021-05-06 | Removes unneeded check of `#[no_coverage]` in mapgen | Rich Kadel | -6/+2 |
| 2021-05-06 | Update coverage docs and command line help | Rich Kadel | -7/+7 |
| 2021-05-06 | linker: Avoid library duplication with `/WHOLEARCHIVE` | Vadim Petrochenkov | -2/+0 |