Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename description funcs | Edwin Cheng | 2019-06-09 | 1 | -11/+11 | |
* | Change docs and description to getter method | Edwin Cheng | 2019-06-09 | 2 | -4/+11 | |
* | Add display::Description | Edwin Cheng | 2019-06-09 | 4 | -67/+163 | |
* | Construct doc individually | Edwin Cheng | 2019-06-08 | 2 | -45/+141 | |
* | Remove node function in NavTarget | Edwin Cheng | 2019-06-08 | 5 | -80/+86 | |
* | one macro def should be enough | Aleksey Kladov | 2019-06-08 | 2 | -6/+4 | |
* | Merge #1377 | bors[bot] | 2019-06-06 | 14 | -644/+580 | |
|\ | ||||||
| * | Use inline snapshots in complete_keyword | Simon Bihel | 2019-06-04 | 14 | -644/+580 | |
* | | Fix clippy::or_fun_call | Alan Du | 2019-06-04 | 2 | -2/+2 | |
* | | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 2 | -3/+2 | |
* | | Fix clippy::new_without_default | Alan Du | 2019-06-04 | 1 | -0/+6 | |
* | | Fix clippy::assign_op_pattern | Alan Du | 2019-06-04 | 1 | -1/+1 | |
* | | Fix clippy::useless_format | Alan Du | 2019-06-04 | 1 | -2/+2 | |
* | | Fix clippy::into_iter_on_ref | Alan Du | 2019-06-04 | 1 | -1/+1 | |
* | | Fix clippy::len_zero | Alan Du | 2019-06-04 | 1 | -2/+2 | |
* | | Fix clippy::ptr_arg | Alan Du | 2019-06-04 | 1 | -2/+2 | |
* | | Fix clippy::match_ref_pats | Alan Du | 2019-06-04 | 1 | -6/+6 | |
* | | Fix clippy::single_match | Alan Du | 2019-06-04 | 1 | -4/+3 | |
|/ | ||||||
* | don't cache parses twice | Aleksey Kladov | 2019-06-02 | 2 | -7/+29 | |
* | collect macro queries | Aleksey Kladov | 2019-06-02 | 1 | -0/+3 | |
* | add AstDatabase | Aleksey Kladov | 2019-06-02 | 1 | -2/+3 | |
* | collect types and bodies | Aleksey Kladov | 2019-06-01 | 1 | -0/+4 | |
* | collect impl source maps | Aleksey Kladov | 2019-06-01 | 1 | -0/+1 | |
* | don't cache ast_id_to_node | Aleksey Kladov | 2019-06-01 | 1 | -1/+0 | |
* | show macro expanded trees in the stats as well | Aleksey Kladov | 2019-06-01 | 1 | -7/+8 | |
* | Improve goto definition for MBE | Edwin Cheng | 2019-06-01 | 2 | -1/+24 | |
* | Sort hover results in tests | Laurențiu Nicola | 2019-05-30 | 1 | -2/+8 | |
* | update ra_ide_api to use builtins | Aleksey Kladov | 2019-05-30 | 7 | -55/+81 | |
* | cancel salsa's validation | Aleksey Kladov | 2019-05-30 | 1 | -0/+5 | |
* | Highlight primitive types | Laurențiu Nicola | 2019-05-29 | 2 | -42/+55 | |
* | Merge #1337 | bors[bot] | 2019-05-29 | 24 | -69/+68 | |
|\ | ||||||
| * | fix todo | Aleksey Kladov | 2019-05-28 | 1 | -3/+0 | |
| * | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 24 | -68/+70 | |
* | | Highlight type names correctly | Laurențiu Nicola | 2019-05-29 | 2 | -3/+20 | |
|/ | ||||||
* | Merge #1334 | bors[bot] | 2019-05-27 | 1 | -0/+4 | |
|\ | ||||||
| * | specifically profile cancellation | Aleksey Kladov | 2019-05-27 | 1 | -0/+4 | |
* | | make it build again | Pascal Hertleif | 2019-05-27 | 1 | -12/+26 | |
* | | Disable broken struct field rainbowing | Pascal Hertleif | 2019-05-27 | 3 | -23/+7 | |
* | | More clever highlighting, incl draft for structs | Pascal Hertleif | 2019-05-27 | 6 | -407/+151 | |
* | | Hash based on binding name and shadow counter | Pascal Hertleif | 2019-05-27 | 3 | -20/+75 | |
* | | Semantic highlighting spike | Pascal Hertleif | 2019-05-27 | 3 | -35/+345 | |
|/ | ||||||
* | Colorize Rust code as HTML | Aleksey Kladov | 2019-05-25 | 4 | -152/+131 | |
* | :arrow_up: rustc | Aleksey Kladov | 2019-05-23 | 58 | -610/+640 | |
* | profile highlighting | Aleksey Kladov | 2019-05-23 | 1 | -0/+3 | |
* | add union to code_model | Aleksey Kladov | 2019-05-23 | 4 | -0/+11 | |
* | Improve highlighting of name refs | Laurențiu Nicola | 2019-05-23 | 2 | -9/+168 | |
* | Move NameRef classification logic out of reference_definition | Laurențiu Nicola | 2019-05-23 | 4 | -97/+143 | |
* | Address feedback | Laurențiu Nicola | 2019-05-21 | 1 | -4/+11 | |
* | Use ThemeColor and add support for light themes | Laurențiu Nicola | 2019-05-21 | 1 | -1/+11 | |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 5 | -13/+13 |