about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-25Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-09-24BTreeMap: Don't leak allocators when initializing nodesSidney Cammeresi-2/+13
2025-09-24llvm: add a destructor to call releaseSerializerJosh Stone-0/+8
2025-09-24fix SCIP panicking due to salsa not attachingitsjunetime-1/+1
2025-09-24Explicitly note `&[SocketAddr]` impl of `ToSocketAddrs`.Adam Harvey-0/+2
2025-09-24Small string formatting cleanupGuillaume Gomez-5/+3
2025-09-24Rollup merge of #146971 - lcnr:fix-writeback, r=BoxyUwUMatthias Krüger-32/+21
2025-09-24Rollup merge of #146958 - el-ev:fix_path_string_eq_recurse, r=joboetMatthias Krüger-9/+19
2025-09-24Rollup merge of #146950 - joboet:cstr_default, r=tgross35Matthias Krüger-8/+3
2025-09-24Rollup merge of #146894 - tiif:suggest_feature_attr, r=BoxyUwUMatthias Krüger-11/+14
2025-09-24Rollup merge of #146753 - tiif:unsatisfiable-unstable-feature, r=BoxyUwUMatthias Krüger-8/+7
2025-09-24Rollup merge of #146679 - stepancheg:error-display-source, r=dtolnayMatthias Krüger-1/+7
2025-09-24Rollup merge of #146556 - stepancheg:repro-146228, r=tgross35Matthias Krüger-17/+37
2025-09-24Tweak handling of "struct like start" where a struct isn't supportedEsteban Küber-128/+93
2025-09-24Repro duration_since regression from issue 146228Stepan Koltsov-17/+37
2025-09-24Make install test target independentJakub Beránek-55/+61
2025-09-24unstably constify float mul_add methodsJeremy Smart-135/+118
2025-09-24Clarify Display for error should not include sourceStepan Koltsov-1/+7
2025-09-24Auto merge of #146999 - matthiaskrgr:rollup-0gbkm82, r=matthiaskrgrbors-114/+385
2025-09-24Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obkMatthias Krüger-46/+153
2025-09-24Rollup merge of #146964 - Ayush1325:close-protocol, r=joboetMatthias Krüger-0/+4
2025-09-24Rollup merge of #146959 - tshepang:patch-2, r=nnethercoteMatthias Krüger-3/+3
2025-09-24Rollup merge of #146932 - ShoyuVanilla:ra-in-tree-hack, r=lcnrMatthias Krüger-40/+5
2025-09-24Rollup merge of #146915 - clarfonthey:safe-intrinsics-2, r=RalfJungMatthias Krüger-20/+22
2025-09-24Rollup merge of #146897 - lolbinarycat:rustdoc-invalid_html_tags-ice-146890, ...Matthias Krüger-1/+65
2025-09-24Rollup merge of #146857 - tnuha:revert_self_has_no_region_infer, r=lcnrMatthias Krüger-1/+36
2025-09-24Rollup merge of #146711 - lcnr:fix-placeholder-ice, r=lqdMatthias Krüger-3/+97
2025-09-24rustdoc-search: stringdex update with more packingMichael Howell-30/+54
2025-09-24Merge pull request #20721 from ChayimFriedman2/fix-neverChayim Refael Friedman-230/+770
2025-09-25mark THIR use as candidate for constness checkDing Xiang Fei-1/+12
2025-09-25add test fixture for newly allowed const exprDing Xiang Fei-0/+8
2025-09-25do not materialise X in [X; 0] when X is unsizing a constDing Xiang Fei-1/+50
2025-09-24Address review commentsJules Bertholet-8/+23
2025-09-24Implement fallback properlyChayim Refael Friedman-230/+770
2025-09-24Merge pull request #20683 from regexident/inference-result-types-iterChayim Refael Friedman-0/+20
2025-09-24std: add support for armv7a-vex-v5 targetTropical-10/+1012
2025-09-24Improve the pretty print of UnstableFeature clausetiif-8/+7
2025-09-24impl Ord for params and use unstable sortMarijn Schouten-2/+2
2025-09-24f16_f128: enable some more tests in MiriRalf Jung-17/+15
2025-09-24Update cargo submoduleWeihang Lo-0/+0
2025-09-24Fix infinite recursion in Path::eq with StringIris Shi-9/+19
2025-09-24Improve derive suggestion of const paramtiif-11/+14
2025-09-24feature: Implement vec_try_removeBenjaminBrienen-2/+46
2025-09-24simplify setup_constraining_predicates, and note it is potentially cubicMarijn Schouten-26/+26
2025-09-24constify Default on NanosecondsNathaniel McCallum-1/+2
2025-09-24Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da...bors-18/+44
2025-09-24add testlcnr-0/+40
2025-09-24Switch next-solver related rustc dependencies of r-a to crates.io onesShoyu Vanilla-40/+5
2025-09-24alloc: simplify `Default` for `Box<CStr>` and `Rc<CStr>`joboet-5/+2
2025-09-24const validation: better error for maybe-null referencesRalf Jung-29/+108