aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade ChalkFlorian Diebold2019-11-021-27/+27
|
* updateskjeremy2019-10-311-16/+26
|
* move raw_items to hir_defAleksey Kladov2019-10-301-0/+7
|
* Move ids to hir_def crateAleksey Kladov2019-10-301-0/+1
|
* introduce ra_hir_defAleksey Kladov2019-10-301-0/+12
|
* bump smallvec and unicode-segmentationkjeremy2019-10-291-9/+9
|
* Merge #2114bors[bot]2019-10-291-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_expandAleksey Kladov2019-10-291-2/+2
| |
| * move expansion-related code to a separate crateAleksey Kladov2019-10-291-0/+4
| |
* | Upgrade Chalk, make use of TypeName::Error variantFlorian Diebold2019-10-291-23/+36
|/
* start ra_hir_def crateAleksey Kladov2019-10-291-0/+10
|
* Update cratesJeremy Kolb2019-10-281-40/+40
|
* Upgrade Chalk (without using its dyn/impl Trait support)Florian Diebold2019-10-261-23/+23
|
* Specify working chalk revisions in manifestLaurențiu Nicola2019-10-251-23/+23
|
* bump instakjeremy2019-10-241-29/+12
|
* xtask: don't depend on itertoolsAleksey Kladov2019-10-231-1/+0
| | | | xtask should be fast to compiler, as it's a gateway to rust-analyzer
* use Lazy, some fixesEkaterina Babshukova2019-10-221-0/+1
|
* Bump crateskjeremy2019-10-221-66/+68
|
* rename tools -> xtaskAleksey Kladov2019-10-171-7/+0
|
* WIP: move to xtasksAleksey Kladov2019-10-171-13/+13
|
* bump proc-macro-hackkjeremy2019-10-171-4/+4
|
* relative-path 1.0kjeremy2019-10-171-12/+12
|
* Bump depsLaurențiu Nicola2019-10-171-80/+108
|
* Update Cargo.lockShotaro Yamada2019-10-141-0/+1
|
* Remove unused dependenciesShotaro Yamada2019-10-121-7/+0
|
* Merge #1989bors[bot]2019-10-111-6/+5
|\ | | | | | | | | | | | | | | 1989: Chalk update to simplified IR r=flodiebold a=kjeremy Co-authored-by: kjeremy <[email protected]>
| * Chalk update to simplified IRkjeremy2019-10-101-6/+5
| |
* | Update all crates that do not pull in new dependencieskjeremy2019-10-101-29/+28
|/
* :arrow_up: smol_str, take 2Aleksey Kladov2019-10-091-5/+5
|
* :arrow_up: smol_strAleksey Kladov2019-10-091-5/+5
|
* Merge #1922bors[bot]2019-10-081-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 unescapedGeobert Quach2019-09-261-0/+1
| |
* | proc-macro2 1.0.5Jeremy Kolb2019-10-071-11/+11
| |
* | Read default cfgs from rustcuHOOCCOOHu2019-10-021-0/+1
| |
* | Introduce ra_cfg to parse and evaluate CfgExpruHOOCCOOHu2019-10-021-0/+14
| |
* | Update pico-argskjeremy2019-10-021-4/+4
| |
* | flexi_logger and eitherkjeremy2019-10-021-8/+8
| |
* | :arrow_up: depsAleksey Kladov2019-09-301-85/+85
| |
* | Start simplifying editing APIAleksey Kladov2019-09-261-5/+7
|/
* add new editing API, suitable for modifying several nodes at onceAleksey Kladov2019-09-251-0/+2
|
* Upgrade Chalk againFlorian Diebold2019-09-241-5/+5
|
* Upgrade ChalkFlorian Diebold2019-09-231-5/+5
|
* Upgrade ChalkFlorian Diebold2019-09-141-5/+5
| | | | ... and remove Ty::UnselectedProjection. It'll be handled differently.
* Merge #1806bors[bot]2019-09-101-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_toolsGeobert Quach2019-09-101-21/+1
| |
| * refactor(args): Switch to pico-argsGeobert Quach2019-09-101-1/+7
| |
* | "Fix" mbe to work with decomposed tokensAleksey Kladov2019-09-101-0/+1
|/ | | | We regressed $i * 2 where $i = 1 + 1, need to fix that!
* :arrow_up: chalkAleksey Kladov2019-09-091-75/+5
|
* introduce hir debugging infraAleksey Kladov2019-09-091-0/+1
| | | | | | | | | | | | This is to make debugging rust-analyzer easier. The idea is that `dbg!(krate.debug(db))` will print the actual, fuzzy crate name, instead of precise ID. Debug printing infra is a separate thing, to make sure that the actual hir doesn't have access to global information. Do not use `.debug` for `log::` logging: debugging executes queries, and might introduce unneded dependencies to the crate graph
* add option to disable notifyAleksey Kladov2019-09-061-5/+5
|