| Age | Commit message (Expand) | Author | Lines |
| 2024-09-06 | fix: Catch panics from diagnostics computation | Lukas Wirth | -12/+23 |
| 2024-09-05 | fix: Fix parser panicking on invalid asm options | Lukas Wirth | -0/+6 |
| 2024-09-05 | asm! parsing and lowering fixes | Lukas Wirth | -18/+106 |
| 2024-09-05 | Fix name fetching being incorrect for asm operands | Lukas Wirth | -93/+107 |
| 2024-09-05 | Add missing doc comments | Lukas Wirth | -0/+1 |
| 2024-09-05 | Support more IDE features for asm operands | Lukas Wirth | -40/+180 |
| 2024-09-05 | Give InlineAsmOperand a HIR representation | Lukas Wirth | -217/+409 |
| 2024-09-05 | Add Definition kind for asm register operand | Lukas Wirth | -35/+59 |
| 2024-09-05 | Add Definition kind for asm register classes | Lukas Wirth | -28/+214 |
| 2024-09-05 | Lower asm expressions | Lukas Wirth | -97/+612 |
| 2024-09-04 | Parse builtin#asm expressions | Lukas Wirth | -31/+865 |
| 2024-09-04 | Auto merge of #18045 - Veykril:fix-loop-lower, r=Veykril | bors | -9/+65 |
| 2024-09-04 | fix: Fix lowering of for loops dropping the `loop` block | Lukas Wirth | -9/+65 |
| 2024-09-04 | Auto merge of #18044 - Veykril:highlight-kw-test, r=Veykril | bors | -7/+326 |
| 2024-09-04 | Add edition dependent keyword highlighting tests | Lukas Wirth | -7/+326 |
| 2024-09-03 | Auto merge of #18036 - Veykril:smol_str, r=Veykril | bors | -4/+20 |
| 2024-09-03 | Bump smol_str | Lukas Wirth | -4/+20 |
| 2024-09-03 | Auto merge of #17984 - ShoyuVanilla:cast, r=Veykril | bors | -93/+1614 |
| 2024-09-03 | Auto merge of #18031 - roife:suggest-name-in-completion, r=Veykril | bors | -15/+142 |
| 2024-09-03 | tests: suggesting names in completions for let_stmt and fn_param | roife | -0/+73 |
| 2024-09-03 | feat: suggest name in let_stmt and fn_param | roife | -2/+53 |
| 2024-09-03 | refactor: move ide_assist::utils::suggest_name to ide-db | roife | -13/+16 |
| 2024-09-03 | feat: Implement cast typechecks | Shoyu Vanilla | -93/+1614 |
| 2024-09-02 | Auto merge of #18029 - lnicola:minor-stuff, r=lnicola | bors | -7/+4 |
| 2024-09-02 | Merge some strings | Laurențiu Nicola | -6/+3 |
| 2024-09-02 | Avoid Option::is_none_or for a while | Laurențiu Nicola | -1/+1 |
| 2024-09-02 | Auto merge of #18028 - Veykril:lifetime-hints-panic, r=Veykril | bors | -1/+19 |
| 2024-09-02 | fix: lifetime hint panic in non generic defs | Lukas Wirth | -1/+19 |
| 2024-09-02 | Auto merge of #18016 - IvarWithoutBones:wrap-return-ty-local-result, r=Veykril | bors | -16/+294 |
| 2024-09-02 | Auto merge of #18026 - Veykril:completions, r=Veykril | bors | -134/+125 |
| 2024-09-02 | Adjust completions scoring | Lukas Wirth | -50/+46 |
| 2024-09-02 | Simplify CompletionRelevance | Lukas Wirth | -90/+85 |
| 2024-09-02 | Auto merge of #18025 - cuishuang:master, r=lnicola | bors | -4/+4 |
| 2024-09-02 | chore: fix some comments | cuishuang | -4/+4 |
| 2024-09-02 | fix: use Result type aliases in "Wrap return type in Result" assist | Ivar Scholten | -16/+294 |
| 2024-09-01 | Auto merge of #17967 - Veykril:mbe-tests, r=Veykril | bors | -76/+288 |
| 2024-09-01 | internal: Lay basic ground work for standalone mbe tests | Lukas Wirth | -52/+233 |
| 2024-09-01 | Auto merge of #17985 - riverbl:explicit-enum-discriminant, r=Veykril | bors | -3/+258 |
| 2024-09-01 | minor: Reduce friction for updating minicore | Lukas Wirth | -27/+58 |
| 2024-09-01 | Auto merge of #17737 - hyf0:hyf_32089420384, r=Veykril | bors | -21/+284 |
| 2024-09-01 | Complete desugared and resugared async fn in trait impls | Lukas Wirth | -87/+267 |
| 2024-09-01 | Auto merge of #18020 - Veykril:cyclic-deps, r=Veykril | bors | -48/+8 |
| 2024-09-01 | feat(ide-completion): extra sugar auto-completion `async fn ...` in `impl tra... | Yunfei | -1/+84 |
| 2024-09-01 | minor: Downgrade cyclic deps error to warning | Lukas Wirth | -48/+8 |
| 2024-09-01 | Auto merge of #18015 - ChayimFriedman2:flip-comma-attribute, r=Veykril | bors | -3/+61 |
| 2024-09-01 | Auto merge of #18006 - ChayimFriedman2:hide-deprecated, r=Veykril | bors | -1/+26 |
| 2024-09-01 | Handle attributes correctly in "Flip comma" | Chayim Refael Friedman | -3/+61 |
| 2024-09-01 | Provide an option to hide deprecated items from completion | Chayim Refael Friedman | -1/+26 |
| 2024-08-31 | Rename function and remove flag argument | riverbl | -9/+21 |
| 2024-08-31 | Update generated doctests | riverbl | -0/+27 |