about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-06Fix up/ignore failing ui tests on fuchsiaTyler Mandry-0/+4
2021-05-06Support multi target-rustcflags for -Zpanic-abort-testsTyler Mandry-5/+5
2021-05-06Add needs-unwind to testsTyler Mandry-1/+9
2021-05-06compiletest: Add --target-panic, needs-unwindTyler Mandry-2/+26
2021-05-06E0583: Include secondary path in error messageDeadbeef-8/+8
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-2/+210
2021-05-05alloc: Add unstable Cfg feature `no-global_oom_handling`John Ericson-0/+4
2021-05-05Remote test for alloc `extern_crate` feature.John Ericson-30/+0
2021-05-05Auto merge of #84956 - RalfJung:rollup-m70mx2n, r=RalfJungbors-12/+77
2021-05-05Suggest adding a type parameter for implsmibac138-4/+33
2021-05-05Update highlight testsGuillaume Gomez-11/+16
2021-05-05Rollup merge of #84913 - estebank:issue-84831, r=varkorRalf Jung-0/+35
2021-05-05Rollup merge of #84882 - joshtriplett:platform-support-formatting, r=Dylan-DPCRalf Jung-2/+2
2021-05-05Rollup merge of #84865 - petrochenkov:llthread, r=Mark-SimulacrumRalf Jung-8/+15
2021-05-05Rollup merge of #84808 - estebank:issue-84769, r=petrochenkovRalf Jung-2/+25
2021-05-05Remove unneeded call to with_default_session_globals in rustdoc highlightGuillaume Gomez-20/+17
2021-05-05Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-43/+10
2021-05-05Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation...Andy Wang-3/+6
2021-05-05Use local and remapped paths where appropriateAndy Wang-25/+22
2021-05-05Remove impl Display for FileName and add FileNameDisplay wrapper typeAndy Wang-1/+1
2021-05-05Auto merge of #84200 - CDirkx:os, r=m-ou-sebors-1/+1
2021-05-05Make local_path in RealFileName::Remapped Option to be removed in exported me...Andy Wang-16/+42
2021-05-05Rename RealFileName::Named to LocalPath and Devirtualized to RemappedAndy Wang-8/+1
2021-05-05Revert PR 83866Pietro Albini-47/+8
2021-05-05Add `yansi-term` as a permitted dependencyJoshua Nelson-0/+2
2021-05-05Update RLS and RustfmtIgor Matuszewski-5/+5
2021-05-04rustdoc: Remove unnecessary `StripItem` wrapperJoshua Nelson-16/+9
2021-05-04Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil...bors-255/+336
2021-05-04Auto merge of #84900 - hyd-dev:miri, r=RalfJungbors-8/+9
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-255/+336
2021-05-04Normalise remapped sysroot path as $SRC_DIRAndy Wang-0/+6
2021-05-04Add test for --remap-path-prefix on std importsAndy Wang-0/+12
2021-05-04Do not ICE on invalid const paramEsteban Küber-0/+35
2021-05-04Retry clang+llvm downloadMark Rousskov-2/+4
2021-05-04Auto merge of #84894 - joshtriplett:clang-12, r=Mark-Simulacrumbors-1/+1
2021-05-04Auto merge of #84017 - Smittyvb:int-literal-underscores, r=jyn514bors-2/+62
2021-05-04Update Mirihyd-dev-8/+9
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-142/+365
2021-05-03Handle incorrect placement of parentheses in trait bounds more gracefullyEsteban Küber-0/+94
2021-05-03Update clang to 12.0.0 on Windows and macOSJosh Triplett-1/+1
2021-05-04Auto merge of #84874 - joshtriplett:ci-extract-llvm-win64-installer, r=Mark-S...bors-15/+6
2021-05-04Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnrbors-0/+55
2021-05-03Valid underscores in hex/octal/binary literal docsSmitty-2/+62
2021-05-03compiletest: "fix" FileCheck with --allow-unused-prefixesAugie Fackler-1/+1
2021-05-03platform-support: Center the contents of the `std` and `host` columnsJosh Triplett-2/+2
2021-05-03CI: Extract LLVM win64 installer directly, using 7zJosh Triplett-15/+6
2021-05-03Unify rustc and rustdoc parsing of `cfg()`Joshua Nelson-39/+53
2021-05-03Wire up tidy dependency checks for cg_clifbjorn3-21/+113
2021-05-03Take build dependencies into account during license checksbjorn3-10/+1
2021-05-03Remove obsolete crate exceptionsbjorn3-15/+0