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