| Age | Commit message (Expand) | Author | Lines |
| 2024-09-16 | fix: fix ambigious package name in flycheck | Jake | -1/+1 |
| 2024-09-17 | assert that unexpectedly unsized fields are sized in the param env | Lukas Markeffsky | -3/+3 |
| 2024-09-17 | Always cache macro expansions' root node in Semantics | Chayim Refael Friedman | -48/+166 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -38/+40 |
| 2024-09-16 | Fix printing of constants greater than `i128::MAX` | Chayim Refael Friedman | -3/+27 |
| 2024-09-13 | Auto merge of #18073 - alibektas:immutable_tree_panics, r=lnicola | bors | -2/+41 |
| 2024-09-12 | fix: Immutable tree panic in `generate_delegate_trait` | Ali Bektas | -2/+41 |
| 2024-09-12 | Auto merge of #18099 - ChayimFriedman2:diag-only-necessary, r=Veykril | bors | -279/+403 |
| 2024-09-12 | Use more correct handling of lint attributes | Chayim Refael Friedman | -279/+403 |
| 2024-09-12 | Auto merge of #18038 - roife:fix-issue-18034, r=Veykril | bors | -105/+298 |
| 2024-09-12 | Auto merge of #18107 - Veykril:push-oopkquknxqxs, r=Veykril | bors | -38/+24 |
| 2024-09-12 | fix: Don't emit empty inlay hint parts | Lukas Wirth | -38/+24 |
| 2024-09-12 | Auto merge of #18106 - Veykril:push-yzsqoykyowts, r=Veykril | bors | -29/+70 |
| 2024-09-12 | fix: Don't report typed hole error in asm! out ops | Lukas Wirth | -29/+70 |
| 2024-09-12 | Auto merge of #18105 - Veykril:push-rquxwznuuwpu, r=Veykril | bors | -28/+24 |
| 2024-09-12 | fix: Faulty notifications should not bring down the server | Lukas Wirth | -28/+24 |
| 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 |