about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-04-23Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ...Gabriel Bjørnager Jensen-26/+0
2025-04-23Merge from rustcThe Miri Cronjob Bot-21/+68
2025-04-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-23Auto merge of #138591 - Kobzol:git-ci, r=Mark-Simulacrumbors-342/+877
2025-04-23compiletest: Use the new non-libtest executor by defaultZalathar-7/+11
2025-04-23Update doc of cygwin targetBerrysoft-2/+3
2025-04-22[compiletest] Parallelize test discoveryTyler Mandry-38/+60
2025-04-22update unstable book to mention string/bytestring typingdianne-0/+21
2025-04-22Merge pull request #19647 from roife/fix-issue-19646Lukas Wirth-41/+31
2025-04-22tidy: Remove rinja deps from proc_macro_depsPhilipp Krones-4/+0
2025-04-22Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into clippy-subtree-u...Philipp Krones-15/+17
2025-04-22Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into clippy-subtree-u...Philipp Krones-6980/+13717
2025-04-23fix: panics in inlay hints that produce empty text edits for closure return t...roifewu-41/+31
2025-04-22Rollup merge of #140124 - rustbot:docs-update, r=ehussChris Denton-0/+0
2025-04-22Rollup merge of #140072 - folkertdev:miri-fn-align, r=RalfJungChris Denton-0/+21
2025-04-22Merge pull request #19657 from ChayimFriedman2/better-offset-ofLukas Wirth-3/+230
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-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-22Merge pull request #19624 from jackh726/chalk-updateLukas Wirth-173/+166
2025-04-22TB: add missing interior_mutability test fileRalf Jung-0/+177
2025-04-22update build and test instructionsManuel Drehwald-5/+7
2025-04-22Merge from rustcThe Miri Cronjob Bot-459/+1685
2025-04-22Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-22Auto merge of #140138 - ChrisDenton:rollup-zw7jibi, r=ChrisDentonbors-20/+20
2025-04-22Rollup merge of #140128 - GuillaumeGomez:pseudo-elements, r=notriddleChris Denton-20/+20
2025-04-22Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkovbors-9/+13
2025-04-22Resolve `offset_of!()` in IDEChayim Refael Friedman-3/+169
2025-04-21Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDentonbors-10/+15
2025-04-21Use correct annotation for CSS pseudo elementsGuillaume Gomez-20/+20
2025-04-21Rollup merge of #140107 - tshepang:rdg-push, r=jieyouxuChris Denton-7/+8
2025-04-21Rollup merge of #140076 - aDotInTheVoid:jsondocline, r=GuillaumeGomezChris Denton-0/+1
2025-04-21Rollup merge of #140052 - GuillaumeGomez:fix-140026, r=nnethercoteChris Denton-1/+6
2025-04-21Rollup merge of #134213 - folkertdev:stabilize-naked-functions, r=tgross35,Am...Chris Denton-2/+0
2025-04-21Update booksrustbot-0/+0
2025-04-21Rollup merge of #140120 - ChrisDenton:mir-opt-dump-rev, r=jieyouxuChris Denton-14/+3
2025-04-21Rollup merge of #140009 - ShE3py:tls-abort, r=thomccChris Denton-2/+2
2025-04-21Use output dir for mir_dump_dirChris Denton-14/+3
2025-04-21refactor: Fold hygiene map into bindings themselvesLukas Wirth-34/+38
2025-04-21Merge pull request #19644 from ChayimFriedman2/const-symsLukas Wirth-479/+438