Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Use text_range::extend_to | Edwin Cheng | 2020-02-27 | 1 | -1/+1 | |
| | ||||||
* | Remove code duplication in tests | Aleksey Kladov | 2020-02-26 | 1 | -0/+1 | |
| | ||||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -2/+2 | |
| | ||||||
* | 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 | 2 | -2/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -1/+0 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 | |
| | | | | Fixes typo introduced in #782 | |||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 | |
| | | | | This closes #777 | |||||
* | 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 | |
| | ||||||
* | Bump serde_json from 1.0.33 to 1.0.34 | dependabot[bot] | 2018-12-31 | 1 | -1/+1 | |
| | | | | | | | Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.33...v1.0.34) Signed-off-by: dependabot[bot] <[email protected]> | |||||
* | Bump itertools from 0.7.11 to 0.8.0 | dependabot[bot] | 2018-12-27 | 1 | -1/+1 | |
| | | | | | | | Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.7.11 to 0.8.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Commits](https://github.com/bluss/rust-itertools/compare/0.7.11...0.8.0) Signed-off-by: dependabot[bot] <[email protected]> | |||||
* | 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 | 2 | -0/+95 | |
| | ||||||
* | modernize some code | Aleksey Kladov | 2018-12-06 | 1 | -5/+2 | |
| | ||||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -14/+17 | |
| | ||||||
* | Add MockAnalysis to make testing easier | Aleksey Kladov | 2018-10-31 | 1 | -5/+21 | |
| | ||||||
* | extract fixture parsing | Aleksey Kladov | 2018-10-31 | 1 | -0/+42 | |
| | ||||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -2/+2 | |
| | | | | Run `cargo fmt` and ignore generated files | |||||
* | switch base crates to 2018 | Aleksey Kladov | 2018-10-15 | 1 | -0/+1 | |
| | ||||||
* | Improve tests | Adolfo OchagavĂa | 2018-10-13 | 1 | -8/+30 | |
| | ||||||
* | move | Aleksey Kladov | 2018-08-25 | 2 | -0/+32 | |
| | ||||||
* | rename | Aleksey Kladov | 2018-08-25 | 2 | -0/+44 | |