about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-12-18add more tests for SC access/fence consistencyRalf Jung-204/+355
2024-12-18Merge pull request #18715 from aibaars/ungram-asm-optionLukas Wirth-3/+1
2024-12-18fix: Consider both completion detail fields in to_protoLukas Wirth-1/+1
2024-12-18Fix AsmOption rule in rust.ungramArthur Baars-3/+1
2024-12-18fix: Do not ask the client ro resolve for non existing label detailsLukas Wirth-2/+4
2024-12-18internal: Cleanup label structure of `CompletionItem`Lukas Wirth-1070/+1201
2024-12-18Merge pull request #18711 from Veykril/push-kwurwxttmqwoLukas Wirth-2/+27
2024-12-18Taking a raw ref of a deref is always safeLukas Wirth-2/+27
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-10/+11
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-6/+7
2024-12-18Remove salsa from proc-macro server dep treeLukas Wirth-15/+88
2024-12-18Auto merge of #134425 - clubby789:cargo-update, r=jieyouxubors-78/+88
2024-12-18Only have one source of truth for keywords.Nicholas Nethercote-75/+12
2024-12-18Merge pull request #18708 from ChayimFriedman2/fix-tinyLukas Wirth-0/+19
2024-12-18Auto merge of #134450 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-12-18Merge from rustcThe Miri Cronjob Bot-2369/+8938
2024-12-18Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-12-17Update cargoWeihang Lo-0/+0
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-19/+19
2024-12-18Simplify `RefTokenTreeCursor::look_ahead`.Nicholas Nethercote-3/+3
2024-12-18Change the lookahead in `MacroParser::new`.Nicholas Nethercote-1/+1
2024-12-18Fix pretty-printing of `@` patternsChayim Refael Friedman-0/+19
2024-12-17Use field init shorthand where possibleJosh Triplett-1/+1
2024-12-17Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=...Matthias Krüger-0/+2
2024-12-17Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obkbors-16/+18
2024-12-17compiler & tools dependencies:clubby789-78/+88
2024-12-18refactor: replace &PathBuf with &Path to enhance generalityIntegral-8/+7
2024-12-16Stabilize #[coverage] attributeltdk-1/+1
2024-12-16Merge pull request #18700 from ChayimFriedman2/dyn-sendLukas Wirth-1/+18
2024-12-16Use a record struct instead of a tuple for each namespace in `PerNs`Chayim Refael Friedman-133/+162
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-15/+17
2024-12-16split attributesJonathan Dönszelmann-1/+1
2024-12-16Fix a panic with a diagnostics fix when a keyword is used as a fieldChayim Refael Friedman-1/+18
2024-12-16Auto merge of #134377 - lnicola:sync-from-ra, r=lnicolabors-2118/+8734
2024-12-16fix: Fix path qualified auto-importing completions not working with re-exportsLukas Wirth-134/+221
2024-12-16Merge pull request #18698 from Veykril/push-vpqwrwxptsqlLukas Wirth-4/+12
2024-12-16Merge pull request #18690 from Giga-Bowser/extract-variable-stringLukas Wirth-15/+168
2024-12-16internal: Don't serialize empty fields in completions and resolve payloadsLukas Wirth-4/+12
2024-12-16Merge pull request #18695 from roife/improve-tuple-destructionLukas Wirth-74/+74
2024-12-16Merge pull request #18696 from ChayimFriedman2/syn-synLukas Wirth-63/+110
2024-12-16Merge pull request #18697 from Veykril/push-qtmmtvpyrntrLukas Wirth-30/+9
2024-12-16internal: Simplify ratoml testdir usageLukas Wirth-30/+9
2024-12-16Report unresolved idents for implicit captures in `format_args!()`Chayim Refael Friedman-63/+110
2024-12-16refactor: simplify `edit_tuple_usages` in destructure_tuple_bindingroife-46/+30
2024-12-15Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkovbors-95/+90
2024-12-15Merge pull request #18693 from Veykril/push-wzoomkkmuolmLaurențiu Nicola-6/+3
2024-12-15Add hir::AttributeJonathan Dönszelmann-95/+90
2024-12-16Rollup merge of #134111 - jyn514:run-make-nocapture, r=jieyouxu许杰友 Jieyou Xu (Joe)-56/+68
2024-12-15Rename `value` field to `expr` to simplify later commits' diffsOli Scherer-5/+5
2024-12-15fix: Fix proc-macro dylib names on windowsLukas Wirth-6/+3