about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-20triagebot: ping me if rustdoc js is modifiedbinarycat-0/+1
2025-05-20Merge pull request #2398 from smanilov/patch-12Boxy-7/+9
2025-05-20Update availability of Cranelift (#1579)stefnotch-2/+2
2025-05-20Rollup merge of #141285 - compiler-errors:tick, r=lcnrMatthias Krüger-1/+1
2025-05-20Rollup merge of #141279 - nnethercote:lower_to_hir, r=compiler-errorsMatthias Krüger-38/+26
2025-05-20Rollup merge of #141275 - dianne:gather-guard-pat-locals-once, r=compiler-errorsMatthias Krüger-1/+21
2025-05-20Rollup merge of #141269 - tshepang:rdg-push, r=jieyouxuMatthias Krüger-27/+20
2025-05-20Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa...Matthias Krüger-3/+3
2025-05-20Rollup merge of #141236 - jagunter:issue-140823, r=compiler-errorsMatthias Krüger-15/+46
2025-05-20Rollup merge of #139419 - compiler-errors:recursive-opaque, r=lcnrMatthias Krüger-218/+162
2025-05-20link tracking issue in explicit-extern-abis.mdDan Johnson-1/+3
2025-05-20in `intrinsic-test`, format f16 like CFolkert de Vries-1/+102
2025-05-20use the right load instructionFolkert de Vries-3/+3
2025-05-20`avx512_target_feature` is now stable on nightlyFolkert de Vries-3/+0
2025-05-20use Self alias in self types rather than manually substituting itMichael Goulet-5/+5
2025-05-20Make it clear we talk about early bound paramsStan Manilov-1/+2
2025-05-20Get rid of unnecessary `BufDisplay` abstractionYotam Ofek-28/+6
2025-05-20Replace some `unwrap`s with `?`s where possibleYotam Ofek-2/+2
2025-05-20Make some fns return `fmt::Result` to get rid of a few `unwrap`sYotam Ofek-27/+33
2025-05-20ci: split powerpc64le-linux jobMarcoIeni-13/+63
2025-05-20Update to Cranelift 0.120bjorn3-56/+56
2025-05-20Auto merge of #140932 - onur-ozkan:llvm-tools, r=Kobzolbors-13/+22
2025-05-20Make clif ir debug output a bit nicerbjorn3-31/+66
2025-05-20Split `autodiff` into `autodiff_forward` and `autodiff_reverse`Marcelo Domínguez-17/+48
2025-05-20Merge pull request #2399 from steffahn/fix-tenv-linkLeón Orell Valerian Liehr-2/+2
2025-05-20Querify coroutine_hidden_typesMichael Goulet-41/+67
2025-05-20Fix misdirected link for `TypingEnv`Frank Steffahn-2/+2
2025-05-20Update links between ty-module and bindersStan Manilov-7/+9
2025-05-20Add tick to RePlaceholder debug outputMichael Goulet-1/+1
2025-05-20Allow trailing comma after argument in query definitionMichael Goulet-0/+1
2025-05-20Revert "Fix stack overflow in exhaustiveness due to recursive HIR opaque type...Michael Goulet-35/+5
2025-05-20Just error on recursive opaque ty in HIR typeckMichael Goulet-183/+157
2025-05-20Apply `needless_for_each` to clippy itselfyanglsh-3/+3
2025-05-20fix: `needless_for_each` suggests wrongly when closure has no bracesyanglsh-5/+71
2025-05-20Rustup to rustc 1.89.0-nightly (60dabef95 2025-05-19)bjorn3-1/+1
2025-05-20Auto merge of #141278 - lnicola:sync-from-ra, r=lnicolabors-1358/+3449
2025-05-20Make lint span smaller for needless return (#14790)Jason Newcomb-74/+62
2025-05-20Merge pull request #2396 from smanilov/patch-11nora-4/+5
2025-05-20Small typo and style fixes in binders.mdStan Manilov-4/+5
2025-05-20Use Docker cache from the current repositoryJakub Beránek-3/+2
2025-05-20Merge pull request #19826 from lnicola/sync-from-rustLaurențiu Nicola-25334/+43255
2025-05-20Bump rustc cratesLaurențiu Nicola-22/+29
2025-05-20Merge from rust-lang/rustLaurențiu Nicola-25313/+43227
2025-05-20Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-05-20Miri CI: test aarch64-apple-darwin in PRs instead of the x86_64 targetRalf Jung-4/+6
2025-05-20Merge pull request #4335 from RalfJung/rustupRalf Jung-1727/+2205
2025-05-19`gather_locals`: only visit guard pattern guards when checking the guarddianne-1/+21
2025-05-20Auto merge of #139916 - RalfJung:intrinsic-wrappers, r=Mark-Simulacrumbors-353/+336
2025-05-20Add println! test for sugg-field-in-format-string-issue-141136xizheyin-1/+10
2025-05-20make std::intrinsic functions actually be intrinsicsRalf Jung-353/+336