Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | :arrow_up: deps | Aleksey Kladov | 2019-08-17 | 1 | -44/+43 | |
| | ||||||
* | Update deps | kjeremy | 2019-08-16 | 1 | -9/+9 | |
| | ||||||
* | :arrow_up: deps | Aleksey Kladov | 2019-08-15 | 1 | -74/+116 | |
| | ||||||
* | switch to upstream salsa | Aleksey Kladov | 2019-08-15 | 1 | -9/+8 | |
| | ||||||
* | implement durability | Aleksey Kladov | 2019-08-15 | 1 | -20/+45 | |
| | ||||||
* | introduce ra_vfs_glob crate | Aleksey Kladov | 2019-08-06 | 1 | -1/+38 | |
| | | | | It manages exclusion rules for the vfs crate | |||||
* | cargo update | Jeremy Kolb | 2019-08-06 | 1 | -16/+16 | |
| | ||||||
* | Bump deps | Laurențiu Nicola | 2019-08-04 | 1 | -42/+25 | |
| | ||||||
* | Update insta to 0.9.0 and cargo update | kjeremy | 2019-07-31 | 1 | -60/+51 | |
| | ||||||
* | Add merge_match_arm assist, bump rowan to 0.6.1 | Phil Ellison | 2019-07-29 | 1 | -3/+3 | |
| | ||||||
* | Update crossbeam to pull in new memoffset | kjeremy | 2019-07-25 | 1 | -31/+26 | |
| | ||||||
* | switch to upstream unescape | Aleksey Kladov | 2019-07-24 | 1 | -3/+3 | |
| | ||||||
* | :arrow_up: rowan | Aleksey Kladov | 2019-07-24 | 1 | -19/+19 | |
| | ||||||
* | flexi_logger 0.14 | kjeremy | 2019-07-22 | 1 | -5/+5 | |
| | ||||||
* | :arrow_up: deps | Aleksey Kladov | 2019-07-22 | 1 | -101/+101 | |
| |