about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-01bump ui_test to 0.30.1Ralf Jung-6/+7
2025-07-01fmtThe Miri Cronjob Bot-2/+0
2025-07-01Make some compiletest errors/warnings/help more visually obviousJieyou Xu-38/+84
2025-07-01Merge from rustcThe Miri Cronjob Bot-2475/+4266
2025-07-01Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-01Rollup merge of #143264 - Muscraft:fix-suggestion-filename, r=compiler-errorsMatthias Krüger-1/+4
2025-07-01Rollup merge of #143263 - ComputerDruid:linkify_CodeSuggestion, r=compiler-er...Matthias Krüger-2/+2
2025-07-01Rollup merge of #143257 - tgross35:run-make-deps, r=jieyouxuMatthias Krüger-13/+41
2025-07-01Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche...Matthias Krüger-668/+739
2025-07-01Rollup merge of #143234 - GuillaumeGomez:ice-143128, r=oli-obkMatthias Krüger-101/+89
2025-07-01Rollup merge of #143178 - eeshvardasikcm:master, r=notriddleMatthias Krüger-1/+1
2025-07-01Rollup merge of #143156 - folkertdev:fn-align-inherit-from-trait, r=workingju...Matthias Krüger-26/+93
2025-07-01Rollup merge of #143125 - tgross35:aarch64-neon-llvm19-f16, r=cuviperMatthias Krüger-0/+8
2025-07-01Auto merge of #141875 - nnethercote:ByteSymbol, r=petrochenkovbors-267/+447
2025-06-30Mention as_chunks in the docs for chunksScott McMurray-0/+32
2025-06-30fix: Emit suggestion filename if primary diagnostic span is dummyScott Schafer-1/+4
2025-06-30make compiler_builtins a private dependencyJeremy Smart-2/+6
2025-07-01Remove doc comments from TyCtxtFeedMichael Goulet-1/+0
2025-07-01Feed explicit_predicates_of instead of predicates_ofMichael Goulet-2/+1
2025-07-01mir: Mark `Statement` and `BasicBlockData` as `#[non_exhaustive]`dianqk-25/+27
2025-06-30linkify CodeSuggestion in doc commentsDan Johnson-2/+2
2025-06-30Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgrbors-1/+1
2025-06-30Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgrbors-979/+2454
2025-06-30add failing test, bless incorrect outputJeremy Smart-0/+87
2025-07-01moved testsKivooeo-0/+0
2025-06-30Don't recompute DisambiguatorState for every RPITIT in trait definitionMichael Goulet-46/+47
2025-06-30Upgrade dependencies in run-make-supportTrevor Gross-13/+41
2025-06-30fix: install correct cc for wasm32-unknown-emscriptenJayden Qi-1/+22
2025-06-30fix: wasm-bare targets compiling x86 builtinsJayden Qi-3/+19
2025-06-30NoArgsAttributeParserPavel Grigorenko-114/+100
2025-06-30Fix coerce_container_to_any false positive on autoderef (#15057)llogiq-20/+64
2025-06-30Do not remove `as` if it changes the typeSamuel Tardieu-2/+30
2025-06-30mbe: Move `MetaVarExprConcatElem` closer to where it is usedTrevor Gross-14/+14
2025-06-30mbe: Factor `concat` metavariable handling outTrevor Gross-40/+45
2025-06-30mbe: Shorten `MetaVarExpr` -> `Mve` in structural diagnosticsTrevor Gross-13/+18
2025-06-30mbe: Extend metavariable expression testsTrevor Gross-62/+247
2025-06-30mbe: Split metavariable usage tests off from syntax testsTrevor Gross-378/+253
2025-06-30Rollup merge of #143248 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2025-06-30Rollup merge of #143246 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-848/+2252
2025-06-30Rollup merge of #143229 - jieyouxu:compiletest-maintenance-1, r=KobzolMatthias Krüger-42/+50
2025-06-30Rollup merge of #143228 - nnethercote:macro-stats-build-scripts, r=KobzolMatthias Krüger-1/+11
2025-06-30Rollup merge of #143223 - nnethercote:improve-macro-stats-printing, r=petroch...Matthias Krüger-9/+25
2025-06-30Rollup merge of #143180 - jieyouxu:forest, r=KobzolMatthias Krüger-28/+49
2025-06-30Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obkMatthias Krüger-1/+1
2025-06-30Rollup merge of #143175 - Kobzol:bootstrap-lld-external-llvm-config, r=JieyouxuMatthias Krüger-4/+9
2025-06-30Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obkMatthias Krüger-46/+55
2025-06-30Rollup merge of #143019 - danielframpton:codegen-backend-parse, r=bjorn3Matthias Krüger-1/+3
2025-06-30Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-30, r=Gu...bors-171/+131
2025-06-30Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-30, r=Gu...bors-171/+131
2025-06-30Consider deref'ed argument as non-temporary (#15172)Timo-16/+166