Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a doc comment on the difference between Name and NameRef ast nodes | veetaha | 2020-05-12 | 1 | -1/+16 |
* | Resolve TODO about macro 2.0 def | veetaha | 2020-05-10 | 1 | -6/+4 |
* | Fix typo | veetaha | 2020-05-10 | 1 | -1/+1 |
* | Carify on a semicolon in macro call | veetaha | 2020-05-10 | 1 | -1/+6 |
* | Resolve TODO about curly-braced constructions in expression statement | veetaha | 2020-05-10 | 1 | -1/+3 |
* | Resolve todos about refs and empty statements | veetaha | 2020-05-10 | 1 | -4/+4 |
* | Converted TODO about MacroItems to FIXME as per edwin0cheng | veetaha | 2020-05-10 | 1 | -6/+2 |
* | Verified ConstArg example, waiting for response on what `=` sign pertains to | veetaha | 2020-05-10 | 1 | -1/+1 |
* | Correcy use tree and type args docs | veetaha | 2020-05-10 | 1 | -3/+3 |
* | Correct `use` cannot have type args as per flodiebold | veetaha | 2020-05-10 | 1 | -1/+1 |
* | Correct path docs and add colon2 token to Path ast node | veetaha | 2020-05-10 | 1 | -8/+14 |
* | Add example with const in TypeBound as per flodiebold | veetaha | 2020-05-10 | 1 | -1/+1 |
* | Properly document const impl as per flodiebold | veetaha | 2020-05-10 | 1 | -2/+2 |
* | Remove MacroStmts as per edwin0cheng | veetaha | 2020-05-10 | 1 | -32/+0 |
* | Add proper docs for TokenTree as per edwin0cheng | veetaha | 2020-05-10 | 1 | -1/+2 |
* | Run codegen of ast types with documentation | veetaha | 2020-05-10 | 1 | -138/+1345 |
* | infer: Make expected rhs type for plain assign the lhs type | Emil Lauridsen | 2020-05-10 | 2 | -1/+31 |
* | 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 |