about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-23Suggest correct `version("..")` predicate syntax in check-cfgUrgau-0/+64
2025-05-22Auto merge of #141135 - compiler-errors:fast-path-2, r=lcnrbors-9/+85
2025-05-22Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddlebors-73/+253
2025-05-22Auto merge of #141379 - matthiaskrgr:rollup-g1cz0ic, r=matthiaskrgrbors-22/+59
2025-05-22Rollup merge of #141370 - WaffleLapkin:hiiii, r=jhprattMatthias Krüger-0/+1
2025-05-22Rollup merge of #141364 - aDotInTheVoid:atttrdocss, r=GuillaumeGomezMatthias Krüger-7/+12
2025-05-22Rollup merge of #141337 - RalfJung:stdarch, r=AmanieuMatthias Krüger-0/+0
2025-05-22Rollup merge of #141323 - Kobzol:bors-environment, r=marcoieniMatthias Krüger-0/+9
2025-05-22Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r...Matthias Krüger-1/+30
2025-05-22Rollup merge of #140431 - bend-n:dont_handle_bool_transmute, r=NadrierilMatthias Krüger-14/+7
2025-05-22Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieubors-60/+60
2025-05-21Auto merge of #141366 - matthiaskrgr:rollup-utvtyy3, r=matthiaskrgrbors-81/+203
2025-05-21add doc alias `replace_first` for `str::replacen`waffle-0/+1
2025-05-21Rollup merge of #141363 - BoxyUwU:doc_lta_norm_binders, r=lcnrMatthias Krüger-4/+13
2025-05-21Rollup merge of #141357 - dianne:unhardcode-unpretty-thir-tree-body-expr, r=c...Matthias Krüger-9/+4
2025-05-21Rollup merge of #141356 - dianne:thir-lower-params-before-body-expr, r=compil...Matthias Krüger-10/+11
2025-05-21Rollup merge of #141351 - bjorn3:attr_handling_changes, r=NadrierilMatthias Krüger-8/+8
2025-05-21Rollup merge of #141347 - lcnr:lets-make-it-unsound-3, r=compiler-errorsMatthias Krüger-2/+75
2025-05-21Rollup merge of #141341 - folkertdev:limit-VaArgSafe-impls, r=workingjubileeMatthias Krüger-34/+52
2025-05-21Rollup merge of #141230 - xizheyin:issue-141217, r=tgross35Matthias Krüger-5/+28
2025-05-21Rollup merge of #140526 - Natr1x:sort-direction-documentation, r=dtolnayMatthias Krüger-9/+12
2025-05-21rustdoc-json: Remove false docs and add test for inline attributeAlona Enraght-Moony-7/+12
2025-05-21Auto merge of #141343 - flip1995:clippy-subtree-update, r=Manishearthbors-4620/+6166
2025-05-21Document why we allow escaping bound vars in LTA normBoxy-4/+13
2025-05-21Auto merge of #141345 - matthiaskrgr:rollup-vux7gok, r=matthiaskrgrbors-36/+240
2025-05-21`unpretty=thir-tree`: don't require the final expr to be the entrypointdianne-9/+4
2025-05-21lower bodies' params to thir before the body's valuedianne-10/+11
2025-05-21Move -Zcrate-attr injection to just after crate root parsingbjorn3-8/+8
2025-05-21std: fix doctest and explain for as_slices and as_mut_slices in VecDequexizheyin-5/+28
2025-05-21fix better_any breakage by making the solver more unsoundlcnr-2/+75
2025-05-21Rollup merge of #141334 - lcnr:coerce-nested-obligations, r=compiler-errorsMatthias Krüger-3/+47
2025-05-21Rollup merge of #141333 - compiler-errors:param-env-candidate-unnorm, r=lcnrMatthias Krüger-12/+58
2025-05-21Rollup merge of #141332 - compiler-errors:no-fold-const, r=lcnrMatthias Krüger-3/+11
2025-05-21Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ...Matthias Krüger-3/+39
2025-05-21Rollup merge of #141296 - azhogin:azhogin/async-drop-broken-mir-place-deref-f...Matthias Krüger-11/+20
2025-05-21Rollup merge of #141280 - Kobzol:docker-rust-lang-cache, r=marcoieniMatthias Krüger-3/+2
2025-05-21Rollup merge of #141267 - dianne:fix-141265, r=oli-obkMatthias Krüger-1/+63
2025-05-21limit impls of `VaArgSafe` to just types that are actually safeFolkert de Vries-34/+52
2025-05-21Auto merge of #140386 - oli-obk:match-on-lang-item-kind, r=compiler-errorsbors-85/+91
2025-05-21Update Cargo.lockPhilipp Krones-8/+0
2025-05-21Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u...Philipp Krones-4612/+6166
2025-05-21Rustup (#14860)Philipp Krones-23/+35
2025-05-21Bump nightly version -> 2025-05-21Philipp Krones-5/+12
2025-05-21Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4628/+6209
2025-05-21bump stdarchRalf Jung-0/+0
2025-05-21Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p...Andrew Zhogin-11/+20
2025-05-21When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974)Andrew Zhogin-3/+39
2025-05-21Add bors environment to CIJakub Beránek-0/+9
2025-05-21eagerly check nested obligations when coercing fndefslcnr-3/+47
2025-05-21Auto merge of #141331 - matthiaskrgr:rollup-k0loxj6, r=matthiaskrgrbors-201/+277