Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add benchmark test for mbe | Edwin Cheng | 2021-02-24 | 1 | -0/+5 |
* | Add parsing benchmark | Aleksey Kladov | 2021-02-09 | 1 | -0/+9 |
* | Infra for "unit" benchmarking | Aleksey Kladov | 2021-02-09 | 3 | -0/+72 |
* | Remove redundant clones | Yoshua Wuyts | 2021-02-05 | 1 | -10/+1 |
* | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -1/+1 |
* | Better fixture highlight | Aleksey Kladov | 2021-01-07 | 1 | -0/+1 |
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -8/+8 |
* | Replace last usages of difference with dissimilar | Jesse Bakker | 2021-01-06 | 2 | -4/+17 |
* | Make config.rs a single source of truth for configuration. | Aleksey Kladov | 2020-12-08 | 1 | -9/+17 |
* | Fix indentation of inserted use statements | Florian Diebold | 2020-10-24 | 1 | -3/+3 |
* | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 |
* | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -1/+1 |
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -3/+4 |
* | Use split_once polyfill | Aleksey Kladov | 2020-07-30 | 1 | -4/+4 |
* | Allow multiline annotations | Aleksey Kladov | 2020-07-14 | 1 | -11/+56 |
* | Generaize annotation extraction | Aleksey Kladov | 2020-07-14 | 1 | -2/+10 |
* | Merge #5355 | bors[bot] | 2020-07-14 | 1 | -0/+1 |
|\ | |||||
| * | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
* | | Use relaxed ordering for marks | Aleksey Kladov | 2020-07-14 | 1 | -2/+2 |
|/ | |||||
* | Clippy perf warnings | kjeremy | 2020-07-06 | 1 | -1/+1 |
* | Fold multiline calls | Aleksey Kladov | 2020-07-01 | 1 | -7/+20 |
* | Move parser specific tests utils to parser tests | Aleksey Kladov | 2020-07-01 | 1 | -101/+5 |
* | Simplify most of the inlay hints tests | Aleksey Kladov | 2020-06-30 | 1 | -8/+22 |
* | Generalize annotations | Aleksey Kladov | 2020-06-30 | 1 | -5/+8 |
* | Update the rest of the tests | Aleksey Kladov | 2020-06-29 | 1 | -8/+10 |
* | (T): make typification tests more data driven | Aleksey Kladov | 2020-06-29 | 1 | -0/+34 |
* | Simplify | Aleksey Kladov | 2020-06-24 | 1 | -4/+4 |
* | Centralize fixture parsing for assists | Aleksey Kladov | 2020-06-23 | 1 | -1/+3 |
* | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 2 | -94/+18 |
* | Minor, rename | Aleksey Kladov | 2020-06-23 | 1 | -2/+2 |
* | Slightly better name | Aleksey Kladov | 2020-06-23 | 1 | -4/+4 |
* | Complicate | Aleksey Kladov | 2020-06-23 | 1 | -3/+4 |
* | Docs for Fixture | Aleksey Kladov | 2020-06-23 | 1 | -0/+3 |
* | Cut problematic dependency | Aleksey Kladov | 2020-06-23 | 3 | -12/+20 |
* | Nicer API | Aleksey Kladov | 2020-06-23 | 2 | -60/+62 |
* | Simplify | Aleksey Kladov | 2020-06-23 | 2 | -14/+1 |
* | Simplify | Aleksey Kladov | 2020-06-23 | 2 | -17/+10 |
* | Simplify | Aleksey Kladov | 2020-06-23 | 2 | -60/+4 |
* | Drop rarely used fixture functionality | Aleksey Kladov | 2020-06-23 | 1 | -12/+0 |
* | Move fixtures to a separate file | Aleksey Kladov | 2020-06-23 | 2 | -288/+292 |
* | Remove relative-path dependency | Aleksey Kladov | 2020-06-23 | 2 | -3/+1 |
* | Remove RelativePathBuf from fixture | Aleksey Kladov | 2020-06-22 | 1 | -5/+5 |
* | Update parser tests with env var | Aleksey Kladov | 2020-06-15 | 1 | -7/+5 |
* | Use split1 when formatting function signature params | Aaron Loucks | 2020-06-03 | 2 | -6/+3 |
* | Merge pull request #4495 from vsrs/fixture_meta | Aleksey Kladov | 2020-05-24 | 2 | -6/+158 |
|\ | |||||
| * | JFF, ra_fixture arg name for a code highlighting | vsrs | 2020-05-16 | 1 | -9/+11 |
| * | smoke test | vsrs | 2020-05-16 | 1 | -0/+6 |
| * | Propogate fixture meta to AnalysisHost | vsrs | 2020-05-16 | 1 | -2/+42 |
| * | Use FixtureMeta in MockAnalysis | vsrs | 2020-05-16 | 1 | -1/+8 |
| * | Remove temporary FixtureEntry parsed_meta field. | vsrs | 2020-05-16 | 1 | -5/+3 |