about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-12-19Merge pull request #18717 from Veykril/push-pomxnvxotwlrLukas Wirth-7/+11
2024-12-19Make DependencyList an IndexVecbjorn3-6/+8
2024-12-19internal: Set `result_id` for pull diagnosticsLukas Wirth-7/+11
2024-12-19Rollup merge of #134463 - jieyouxu:filecheck-prefix, r=ZalatharMatthias Krüger-10/+10
2024-12-19Pass FnAbi to find_mir_or_eval_fntiif-446/+471
2024-12-19compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes许杰友 Jieyou Xu (Joe)-10/+10
2024-12-19Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxubors-3/+5
2024-12-19Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+5
2024-12-19Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726bors-1/+1
2024-12-19add warning explaining the limitations of the native code modeRalf Jung-10/+88
2024-12-19Speed up `Parser::expected_token_types`.Nicholas Nethercote-16/+17
2024-12-18Merge pull request #4072 from tiif/blockopOli Scherer-114/+391
2024-12-18Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35...bors-1/+1
2024-12-19Implement blocking unnamed_sockettiif-114/+391
2024-12-18introduce `LateParamRegionKind`lcnr-1/+1
2024-12-18Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors许杰友 Jieyou Xu (Joe)-8/+7
2024-12-18Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov许杰友 Jieyou Xu (Joe)-75/+12
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-19/+19
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