Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use split1 when formatting function signature params | Aaron Loucks | 2020-06-03 | 1 | -5/+1 | |
| | ||||||
* | Merge pull request #4495 from vsrs/fixture_meta | Aleksey Kladov | 2020-05-24 | 1 | -6/+154 | |
|\ | | | | | Test fixtures parsing improvements | |||||
| * | 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 | |
| | | | | | | | | Except crate name. | |||||
| * | Use FixtureMeta in MockAnalysis | vsrs | 2020-05-16 | 1 | -1/+8 | |
| | | ||||||
| * | Remove temporary FixtureEntry parsed_meta field. | vsrs | 2020-05-16 | 1 | -5/+3 | |
| | | ||||||
| * | Reimplement ra_db::fixture::ParsedMeta | vsrs | 2020-05-16 | 1 | -3/+2 | |
| | | | | | | | | in terms of test_utils::FixtureMeta | |||||
| * | parse fixture meta in test_utils crate | vsrs | 2020-05-16 | 1 | -1/+97 | |
| | | ||||||
* | | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 2 | -83/+0 | |
| | | ||||||
* | | Remove cross-crate marks | Aleksey Kladov | 2020-05-20 | 1 | -10/+1 | |
| | | | | | | | | | | They create quite a bit of friction. Really, we should just move the tests to the same crate, rather than paper over existing split. | |||||
* | | Significantly more glorious marks | Aleksey Kladov | 2020-05-20 | 2 | -0/+80 | |
|/ | ||||||
* | unindent -> dedent | Aleksey Kladov | 2020-05-09 | 1 | -1/+1 | |
| | ||||||
* | Allow fixture strings with unindented first line | Timo Freiberg | 2020-05-06 | 1 | -9/+95 | |
| | | | | | | | | | This allows fixtures like "//- /lib.rs ... //- /foo.rs ... " | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -13/+13 | |
| | ||||||
* | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | We used name [: expr] grammar before, now it is [name :] expr which makes things simpler | |||||
* | Rename some tokens | Aleksey Kladov | 2020-04-10 | 1 | -1/+1 | |
| | ||||||
* | Migrate tests .txt -> .rast | veetaha | 2020-04-06 | 1 | -18/+16 | |
| | | | | | | | | The sytax tree output files now use .rast extension (rust-analyzer syntax tree or rust abstract syntax tree (whatever)). This format has a editors/code/ra_syntax_tree.tmGrammar.json declaration that supplies nice syntax highlighting for .rast files. | |||||
* | Move verbose tests out of line | Aleksey Kladov | 2020-03-13 | 1 | -1/+2 | |
| | ||||||
* | Check only one fixture | Edwin Cheng | 2020-03-10 | 1 | -1/+6 | |
| | ||||||
* | Add fixture meta for single file fixture | Edwin Cheng | 2020-03-10 | 1 | -0/+8 | |
| | ||||||
* | Support cross-crate marks | Aleksey Kladov | 2020-03-04 | 1 | -3/+12 | |
| | ||||||
* | Remove code duplication in tests | Aleksey Kladov | 2020-02-26 | 1 | -0/+1 | |
| | ||||||
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 | |
| | ||||||
* | Simplify fixture parsing | Aleksey Kladov | 2020-01-30 | 1 | -21/+8 | |
| | ||||||
* | Simplify fixture parsing | Aleksey Kladov | 2020-01-29 | 1 | -20/+19 | |
| | ||||||
* | test_utils: move flush!() to its usage as per conversation with @matklad | Veetaha | 2020-01-29 | 1 | -13/+13 | |
| | ||||||
* | test_utils: updated documentation and some typos | Veetaha | 2020-01-29 | 2 | -11/+43 | |
| | ||||||
* | Refactor goto tests to always specify texts | Aleksey Kladov | 2019-12-18 | 1 | -2/+2 | |
| | ||||||
* | Skip slow tests by default | Aleksey Kladov | 2019-12-07 | 1 | -0/+11 | |
| | ||||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -2/+2 | |
| | ||||||
* | support range selection in assist docs | Aleksey Kladov | 2019-10-26 | 1 | -3/+31 | |
| | ||||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 | |
| | | | | #1856 | |||||
* | translate \n -> \r\n on the way out | Aleksey Kladov | 2019-08-20 | 1 | -9/+13 | |
| | ||||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -2/+2 | |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | |||||
* | Fix clippy::expect_fun_call | Alan Du | 2019-06-04 | 1 | -1/+1 | |
| | ||||||
* | fix error on wrong path | Aleksey Kladov | 2019-03-17 | 1 | -2/+2 | |
| | ||||||
* | remove ignored macro tests | Aleksey Kladov | 2019-02-19 | 1 | -1/+1 | |
| | | | | | we need to significantly reengineer macros, so the tests as they exist are useless | |||||
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 2 | -5/+7 | |
| | ||||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 2 | -30/+12 | |
| | ||||||
* | refactor import resolution | Aleksey Kladov | 2019-01-25 | 1 | -2/+4 | |
| | | | | | extract path resolution use enums instead of bools | |||||
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 2 | -2/+87 | |
| | ||||||
* | switch to insta for testing | Aleksey Kladov | 2019-01-15 | 1 | -8/+0 | |
| | ||||||
* | fix indent caclulation | Aleksey Kladov | 2019-01-13 | 1 | -10/+10 | |
| | ||||||
* | Add testing infrastructure for type inference | Florian Diebold | 2018-12-23 | 1 | -0/+99 | |
| | | | | - move dir_tests to test_utils for that. | |||||
* | organize completion tests better | Aleksey Kladov | 2018-12-21 | 1 | -12/+10 | |
| | ||||||
* | fold curly blocks | Aleksey Kladov | 2018-12-20 | 1 | -0/+1 | |
| | ||||||
* | generalize folding tests | Aleksey Kladov | 2018-12-20 | 1 | -7/+31 | |
| | | | | By using xml-like tags, we will be able to test nested foldings. | |||||
* | Use json comparison code from cargo for heavy tests | Florian Diebold | 2018-12-06 | 1 | -0/+94 | |
| | ||||||
* | modernize some code | Aleksey Kladov | 2018-12-06 | 1 | -5/+2 | |
| |