about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-5/+79
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-9/+8
2024-12-13Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkovbors-1/+42
2024-12-13feat: improve name generation in destructure_tuple_bindingroife-33/+49
2024-12-13Correctly handle comments in attributes in doctests source codeGuillaume Gomez-0/+2
2024-12-13Make dependency_formats an FxIndexMap rather than a list of tuplesbjorn3-3/+2
2024-12-13Remove registered_lints field from Sessionbjorn3-1/+3
2024-12-13Bump typosLaurențiu Nicola-11/+16
2024-12-13Merge pull request #18678 from regexident/fix-typosLaurențiu Nicola-6/+6
2024-12-13Fix a few typosVincent Esche-6/+6
2024-12-13Merge pull request #18674 from Veykril/push-lrxotqknvxvrLukas Wirth-37/+76
2024-12-13Merge pull request #18672 from Veykril/push-lurnqpqtzvzqLukas Wirth-41/+15
2024-12-13Show expansion errors in expand_macro featureLukas Wirth-37/+76
2024-12-13Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obkbors-0/+5
2024-12-13Do not require a special env var to be set for the proc-macro-srvLukas Wirth-41/+15
2024-12-13validate `--skip` and `--exclude` pathsonur-ozkan-1/+25
2024-12-13Merge from rustcThe Miri Cronjob Bot-273/+258
2024-12-13Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-12-12Only dist `llvm-objcopy` if llvm tools are enabledJosh Stone-1/+1
2024-12-13Stabilize async closuresMichael Goulet-55/+49
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-69/+4
2024-12-12Tweak multispan renderingEsteban Küber-117/+38
2024-12-12Make BorrowSet/BorrowData fields accessible via public gettersWill Crichton-2/+6
2024-12-12rustdoc-search: fix mismatched path when parent re-exported twiceMichael Howell-0/+8
2024-12-12Update wasi-sdk used to build WASI targetsAlex Crichton-4/+4
2024-12-12fix pathMarcoIeni-4/+4
2024-12-12fix pathMarcoIeni-4/+4
2024-12-12Rollup merge of #134214 - klensy:rd-shadow, r=notriddleMatthias Krüger-1/+1
2024-12-12Rollup merge of #134207 - jieyouxu:revert-134040, r=lqdMatthias Krüger-210/+206
2024-12-12Rollup merge of #134188 - steven807:master, r=lqdMatthias Krüger-1/+1
2024-12-12add filesMarcoIeni-0/+2
2024-12-12remove echoMarcoIeni-2/+0
2024-12-12refactorMarcoIeni-60/+25
2024-12-12remove echo logsMarcoIeni-6/+0
2024-12-12Merge pull request #18677 from Veykril/push-uumpxklsqpzkLukas Wirth-1/+4
2024-12-13Fix powerpc64 big-endian FreeBSD ABITaiki Endo-1/+1
2024-12-12Fix toolsMichael Goulet-5/+79
2024-12-12internal: Implement `naked_asm!` builtinLukas Wirth-1/+4
2024-12-12Merge pull request #18675 from ShoyuVanilla/issue-18664Lukas Wirth-2/+50
2024-12-13fix: Panic when displaying generic params with defaults, againShoyu Vanilla-2/+50
2024-12-12Rename `handle_call` into `infer_id`Guillaume Gomez-4/+4
2024-12-12fix self shadowed self compareklensy-1/+1
2024-12-12Enable "jump to def" feature on patternsGuillaume Gomez-1/+26
2024-12-12Enable "jump to def" feature on prelude variantsGuillaume Gomez-5/+10
2024-12-12Fix typo in error message for invalid castingPhilipp Hofer-1/+1
2024-12-12Merge pull request #18670 from Veykril/push-ylomnylswnxmLukas Wirth-48/+30
2024-12-12internal: Drop proc-macro server support for ~1.66.0 and older toolchainsLukas Wirth-48/+30
2024-12-12copy scriptMarcoIeni-0/+2
2024-12-12Reduce the need to set archiver via environment variablesFlorian Bartels-0/+10
2024-12-12Merge pull request #18652 from Giga-Bowser/extract-constantLukas Wirth-306/+1634