| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | analysis-stats: respect --disable-proc-macros flag | David Barsky | -1/+5 |
| 2024-09-20 | Auto merge of #18132 - ChayimFriedman2:fix-closure-semi, r=Veykril | bors | -32/+100 |
| 2024-09-20 | Auto merge of #18151 - ChayimFriedman2:metavar-concat, r=Veykril | bors | -5/+304 |
| 2024-09-20 | Auto merge of #18108 - ChayimFriedman2:lint-level-cfg, r=Veykril | bors | -16/+120 |
| 2024-09-19 | When checking for forbidden expr kind matches, account for rawness | Chayim Refael Friedman | -1/+25 |
| 2024-09-19 | feat: Highlight exit points of async blocks | Christopher Serr | -71/+93 |
| 2024-09-19 | Handle lint attributes that are under `#[cfg_attr]` | Chayim Refael Friedman | -16/+120 |
| 2024-09-19 | Support the `${concat(...)}` metavariable expression | Chayim Refael Friedman | -5/+304 |
| 2024-09-19 | Auto merge of #18146 - ChayimFriedman2:allow-comment, r=Veykril | bors | -6/+24 |
| 2024-09-19 | Remove check that text of `parse_expr_from_str()` matches the produced parsed... | Chayim Refael Friedman | -6/+24 |
| 2024-09-18 | Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril | bors | -64/+396 |
| 2024-09-18 | Auto merge of #18139 - ShoyuVanilla:issue-18109, r=Veykril | bors | -4/+81 |
| 2024-09-18 | Get rid of `$crate` in expansions shown to the user | Chayim Refael Friedman | -64/+396 |
| 2024-09-19 | fix: Extend `type_variable_table` when modifying index is larger than table size | Shoyu Vanilla | -4/+81 |
| 2024-09-18 | Extract logic to decide how to complete semicolon for unit-returning function... | Chayim Refael Friedman | -39/+73 |
| 2024-09-18 | Don't complete `;` when in closure return expression | Chayim Refael Friedman | -24/+58 |
| 2024-09-18 | Auto merge of #18117 - ChayimFriedman2:issue-18089, r=Veykril | bors | -48/+166 |
| 2024-09-18 | Auto merge of #18128 - ChayimFriedman2:external-macros-lint, r=Veykril | bors | -1/+62 |
| 2024-09-18 | Auto merge of #18136 - valadaptive:no-mangle-lints, r=Veykril | bors | -6/+73 |
| 2024-09-18 | Auto merge of #18135 - ChayimFriedman2:unsafe-op-in-unsafe-fn, r=Veykril | bors | -10/+55 |
| 2024-09-18 | Auto merge of #18137 - ShoyuVanilla:expr-2021, r=Veykril | bors | -21/+192 |
| 2024-09-18 | feat: Implement `expr_2021` | Shoyu Vanilla | -21/+192 |
| 2024-09-18 | Don't lint names of #[no_mangle] extern fns | valadaptive | -6/+73 |
| 2024-09-18 | Add diagnostics for `unsafe_op_in_unsafe_fn` | Chayim Refael Friedman | -10/+55 |
| 2024-09-17 | Use `SyntaxEditor` in `extract_type_alias` | DropDemBits | -13/+15 |
| 2024-09-17 | internal: Extend `SourceChangeBuilder` to make make working with `SyntaxEdito... | DropDemBits | -1/+95 |
| 2024-09-17 | Handle errors and lints from external macros | Chayim Refael Friedman | -1/+62 |
| 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 |