Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Merge #1299 | bors[bot] | 2019-05-21 | 1 | -1/+18 |
|\ | |||||
| * | 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 |
* | | :arrow_up: insta | Aleksey Kladov | 2019-05-21 | 1 | -1/+1 |
|/ | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 5 | -13/+13 |
* | expand to syntax node | Aleksey Kladov | 2019-05-14 | 1 | -1/+1 |
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 3 | -5/+5 |
* | Merge #1257 | bors[bot] | 2019-05-13 | 1 | -1/+2 |
|\ | |||||
| * | Implemented T! macro for syntax kinds | Sergey Parilin | 2019-05-13 | 1 | -1/+2 |
* | | simplify | Aleksey Kladov | 2019-05-12 | 1 | -1/+1 |
|/ | |||||
* | fill struct fields diagnostic | Sergey Parilin | 2019-05-06 | 1 | -1/+122 |
* | Profile diagnostics. | Marco Groppo | 2019-05-05 | 1 | -0/+2 |
* | Merge #1208 | bors[bot] | 2019-05-04 | 4 | -0/+52 |
|\ | |||||
| * | Added local macro goto | Lenard Pratt | 2019-05-04 | 4 | -0/+52 |
* | | Differentiate Tuple / FnPtr type constructors by cardinality | Florian Diebold | 2019-05-04 | 1 | -1/+1 |
* | | revert eagarly clean astd maps | Aleksey Kladov | 2019-05-04 | 1 | -6/+1 |
* | | eagarly clean astd maps | Aleksey Kladov | 2019-05-04 | 1 | -0/+6 |
|/ | |||||
* | Fix hover on the beginning of a nested expression | Florian Diebold | 2019-04-28 | 2 | -7/+15 |
* | simplify match | kjeremy | 2019-04-24 | 1 | -4/+1 |
* | See through references | kjeremy | 2019-04-24 | 1 | -2/+20 |
* | Merge #1200 | bors[bot] | 2019-04-23 | 1 | -18/+70 |
|\ | |||||
| * | CR corrections | Roberto Vidal | 2019-04-23 | 1 | -2/+2 |
| * | Allows searching for case-equivalent symbols (fixes #1151) | Roberto Vidal | 2019-04-23 | 1 | -18/+70 |
* | | Simplify | kjeremy | 2019-04-23 | 1 | -5/+3 |
* | | Basic resolution for ADT | kjeremy | 2019-04-23 | 2 | -0/+76 |
|/ | |||||
* | Merge #1194 | bors[bot] | 2019-04-22 | 2 | -6/+118 |
|\ | |||||
| * | remove path_ident from CompletionContext | Aleksey Kladov | 2019-04-22 | 2 | -39/+38 |
| * | move auto-imoprter into IDE | Aleksey Kladov | 2019-04-22 | 2 | -13/+54 |
| * | complete_import: prevent panic when the anchor is the completion source range | Andrea Pretto | 2019-04-21 | 1 | -7/+17 |
| * | complete_import: add new import resolver infrastructure with some hardcoded i... | Andrea Pretto | 2019-04-21 | 2 | -8/+70 |
* | | fix postfix match indent | Aleksey Kladov | 2019-04-22 | 2 | -4/+4 |
|/ | |||||
* | New krate() method in Resolver. | Marco Groppo | 2019-04-19 | 1 | -2/+2 |
* | Initial support for lang items. | Marco Groppo | 2019-04-19 | 1 | -10/+13 |
* | add a couple of profiling points | Aleksey Kladov | 2019-04-14 | 2 | -0/+3 |
* | Refactor method candidate generation a bit | Florian Diebold | 2019-04-14 | 1 | -1/+27 |
* | Get substs for trait refs in impl blocks | Florian Diebold | 2019-04-14 | 1 | -1/+1 |
* | hide resolver | Aleksey Kladov | 2019-04-13 | 3 | -3/+3 |
* | fold ScopeWithSyntax into SourceAnalyzer | Aleksey Kladov | 2019-04-13 | 1 | -1/+1 |
* | obsolete fixm | Aleksey Kladov | 2019-04-13 | 1 | -1/+0 |
* | hide some scopes | Aleksey Kladov | 2019-04-13 | 1 | -13/+9 |
* | use really correct resolver for expressions | Aleksey Kladov | 2019-04-12 | 4 | -4/+5 |
* | fix typo | Aleksey Kladov | 2019-04-11 | 1 | -3/+3 |
* | remove resolver from CompletonContext | Aleksey Kladov | 2019-04-11 | 4 | -7/+4 |
* | generalize SourceAnalyzer to handle all defs with bodies | Aleksey Kladov | 2019-04-11 | 1 | -0/+24 |