| Age | Commit message (Expand) | Author | Lines |
| 2024-09-12 | Fix inference of literals when the expectation is Castable | Chayim Refael Friedman | -9/+51 |
| 2024-09-11 | Auto merge of #18075 - roife:fix-issue-17858, r=Veykril | bors | -24/+303 |
| 2024-09-11 | Auto merge of #18080 - Veykril:dedup, r=Veykril | bors | -19760/+133 |
| 2024-09-11 | Auto merge of #18078 - cuishuang:master, r=Veykril | bors | -3/+5 |
| 2024-09-11 | Auto merge of #18057 - alibektas:better_ratoml_testing, r=Veykril | bors | -103/+228 |
| 2024-09-11 | Auto merge of #18052 - Coekjan:fix-inline-const, r=Veykril | bors | -4/+14 |
| 2024-09-11 | Auto merge of #18018 - ChayimFriedman2:unit-ret-complete-semi, r=Veykril | bors | -40/+217 |
| 2024-09-11 | Properly set the working directory for proc-macro execution | Lukas Wirth | -5/+29 |
| 2024-09-11 | Auto merge of #17904 - darichey:unresolved-references, r=Veykril | bors | -0/+200 |
| 2024-09-11 | Lift out workspace related data into a separate query to preserve crategraph ... | Lukas Wirth | -97/+98 |
| 2024-09-11 | Auto merge of #18050 - rust-lang:davidbarsky/push-uyvtlsvoqrxw, r=Veykril | bors | -9/+25 |
| 2024-09-11 | Remove crate graph deduplication logic | Lukas Wirth | -19658/+6 |
| 2024-09-11 | Auto merge of #18093 - ShoyuVanilla:skip-dyn-trait-cast-check, r=Veykril | bors | -0/+139 |
| 2024-09-11 | Skip checks for cast to dyn traits | Shoyu Vanilla | -0/+139 |
| 2024-09-10 | Correctly escape strings in our quote macro | Chayim Refael Friedman | -6/+25 |
| 2024-09-10 | Auto merge of #18032 - DropDemBits:sed-tree-edits, r=davidbarsky | bors | -0/+1251 |
| 2024-09-10 | feat: generate names for tuple-struct in add-missing-match-arms | roife | -24/+106 |
| 2024-09-10 | refactor: introduce NameGenerator in suggest_name | roife | -81/+192 |
| 2024-09-09 | feat: use shorthand when pretty-print record pat | roife | -6/+79 |
| 2024-09-09 | Auto merge of #18041 - roife:fix-issue-17631, r=Veykril | bors | -1/+95 |
| 2024-09-09 | feat: better name suggestions for fn | roife | -1/+95 |
| 2024-09-09 | fix: add parenthesis for or-pattern | roife | -1/+18 |
| 2024-09-09 | fix: use `pretty_print_pat` for params in fn | roife | -5/+123 |
| 2024-09-09 | feat: add prettifier for Pat | roife | -0/+31 |
| 2024-09-09 | feat: Allow hir-def prettifier formatting into one-line | roife | -15/+55 |
| 2024-09-09 | Remove unnecessary symbols and add missing symbols | cuishuang | -3/+5 |
| 2024-09-08 | Better testing infra for ratoml | Ali Bektas | -103/+228 |
| 2024-09-08 | Automatically add semicolon when completing unit-returning functions | Chayim Refael Friedman | -40/+217 |
| 2024-09-06 | Fix tools | Michael Goulet | -0/+7 |
| 2024-09-06 | fix: Properly prevent mir building with unknown types present | Lukas Wirth | -5/+14 |
| 2024-09-06 | fix: Always explicitly set trait ref self types when lowering | Lukas Wirth | -64/+80 |
| 2024-09-06 | Bump lsp-server | Lukas Wirth | -7/+7 |
| 2024-09-06 | Auto merge of #18066 - Veykril:lsp-server-no-panic, r=Veykril | bors | -13/+11 |
| 2024-09-06 | fix: Don't panic lsp writer thread on dropped receiver | Lukas Wirth | -13/+11 |
| 2024-09-06 | Auto merge of #18065 - Veykril:catchy-diagnostics, r=Veykril | bors | -12/+23 |
| 2024-09-06 | fix: Catch panics from diagnostics computation | Lukas Wirth | -12/+23 |
| 2024-09-05 | fix: Updating settings should not clobber discovered projects | Wilfred Hughes | -61/+85 |
| 2024-09-05 | Add command to report unresolved references | David Richey | -0/+200 |
| 2024-09-05 | fix: Fix parser panicking on invalid asm options | Lukas Wirth | -0/+6 |
| 2024-09-05 | asm! parsing and lowering fixes | Lukas Wirth | -18/+106 |
| 2024-09-05 | Fix name fetching being incorrect for asm operands | Lukas Wirth | -93/+107 |
| 2024-09-05 | Add missing doc comments | Lukas Wirth | -0/+1 |
| 2024-09-05 | Support more IDE features for asm operands | Lukas Wirth | -40/+180 |
| 2024-09-05 | Give InlineAsmOperand a HIR representation | Lukas Wirth | -217/+409 |
| 2024-09-05 | Add Definition kind for asm register operand | Lukas Wirth | -35/+59 |
| 2024-09-05 | Add Definition kind for asm register classes | Lukas Wirth | -28/+214 |
| 2024-09-05 | Lower asm expressions | Lukas Wirth | -97/+612 |
| 2024-09-05 | fix: Fix `inline_const_as_literal` error when the number >= 10 | coekjan | -4/+14 |
| 2024-09-04 | assist: ensure replace_qualified_name_with_use applies to the first path segment | David Barsky | -9/+25 |
| 2024-09-04 | Parse builtin#asm expressions | Lukas Wirth | -31/+865 |