Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use more generic public api | Kirill Bulatov | 2020-03-24 | 1 | -0/+2 |
| | |||||
* | update itertools version to 0.9.0 | Josh Mcguigan | 2020-03-23 | 1 | -7/+16 |
| | |||||
* | implement fill match arm assist for tuple of enums | Josh Mcguigan | 2020-03-23 | 1 | -0/+1 |
| | |||||
* | Bump proc-macro-hack and syn | Jeremy Kolb | 2020-03-22 | 1 | -9/+4 |
| | |||||
* | cargo update | CAD97 | 2020-03-18 | 1 | -10/+10 |
| | |||||
* | Support loading OUT_DIR from cargo check at launch | Emil Lauridsen | 2020-03-17 | 1 | -0/+1 |
| | |||||
* | Update dependencies, removing rustc_version | kjeremy | 2020-03-16 | 1 | -16/+7 |
| | |||||
* | Update anyhow | Jeremy Kolb | 2020-03-15 | 1 | -2/+2 |
| | |||||
* | Update deps | kjeremy | 2020-03-13 | 1 | -10/+10 |
| | |||||
* | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 1 | -0/+1 |
| | |||||
* | :arrow_up: fst | Aleksey Kladov | 2020-03-10 | 1 | -11/+2 |
| | |||||
* | Remove c2-chaha dependency | kjeremy | 2020-03-10 | 1 | -12/+3 |
| | |||||
* | Merge #3533 | bors[bot] | 2020-03-09 | 1 | -7/+6 |
|\ | | | | | | | | | | | | | | | 3533: Updates insta to 0.15.0 and bumps console to 0.10.0 r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]> | ||||
| * | Updates insta to 0.15.0 and bumps console to 0.10.0 | kjeremy | 2020-03-09 | 1 | -7/+6 |
| | | |||||
* | | Fix SelectionRange return type | kjeremy | 2020-03-09 | 1 | -2/+2 |
|/ | |||||
* | Try to complete within macros | Florian Diebold | 2020-03-07 | 1 | -0/+1 |
| | |||||
* | Bump to quote-1.0.3 since 1.0.2 is blacklisted | kjeremy | 2020-03-05 | 1 | -2/+2 |
| | |||||
* | Update deps | kjeremy | 2020-03-04 | 1 | -6/+6 |
| | |||||
* | Drop one once_cell dep | Aleksey Kladov | 2020-03-04 | 1 | -1/+0 |
| | |||||
* | Move find_refs_to_def | Aleksey Kladov | 2020-03-04 | 1 | -0/+1 |
| | |||||
* | Support cross-crate marks | Aleksey Kladov | 2020-03-04 | 1 | -0/+1 |
| | |||||
* | Drop larlpop-intern dep | Laurențiu Nicola | 2020-03-03 | 1 | -7/+0 |
| | |||||
* | Update chalk for Ty interners | Laurențiu Nicola | 2020-03-02 | 1 | -6/+6 |
| | |||||
* | Update chalk for RawId removal | Laurențiu Nicola | 2020-03-02 | 1 | -7/+6 |
| | |||||
* | Update deps | kjeremy | 2020-03-02 | 1 | -4/+4 |
| | |||||
* | lsp-types 0.72 | kjeremy | 2020-03-02 | 1 | -2/+2 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2020-02-27 | 1 | -20/+0 |
| | |||||
* | Update lsp-types | kjeremy | 2020-02-26 | 1 | -2/+2 |
| | |||||
* | Update | kjeremy | 2020-02-26 | 1 | -6/+6 |
| | |||||
* | Actually drop unicase dependency | Aleksey Kladov | 2020-02-26 | 1 | -17/+0 |
| | |||||
* | :arrow_up: rowan | Aleksey Kladov | 2020-02-25 | 1 | -2/+2 |
| | |||||
* | Bump chalk and replace TypeFamily with Interner | Laurențiu Nicola | 2020-02-24 | 1 | -6/+6 |
| | |||||
* | Update deps | Jeremy Kolb | 2020-02-24 | 1 | -6/+6 |
| | |||||
* | Bump crossbeam crates | Laurențiu Nicola | 2020-02-22 | 1 | -23/+26 |
| | |||||
* | Bump lsp-types | kjeremy | 2020-02-19 | 1 | -2/+2 |
| | |||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -0/+20 |
| | |||||
* | Remove unicase dependency | Aleksey Kladov | 2020-02-18 | 1 | -16/+0 |
| | |||||
* | Drop extra deps | Aleksey Kladov | 2020-02-18 | 1 | -4/+0 |
| | |||||
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -38/+38 |
| | |||||
* | Merge ra_vfs_glob and ra_lsp_server | Aleksey Kladov | 2020-02-17 | 1 | -9/+1 |
| | |||||
* | Merge cli and ra_lsp_server | Aleksey Kladov | 2020-02-17 | 1 | -24/+8 |
| | |||||
* | Use anyhow | Aleksey Kladov | 2020-02-17 | 1 | -0/+1 |
| | |||||
* | Inline ra_batch | Aleksey Kladov | 2020-02-17 | 1 | -16/+6 |
| | |||||
* | Drop proptest tests | Aleksey Kladov | 2020-02-17 | 1 | -183/+11 |
| | | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time. | ||||
* | Update deps | kjeremy | 2020-02-17 | 1 | -10/+10 |
| | |||||
* | Merge #3157 | bors[bot] | 2020-02-15 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3157: Extend analysis-stats a bit r=matklad a=flodiebold This adds some tools helpful when debugging nondeterminism in analysis-stats: - a `--randomize` option that analyses everything in random order - a `-vv` option that prints even more detail Also add a debug log if Chalk fuel is exhausted (which would be a source of nondeterminism, but didn't happen in my tests). I found one source of nondeterminism (rust-lang/chalk#331), but there are still other cases remaining. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | Extend analysis-stats a bit | Florian Diebold | 2020-02-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | This adds some tools helpful when debugging nondeterminism in analysis-stats: - a `--randomize` option that analyses everything in random order - a `-vv` option that prints even more detail Also add a debug log if Chalk fuel is exhausted (which would be a source of nondeterminism, but didn't happen in my tests). I found one source of nondeterminism (rust-lang/chalk#331), but there are still other cases remaining. | ||||
* | | Remove extra dep | Aleksey Kladov | 2020-02-15 | 1 | -1/+0 |
|/ | |||||
* | Add error context to failures in `ra_project_model` using `anyhow` crate (#3119) | Adam Bratschi-Kaye | 2020-02-13 | 1 | -0/+1 |
| | | | Add error context to failures in ra_project_model using anyhow crate | ||||
* | Merge #3062 | bors[bot] | 2020-02-11 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | 3062: Implement slice pattern AST > HIR lowering r=jplatte a=jplatte WIP. The necessary changes for parsing are implemented, but actual inference is not yet. Just wanted to upload what I've got so far so it doesn't get duplicated :) Will fix #3043 Co-authored-by: Jonas Platte <[email protected]> |