about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-01-21Enable verbose tests in opt-dist testsJakub Beránek-0/+1
2025-01-21Add test for checking used glibc symbolsJakub Beránek-2/+14
2025-01-21Cleanup `Name` string renderingLukas Wirth-249/+145
2025-01-21Merge pull request #18977 from ChayimFriedman2/fix-upmappingLukas Wirth-13/+68
2025-01-20Rollup merge of #135775 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-2920/+9088
2025-01-20Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJungMatthias Krüger-85/+60
2025-01-20Fix another bug with completion of trait items inside macrosChayim Refael Friedman-11/+36
2025-01-20fix: Only refresh syntax tree view when the active document changesGiga Bowser-1/+8
2025-01-20Goto `Display::fmt` when invoked on `to_string`Lukas Wirth-0/+49
2025-01-20Bring back goto def redirect for parse -> FromStrLukas Wirth-4/+59
2025-01-20Move dual blanket impl logic from source analyzer to goto_defLukas Wirth-114/+93
2025-01-20Updated several files to use rust intrinsic macros instead of the legacy exte...vayunbiyani-85/+60
2025-01-20Merge pull request #18967 from Veykril/push-pwonkmwqmmolLukas Wirth-265/+368
2025-01-20Merge pull request #18934 from 1hakusai1/goto_definition_from_intoLukas Wirth-2/+278
2025-01-20Merge pull request #18982 from Veykril/push-lstmvzsowxytLukas Wirth-7/+15
2025-01-20Merge pull request #18972 from osiewicz/drop-outgoing-messages-on-background-...Lukas Wirth-12/+42
2025-01-20Merge pull request #18976 from ChayimFriedman2/non-module-generic-argsLukas Wirth-29/+81
2025-01-20Fix import search not discarding rawnessLukas Wirth-29/+65
2025-01-20Less allocsLukas Wirth-19/+30
2025-01-20Preserve impl assoc names in ImplDataLukas Wirth-89/+78
2025-01-20Vec -> Box<[_]>Lukas Wirth-9/+6
2025-01-20Properly record meaningful imports as re-exports in symbol indexLukas Wirth-143/+213
2025-01-20Add a test case1hakusai1-0/+24
2025-01-20Use Semantics::resolve_method_call_as_callable to find implementation1hakusai1-59/+89
2025-01-20Merge pull request #18981 from Fabian-Gruenbichler/proc-macro-srv-portabilityLaurențiu Nicola-3/+10
2025-01-20proc-macro-srv: make usage of RTLD_DEEPBIND portableFabian Grünbichler-3/+10
2025-01-20Bump rustc cratesLaurențiu Nicola-17/+17
2025-01-20Merge from rust-lang/rustLaurențiu Nicola-1588/+3909
2025-01-20Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-01-20Get rid of mir::Const::from_ty_constMichael Goulet-10/+6
2025-01-19Auto merge of #135742 - RalfJung:miri-sync, r=RalfJungbors-765/+982
2025-01-19fix location of pipe moduleRalf Jung-2/+3
2025-01-19Auto merge of #135714 - rust-lang:cargo_update, r=clubby789bors-27/+38
2025-01-19Fix missing upmapping in trait impls completionChayim Refael Friedman-3/+33
2025-01-19Merge from rustcThe Miri Cronjob Bot-156/+311
2025-01-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-19Fix a bug where enum variants were not considered properly in type ns resolutionChayim Refael Friedman-29/+81
2025-01-19cargo updategithub-actions-27/+38
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+1
2025-01-18Make niches into nicesLuuk Wester-2/+96
2025-01-18lsp-server: Drop outgoing messages on background threadPiotr Osiewicz-12/+42
2025-01-18Merge pull request #18966 from lnicola/bump-windows-sysLaurențiu Nicola-7/+9
2025-01-18Merge pull request #18957 from markmurphydev/docs_vscode_syntax_treeLaurențiu Nicola-7/+9
2025-01-18Auto merge of #135667 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-01-18Merge pull request #18968 from Veykril/push-szvltqqttsyyLukas Wirth-1/+1
2025-01-18fix: `cargo rustc --print` needs `unstable-options`Lukas Wirth-1/+1
2025-01-18Extract variable assist triggers less eagerlyLukas Wirth-7/+15
2025-01-18Rollup merge of #135421 - cod10129:warn-tidy-ignore, r=onur-ozkanMatthias Krüger-30/+68
2025-01-17Update cargoWeihang Lo-0/+0
2025-01-17Update syntax tree viewer docsMark Murphy-7/+9