Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dbg | Edwin Cheng | 2020-05-10 | 1 | -1/+0 |
* | Hot fix panic for function_signature | Edwin Cheng | 2020-05-10 | 1 | -7/+13 |
* | Merge #4392 | bors[bot] | 2020-05-09 | 1 | -14/+11 |
|\ | |||||
| * | Add From should not move the cursor | Aleksey Kladov | 2020-05-09 | 1 | -14/+11 |
* | | Ascribe more correct types | Aleksey Kladov | 2020-05-09 | 1 | -9/+10 |
|/ | |||||
* | unindent -> dedent | Aleksey Kladov | 2020-05-09 | 3 | -3/+3 |
* | More fluent indent API | Aleksey Kladov | 2020-05-09 | 7 | -34/+45 |
* | Fix visibility | Aleksey Kladov | 2020-05-09 | 1 | -1/+1 |
* | Merge #4175 | bors[bot] | 2020-05-09 | 5 | -99/+300 |
|\ | |||||
| * | Use new HirDisplay variant in add_function assist | Timo Freiberg | 2020-05-08 | 1 | -58/+116 |
| * | New HirDisplay method for displaying sourcecode | Timo Freiberg | 2020-05-08 | 4 | -41/+184 |
* | | Simpify project discovery | veetaha | 2020-05-09 | 1 | -36/+15 |
* | | Simplify | veetaha | 2020-05-09 | 1 | -11/+9 |
* | | Handle coercing function types to function pointers in match | Florian Diebold | 2020-05-08 | 4 | -11/+72 |
* | | Merge #4377 | bors[bot] | 2020-05-08 | 9 | -25/+362 |
|\ \ | |||||
| * | | Add diagnostic for break outside of loop | Florian Diebold | 2020-05-08 | 4 | -1/+62 |
| * | | Use matches! | Florian Diebold | 2020-05-08 | 1 | -4/+1 |
| * | | Handle break somewhat better | Florian Diebold | 2020-05-08 | 3 | -3/+105 |
| * | | Implement better handling of divergence | Florian Diebold | 2020-05-08 | 7 | -23/+200 |
| |/ | |||||
* | | Merge #4378 | bors[bot] | 2020-05-08 | 1 | -1/+6 |
|\ \ | |/ |/| | |||||
| * | Add stderr to error message | Aleksey Kladov | 2020-05-08 | 1 | -1/+6 |
* | | Fix type of byte literals | Florian Diebold | 2020-05-08 | 3 | -10/+11 |
|/ | |||||
* | Cleanup | Aleksey Kladov | 2020-05-08 | 6 | -99/+64 |
* | Cleanup | Aleksey Kladov | 2020-05-08 | 1 | -27/+28 |
* | Rename ra_env -> ra_toolchain | Aleksey Kladov | 2020-05-08 | 8 | -11/+13 |
* | Merge #4329 | bors[bot] | 2020-05-08 | 8 | -23/+97 |
|\ | |||||
| * | use home crate instead of dirs | Craig Disselkoen | 2020-05-07 | 2 | -2/+2 |
| * | simplify by using bail! macro | Craig Disselkoen | 2020-05-06 | 1 | -4/+7 |
| * | cargo fmt | Craig Disselkoen | 2020-05-06 | 1 | -1/+5 |
| * | return a PathBuf instead of String | Craig Disselkoen | 2020-05-06 | 2 | -8/+9 |
| * | simplify some code using early returns | Craig Disselkoen | 2020-05-06 | 1 | -24/+17 |
| * | add module-level docs so that tests pass | Craig Disselkoen | 2020-05-06 | 1 | -0/+4 |
| * | cargo fmt | Craig Disselkoen | 2020-05-06 | 1 | -1/+4 |
| * | pull function out into new crate ra_env; use in ra_flycheck as well | Craig Disselkoen | 2020-05-06 | 8 | -15/+21 |
| * | 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 |