| Age | Commit message (Expand) | Author | Lines |
| 2024-01-09 | Auto merge of #16275 - davidsemakula:ast-path-segments, r=Veykril | bors | -11/+9 |
| 2024-01-08 | Split out rustc_lexer from rustc_dependencies | Lukas Wirth | -6/+9 |
| 2024-01-07 | Add inlay hint for exclusive ranges | riverbl | -14/+58 |
| 2024-01-06 | remove unnecessary ast::Path::segments alternatives | davidsemakula | -9/+0 |
| 2024-01-06 | fix ast::Path::segments implementation | davidsemakula | -2/+9 |
| 2024-01-05 | internal: refactor generate_delegate_trait and add comments | roife | -5/+1 |
| 2024-01-02 | Auto merge of #16211 - tetsuharuohzeki:update-lint, r=Veykril | bors | -0/+6 |
| 2024-01-02 | Auto merge of #16112 - roife:rewrite-generate-delete-trait, r=Veykril | bors | -31/+89 |
| 2023-12-29 | Use Cargo's [workspace.lints.*] to config clippy | Tetsuharu Ohzeki | -0/+6 |
| 2023-12-22 | fix: remove wrong comma after remove unnecessary braces | Young-Flash | -0/+7 |
| 2023-12-20 | Auto merge of #16066 - Young-Flash:auto_remove_brace, r=lnicola | bors | -1/+27 |
| 2023-12-20 | feat: auto remove unnecessary braces after remove unused imports | Young-Flash | -1/+27 |
| 2023-12-18 | internal: Move out `WithFixture` into dev-dep only crate | Lukas Wirth | -1/+1 |
| 2023-12-13 | fix: rewrite code_action `generate_delegate_trait` | roife | -31/+89 |
| 2023-12-12 | Auto merge of #16099 - Veykril:flyimport, r=Veykril | bors | -41/+14 |
| 2023-12-12 | Simplify and improve perf of import_assets::import_for_item | Lukas Wirth | -41/+14 |
| 2023-12-11 | Replace `doc_comments_and_attrs` with `collect_attrs`, 2nd round | hkalbasi | -3/+0 |
| 2023-12-08 | fix: Smaller spans for unresolved field and method diagnostics | Lukas Wirth | -1/+2 |
| 2023-12-06 | Allow navigation targets to be duplicated when the focus range lies in the ma... | Lukas Wirth | -1/+6 |
| 2023-12-05 | Implicit format args support | Lukas Wirth | -1/+7 |
| 2023-12-05 | Don't explicitly warn against `semicolon_in_expressions_from_macros` | Igor Matuszewski | -1/+1 |
| 2023-11-28 | Replace ID based TokenMap with proper relative text-ranges / spans | Lukas Wirth | -21/+39 |
| 2023-11-15 | Bump rayon | Laurențiu Nicola | -1/+1 |
| 2023-11-15 | Bump indexmap | Laurențiu Nicola | -1/+1 |
| 2023-11-15 | Bump either | Laurențiu Nicola | -1/+1 |
| 2023-11-15 | Bump itertools | Laurențiu Nicola | -1/+1 |
| 2023-11-15 | Auto merge of #15874 - DropDemBits:structured-snippet-migrate-4, r=Veykril | bors | -6/+180 |
| 2023-11-15 | Auto merge of #15875 - Young-Flash:fix_grammar, r=Veykril | bors | -47/+57 |
| 2023-11-14 | Add tests for `LetStmt::set_ty` | DropDemBits | -14/+48 |
| 2023-11-13 | Add `IdentPat::set_pat` | DropDemBits | -0/+75 |
| 2023-11-13 | impl `qualifying_trait` for `PathSegment` | Young-Flash | -8/+5 |
| 2023-11-12 | fix `PathSegment` grammar | Young-Flash | -47/+60 |
| 2023-11-11 | Migrate `destructure_tuple_binding` to mutable ast | DropDemBits | -1/+1 |
| 2023-11-11 | Add `LetStmt::set_ty` | DropDemBits | -0/+41 |
| 2023-11-11 | Use syntax's version of `SyntaxElement` | DropDemBits | -4/+3 |
| 2023-11-11 | Add `MethodCallExpr::get_or_create_generic_arg_list` | DropDemBits | -1/+26 |
| 2023-11-08 | Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra | Laurențiu Nicola | -37/+93 |
| 2023-11-05 | feat: add generate_mut_trait_impl assist | Young-Flash | -0/+4 |
| 2023-10-30 | Fix some typos | cui fliter | -2/+2 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+0 |
| 2023-10-06 | Shrink PatPtr by swapping its AstPtr and Either wrap order | Lukas Wirth | -0/+18 |
| 2023-09-26 | Simplify | Lukas Wirth | -6/+6 |
| 2023-09-22 | Auto merge of #15484 - rmehri01:14779_bool_to_enum_assist, r=Veykril | bors | -0/+28 |
| 2023-09-22 | Auto merge of #15615 - shogo-nakano-desu:refactor/fix-clippy-lints, r=Veykril | bors | -26/+29 |
| 2023-09-18 | Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-ra | Laurențiu Nicola | -50/+199 |
| 2023-09-15 | Switch to in-tree rustc dependencies with a cfg flag | hkalbasi | -3/+6 |
| 2023-09-15 | refactor: remove TODO with no explanation | shogo-nakano-desu | -1/+0 |
| 2023-09-15 | refactor: fix clippy lints | shogo-nakano-desu | -25/+29 |
| 2023-09-09 | feat: initial version of bool_to_enum assist | Ryan Mehri | -0/+28 |
| 2023-09-05 | Implement builtin#format_args, using rustc's format_args parser | Lukas Wirth | -1/+38 |