Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 1 | -1/+1 |
* | Merge #1862 | bors[bot] | 2019-09-17 | 1 | -2/+2 |
|\ | |||||
| * | 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 |
* | refactor(args): Apply comments | Geobert Quach | 2019-09-10 | 2 | -107/+79 |
* | refactor(args): Switch to pico-args in ra_tools | Geobert Quach | 2019-09-10 | 1 | -2/+1 |
* | refactor(args): Switch to pico-args | Geobert Quach | 2019-09-10 | 3 | -78/+206 |
* | make source_root API more abstract | Aleksey Kladov | 2019-09-06 | 1 | -2/+3 |
* | Make type walking infrastructure a bit nicer | Florian Diebold | 2019-09-03 | 1 | -1/+1 |
* | Correctly build BodySourceMap for macro-expanded expressions | Aleksey Kladov | 2019-09-03 | 1 | -2/+5 |
* | Add an expr_source method analogous to the source methods in the code model | Florian Diebold | 2019-09-02 | 1 | -27/+26 |
* | Report type mismatches in analysis-stats | Florian Diebold | 2019-09-02 | 1 | -1/+37 |
* | disable clap's features | Aleksey Kladov | 2019-08-22 | 1 | -1/+1 |
* | Remove cpuprofile dependencies | Aleksey Kladov | 2019-08-17 | 1 | -1/+1 |
* | implement durability | Aleksey Kladov | 2019-08-15 | 1 | -7/+31 |
* | Update crates/ra_cli/src/analysis_stats.rs | Laurențiu Nicola | 2019-08-05 | 1 | -1/+1 |
* | Display the parsing time in ra_cli analysis-stats | Laurențiu Nicola | 2019-08-05 | 1 | -1/+5 |
* | Make Analysis api cancellable | Kirill Bulatov | 2019-07-25 | 1 | -1/+1 |
* | flexi_logger 0.14 | kjeremy | 2019-07-22 | 1 | -1/+1 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
* | migrate ra_cli to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -3/+3 |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -1/+1 |
* | account for dependencies when showing memory usage | Aleksey Kladov | 2019-07-12 | 1 | -0/+4 |
* | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -1/+0 |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 3 | -8/+8 |
* | print memory usage for queries | Aleksey Kladov | 2019-06-30 | 3 | -3/+13 |
* | Move memory usage statistics to ra_prof | Aleksey Kladov | 2019-06-30 | 1 | -1/+1 |
* | move ra_prof dep where it belongs | Aleksey Kladov | 2019-06-26 | 1 | -1/+4 |
* | Bump cargo_metadata, ena, flexi_logger | kjeremy | 2019-06-20 | 1 | -1/+1 |
* | add analysis-bench to benchmark incremental analysis | Aleksey Kladov | 2019-06-16 | 3 | -9/+149 |
* | reuse AnalysisHost in batch analysis | Aleksey Kladov | 2019-06-15 | 1 | -13/+13 |
* | Cleanup | Muhammad Mominul Huque | 2019-06-15 | 1 | -1/+1 |
* | Get rid of failure: ra_batch ra_cli | Muhammad Mominul Huque | 2019-06-15 | 2 | -3/+2 |
* | fix compilation | Aleksey Kladov | 2019-06-11 | 1 | -4/+4 |