| Age | Commit message (Expand) | Author | Lines |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -71/+0 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -8/+0 |
| 2024-07-04 | Delete `CloneAny` from `rust-analyzer`'s fork of `AnyMap` | Maybe Lapkin | -71/+0 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -8/+0 |
| 2024-06-27 | Remove the `box_pointers` lint. | Nicholas Nethercote | -1/+0 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -3/+3 |
| 2024-06-22 | Remove Changelog: XXX title from Github release notes | Laurențiu Nicola | -0/+9 |
| 2024-06-21 | Auto merge of #17469 - roife:fix-issue-17425, r=Veykril | bors | -0/+1 |
| 2024-06-21 | Prevent re-allocation in `CallableSig::from_params_and_return` | Lukas Wirth | -8/+9 |
| 2024-06-21 | Save allocations for empty generic_defaults query results | Lukas Wirth | -60/+67 |
| 2024-06-21 | Don't attempt to compute implict sized clauses for empty generics | Lukas Wirth | -37/+46 |
| 2024-06-21 | Save allocations for empty generic_predicates query results | Lukas Wirth | -14/+27 |
| 2024-06-21 | Lazy generics | Lukas Wirth | -11/+26 |
| 2024-06-21 | Simplify | Lukas Wirth | -27/+27 |
| 2024-06-21 | There can only be one self param | Lukas Wirth | -66/+61 |
| 2024-06-21 | Light docs and privacy | Lukas Wirth | -106/+84 |
| 2024-06-21 | fix: use ItemInNs::Macros to convert ModuleItem to ItemInNs | roife | -0/+1 |
| 2024-06-21 | Extract generics module | Lukas Wirth | -323/+333 |
| 2024-06-20 | Check that Expr is none before adding fixup | Wyatt Herkamp | -1/+15 |
| 2024-06-20 | Auto merge of #17462 - Veykril:sema-attr-macro-res, r=Veykril | bors | -6/+6 |
| 2024-06-20 | fix: Fix IDE features breaking in some attr macros | Lukas Wirth | -6/+6 |
| 2024-06-20 | Auto merge of #17461 - Veykril:drop-flycheck-recv, r=Veykril | bors | -0/+1 |
| 2024-06-20 | Auto merge of #17419 - ishanjain28:filter_builtin_macro_expansion, r=Veykril | bors | -5/+75 |
| 2024-06-20 | Invert matching on builtin macros in expand_allowed_builtins | Lukas Wirth | -29/+25 |
| 2024-06-20 | Auto merge of #17456 - panicbit:remove-cargo-extension-warning, r=Veykril | bors | -10/+0 |
| 2024-06-20 | fix: Fix flycheck panicking when cancelled | Lukas Wirth | -0/+1 |
| 2024-06-20 | Auto merge of #17457 - roife:remove-circle, r=Veykril | bors | -30/+63 |
| 2024-06-20 | fix: ensure there are no cycles in the source_root_parent_map | roife | -30/+63 |
| 2024-06-20 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+1 |
| 2024-06-20 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-06-19 | fix(completion): complete async keyword | Maria José Solano | -0/+21 |
| 2024-06-19 | remove panicbit.cargo extension warning | panicbit | -10/+0 |
| 2024-06-19 | removed format_args from allowed expansions | Ishan Jain | -2/+1 |
| 2024-06-19 | updated tests | Ishan Jain | -17/+14 |
| 2024-06-19 | Auto merge of #17449 - kilpkonn:assoc_const, r=Veykril | bors | -20/+118 |
| 2024-06-19 | Auto merge of #17438 - jjoeldaniel:toggle_lsp_logs, r=Veykril | bors | -2/+25 |
| 2024-06-19 | Auto merge of #17431 - roife:fix-issue-17428, r=Veykril | bors | -24/+193 |
| 2024-06-19 | Auto merge of #17426 - roife:fix-issue-17420, r=Veykril | bors | -1/+21 |
| 2024-06-19 | Auto merge of #17415 - Wilfred:unlinked_diagnostic_span, r=Veykril | bors | -3/+23 |
| 2024-06-19 | Auto merge of #17455 - Veykril:vscode-ext, r=Veykril | bors | -171/+143 |
| 2024-06-19 | Tidy up vscode extension a bit | Lukas Wirth | -171/+143 |
| 2024-06-18 | Add tactic for associated item constants | Tavo Annus | -20/+118 |
| 2024-06-18 | Update lib.rs | abdullathedruid | -1/+1 |
| 2024-06-17 | Auto merge of #17442 - Veykril:pat-eof, r=Veykril | bors | -1/+39 |
| 2024-06-17 | fix: Fix pat fragment parsers choking on <eoi> | Lukas Wirth | -1/+39 |
| 2024-06-17 | Auto merge of #17435 - Lunaphied:fix/manual-generation, r=Veykril | bors | -1/+1 |
| 2024-06-17 | Auto merge of #17434 - Lunaphied:fix/document-inlay-parameters, r=Veykril | bors | -0/+17 |
| 2024-06-17 | Auto merge of #17439 - Veykril:paralleler-prime-caches, r=Veykril | bors | -35/+138 |
| 2024-06-17 | Fix and cleanup VSCode task building | Lukas Wirth | -72/+85 |
| 2024-06-17 | Add some more syntax fixup rules | Lukas Wirth | -1/+122 |