Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Add note for recurseive macro generated code | Edwin Cheng | 2019-11-04 | 1 | -0/+1 | |
| | | | ||||||
| | * | Add tests | Edwin Cheng | 2019-11-04 | 1 | -0/+40 | |
| | | | ||||||
| | * | Use new expansion feature in goto_definition | Edwin Cheng | 2019-11-04 | 2 | -45/+114 | |
| | | | ||||||
| | * | Remove dbg! | Edwin Cheng | 2019-11-04 | 2 | -5/+0 | |
| | | | ||||||
| | * | Fixed bug in ExpandedRangeMap | Edwin Cheng | 2019-11-04 | 1 | -34/+16 | |
| | | | ||||||
| | * | Add parent_expansion to HirFileId | Edwin Cheng | 2019-11-04 | 1 | -0/+19 | |
| | | | ||||||
| | * | Add macro_expansion_info in hir_expand | Edwin Cheng | 2019-11-04 | 5 | -47/+212 | |
| | | | ||||||
| | * | Add map_id to TokenId | Edwin Cheng | 2019-11-04 | 2 | -5/+34 | |
| | | | ||||||
* | | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵ | Seivan Heidari | 2019-11-09 | 4 | -281/+304 | |
|\| | | | | | | | | | | | feature/themes | |||||
| * | | Merge #2196 | bors[bot] | 2019-11-08 | 4 | -281/+304 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2196: Touch up nameres doc comment r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | | Touch up nameres doc comment | Aleksey Kladov | 2019-11-08 | 1 | -7/+6 | |
| | | | | ||||||
| | * | | Reduce visibility | Aleksey Kladov | 2019-11-08 | 1 | -9/+9 | |
| | | | | ||||||
| | * | | Extract path resolution submodule | Aleksey Kladov | 2019-11-08 | 3 | -243/+269 | |
| | | | | ||||||
| | * | | Simplify | Aleksey Kladov | 2019-11-08 | 2 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | | | There's only one call-site for the function, so it seems fine to inline | |||||
| | * | | Reduce visibility | Aleksey Kladov | 2019-11-08 | 1 | -23/+23 | |
| |/ / | ||||||
* | | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵ | Seivan Heidari | 2019-11-07 | 3 | -61/+66 | |
|\| | | | | | | | | | | | feature/themes | |||||
| * | | Merge #2194 | bors[bot] | 2019-11-07 | 3 | -61/+66 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2194: Update crates r=matklad a=kjeremy Removes nodrop and extra arrayvec We have an extra crossbeam-queue and crossbeam-utils left but those should drop once rayon accepts https://github.com/rayon-rs/rayon/pull/704 Co-authored-by: kjeremy <[email protected]> | |||||
| | * | | Update crates | kjeremy | 2019-11-07 | 3 | -61/+66 | |
| |/ / | | | | | | | | | | | | | | | | | | | Removes nodrop and extra arrayvec We have an extra crossbeam-queue and crossbeam-utils left but those should drop once rayon accepts https://github.com/rayon-rs/rayon/pull/704 | |||||
* | | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵ | Seivan Heidari | 2019-11-07 | 8 | -71/+177 | |
|\| | | | | | | | | | | | feature/themes | |||||
| * | | Merge #2193 | bors[bot] | 2019-11-07 | 1 | -3/+3 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2193: cargo xtask format with rust 1.39 r=matklad a=kjeremy Needed to pass tests on latest stable Co-authored-by: kjeremy <[email protected]> | |||||
| | * | | cargo xtask format with 1.39 | kjeremy | 2019-11-07 | 1 | -3/+3 | |
| |/ / | ||||||
| * | | Merge #2179 | bors[bot] | 2019-11-06 | 5 | -14/+111 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2179: Use HirDatabase to compute `is_deprecated` r=matklad a=martskins This PR fixes #2167 by introducing `attributes_query` and adding `fn attrs(&self, def: crate::AttrDef) -> Option<Arc<[Attr]>>;` to the `DefDatabase` trait. I'm a little concerned about the two spots in `attributes_query` where code is repeated, but I couldn't figure out a way to avoid that, so.. I welcome suggestions :smile: Co-authored-by: Martin Asquino <[email protected]> | |||||
| | * | | HirDatabase stored attributes | Martin Asquino | 2019-11-04 | 5 | -14/+111 | |
| | | | | ||||||
| * | | | Merge #2191 | bors[bot] | 2019-11-06 | 1 | -52/+57 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2191: Cleanup complete_postfix r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | | | Cleanup complete_postfix | Aleksey Kladov | 2019-11-06 | 1 | -52/+57 | |
| |/ / / | ||||||
| * | | | Merge #2188 | bors[bot] | 2019-11-06 | 1 | -2/+6 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2188: Ignore line-endings when checking generated files for freshness r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | | | Ignore line-endings when checking generated files for freshness | Aleksey Kladov | 2019-11-06 | 1 | -2/+6 | |
| |/ / / | | | | | | | | | | | | | closes #2184 | |||||
* | | | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵ | Seivan Heidari | 2019-11-05 | 1 | -12/+21 | |
|\| | | | | | | | | | | | | | | | feature/themes | |||||
| * | | | Merge #2187 | bors[bot] | 2019-11-05 | 1 | -12/+21 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2187: Update smallvec to avoid UB and cc while we're at it r=kjeremy a=kjeremy See: https://github.com/servo/rust-smallvec/releases/tag/v0.6.13 Co-authored-by: kjeremy <[email protected]> | |||||
| | * | | | Update smallvec to avoid UB and cc while we're at it | kjeremy | 2019-11-05 | 1 | -12/+21 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into feature/themes | Seivan Heidari | 2019-11-05 | 2 | -11/+11 | |
|\| | | | ||||||
| * | | | Merge #2185 | bors[bot] | 2019-11-05 | 2 | -11/+11 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2185: Bump psm, console, indicatif r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> | |||||
| | * | | | Bump psm, console, indicatif | kjeremy | 2019-11-05 | 2 | -11/+11 | |
| |/ / / | ||||||
* | | | | See if this satisfies the CI. | Seivan Heidari | 2019-11-05 | 1 | -5/+5 | |
| | | | | ||||||
* | | | | Fix typo. | Seivan Heidari | 2019-11-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Clearer docs usage under `rust-analyzer.scopeMappings`. | Seivan Heidari | 2019-11-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Remove new line. | Seivan Heidari | 2019-11-04 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Logging fallback tag in case scopes are missing. | Seivan Heidari | 2019-11-04 | 1 | -3/+5 | |
| | | | | ||||||
* | | | | Merge branch 'master' into feature/themes | Seivan Heidari | 2019-11-04 | 20 | -342/+323 | |
|\| | | | ||||||
| * | | | Merge #2177 | bors[bot] | 2019-11-04 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2177: Reduce visibility r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | | | Reduce visibility | Aleksey Kladov | 2019-11-04 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Merge #2176 | bors[bot] | 2019-11-04 | 9 | -26/+29 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2176: Move Namespace enum closer to usage r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | | | Move Namespace enum closer to usage | Aleksey Kladov | 2019-11-04 | 9 | -26/+29 | |
| | | | | | ||||||
| * | | | | Merge #2175 | bors[bot] | 2019-11-04 | 8 | -306/+212 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2175: Appease the linter by dummy doc comments r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | | | Appease the linter by dummy doc comments | Aleksey Kladov | 2019-11-04 | 2 | -1/+3 | |
| | | | | | ||||||
| | * | | | Simplify | Aleksey Kladov | 2019-11-04 | 1 | -35/+24 | |
| | | | | | ||||||
| | * | | | Restore assists tests | Aleksey Kladov | 2019-11-04 | 3 | -4/+50 | |
| | | | | | ||||||
| | * | | | Rename MockDatabase -> TestDB | Aleksey Kladov | 2019-11-04 | 6 | -60/+57 | |
| | | | | | | | | | | | | | | | | | | | | Actually working rename is sooo useful! | |||||
| | * | | | remove dead code | Aleksey Kladov | 2019-11-04 | 1 | -26/+7 | |
| | | | | | ||||||
| | * | | | Remove more duplication in test fixtures | Aleksey Kladov | 2019-11-04 | 5 | -62/+18 | |
| | | | | |