| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2021-05-06 | Coverage instruments closure bodies in macros (not the macro body) | Rich Kadel | -3/+24 |
| 2021-05-06 | Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakis | bors | -1/+11 |
| 2021-05-06 | rustc: Support Rust-specific features in -Ctarget-feature | Alex Crichton | -15/+23 |
| 2021-05-06 | Auto merge of #84982 - Dylan-DPC:rollup-q4cbec2, r=Dylan-DPC | bors | -175/+628 |
| 2021-05-06 | outdated comment | lcnr | -2/+0 |
| 2021-05-06 | Pick candidate with fewer bound vars | Jack Huey | -5/+5 |
| 2021-05-06 | remove unused variant | lcnr | -6/+0 |
| 2021-05-06 | Rollup merge of #84945 - fee1-dead:E0583-better-message, r=petrochenkov | Dylan DPC | -4/+5 |
| 2021-05-06 | Rollup merge of #84923 - estebank:as_cache_key-once, r=petrochenkov | Dylan DPC | -3/+4 |
| 2021-05-06 | Rollup merge of #83507 - luqmana:native-link-modifiers, r=petrochenkov | Dylan DPC | -168/+619 |
| 2021-05-06 | Auto merge of #84965 - the8472:lazy-delayed-diagnostics, r=Mark-Simulacrum | bors | -5/+22 |
| 2021-05-06 | use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error | Ralf Jung | -3/+7 |
| 2021-05-06 | Auto merge of #84468 - iladin:iladin/fix-84467, r=petrochenkov | bors | -2/+4 |
| 2021-05-06 | E0583: Include secondary path in error message | Deadbeef | -4/+5 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -168/+619 |
| 2021-05-05 | lazify backtrace formatting for delayed diagnostics | The8472 | -5/+22 |
| 2021-05-05 | Rollup merge of #84913 - estebank:issue-84831, r=varkor | Ralf Jung | -1/+19 |
| 2021-05-05 | Rollup merge of #84903 - hyd-dev:dead-check-in-alloc-msg, r=RalfJung | Ralf Jung | -5/+0 |
| 2021-05-05 | Rollup merge of #84808 - estebank:issue-84769, r=petrochenkov | Ralf Jung | -1/+5 |
| 2021-05-05 | Rollup merge of #84803 - jyn514:duplicate-macros, r=petrochenkov | Ralf Jung | -57/+61 |
| 2021-05-05 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -45/+5 |
| 2021-05-05 | Auto merge of #84794 - ChrisDenton:dedup-native-libs, r=petrochenkov | bors | -0/+8 |
| 2021-05-05 | Auto merge of #84915 - Mark-Simulacrum:bitset-xor-eq, r=jackh726 | bors | -3/+7 |
| 2021-05-04 | Only compute Obligation `cache_key` once in `register_obligation_at` | Esteban Küber | -3/+4 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -13/+0 |
| 2021-05-04 | Change bitwise operator to more easily keep data in vector registers | Mark Rousskov | -3/+7 |