Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|\ | ||||||
| * | 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 | |
|\ | ||||||
| * | 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 | |
* | Merge #1806 | bors[bot] | 2019-09-10 | 1 | -22/+8 | |
|\ | ||||||
| * | 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 | |
|/ | ||||||
* | :arrow_up: chalk | Aleksey Kladov | 2019-09-09 | 1 | -75/+5 | |
* | introduce hir debugging infra | Aleksey Kladov | 2019-09-09 | 1 | -0/+1 | |
* | 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 | |
|\ \ | ||||||
| | * | 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 |