about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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-22Merge from rustcThe Miri Cronjob Bot-46/+39
2025-04-22Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-22Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkovbors-7/+11
2025-04-22Resolve `offset_of!()` in IDEChayim Refael Friedman-3/+169
2025-04-21Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDentonbors-0/+1
2025-04-21Rollup merge of #140076 - aDotInTheVoid:jsondocline, r=GuillaumeGomezChris Denton-0/+1
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
2025-04-21Merge pull request #19604 from WtzLAS/fix-issue-19601Lukas Wirth-1/+1
2025-04-21Merge pull request #19629 from jyn514/unset-envLukas Wirth-91/+114
2025-04-21Merge pull request #19643 from ChayimFriedman2/generic-const-itemsLukas Wirth-3/+305
2025-04-21Auto merge of #139727 - rust-lang:cargo_update, r=Mark-Simulacrumbors-16/+16
2025-04-21Merge pull request #19653 from Veykril/push-lmrprywtztztLukas Wirth-4/+30
2025-04-21Merge pull request #19651 from roife/enhance-notable-trait-renderLukas Wirth-36/+16
2025-04-21Merge pull request #19634 from Veykril/push-mnpmxxrprymoLukas Wirth-20/+38
2025-04-21feat: parse `super let`Lukas Wirth-4/+30
2025-04-21minor: simplify and enhance notable traits renderingroifewu-36/+16
2025-04-21feat: Allow unsetting env vars in `server.extraEnv` configLukas Wirth-20/+38
2025-04-21fix: Support unstable `UnsafePinned` struct in type layout calcLukas Wirth-14/+16
2025-04-21fix: Fix completion_snippets_custom config always erroringLukas Wirth-10/+12
2025-04-21Back out "When changing the config, do not emit an error if a field is missing"Lukas Wirth-5/+4
2025-04-21Allow wrapping `builtin#offset_of` fields argument in parenthesesChayim Refael Friedman-0/+61
2025-04-21Remove unnecessary predefined symbol clonesChayim Refael Friedman-367/+318
2025-04-21Get rid of static predefined symbolsChayim Refael Friedman-112/+120
2025-04-21Parse generic constsChayim Refael Friedman-3/+305
2025-04-21Remove `token::{Open,Close}Delim`.Nicholas Nethercote-7/+11
2025-04-20When changing the config, do not emit an error if a field is missingChayim Refael Friedman-4/+5
2025-04-20Remove unused macro armChayim Refael Friedman-10/+3
2025-04-20doc: Fix dead manual linksbbb651-26/+26
2025-04-20doc: Rework generated configuration to have anchorsbbb651-358/+690
2025-04-20Update chalkjackh726-173/+166
2025-04-20Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkinChris Denton-0/+5
2025-04-20jsondocck: Require command is at start of lineAlona Enraght-Moony-0/+1
2025-04-20Fix compiletest and doc commentJakub Beránek-1/+1
2025-04-20respect `repr(align(N))` on functions in miriFolkert de Vries-0/+21
2025-04-20simd intrinsics with mask: accept unsigned integer masksRalf Jung-0/+5
2025-04-20Allow `dangerous_implicit_autorefs` lint in some testsUrgau-0/+4
2025-04-20Remove `setup-upstream-remote.sh` and upstream handling.Jakub Beránek-1/+1
2025-04-20Merge from rustcThe Miri Cronjob Bot-51/+141
2025-04-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-7/+1
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-1/+30
2025-04-19Merge pull request #19617 from ChayimFriedman2/more-actualChayim Refael Friedman-1523/+1471
2025-04-19Make `HirFileId`, `EditionedFileId` and macro files Salsa structChayim Refael Friedman-1523/+1471
2025-04-19allow using `null` to unset an environment variablejyn-91/+114