| Age | Commit message (Expand) | Author | Lines |
| 2023-05-06 | Add `Arena::alloc_many` to easily get `IdxRange` | oxalica | -0/+15 |
| 2023-05-06 | Impl `ExactSizeIterator` for `IdxRange` | oxalica | -0/+7 |
| 2023-05-05 | Auto merge of #14745 - rkstgr:rust-dependencies-sorted, r=HKalbasi | bors | -5/+9 |
| 2023-05-05 | Fix formatting | Erik Steiger | -7/+9 |
| 2023-05-05 | Sort rust dependencies in tree view | Erik Steiger | -0/+2 |
| 2023-05-05 | Auto merge of #14739 - lowr:fix/type-with-leading-lifetime, r=Veykril | bors | -1/+72 |
| 2023-05-05 | Parse bare dyn types with leading lifetime | Ryo Yoshida | -1/+72 |
| 2023-05-04 | Auto merge of #14738 - Veykril:def-map-fix, r=Veykril | bors | -3/+3 |
| 2023-05-04 | fix: Fix body lowering not using block def maps | Lukas Wirth | -3/+3 |
| 2023-05-04 | Auto merge of #14725 - HKalbasi:derive-impls, r=HKalbasi | bors | -38/+962 |
| 2023-05-04 | Auto merge of #14732 - HKalbasi:pat-type-mismatch, r=HKalbasi | bors | -45/+139 |
| 2023-05-04 | Fix pattern type mismatch in tuples | hkalbasi | -45/+139 |
| 2023-05-03 | Auto merge of #14726 - Veykril:cistuff, r=lnicola | bors | -1/+1 |
| 2023-05-03 | Lock paths-filter action to a specific commit | Lukas Wirth | -1/+1 |
| 2023-05-03 | Emit function bodies in expanding builtin derives | hkalbasi | -38/+962 |
| 2023-05-02 | Auto merge of #14718 - lnicola:triomphe, r=Veykril | bors | -263/+337 |
| 2023-05-02 | Use triomphe Arc | Laurențiu Nicola | -263/+337 |
| 2023-05-02 | Auto merge of #14712 - Veykril:metadata-extra-args, r=Veykril | bors | -2/+15 |
| 2023-05-02 | Auto merge of #14662 - Ddystopia:open_locally_built_documentatin_instead_of_d... | bors | -65/+307 |
| 2023-05-02 | Only pass unstable flags to cargo metadata from extra args config | Lukas Wirth | -2/+15 |
| 2023-05-02 | Workspace without sysroot could be possible | Ddystopia | -11/+9 |
| 2023-05-02 | Add a `localDocs` capability | Ddystopia | -22/+61 |
| 2023-05-02 | Propagating `sysroot` down + Refactoring | Ddystopia | -35/+66 |
| 2023-05-02 | Add sysroot | Ddystopia | -1/+10 |
| 2023-05-02 | Getting cargo workspace from `file_id` and refactoring | Ddystopia | -33/+29 |
| 2023-05-02 | Update crates/ide/src/doc_links.rs | Oleksandr Babak | -1/+1 |
| 2023-05-02 | Test for Builtin Type | Ddystopia | -1/+14 |
| 2023-05-02 | Update hash in `lsp-extensions.md` | Ddystopia | -3/+3 |
| 2023-05-02 | Solve platform-specific issues | Ddystopia | -10/+8 |
| 2023-05-02 | Tests for `externalDocs` | Ddystopia | -19/+100 |
| 2023-05-02 | Change signature of `externalDocs` in `lsp-extensions` | Ddystopia | -2/+2 |
| 2023-05-02 | Small improvements and fixes | Ddystopia | -6/+16 |
| 2023-05-02 | Add doc strings | Ddystopia | -4/+9 |
| 2023-05-02 | Add `target_dir` path argument for `external_docs` and other methods | Ddystopia | -19/+36 |
| 2023-05-02 | Add support for local documentation links alongside web documentation links, ... | Ddystopia | -45/+82 |
| 2023-05-02 | Add `target_directory` path to `CargoWorkspace` | Ddystopia | -1/+9 |
| 2023-05-02 | Auto merge of #14720 - Veykril:boxed-slices, r=Veykril | bors | -6/+6 |
| 2023-05-02 | Use boxed slices instead ovecs in decl macros | Lukas Wirth | -6/+6 |
| 2023-05-02 | Auto merge of #11557 - bruno-ortiz:rust-dependencies, r=bruno-ortiz | bors | -13/+522 |
| 2023-05-02 | last fixes after rebase | Bruno Ortiz | -62/+61 |
| 2023-05-02 | fixing TS linting, removing import | Bruno Ortiz | -1/+0 |
| 2023-05-02 | Accepting review suggestions | Bruno Ortiz | -28/+40 |
| 2023-05-02 | adding doc and simplifying function | Bruno Ortiz | -24/+33 |
| 2023-05-02 | fixing ts linting and rust test | Bruno Ortiz | -28/+30 |
| 2023-05-02 | final rabasing fixes | Bruno Ortiz | -104/+23 |
| 2023-05-02 | accepting review suggestions | Bruno Ortiz | -97/+67 |
| 2023-05-02 | fixing tests for windows | Bruno Ortiz | -2/+9 |
| 2023-05-02 | reveal only when tree is visible | Bruno Ortiz | -12/+29 |
| 2023-05-02 | Adding crate_root_path to crate_graph | Bruno Ortiz | -37/+74 |
| 2023-05-02 | improving code to work with multi-workspaces | Bruno Ortiz | -23/+89 |