Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reexport relative_path from ra_db | Aleksey Kladov | 2019-11-03 | 1 | -3/+0 |
| | |||||
* | move crate_def_map tests to hir_def | Aleksey Kladov | 2019-11-03 | 1 | -0/+1 |
| | |||||
* | Introduce ra_db::fixture fixture module | Aleksey Kladov | 2019-11-03 | 1 | -0/+1 |
| | | | | The goal here is to share more testing infrastructure between crates. | ||||
* | Upgrade Chalk | Florian Diebold | 2019-11-02 | 1 | -27/+27 |
| | |||||
* | updates | kjeremy | 2019-10-31 | 1 | -16/+26 |
| | |||||
* | move raw_items to hir_def | Aleksey Kladov | 2019-10-30 | 1 | -0/+7 |
| | |||||
* | Move ids to hir_def crate | Aleksey Kladov | 2019-10-30 | 1 | -0/+1 |
| | |||||
* | introduce ra_hir_def | Aleksey Kladov | 2019-10-30 | 1 | -0/+12 |
| | |||||
* | bump smallvec and unicode-segmentation | kjeremy | 2019-10-29 | 1 | -9/+9 |
| | |||||
* | Merge #2114 | bors[bot] | 2019-10-29 | 1 | -2/+6 |
|\ | | | | | | | | | | | | | | | 2114: Move macro expansion to a separate crate r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | rename hir_def -> hir_expand | Aleksey Kladov | 2019-10-29 | 1 | -2/+2 |
| | | |||||
| * | move expansion-related code to a separate crate | Aleksey Kladov | 2019-10-29 | 1 | -0/+4 |
| | | |||||
* | | Upgrade Chalk, make use of TypeName::Error variant | Florian Diebold | 2019-10-29 | 1 | -23/+36 |
|/ | |||||
* | start ra_hir_def crate | Aleksey Kladov | 2019-10-29 | 1 | -0/+10 |
| | |||||
* | Update crates | Jeremy Kolb | 2019-10-28 | 1 | -40/+40 |
| | |||||
* | Upgrade Chalk (without using its dyn/impl Trait support) | Florian Diebold | 2019-10-26 | 1 | -23/+23 |
| | |||||
* | Specify working chalk revisions in manifest | Laurențiu Nicola | 2019-10-25 | 1 | -23/+23 |
| | |||||
* | bump insta | kjeremy | 2019-10-24 | 1 | -29/+12 |
| | |||||
* | xtask: don't depend on itertools | Aleksey Kladov | 2019-10-23 | 1 | -1/+0 |
| | | | | xtask should be fast to compiler, as it's a gateway to rust-analyzer | ||||
* | use Lazy, some fixes | Ekaterina Babshukova | 2019-10-22 | 1 | -0/+1 |
| | |||||
* | Bump crates | kjeremy | 2019-10-22 | 1 | -66/+68 |
| | |||||
* | rename tools -> xtask | Aleksey Kladov | 2019-10-17 | 1 | -7/+0 |
| | |||||
* | WIP: move to xtasks | Aleksey Kladov | 2019-10-17 | 1 | -13/+13 |
| | |||||
* | bump proc-macro-hack | kjeremy | 2019-10-17 | 1 | -4/+4 |
| | |||||
* | relative-path 1.0 | kjeremy | 2019-10-17 | 1 | -12/+12 |
| | |||||
* | Bump deps | Laurențiu Nicola | 2019-10-17 | 1 | -80/+108 |
| | |||||
* | Update Cargo.lock | Shotaro Yamada | 2019-10-14 | 1 | -0/+1 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2019-10-12 | 1 | -7/+0 |
| | |||||
* | Merge #1989 | bors[bot] | 2019-10-11 | 1 | -6/+5 |
|\ | | | | | | | | | | | | | | | 1989: Chalk update to simplified IR r=flodiebold a=kjeremy Co-authored-by: kjeremy <[email protected]> | ||||
| * | Chalk update to simplified IR | kjeremy | 2019-10-10 | 1 | -6/+5 |
| | | |||||
* | | Update all crates that do not pull in new dependencies | kjeremy | 2019-10-10 | 1 | -29/+28 |
|/ | |||||
* | :arrow_up: smol_str, take 2 | Aleksey Kladov | 2019-10-09 | 1 | -5/+5 |
| | |||||
* | :arrow_up: smol_str | Aleksey Kladov | 2019-10-09 | 1 | -5/+5 |
| | |||||
* | Merge #1922 | bors[bot] | 2019-10-08 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | 1922: feat(assists): Make raw string unescaped r=matklad a=Geobert Last piece of https://github.com/rust-analyzer/rust-analyzer/issues/1730 Co-authored-by: Geobert Quach <[email protected]> | ||||
| * | feat(assists): Make raw string unescaped | Geobert Quach | 2019-09-26 | 1 | -0/+1 |
| | | |||||
* | | proc-macro2 1.0.5 | Jeremy Kolb | 2019-10-07 | 1 | -11/+11 |
| | | |||||
* | | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 1 | -0/+1 |
| | | |||||
* | | Introduce ra_cfg to parse and evaluate CfgExpr | uHOOCCOOHu | 2019-10-02 | 1 | -0/+14 |
| | | |||||
* | | Update pico-args | kjeremy | 2019-10-02 | 1 | -4/+4 |
| | | |||||
* | | flexi_logger and either | kjeremy | 2019-10-02 | 1 | -8/+8 |
| | | |||||
* | | :arrow_up: deps | Aleksey Kladov | 2019-09-30 | 1 | -85/+85 |
| | | |||||
* | | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 1 | -5/+7 |
|/ | |||||
* | add new editing API, suitable for modifying several nodes at once | Aleksey Kladov | 2019-09-25 | 1 | -0/+2 |
| | |||||
* | Upgrade Chalk again | Florian Diebold | 2019-09-24 | 1 | -5/+5 |
| | |||||
* | Upgrade Chalk | Florian Diebold | 2019-09-23 | 1 | -5/+5 |
| | |||||
* | Upgrade Chalk | Florian Diebold | 2019-09-14 | 1 | -5/+5 |
| | | | | ... and remove Ty::UnselectedProjection. It'll be handled differently. | ||||
* | Merge #1806 | bors[bot] | 2019-09-10 | 1 | -22/+8 |
|\ | | | | | | | | | | | | | | | 1806: refactor(args): Switch to pico-args r=matklad a=Geobert Fixes https://github.com/rust-analyzer/rust-analyzer/issues/1768 Co-authored-by: Geobert Quach <[email protected]> | ||||
| * | refactor(args): Switch to pico-args in ra_tools | Geobert Quach | 2019-09-10 | 1 | -21/+1 |
| | | |||||
| * | refactor(args): Switch to pico-args | Geobert Quach | 2019-09-10 | 1 | -1/+7 |
| | | |||||
* | | "Fix" mbe to work with decomposed tokens | Aleksey Kladov | 2019-09-10 | 1 | -0/+1 |
|/ | | | | We regressed $i * 2 where $i = 1 + 1, need to fix that! |