about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-07-18Update cargoWeihang Lo-0/+0
2023-07-18Auto merge of #112374 - chenx97:better-mips64r6, r=jackh726bors-2/+3
2023-07-18Auto merge of #113706 - Alexendoo:compiletest-backslash-re, r=oli-obkbors-6/+6
2023-07-18support for mips32r6 as a target_arch valuechenx97-2/+3
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+1
2023-07-18Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obkbors-3/+3
2023-07-17Rename arg_iter to iter_instantiatedMichael Goulet-3/+3
2023-07-17Auto merge of #113720 - eduardosm:miri-target-feature, r=RalfJung,oli-obkbors-0/+38
2023-07-17Auto merge of #113686 - flip1995:clippyup, r=Manishearthbors-2538/+5241
2023-07-17Auto merge of #113791 - lnicola:sync-from-ra, r=lnicolabors-9096/+13686
2023-07-17Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-raLaurențiu Nicola-9096/+13686
2023-07-17Rollup merge of #113535 - jonathanpallant:sparc-bare-metal, r=jackh726Matthias Krüger-0/+1
2023-07-17Another fix for incorrect_implsPhilipp Krones-4/+3
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2537/+5241
2023-07-16Use log groups in `opt-dist`Jakub Beránek-20/+53
2023-07-16miri: fail when calling a function that requires an unavailable target featureEduardo Sánchez Muñoz-0/+38
2023-07-15Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68Matthias Krüger-2/+4
2023-07-14Add `track_caller` to builder.msgjyn-0/+1
2023-07-14Add even more GHA log groupsjyn-0/+13
2023-07-14Fix compiletest windows path finding with spacesAlex Macleod-6/+6
2023-07-14Rollup merge of #113699 - RalfJung:miri, r=RalfJungMatthias Krüger-64/+33
2023-07-14Rollup merge of #113685 - Kobzol:opt-dist-binary-sizes, r=Mark-SimulacrumMatthias Krüger-5/+45
2023-07-14Print artifact sizes in `opt-dist`Jakub Beránek-5/+45
2023-07-14remove compile-flags that are no longer neededRalf Jung-37/+10
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-309/+309
2023-07-14work around custom_mir spanRalf Jung-13/+6
2023-07-13Auto merge of #113637 - Mark-Simulacrum:bootstrap-bump, r=ozkanonurbors-4/+14
2023-07-13Rollup merge of #113613 - GuillaumeGomez:allow-dash-in-file-name, r=notriddleMatthias Krüger-4/+13
2023-07-13Rollup merge of #113603 - workingjubilee:test-for-98016, r=oli-obkMatthias Krüger-12/+13
2023-07-13Rollup merge of #113598 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+3
2023-07-13Rollup merge of #113353 - compiler-errors:select-better, r=lcnrMatthias Krüger-1/+1
2023-07-13Rename `detail_exit_macro` to `exit`jyn-2/+4
2023-07-13Merge from rustcThe Miri Conjob Bot-15/+8
2023-07-13Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-4/+14
2023-07-12fix tag GC deleting protected tagsRalf Jung-4/+7
2023-07-12Auto merge of #113621 - ehuss:ignore-clippy-tests, r=Nilstriebbors-0/+9
2023-07-12Ignore flaky clippy tests.Eric Huss-0/+9
2023-07-12fmtRalf Jung-9/+9
2023-07-12Merge from rustcRalf Jung-339/+521
2023-07-12Preparing for merge from rustcRalf Jung-1/+1
2023-07-12Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o...bors-15/+8
2023-07-12Auto merge of #113569 - RalfJung:miri, r=oli-obkbors-84/+546
2023-07-12Update cargoWeihang Lo-0/+3
2023-07-12Allow to have `-` in the rustdoc-json test file nameGuillaume Gomez-4/+13
2023-07-11Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68Jubilee-7/+0
2023-07-11Revert "Fix `x test lint-docs` when download-rustc is enabled"jyn-7/+0
2023-07-11Support build-pass in codegen testsJubilee Young-12/+13
2023-07-11fix handling of alignment for dyn-sized placesRalf Jung-5/+6
2023-07-11miri tree borrows: skip retag_reference early if there is no NewPermissionRalf Jung-13/+15