Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve completion of cfg attributes | Jamie Cunliffe | 2021-06-21 | 1 | -0/+2 |
| | | | | | | | | | | | | The completion of cfg will look at the enabled cfg keys when performing completion. It will also look crate features when completing a feature cfg option. A fixed list of known values for some cfg options are provided. For unknown keys it will look at the enabled values for that cfg key, which means that completion will only show enabled options for those. | ||||
* | Cleanup insert_use tests | Lukas Wirth | 2021-06-19 | 1 | -1/+1 |
| | |||||
* | internal: use minicore deref more | Aleksey Kladov | 2021-06-18 | 1 | -0/+4 |
| | |||||
* | internal: introduce minicore -- a subset of libcore for testing | Aleksey Kladov | 2021-06-15 | 1 | -3/+28 |
| | |||||
* | internal: move diagnostics to a new crate | Aleksey Kladov | 2021-06-14 | 1 | -0/+8 |
| | |||||
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | simplify | Lukas Wirth | 2021-05-28 | 1 | -8/+2 |
| | |||||
* | Add some more error messages to fixture failure cases | Lukas Wirth | 2021-04-17 | 1 | -2/+2 |
| | |||||
* | Add an error message to fixture errors | Yoshua Wuyts | 2021-04-17 | 1 | -1/+3 |
| | |||||
* | Adjust fixture docs a bit | Kirill Bulatov | 2021-04-06 | 1 | -59/+1 |
| | |||||
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
| | | | | example: let x: String = String::from("hello world").into(); | ||||
* | Add new_source_root meta to test fixtures | Lukas Wirth | 2021-03-16 | 1 | -2/+10 |
| | |||||
* | Make more common assist easier to ues | Aleksey Kladov | 2021-02-22 | 1 | -1/+10 |
| | |||||
* | Better fixture highlight | Aleksey Kladov | 2021-01-07 | 1 | -5/+11 |
| | |||||
* | More type safety around names | Aleksey Kladov | 2020-10-20 | 1 | -2/+2 |
| | |||||
* | Fix the hover dash issues | Kirill Bulatov | 2020-10-02 | 1 | -3/+3 |
| | |||||
* | Add a dash test | Kirill Bulatov | 2020-10-02 | 1 | -2/+2 |
| | |||||
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 1 | -6/+8 |
| | |||||
* | Rewrite fixtures on top of Change | Aleksey Kladov | 2020-10-02 | 1 | -83/+90 |
| | |||||
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -0/+228 |