Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use anyhow | Aleksey Kladov | 2020-02-17 | 4 | -14/+15 |
| | |||||
* | Cleanup | Aleksey Kladov | 2020-02-17 | 2 | -73/+68 |
| | |||||
* | Better name | Aleksey Kladov | 2020-02-17 | 1 | -2/+2 |
| | |||||
* | More precise types | Aleksey Kladov | 2020-02-17 | 1 | -12/+15 |
| | |||||
* | Unify verbosity handling | Aleksey Kladov | 2020-02-17 | 2 | -22/+22 |
| | |||||
* | Move interesting stuff to main | Aleksey Kladov | 2020-02-17 | 1 | -40/+35 |
| | |||||
* | Stronger Types | Aleksey Kladov | 2020-02-17 | 1 | -5/+5 |
| | |||||
* | Refactor arg parsing | Aleksey Kladov | 2020-02-17 | 1 | -115/+169 |
| | |||||
* | Inline ra_batch | Aleksey Kladov | 2020-02-17 | 5 | -11/+168 |
| | |||||
* | Cleanup imports | Aleksey Kladov | 2020-02-17 | 1 | -3/+2 |
| | |||||
* | Inline help | Aleksey Kladov | 2020-02-17 | 2 | -82/+96 |
| | |||||
* | Use Arguments::from_os | Aleksey Kladov | 2020-02-17 | 1 | -9/+3 |
| | |||||
* | 1-based columns | Aleksey Kladov | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | Support goto def in bences | Aleksey Kladov | 2020-02-16 | 2 | -13/+29 |
| | |||||
* | Refactor arg parsing | Aleksey Kladov | 2020-02-16 | 1 | -11/+8 |
| | |||||
* | Refactor position parsing | Aleksey Kladov | 2020-02-16 | 2 | -19/+28 |
| | |||||
* | Enable profiling for bench | Aleksey Kladov | 2020-02-16 | 1 | -0/+2 |
| | |||||
* | Extend analysis-stats a bit | Florian Diebold | 2020-02-15 | 3 | -14/+93 |
| | | | | | | | | | | | | 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. | ||||
* | Fix extra parentheses warnings | Laurențiu Nicola | 2020-01-31 | 1 | -2/+2 |
| | |||||
* | Disable env_logger humantime feature | Aleksey Kladov | 2020-01-25 | 1 | -1/+1 |
| | | | | | We rarely care about timings of events, and, when we care, we need millisecond precision | ||||
* | Some clippy lints | kjeremy | 2020-01-13 | 1 | -1/+1 |
| | |||||
* | Dropping a reference does nothing. | kjeremy | 2020-01-13 | 1 | -1/+0 |
| | | | | Allows clippy to continue compilation | ||||
* | Remove ty from code_model | Aleksey Kladov | 2019-12-08 | 2 | -5/+14 |
| | |||||
* | Remove log dependency from ra_cli | Alexander Ekdahl | 2019-11-30 | 1 | -1/+0 |
| | |||||
* | Remove flexi_logger from ra_lsp_server | Alexander Ekdahl | 2019-11-30 | 1 | -5/+1 |
| | |||||
* | Use env_logger in ra_cli | Alexander Ekdahl | 2019-11-30 | 2 | -3/+7 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 3 | -3/+3 |
| | |||||
* | Fill all last text to space and return the cursor | Edwin Cheng | 2019-11-26 | 1 | -1/+8 |
| | |||||
* | Remove progress bar and add a true counter | Edwin Cheng | 2019-11-26 | 3 | -29/+12 |
| | |||||
* | Remove commented code | Edwin Cheng | 2019-11-26 | 1 | -3/+0 |
| | |||||
* | Use a simple progress bar instead of indicatif | Edwin Cheng | 2019-11-26 | 4 | -11/+138 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-11-26 | 1 | -2/+2 |
| | |||||
* | Simplify | Aleksey Kladov | 2019-11-24 | 1 | -5/+6 |
| | |||||
* | Simplify | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -2/+2 |
| | |||||
* | Add bound check | Edwin Cheng | 2019-11-17 | 1 | -2/+2 |
| | |||||
* | Bump psm, console, indicatif | kjeremy | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | add --with-deps option to analysis-stats | Aleksey Kladov | 2019-10-24 | 2 | -8/+10 |
| | |||||
* | relative-path 1.0 | kjeremy | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Bump deps | Laurențiu Nicola | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Prepare SourceDatabase API for lazy file loading | Aleksey Kladov | 2019-10-14 | 2 | -2/+2 |
| | |||||
* | remove one more dependency on source roots | Aleksey Kladov | 2019-10-14 | 1 | -8/+21 |
| | |||||
* | Update pico-args | kjeremy | 2019-10-02 | 2 | -5/+5 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 4 | -0/+8 |
| | | | | #1856 | ||||
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 1 | -1/+1 |
| | |||||
* | Merge #1862 | bors[bot] | 2019-09-17 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | 1862: Assoc item resolution refactoring (again) r=flodiebold a=flodiebold This is #1849, with the associated type selection code removed for now. Handling cycles there will need some more thought. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | Remove TraitItem and ImplItem in favor of AssocItem | Florian Diebold | 2019-09-17 | 1 | -2/+2 |
| | | |||||
* | | show error log by default | Aleksey Kladov | 2019-09-17 | 1 | -1/+1 |
|/ | |||||
* | add quiet mode to analysis-stats | Aleksey Kladov | 2019-09-12 | 3 | -82/+116 |
| | |||||
* | analysis stats uses positional arg again | Aleksey Kladov | 2019-09-12 | 1 | -2/+8 |
| |