about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-22Restrict the cases where `ptr_eq` triggers (#14526)Alex Macleod-100/+60
2025-04-23fix: panics in inlay hints that produce empty text edits for closure return t...roifewu-41/+31
2025-04-22Rollup merge of #140149 - RalfJung:test_nan, r=tgross35Chris Denton-0/+20
2025-04-22Rollup merge of #140144 - nnethercote:fix-140098, r=petrochenkovChris Denton-23/+42
2025-04-22Rollup merge of #140124 - rustbot:docs-update, r=ehussChris Denton-0/+0
2025-04-22Rollup merge of #140104 - Shourya742:2025-04-21-auto-diff-fails-on-impl-block...Chris Denton-8/+71
2025-04-22Rollup merge of #140072 - folkertdev:miri-fn-align, r=RalfJungChris Denton-2/+36
2025-04-22Rollup merge of #140031 - Zalathar:deadline, r=jieyouxuChris Denton-21/+47
2025-04-22Rollup merge of #139921 - Kivooeo:master, r=WaffleLapkinChris Denton-27/+102
2025-04-22Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboetChris Denton-2/+6
2025-04-22Make sure there's no duplicate indices in the dep graphJohn Kåre Alsaker-1/+5
2025-04-22Tweak edgesJohn Kåre Alsaker-8/+5
2025-04-22Use `IndexVec::from_elem_n`John Kåre Alsaker-10/+7
2025-04-22Add index to the dep graph format and encode via `MemEncoder`John Kåre Alsaker-39/+206
2025-04-22Rustup (#14667)Philipp Krones-18/+18
2025-04-22Bump nightly version -> 2025-04-22Philipp Krones-2/+2
2025-04-22Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-6992/+13764
2025-04-22Merge pull request #19657 from ChayimFriedman2/better-offset-ofLukas Wirth-3/+230
2025-04-22Consider side effects when rewriting iterator behaviors (#14490)Jason Newcomb-97/+292
2025-04-22Expand mutable capture check for `is_iter_with_side_effects()`yanglsh-127/+201
2025-04-22Validate extension in `PathBuf::add_extension`Thalia Archibald-7/+17
2025-04-22Merge pull request #19661 from ChayimFriedman2/salsa-v20Lukas Wirth-544/+232
2025-04-22Account for `IngredientCache::get_or_create()` taking `&Zalsa` and not `&dyn ...Chayim Refael Friedman-1/+1
2025-04-22Fix varianceChayim Refael Friedman-7/+3
2025-04-22Adapt for new cycle handling changing in SalsaChayim Refael Friedman-339/+133
2025-04-22Adjust for `salsa::Id::from_u32()` being unsafeChayim Refael Friedman-183/+80
2025-04-22Adjust for new Salsa not implementing `Debug` by defaultChayim Refael Friedman-6/+6
2025-04-22Depend on Salsa v0.20.0Chayim Refael Friedman-10/+11
2025-04-22Merge pull request #19479 from ChayimFriedman2/generic-mismatchLukas Wirth-405/+1243
2025-04-22remove intrinsics::drop_in_placeRalf Jung-41/+31
2025-04-22compiletest: Fix deadline bugs in new executorZalathar-21/+47
2025-04-22The new diagnostic has found a bug lurking in minicoreChayim Refael Friedman-1/+1
2025-04-22Add two new diagnostics: one for mismatch in generic arguments count, and ano...Chayim Refael Friedman-404/+1242
2025-04-22Merge pull request #19622 from A4-Tacks/raw-string-suffixLukas Wirth-13/+293
2025-04-22Merge pull request #19662 from Veykril/push-lqqvmnonlwrxLukas Wirth-1/+1
2025-04-22minor: Fix outdated comment in hir-ty/generics.rsLukas Wirth-1/+1
2025-04-22Auto merge of #139960 - amandasystems:placeholder-ui-tests, r=lcnrbors-0/+110
2025-04-22Use `is_lang_item` and `as_lang_item` instead of handrolling their logicOli Scherer-219/+193
2025-04-22Merge pull request #19624 from jackh726/chalk-updateLukas Wirth-173/+166
2025-04-22Add tests for two untested cases of placeholder relationsAmanda Stjerna-0/+110
2025-04-22Merge pull request #4285 from RalfJung/tb-testsRalf Jung-0/+177
2025-04-22add comment for "Other" caseRalf Jung-0/+1
2025-04-22TB: add missing interior_mutability test fileRalf Jung-0/+177
2025-04-22chore: Release libm v0.2.13Trevor Gross-1/+7
2025-04-22fix: Switch to resolver v2Trevor Gross-1/+1
2025-04-22Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-deadbors-184/+411
2025-04-22MANTISSA_DIGITS: explain relation to bitwise representationRalf Jung-0/+12
2025-04-22test_nan: ensure the NAN contant is quietRalf Jung-0/+8
2025-04-22Rename `open_brace` to `open_delimiters`xizheyin-23/+26
2025-04-22Move make_unclosed_delims_error to lexer/diagonostics.rsxizheyin-27/+28