about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-24Update cargoWeihang Lo-0/+0
2024-12-25Auto merge of #134729 - oliveredget:typo, r=jieyouxubors-1/+1
2024-12-25compiletest: Support `forbid-output` in UI testsclubby789-2/+4
2024-12-25fix missing name enum when hovering on fields in variantsroife-3/+14
2024-12-24fix: Fix metrics workflow using the wrong download-artifact versionLukas Wirth-1/+1
2024-12-24Merge pull request #18743 from ChayimFriedman2/e0107Lukas Wirth-275/+881
2024-12-24Merge pull request #18754 from Veykril/push-zkkzxrsxnqnmLukas Wirth-140/+209
2024-12-24Unify handling of path diagnostics in hir-tyChayim Refael Friedman-247/+848
2024-12-24Cleanup target fetching for cargo metadataLukas Wirth-140/+209
2024-12-24Auto merge of #134724 - onur-ozkan:type-improvements, r=jieyouxubors-53/+34
2024-12-24chore: fix typosoliveredget-1/+1
2024-12-24Merge pull request #18707 from ChayimFriedman2/substLukas Wirth-186/+1015
2024-12-24Merge pull request #18718 from Giga-Bowser/fix-syntaxfactory-intoiteratorLukas Wirth-16/+28
2024-12-24Merge pull request #18722 from markmurphydev/status_bar_settingsLukas Wirth-35/+62
2024-12-24improve type mutation for certain structuresonur-ozkan-53/+34
2024-12-24Merge pull request #18750 from Veykril/push-tyvtqpwrwvsrLukas Wirth-103/+7
2024-12-24Back out "internal: Disable rustc test metrics"Lukas Wirth-2/+7
2024-12-24Remove dangling outdated test moduleLukas Wirth-101/+0
2024-12-24Merge pull request #18749 from PrototypeNM1/windows-debugger-waitLukas Wirth-7/+25
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-2/+8
2024-12-24nit: cleanups in `Cfg::simplify_with`Alexis (Poliorcetics) Bourget-12/+10
2024-12-23minor: Break out of waiting for debugger on Windows using native debugger che...Nicholas Rishel-7/+25
2024-12-23Auto merge of #134405 - rmehri01:x-completions, r=onur-ozkanbors-2/+5952
2024-12-23Auto merge of #134687 - matthiaskrgr:rollup-m32tkax, r=matthiaskrgrbors-1/+21
2024-12-23use std::sync::Once instead of hand-rolling a bad version of itRalf Jung-13/+12
2024-12-23many-seeds: add flag to keep going even after we found a failing seedRalf Jung-7/+24
2024-12-23stop using process-wide state, now that we are running multiple interpreters ...Ralf Jung-47/+47
2024-12-23Rollup merge of #134669 - clubby789:dev-ci-mode, r=jieyouxuMatthias Krüger-0/+4
2024-12-23Rollup merge of #134528 - jieyouxu:fix-rustc-bootstrap-test, r=KobzolMatthias Krüger-1/+17
2024-12-23remove --many-seeds from ./miri runRalf Jung-120/+30
2024-12-23remove many-seeds mode from cargo-miriRalf Jung-182/+104
2024-12-23add -Zmiri-many-seeds flag to the driver itselfRalf Jung-94/+172
2024-12-23tests: migrate `incr-add-rust-src-component` to rmake.rs许杰友 Jieyou Xu (Joe)-1/+0
2024-12-23Auto merge of #134681 - lnicola:sync-from-ra, r=lnicolabors-2151/+3082
2024-12-23Link to dev guide on Docker testingclubby789-0/+4
2024-12-23Bump rustc cratesLaurențiu Nicola-17/+17
2024-12-23Merge from rust-lang/rustLaurențiu Nicola-2668/+8602
2024-12-23Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-12-23region-outlives propagation (#2169)lcnr-1/+5
2024-12-23Document the `--debugger` flag (#2170)clubby789-0/+3
2024-12-23Rollup merge of #134672 - Zalathar:revert-coverage-attr, r=wesleywiserTrevor Gross-1/+31
2024-12-23Rollup merge of #134668 - compiler-errors:default-struct-value-fmt, r=ytmimiTrevor Gross-0/+42
2024-12-23Rollup merge of #134659 - jieyouxu:recursive-remove, r=ChrisDentonTrevor Gross-56/+352
2024-12-23Rollup merge of #129220 - asomers:target-maintainer, r=tgross35Trevor Gross-8/+65
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...Zalathar-1/+31
2024-12-23Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgrbors-6/+23
2024-12-22Make sure we don't lose default struct value when formatting structMichael Goulet-0/+42
2024-12-22Treat ; as a terminator rather than something that can be glued together in a...Brian Bosak-0/+1
2024-12-22Auto merge of #131311 - rust-lang:cargo_update, r=clubby789bors-20/+20
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-2/+8