| Age | Commit message (Expand) | Author | Lines |
| 2021-05-06 | Fix up/ignore failing ui tests on fuchsia | Tyler Mandry | -0/+4 |
| 2021-05-06 | Support multi target-rustcflags for -Zpanic-abort-tests | Tyler Mandry | -5/+5 |
| 2021-05-06 | Add needs-unwind to tests | Tyler Mandry | -1/+9 |
| 2021-05-06 | compiletest: Add --target-panic, needs-unwind | Tyler Mandry | -2/+26 |
| 2021-05-06 | E0583: Include secondary path in error message | Deadbeef | -8/+8 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -2/+210 |
| 2021-05-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -0/+4 |
| 2021-05-05 | Remote test for alloc `extern_crate` feature. | John Ericson | -30/+0 |
| 2021-05-05 | Auto merge of #84956 - RalfJung:rollup-m70mx2n, r=RalfJung | bors | -12/+77 |
| 2021-05-05 | Suggest adding a type parameter for impls | mibac138 | -4/+33 |
| 2021-05-05 | Update highlight tests | Guillaume Gomez | -11/+16 |
| 2021-05-05 | Rollup merge of #84913 - estebank:issue-84831, r=varkor | Ralf Jung | -0/+35 |
| 2021-05-05 | Rollup merge of #84882 - joshtriplett:platform-support-formatting, r=Dylan-DPC | Ralf Jung | -2/+2 |
| 2021-05-05 | Rollup merge of #84865 - petrochenkov:llthread, r=Mark-Simulacrum | Ralf Jung | -8/+15 |
| 2021-05-05 | Rollup merge of #84808 - estebank:issue-84769, r=petrochenkov | Ralf Jung | -2/+25 |
| 2021-05-05 | Remove unneeded call to with_default_session_globals in rustdoc highlight | Guillaume Gomez | -20/+17 |
| 2021-05-05 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -43/+10 |
| 2021-05-05 | Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation... | Andy Wang | -3/+6 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -25/+22 |
| 2021-05-05 | Remove impl Display for FileName and add FileNameDisplay wrapper type | Andy Wang | -1/+1 |
| 2021-05-05 | Auto merge of #84200 - CDirkx:os, r=m-ou-se | bors | -1/+1 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -16/+42 |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -8/+1 |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -47/+8 |
| 2021-05-05 | Add `yansi-term` as a permitted dependency | Joshua Nelson | -0/+2 |
| 2021-05-05 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 |
| 2021-05-04 | rustdoc: Remove unnecessary `StripItem` wrapper | Joshua Nelson | -16/+9 |
| 2021-05-04 | Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil... | bors | -255/+336 |
| 2021-05-04 | Auto merge of #84900 - hyd-dev:miri, r=RalfJung | bors | -8/+9 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -255/+336 |
| 2021-05-04 | Normalise remapped sysroot path as $SRC_DIR | Andy Wang | -0/+6 |
| 2021-05-04 | Add test for --remap-path-prefix on std imports | Andy Wang | -0/+12 |
| 2021-05-04 | Do not ICE on invalid const param | Esteban Küber | -0/+35 |
| 2021-05-04 | Retry clang+llvm download | Mark Rousskov | -2/+4 |
| 2021-05-04 | Auto merge of #84894 - joshtriplett:clang-12, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-05-04 | Auto merge of #84017 - Smittyvb:int-literal-underscores, r=jyn514 | bors | -2/+62 |
| 2021-05-04 | Update Miri | hyd-dev | -8/+9 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -142/+365 |
| 2021-05-03 | Handle incorrect placement of parentheses in trait bounds more gracefully | Esteban Küber | -0/+94 |
| 2021-05-03 | Update clang to 12.0.0 on Windows and macOS | Josh Triplett | -1/+1 |
| 2021-05-04 | Auto merge of #84874 - joshtriplett:ci-extract-llvm-win64-installer, r=Mark-S... | bors | -15/+6 |
| 2021-05-04 | Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnr | bors | -0/+55 |
| 2021-05-03 | Valid underscores in hex/octal/binary literal docs | Smitty | -2/+62 |
| 2021-05-03 | compiletest: "fix" FileCheck with --allow-unused-prefixes | Augie Fackler | -1/+1 |
| 2021-05-03 | platform-support: Center the contents of the `std` and `host` columns | Josh Triplett | -2/+2 |
| 2021-05-03 | CI: Extract LLVM win64 installer directly, using 7z | Josh Triplett | -15/+6 |
| 2021-05-03 | Unify rustc and rustdoc parsing of `cfg()` | Joshua Nelson | -39/+53 |
| 2021-05-03 | Wire up tidy dependency checks for cg_clif | bjorn3 | -21/+113 |
| 2021-05-03 | Take build dependencies into account during license checks | bjorn3 | -10/+1 |
| 2021-05-03 | Remove obsolete crate exceptions | bjorn3 | -15/+0 |