aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* :arrow_up: depsAleksey Kladov2019-09-061-15/+15
|
* cargo updatekjeremy2019-09-051-63/+54
|
* Upgrade ChalkFlorian Diebold2019-09-041-5/+5
|
* lsp-types 0.61.0kjeremy2019-09-031-3/+3
|
* start GitHub pagesAleksey Kladov2019-09-021-0/+7
|
* :arrow_up: once_cellAleksey Kladov2019-09-011-8/+5
|
* inline thread-workerAleksey Kladov2019-08-301-93/+74
|
* :arrow_up: lsp-serverAleksey Kladov2019-08-301-3/+4
|
* move lsp-server to a separate repositoryAleksey Kladov2019-08-301-32/+14
|
* :arrow_up: instaAleksey Kladov2019-08-291-159/+21
|
* :arrow_up: vfsAleksey Kladov2019-08-251-5/+6
|
* :arrow_up: salsaAleksey Kladov2019-08-221-6/+6
|
* disable clap's featuresAleksey Kladov2019-08-221-25/+0
|
* switch to jod threadsAleksey Kladov2019-08-211-38/+46
|
*-. Merge #1706 #1708bors[bot]2019-08-201-12/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1706: Normalize line endings to Unix flavor on IO bounraries r=matklad a=matklad 1708: update yanked getrandom r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * update yanked getrandomAleksey Kladov2019-08-201-4/+4
| |/ |/|
| * :arrow_up: rustc_lexerAleksey Kladov2019-08-201-3/+3
| |
| * switch to upstream ra_vfsAleksey Kladov2019-08-201-4/+6
| |
| * translate \n -> \r\n on the way outAleksey Kladov2019-08-201-5/+3
|/
* replace heck with just ascii transformationAleksey Kladov2019-08-191-1/+0
|
* :arrow_up: vfsAleksey Kladov2019-08-191-42/+6
|
* drop tera dependencyAleksey Kladov2019-08-191-148/+0
|