about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-19Auto merge of #17108 - Veykril:rustc-ws-hacks, r=Veykrilbors-311/+504
2024-04-19Auto merge of #17024 - roife:fix-issue-16980, r=Veykrilbors-14/+68
2024-04-19fix: replace unescape fn with the one in ra-ap-rustc_lexerroife-34/+31
2024-04-19Fix tests being non-deterministicLukas Wirth-163/+209
2024-04-19Auto merge of #17094 - Lindronics:convert-from-to-tryfrom, r=Veykrilbors-0/+282
2024-04-19Set debug_assertions and miri cfgs as config defaults, allowing them to be ov...Lukas Wirth-14/+35
2024-04-19Support cfg overrides in all workspace kindLukas Wirth-22/+69
2024-04-19Cleanup cfg and env handling in project-modelLukas Wirth-114/+193
2024-04-19Add convert From to TryFrom assistNiklas Lindorfer-0/+282
2024-04-19Auto merge of #16726 - Veykril:rustc-ws-hacks, r=Veykrilbors-62/+14
2024-04-19Remove rustc core test cfg hacksLukas Wirth-62/+14
2024-04-19Auto merge of #17105 - kpreid:nocapture, r=Veykrilbors-29/+70
2024-04-19fix: handle escaped chars in doc commentsroife-12/+69
2024-04-18Make test harness arguments configurable and not `--nocapture`.Kevin Reid-29/+70
2024-04-18Auto merge of #16257 - lnicola:rustc-check-cfg, r=Veykrilbors-1/+13
2024-04-18Auto merge of #16057 - Veykril:macro-arm, r=Veykrilbors-67/+140
2024-04-18CleanupLukas Wirth-6/+11
2024-04-18Render matched macro arm on hover of macro callsLukas Wirth-65/+133
2024-04-18Auto merge of #17095 - Veykril:contributing.md, r=Veykrilbors-2/+33
2024-04-18Add CONTRIBUTING.mdLukas Wirth-2/+33
2024-04-18Auto merge of #17093 - Wilfred:vfs_ignore_symlink_cycles, r=Veykrilbors-1/+27
2024-04-17fix: VFS should not walk circular symlinksWilfred Hughes-1/+27
2024-04-17Auto merge of #17087 - davidbarsky:david/fix-some-tracing-spans, r=Veykrilbors-15/+16
2024-04-17Auto merge of #17092 - Veykril:per-queries, r=Veykrilbors-69/+100
2024-04-17Update `per_query_memory_usage` query listingLukas Wirth-69/+100
2024-04-17chore: fix a few spans without `.entered()`David Barsky-15/+16
2024-04-17Auto merge of #17055 - wyatt-herkamp:fix_panic_at_unused_variable, r=Veykrilbors-2/+34
2024-04-17Don't show unused_variables fixes if the name comes from a macro definitionLukas Wirth-11/+7
2024-04-16Auto merge of #17083 - matklad:matklad/test-search, r=lnicolabors-132/+188
2024-04-16ide: add a new testAlex Kladov-0/+21
2024-04-16ide: improve ReferenceCategoryTypeAlex Kladov-132/+167
2024-04-16Auto merge of #16639 - alibektas:13529/config_restruct, r=Veykrilbors-921/+1380
2024-04-16Auto merge of #17037 - davidsemakula:token-set-collisions, r=Veykrilbors-20/+101
2024-04-16Auto merge of #17081 - davidbarsky:david/revert-17073, r=Veykrilbors-70/+47
2024-04-15Revert "Auto merge of #17073 - roife:better-inline-preview, r=Veykril"David Barsky-70/+47
2024-04-15Auto merge of #17078 - Veykril:diags-perf, r=Veykrilbors-158/+176
2024-04-15Generally optimize diagnostics performanceLukas Wirth-85/+115
2024-04-15Verify we are not in a macro attempt 2Wyatt Herkamp-5/+8
2024-04-15Optimize exhaustiveness checking perf a bitLukas Wirth-89/+77
2024-04-15Auto merge of #17074 - Veykril:hl, r=Veykrilbors-102/+142
2024-04-15Adjust package.json semantic highlighting itemsLukas Wirth-9/+37
2024-04-15Add Static and Const highlighting token typesLukas Wirth-95/+107
2024-04-15Use the text range for the name. Not the entire syntax in Unused Variable Dia...Wyatt Herkamp-2/+35
2024-04-15Auto merge of #17073 - roife:better-inline-preview, r=Veykrilbors-47/+70
2024-04-15internal: simplify `TokenSet` implementationdavidsemakula-12/+12
2024-04-15tests: fix tests for postfixroife-36/+52
2024-04-15fix: better inline preview for postfix completionroife-11/+18
2024-04-15Auto merge of #17072 - Veykril:hir-ty-display, r=Veykrilbors-55/+34
2024-04-15internal: Use `hir_fmt_args` everywhere in `hir_ty::display`Lukas Wirth-55/+34
2024-04-15Auto merge of #16877 - Veykril:stackoverflow, r=Veykrilbors-144/+228