| Age | Commit message (Expand) | Author | Lines |
| 2023-05-02 | Use triomphe Arc | Laurențiu Nicola | -1/+2 |
| 2023-04-22 | Auto merge of #14622 - alibektas:make_ty_alias, r=alibektas | bors | -0/+41 |
| 2023-04-22 | Comment clean-up. Use display where possible | alibektas | -9/+7 |
| 2023-04-21 | Small changes in str formatting | alibektas | -23/+18 |
| 2023-04-21 | Auto merge of #14621 - alibektas:make_impl_trait_fix, r=Veykril | bors | -2/+5 |
| 2023-04-21 | Add syntax::make::ty_alias | alibektas | -0/+48 |
| 2023-04-21 | Simple fix for make::impl_trait | alibektas | -2/+5 |
| 2023-04-19 | Spelling | Josh Soref | -5/+5 |
| 2023-04-11 | Bump smol-str | Lukas Wirth | -0/+7 |
| 2023-04-01 | feat(syntax): RTN in bounds | tamasfe | -2/+43 |
| 2023-03-17 | Support overloaded deref MIR lowering | hkalbasi | -1/+2 |
| 2023-03-17 | Improve pattern matching MIR lowering | hkalbasi | -0/+1 |
| 2023-03-15 | fix: Fix ast::IfExpr child accessors | Lukas Wirth | -19/+20 |
| 2023-03-13 | fix: Only skip adjustment hints for block, if and match expressions for rebor... | Lukas Wirth | -1/+9 |
| 2023-03-06 | Add `View Mir` command and fix some bugs | hkalbasi | -0/+2 |
| 2023-03-04 | refactor: leverage `HasAttrs` for code brevity | Ryo Yoshida | -0/+37 |
| 2023-03-04 | Parse trait alias as a distinct AST type | Ryo Yoshida | -2/+91 |
| 2023-02-25 | minor: import `Either` from `either` | Ryo Yoshida | -2/+2 |
| 2023-02-15 | fix: Bring back hovering call parens for return type info | Lukas Wirth | -1/+1 |
| 2023-02-13 | Make `is_raw_identifier()` public util function | Ryo Yoshida | -4/+8 |
| 2023-01-31 | Support generic function in `generate_function` assist | Ryo Yoshida | -1/+6 |
| 2023-01-20 | Auto merge of #13978 - bvanjoi:array-match, r=Veykril | bors | -0/+9 |
| 2023-01-20 | feat: array match | bvanjoi | -0/+9 |
| 2023-01-19 | Parse const_closures syntax. | onestacked | -0/+1 |
| 2023-01-14 | implement `AstNode` for `Either` | Maybe Waffle | -0/+30 |
| 2023-01-10 | suppress lint | Daniel Eades | -4/+5 |
| 2023-01-10 | comment out disabled code | Daniel Eades | -4/+4 |
| 2023-01-09 | Auto merge of #13863 - danieleades:approx-constant, r=Veykril | bors | -1/+1 |
| 2023-01-09 | Auto merge of #13891 - bvanjoi:reverse-whitespace-in-assists, r=Veykril | bors | -5/+12 |
| 2023-01-09 | Auto merge of #13763 - rami3l:fix/gen-partial-eq-generic, r=Veykril | bors | -6/+17 |
| 2023-01-04 | fix: keep whitespace in extract function handler | bvanjoi | -5/+12 |
| 2023-01-02 | remove unnecessary lazy evaluations | Daniel Eades | -10/+10 |
| 2023-01-02 | remove needless borrows | Daniel Eades | -2/+2 |
| 2023-01-02 | use inline format args | Daniel Eades | -2/+1 |
| 2022-12-31 | fixup | Daniel Eades | -2/+1 |
| 2022-12-30 | suppress 'clippy::approx_constant' lint in test case | Daniel Eades | -0/+1 |
| 2022-12-28 | Implement `do yeet` expression | Maybe Waffle | -2/+39 |
| 2022-12-28 | Parse `do yeet` expressions | Maybe Waffle | -2/+3 |
| 2022-12-25 | Moar linting: needless_borrow, let_unit_value, ... | Yuri Astrakhan | -6/+4 |
| 2022-12-24 | Inline all format arguments where possible | Yuri Astrakhan | -28/+26 |
| 2022-12-20 | Don't panic in `Expr::needs_parens_in` | Maybe Waffle | -1/+1 |
| 2022-12-17 | refactor: use `generate_trait_impl_text_intransitive` for `From`-like traits | rami3l | -2/+2 |
| 2022-12-14 | fix: add generic `TypeBoundList` in generated derivable impl | rami3l | -5/+16 |
| 2022-12-13 | Fix "needs parens" check in `remove_parentheses` assist | Maybe Waffle | -94/+307 |
| 2022-12-08 | Move precedence handling to `crates/syntax` | Maybe Waffle | -0/+116 |
| 2022-11-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+43 |
| 2022-11-09 | Rollup merge of #104211 - lnicola:rust-analyzer-2022-11-09, r=lnicola | Michael Goulet | -0/+20 |
| 2022-11-09 | :arrow_up: rust-analyzer | Laurențiu Nicola | -0/+20 |
| 2022-11-09 | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad | Dylan DPC | -4/+2 |
| 2022-11-05 | Remove `unescape_byte_literal`. | Nicholas Nethercote | -4/+2 |