Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | more generic, find rustc as well | Craig Disselkoen | 2020-05-06 | 4 | -54/+71 | |
| * | | ra_project_model: look for Cargo in more places | Craig Disselkoen | 2020-05-06 | 2 | -9/+52 | |
* | | | Move feature desugaring to the right abstraction layer | Aleksey Kladov | 2020-05-08 | 2 | -18/+12 | |
* | | | Merge #4296 | bors[bot] | 2020-05-07 | 4 | -5/+130 | |
|\ \ \ | ||||||
| * | | | Assume cargo_metadata uses String for cfgs soon | robojumper | 2020-05-05 | 2 | -10/+9 | |
| * | | | Merge heavy tests | robojumper | 2020-05-05 | 1 | -134/+105 | |
| * | | | Support build.rs cargo:rustc-cfg | robojumper | 2020-05-04 | 4 | -3/+158 | |
* | | | | Merge #4362 | bors[bot] | 2020-05-07 | 1 | -2/+24 | |
|\ \ \ \ | ||||||
| * | | | | do not show runnables for main function outside of a binary target #4356 | Benjamin Coenen | 2020-05-07 | 1 | -2/+24 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge #4346 | bors[bot] | 2020-05-07 | 2 | -2/+70 | |
|\ \ \ \ | ||||||
| * | | | | Remove HasVisibility implementation | Fedor Sakharov | 2020-05-07 | 3 | -12/+6 | |
| * | | | | Fix rename of enum variant visible from module | Fedor Sakharov | 2020-05-06 | 4 | -2/+76 | |
* | | | | | Simplify | Aleksey Kladov | 2020-05-07 | 5 | -6/+5 | |
* | | | | | Nicer API | Aleksey Kladov | 2020-05-07 | 3 | -42/+42 | |
* | | | | | Rename AssitLabel -> Assist | Aleksey Kladov | 2020-05-07 | 4 | -24/+24 | |
* | | | | | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 38 | -593/+521 | |
* | | | | | Fix panic in FunctionSignature | Aleksey Kladov | 2020-05-07 | 1 | -1/+7 | |
| |/ / / |/| | | | ||||||
* | | | | Merge #4316 #4351 | bors[bot] | 2020-05-06 | 1 | -4/+45 | |
|\ \ \ \ | ||||||
| * | | | | do not truncate display for hover | Benjamin Coenen | 2020-05-06 | 1 | -2/+2 | |
| * | | | | do not truncate display for hover | Benjamin Coenen | 2020-05-06 | 1 | -1/+42 | |
| * | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4311 | Benjamin Coenen | 2020-05-06 | 55 | -425/+634 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | do not truncate display for hover #4311 | Benjamin Coenen | 2020-05-05 | 1 | -1/+1 | |
* | | | | | Merge #4331 | bors[bot] | 2020-05-06 | 2 | -10/+140 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow fixture strings with unindented first line | Timo Freiberg | 2020-05-06 | 1 | -9/+95 | |
| * | | | | | Add fixture doc comment | Timo Freiberg | 2020-05-06 | 1 | -1/+45 | |
* | | | | | | add Ok wrapping | Benjamin Coenen | 2020-05-06 | 3 | -0/+986 | |
|/ / / / / | ||||||
* | | | | | Merge #4347 | bors[bot] | 2020-05-06 | 1 | -6/+23 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix usefulness check for never type | Mikail Bagishov | 2020-05-06 | 1 | -6/+23 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Simplify | Aleksey Kladov | 2020-05-06 | 3 | -33/+17 | |
* | | | | | Minor | Aleksey Kladov | 2020-05-06 | 1 | -1/+2 | |
* | | | | | Rename | Aleksey Kladov | 2020-05-06 | 4 | -13/+13 | |
|/ / / / | ||||||
* | | | | Use SourceChange for assists | Aleksey Kladov | 2020-05-06 | 6 | -87/+60 | |
* | | | | Fix TODO | Aleksey Kladov | 2020-05-06 | 3 | -19/+17 | |
* | | | | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 36 | -256/+292 | |
* | | | | Lift SourceChange to the ra_ide_db | Aleksey Kladov | 2020-05-06 | 6 | -25/+25 | |
* | | | | Fix capitalization | Aleksey Kladov | 2020-05-06 | 1 | -2/+2 | |
* | | | | Regenerate | Aleksey Kladov | 2020-05-06 | 2 | -38/+40 | |
* | | | | Merge doc_tests and tests | Aleksey Kladov | 2020-05-06 | 4 | -41/+28 | |
* | | | | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 35 | -180/+172 | |
| |/ / |/| | | ||||||
* | | | Merge #4332 | bors[bot] | 2020-05-05 | 19 | -226/+271 | |
|\ \ \ | ||||||
| * | | | Fixup tests | Aleksey Kladov | 2020-05-05 | 9 | -43/+71 | |
| * | | | Use more natural signature for Edit::apply | Aleksey Kladov | 2020-05-05 | 4 | -20/+42 | |
| * | | | Rename AtomTextEdit -> Indel | Aleksey Kladov | 2020-05-05 | 10 | -162/+154 | |
| * | | | Minor cleanups | Aleksey Kladov | 2020-05-05 | 2 | -6/+9 | |
* | | | | add the allFeatures flag (true by default) | guigui64 | 2020-05-05 | 2 | -3/+8 | |
|/ / / | ||||||
* | | | Merge #4327 | bors[bot] | 2020-05-05 | 8 | -45/+42 | |
|\ \ \ | ||||||
| * | | | Normalize naming of diagnostics | Aleksey Kladov | 2020-05-05 | 5 | -21/+23 | |
| * | | | Fix compilation | Aleksey Kladov | 2020-05-05 | 2 | -13/+8 | |
| * | | | Move group_label where it belongs | Aleksey Kladov | 2020-05-05 | 2 | -7/+6 | |
| * | | | use GroupLabel for type safety | Aleksey Kladov | 2020-05-05 | 1 | -3/+4 |