Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :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! | ||||
* | :arrow_up: chalk | Aleksey Kladov | 2019-09-09 | 1 | -75/+5 |
| | |||||
* | introduce hir debugging infra | Aleksey Kladov | 2019-09-09 | 1 | -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 notify | Aleksey Kladov | 2019-09-06 | 1 | -5/+5 |
| | |||||
* | :arrow_up: deps | Aleksey Kladov | 2019-09-06 | 1 | -15/+15 |
| | |||||
* | cargo update | kjeremy | 2019-09-05 | 1 | -63/+54 |
| | |||||
* | Upgrade Chalk | Florian Diebold | 2019-09-04 | 1 | -5/+5 |
| | |||||
* | lsp-types 0.61.0 | kjeremy | 2019-09-03 | 1 | -3/+3 |
| | |||||
* | start GitHub pages | Aleksey Kladov | 2019-09-02 | 1 | -0/+7 |
| | |||||
* | :arrow_up: once_cell | Aleksey Kladov | 2019-09-01 | 1 | -8/+5 |
| | |||||
* | inline thread-worker | Aleksey Kladov | 2019-08-30 | 1 | -93/+74 |
| | |||||
* | :arrow_up: lsp-server | Aleksey Kladov | 2019-08-30 | 1 | -3/+4 |
| | |||||
* | move lsp-server to a separate repository | Aleksey Kladov | 2019-08-30 | 1 | -32/+14 |
| | |||||
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -159/+21 |
| | |||||
* | :arrow_up: vfs | Aleksey Kladov | 2019-08-25 | 1 | -5/+6 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-08-22 | 1 | -6/+6 |
| | |||||
* | disable clap's features | Aleksey Kladov | 2019-08-22 | 1 | -25/+0 |
| | |||||
* | switch to jod threads | Aleksey Kladov | 2019-08-21 | 1 | -38/+46 |
| | |||||
*-. | Merge #1706 #1708 | bors[bot] | 2019-08-20 | 1 | -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 getrandom | Aleksey Kladov | 2019-08-20 | 1 | -4/+4 |
| |/ |/| | |||||
| * | :arrow_up: rustc_lexer | Aleksey Kladov | 2019-08-20 | 1 | -3/+3 |
| | | |||||
| * | switch to upstream ra_vfs | Aleksey Kladov | 2019-08-20 | 1 | -4/+6 |
| | | |||||
| * | translate \n -> \r\n on the way out | Aleksey Kladov | 2019-08-20 | 1 | -5/+3 |
|/ | |||||
* | replace heck with just ascii transformation | Aleksey Kladov | 2019-08-19 | 1 | -1/+0 |
| | |||||
* | :arrow_up: vfs | Aleksey Kladov | 2019-08-19 | 1 | -42/+6 |
| | |||||
* | drop tera dependency | Aleksey Kladov | 2019-08-19 | 1 | -148/+0 |
| | |||||
* | use quote! to generate syntax kinds | Aleksey Kladov | 2019-08-19 | 1 | -0/+1 |
| | |||||
* | use quote! macro to generate grammar | Aleksey Kladov | 2019-08-18 | 1 | -0/+1 |
| | | | | | We already use syn"e elsewhere (transitively), so it make sense to cut down on the number of technologies and get rid of tera | ||||
* | deserialize grammar | Aleksey Kladov | 2019-08-18 | 1 | -0/+1 |
| | |||||
* | switch to new codegen | Aleksey Kladov | 2019-08-18 | 1 | -0/+12 |
| | |||||
* | add quote dep | Aleksey Kladov | 2019-08-18 | 1 | -7/+8 |
| | |||||
* | update lsp | Aleksey Kladov | 2019-08-17 | 1 | -25/+40 |
| | |||||
* | Remove cpuprofile dependencies | Aleksey Kladov | 2019-08-17 | 1 | -51/+0 |
| |