| Age | Commit message (Expand) | Author | Lines |
| 2024-06-20 | Invert matching on builtin macros in expand_allowed_builtins | Lukas Wirth | -29/+25 |
| 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-19 | fix(completion): complete async keyword | Maria José Solano | -0/+21 |
| 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 #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-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 #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 | Add some more syntax fixup rules | Lukas Wirth | -1/+122 |
| 2024-06-17 | Properly prime all crate def maps in `parallel_prime_caches` | Lukas Wirth | -34/+16 |
| 2024-06-16 | docs: document omission heuristics for parameter inlay hints | Lunaphied | -0/+17 |
| 2024-06-16 | feat: add space after specific keywords in completion | roife | -24/+193 |
| 2024-06-15 | fix: handle character boundaries for wide chars in extend_selection | roife | -1/+21 |
| 2024-06-15 | Created expand_allowed_builtins, updated expand_macro to call this function | Ishan Jain | -3/+20 |
| 2024-06-14 | Auto merge of #17417 - Wilfred:intern_macros_salsa, r=Veykril | bors | -32/+36 |
| 2024-06-14 | allow format_args! expansion | Ishan Jain | -1/+2 |
| 2024-06-14 | fixed tests | Ishan Jain | -1/+7 |
| 2024-06-14 | added tests | Ishan Jain | -0/+26 |
| 2024-06-13 | Prefer plain trait definitions over macros for salsa | Wilfred Hughes | -32/+36 |
| 2024-06-13 | internal: Fix rustdoc warnings | Wilfred Hughes | -32/+33 |
| 2024-06-13 | fix: Only show unlinked-file diagnostic on first line during startup | Wilfred Hughes | -3/+23 |
| 2024-06-13 | fix: add a breaker to avoid infinite loops from source root cycles | David Hewitt | -0/+9 |
| 2024-06-13 | hir/semantics: Only allow expansion of specific built in macros | Ishan Jain | -2/+30 |
| 2024-06-12 | use is_none_or in some places in the compiler | Ralf Jung | -0/+1 |
| 2024-06-12 | Auto merge of #17406 - Veykril:modpath-clone, r=Veykril | bors | -19/+41 |
| 2024-06-12 | internal: Don't unnecessarily clone ModPaths out of interning wrappers | Lukas Wirth | -19/+41 |
| 2024-06-12 | Auto merge of #17405 - Veykril:modpath-clone, r=Veykril | bors | -30/+29 |
| 2024-06-12 | internal: Don't unnecessarily clone ModPaths in early name res | Lukas Wirth | -30/+29 |
| 2024-06-12 | Auto merge of #17398 - Veykril:bogus-file, r=Veykril | bors | -70/+40 |
| 2024-06-12 | internal: Remove FileId::BOGUS | Lukas Wirth | -70/+40 |
| 2024-06-11 | Auto merge of #16840 - Wilfred:shell_runnable, r=Veykril | bors | -155/+480 |
| 2024-06-11 | feature: add build system info; runnables to `rust-project.json` | Wilfred Hughes | -155/+480 |
| 2024-06-11 | Auto merge of #17394 - Veykril:recurse-fix, r=Veykril | bors | -16/+48 |
| 2024-06-11 | fix: Fix `HirDisplay` stackoverflow for parameter Self defaults | Lukas Wirth | -16/+48 |
| 2024-06-11 | Auto merge of #17364 - roife:fix-issue-12917, r=Veykril | bors | -125/+210 |
| 2024-06-11 | Auto merge of #17392 - randomicon00:17242, r=Veykril | bors | -6/+6 |
| 2024-06-11 | edit: Length to Len in benchmark | randomicon00 | -1/+1 |
| 2024-06-11 | refactor: move the logic that displays container type bounds to function fmt | roife | -45/+49 |
| 2024-06-11 | fix: skip container header if no generics params | roife | -2/+2 |
| 2024-06-11 | internal: simplify and rename display_xxx to write_xxx for consistency | roife | -33/+18 |