about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-03-19add postfix completion for const blockgvozdvmozgu-20/+86
2025-03-19Rollup merge of #138001 - meithecatte:privately-uninhabited, r=NadrierilMatthias Krüger-4/+5
2025-03-19Simplify `get_git_modified_files`Jakub Beránek-7/+2
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-26/+29
2025-03-19Reject `{true,false}` as revision namesJieyou Xu-8/+35
2025-03-19change test name to sth meaningfulAli Bektas-3/+2
2025-03-19Fix span info for mir::OperandAli Bektas-82/+147
2025-03-18Refactor YieldKind so postfix yield must have an expressionEric Holk-8/+8
2025-03-18Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...Ralf Jung-2/+0
2025-03-18Merge pull request #19391 from Veykril/push-rnrskpqoltplLukas Wirth-30/+17
2025-03-18chore: Clean up proc-macro-srv CI jobLukas Wirth-30/+17
2025-03-18refactor: Do not use `Expander` in assoc item loweringLukas Wirth-125/+106
2025-03-18reintroduce remote-test support in run-make testsPietro Albini-1/+14
2025-03-18Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgrbors-145/+139
2025-03-17Teach rustfmt to handle postfix yieldEric Holk-21/+21
2025-03-17Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise...bors-19/+64
2025-03-17Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmeaseMatthias Krüger-145/+139
2025-03-17Test unsafeness is respected when manual impling derivesAli Bektas-5/+45
2025-03-17Observe unsafeness only for replace_derive_with_manual_implAli Bektas-34/+6
2025-03-17Observe unsafeness when generating manual impls of former derivesAli Bektas-2/+35
2025-03-17Merge pull request #19005 from duncanawoods/18955---fix-running-tests-for-pac...HKalbasi-143/+186
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-144/+138
2025-03-17Auto merge of #138611 - matthiaskrgr:rollup-hmjbqva, r=matthiaskrgrbors-21/+21
2025-03-17 No edit if no bodyjnyfah-1/+4
2025-03-17Auto merge of #137081 - Shourya742:2025-02-15-change-config.toml-to-bootstrap...bors-9/+17
2025-03-17some changesjnyfah-3/+2
2025-03-17Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicolaMatthias Krüger-21/+21
2025-03-17Merge pull request #19378 from davidbarsky/davidbarsky/run-lru-at-end-of-anal...Lukas Wirth-2/+8
2025-03-17analysis-stats: run Salsa's LRU at the end of analysisDavid Barsky-2/+8
2025-03-17Merge pull request #19379 from Veykril/push-nwmqsvtqpnkoLukas Wirth-244/+277
2025-03-17Fix miribjorn3-19/+64
2025-03-17expand: Leave traces when expanding `cfg_attr` attributesVadim Petrochenkov-1/+5
2025-03-17Merge pull request #19384 from Veykril/push-yppplzzpoymrLukas Wirth-5/+5
2025-03-17chore: Bump `Edition::CURRENT` to 2024Lukas Wirth-244/+277
2025-03-17fix: Fix stale `Building CrateGraph` reportLukas Wirth-5/+5
2025-03-17Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplettJacob Pratt-2/+0
2025-03-17Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho...Jacob Pratt-0/+2
2025-03-17Merge pull request #19315 from snprajwal/ci-xtaskLukas Wirth-7/+18
2025-03-17Merge pull request #19329 from Shourya742/2025-03-10-add-proc-macro-api-docLukas Wirth-1/+71
2025-03-17fix(codegen): do not generate docs with `--check`Prajwal S N-7/+18
2025-03-17replace config.toml to bootstrap.toml in src:toolsbit-aloo-9/+17
2025-03-17Fix `is_relevant_impl`.Nicholas Nethercote-1/+1
2025-03-16Suppress must_use for ControlFlow in rust-analyzerMichael Goulet-17/+17
2025-03-16Suppress must_use in compiler and toolsMichael Goulet-4/+4
2025-03-16Merge pull request #19374 from lnicola/nextestLaurențiu Nicola-1/+3
2025-03-16Merge pull request #19355 from Veykril/push-nzknrnouutnpLukas Wirth-179/+182
2025-03-16internal: Render root syntax contexts more clearlyLukas Wirth-164/+177
2025-03-16internal: `Symbol` is not `PartialOrd`Lukas Wirth-15/+5
2025-03-16minor: Remove unnecessary allocations in `function::params_display`Lukas Wirth-16/+16
2025-03-16Merge pull request #19363 from euclio/varargs-detailLukas Wirth-1/+58