| Age | Commit message (Expand) | Author | Lines |
| 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 | run_make_support: make each command invocation only-run-once | 许杰友 Jieyou Xu (Joe) | -1/+16 |
| 2024-09-05 | Auto merge of #3784 - Mandragorian:detect_moved_mutexes, r=RalfJung | bors | -116/+310 |
| 2024-09-05 | Detect pthread_mutex_t is moved | Konstantinos Andrikopoulos | -116/+310 |
| 2024-09-05 | Add Definition kind for asm register operand | Lukas Wirth | -35/+59 |
| 2024-09-05 | run_make_support: rename `Command::stdin` to `stdin_buf` and add `std{in,out,... | 许杰友 Jieyou Xu (Joe) | -22/+67 |
| 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-05 | fix: Fix `inline_const_as_literal` error when the number >= 10 | coekjan | -4/+14 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -1/+1 |
| 2024-09-05 | Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albertlarsan68 | Matthias Krüger | -0/+34 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+15 |
| 2024-09-04 | assist: ensure replace_qualified_name_with_use applies to the first path segment | David Barsky | -9/+25 |
| 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 | Add edition dependent keyword highlighting tests | Lukas Wirth | -7/+326 |
| 2024-09-04 | forward linker option to lint-docs | chenx97 | -0/+13 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -0/+3 |
| 2024-09-03 | bundle old root into `SyntaxEdit` result | DropDemBits | -12/+30 |
| 2024-09-03 | Auto merge of #3856 - jder:mac-native-libs, r=RalfJung | bors | -52/+78 |
| 2024-09-03 | Enable native libraries on macOS | Jesse Rusak | -52/+78 |
| 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-02 | misc fixes | DropDemBits | -26/+20 |
| 2024-09-02 | handle replace_with_many and replace_all | DropDemBits | -16/+97 |
| 2024-09-02 | support replacing root node | DropDemBits | -14/+200 |
| 2024-09-02 | properly sort changes by depth to sort between nodes that have the same start... | DropDemBits | -4/+19 |
| 2024-09-02 | fix insert ranges not being excluded from disjointness | DropDemBits | -7/+12 |
| 2024-09-02 | support insert{_all} | DropDemBits | -11/+88 |
| 2024-09-02 | propagate annotations to mapped elements | DropDemBits | -52/+168 |
| 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 | 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 | Adjust completions scoring | Lukas Wirth | -50/+46 |
| 2024-09-02 | Simplify CompletionRelevance | Lukas Wirth | -90/+85 |
| 2024-09-02 | chore: fix some comments | cuishuang | -4/+4 |
| 2024-09-02 | Auto merge of #129798 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-09-02 | Merge from rustc | The Miri Cronjob Bot | -9/+29 |