about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-09-06Preparing for merge from rustcRalf Jung-1/+1
2023-09-06give josh more time to startRalf Jung-2/+2
2023-09-06Update cargoWeihang Lo-0/+0
2023-09-05Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obkbors-20/+16
2023-09-05Auto merge of #114843 - Zalathar:test-coverage-map, r=oli-obkbors-5/+614
2023-09-05Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obkMatthias Krüger-92/+86
2023-09-05Auto merge of #115543 - Kobzol:opt-dist-retry-download, r=Mark-Simulacrumbors-1/+30
2023-09-05Add test suite `coverage-map` to test coverage mappings emitted by LLVMZalathar-5/+74
2023-09-05Add tool `src/tools/coverage-dump` for use by some new coverage testsZalathar-0/+540
2023-09-04Auto merge of #114089 - Urgau:allow-with-implied-by, r=petrochenkovbors-0/+838
2023-09-04Retry download of rustc-perf in opt-distJakub Beránek-1/+30
2023-09-04Mirror the rustc-perf sourceMark Rousskov-1/+1
2023-09-04interpret: make MemPlace, Place, Operand types private to the interpreterRalf Jung-92/+86
2023-09-04Adjust clippy tests with new rustc help suggestion for lintsUrgau-0/+838
2023-09-03rustdoc: fix test case for generics that look like namesMichael Howell-1/+3
2023-09-03Fix clippy.Camille GILLOT-15/+11
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-7/+7
2023-09-03Merge from rustcRalf Jung-35/+107
2023-09-03Preparing for merge from rustcRalf Jung-1/+1
2023-09-03Stabilize the Saturating type (saturating_int_impl, gh-87920)Michael Watzko-1/+1
2023-09-02Auto merge of #115409 - RalfJung:llvm-merge-reland, r=lqdbors-18/+20
2023-09-02Rollup merge of #115443 - epage:os_str, r=cuviperMatthias Krüger-6/+5
2023-09-02Merge from rustcRalf Jung-11/+15
2023-09-02Preparing for merge from rustcRalf Jung-1/+1
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-5/+5
2023-09-01Rollup merge of #115411 - RalfJung:miri-abi, r=oli-obkMatthias Krüger-21/+16
2023-09-01feat(std): Stabilize 'os_str_bytes' featureEd Page-1/+0
2023-09-01[`clippy`] Use symbols intended for `arithmetic_side_effects`Caio-11/+82
2023-09-01add '--skip-children' to rustfmt invocationRalf Jung-1/+1
2023-08-31miri ABI check: fix handling of 1-ZST; don't accept sign differencesRalf Jung-11/+15
2023-08-31update abi_compat.rsRalf Jung-12/+3
2023-08-31don't ignore sign for ABI checkRalf Jung-7/+1
2023-08-31update target support sectionRalf Jung-21/+16
2023-08-31bootstrap: use git merge-base for LLVM CI download logicRalf Jung-18/+20
2023-08-31more ABI compat testsRalf Jung-12/+48
2023-08-31fmtRalf Jung-1/+1
2023-08-31Merge from rustcRalf Jung-12/+117
2023-08-31Preparing for merge from rustcRalf Jung-1/+1
2023-08-31make sure we test all tier 1 targets: i686-pc-windows-gnu was missingRalf Jung-1/+1
2023-08-31fmtThe Miri Conjob Bot-13/+12
2023-08-31Merge from rustcThe Miri Conjob Bot-9662/+16495
2023-08-31Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-30miri function ABI check: specifically look for repr(transparent)Ralf Jung-0/+35
2023-08-30organize failing ABI compat tests and add some moreRalf Jung-10/+58
2023-08-30interpret: make sure we accept transparent newtypes as ABI-compatibleRalf Jung-1/+23
2023-08-30compiletest: support for newer lldb versionsDavid Wood-0/+9
2023-08-30storage_live: avoid computing the layout unless necessaryRalf Jung-4/+4
2023-08-30move marking-locals-live out of push_stack_frame, so it happens with argument...Ralf Jung-19/+16
2023-08-30interpret: fix projecting into an unsized field of a localRalf Jung-0/+24
2023-08-30Auto merge of #111713 - Zoxc:lock-switch, r=nnethercotebors-7/+7