| Age | Commit message (Expand) | Author | Lines |
| 2024-08-12 | Auto merge of #17843 - mo8it:flycheck, r=Veykril | bors | -36/+38 |
| 2024-08-12 | Auto merge of #17842 - mo8it:crossbeam-channel, r=Veykril | bors | -34/+41 |
| 2024-08-12 | Auto merge of #17859 - Veykril:rustc_deprecated_safe_2024, r=Veykril | bors | -19/+44 |
| 2024-08-12 | fix: Correctly support `#[rustc_deprecated_safe_2024]` | Lukas Wirth | -19/+44 |
| 2024-08-12 | Use the send method | mo8it | -31/+23 |
| 2024-08-12 | Add more track_caller | mo8it | -1/+3 |
| 2024-08-12 | Add track_caller | mo8it | -0/+1 |
| 2024-08-12 | Revert "Remove unneeded `send` method" | mo8it | -28/+32 |
| 2024-08-12 | Auto merge of #17833 - edevil:fix_expansion_limit, r=Veykril | bors | -2/+8 |
| 2024-08-12 | Auto merge of #17845 - ShoyuVanilla:tait, r=Veykril | bors | -188/+288 |
| 2024-08-11 | Fix deadlock | mo8it | -0/+6 |
| 2024-08-10 | Auto merge of #17844 - Veykril:find-path-std-fix, r=Veykril | bors | -104/+124 |
| 2024-08-10 | Add comments regarding workspace structure change querying | Lukas Wirth | -0/+8 |
| 2024-08-10 | Move some stuff | Lukas Wirth | -60/+50 |
| 2024-08-10 | Fixes in various places | Nadrieril | -0/+2 |
| 2024-08-10 | fix: Fix find_path not respecting non-std preference config correctly | Lukas Wirth | -104/+124 |
| 2024-08-10 | feat: Implement TAIT | Shoyu Vanilla | -188/+288 |
| 2024-08-10 | Avoid the overhead of select! when possible | mo8it | -3/+6 |
| 2024-08-10 | Use select_biased | mo8it | -7/+8 |
| 2024-08-10 | Simplify `check_command` while avoiding allocations | mo8it | -26/+24 |
| 2024-08-09 | Remove unneeded `send` method | mo8it | -32/+28 |
| 2024-08-09 | Use crossbeam-channel from the workspace | mo8it | -13/+13 |
| 2024-08-09 | Use Sender instead of boxed closure in vfs | mo8it | -31/+38 |
| 2024-08-09 | Use Sender directly instead of a boxed closure | mo8it | -7/+6 |
| 2024-08-09 | minor: log error when sysroot can't be discovered | winstxnhdw | -4/+4 |
| 2024-08-08 | Reuse recursion limit as expansion limit | André Cruz | -2/+8 |
| 2024-08-08 | fix: Panic while rendering function with impl trait arg | Shoyu Vanilla | -4/+27 |
| 2024-08-08 | Split up flycheck module | Lukas Wirth | -204/+195 |
| 2024-08-08 | Move flycheck crate into rust-analyzer main crate | Lukas Wirth | -113/+71 |
| 2024-08-07 | Add missing `[package.description]` for 'syntax-bridge' crate | Vincent Esche | -1/+1 |
| 2024-08-07 | Make 'syntax-bridge' crate inherit `[package.repository]` from workspace | Vincent Esche | -0/+1 |
| 2024-08-07 | Auto merge of #17825 - Veykril:server-things, r=Veykril | bors | -45/+70 |
| 2024-08-07 | Offload diagnostics serialization to the task pool | Lukas Wirth | -32/+48 |
| 2024-08-07 | Slightly quieter fatal panics | Lukas Wirth | -13/+22 |
| 2024-08-07 | Fix native diagnostics not working | Shoyu Vanilla | -1/+1 |
| 2024-08-07 | Auto merge of #17823 - Veykril:mod-unconfigured-diag, r=Veykril | bors | -2/+26 |
| 2024-08-07 | Fix unconfigured diagnostic being attached to the wrong file for modules | Lukas Wirth | -2/+26 |
| 2024-08-07 | Auto merge of #17821 - Veykril:project-model-cleanup, r=Veykril | bors | -323/+317 |
| 2024-08-07 | Fix cargo config get env parsing | Lukas Wirth | -4/+7 |
| 2024-08-07 | Remove unnecessary CfgFlag definition in project-model | Lukas Wirth | -319/+310 |
| 2024-08-07 | Auto merge of #17809 - nicolas-guichard:index-vendored, r=Veykril | bors | -24/+54 |
| 2024-08-07 | Auto merge of #17813 - roife:fix-issue-17803, r=Veykril | bors | -2/+32 |
| 2024-08-07 | Allow rust-project.json to be hidden | Ali Bektas | -2/+14 |
| 2024-08-06 | fix: tyck for non-ADT types when searching refs for `Self` kw | roife | -2/+32 |
| 2024-08-06 | Include vendored crates in StaticIndex | Nicolas Guichard | -24/+54 |
| 2024-08-06 | Auto merge of #17745 - regexident:improve-crate-manifests, r=Veykril | bors | -38/+70 |
| 2024-08-06 | Auto merge of #17805 - ShoyuVanilla:issue-17578, r=Veykril | bors | -5/+46 |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with `[package.rep... | Vincent Esche | -34/+35 |
| 2024-08-06 | Unify package descriptions by adding references to "rust-analyzer" | Vincent Esche | -12/+12 |
| 2024-08-06 | Apply Veykril's change suggestions | Vincent Esche | -4/+4 |