Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -7/+8 | |
* | :arrow_up: rustc | Aleksey Kladov | 2019-05-23 | 49 | -454/+482 | |
* | add union to code_model | Aleksey Kladov | 2019-05-23 | 2 | -0/+2 | |
* | Merge #1208 | bors[bot] | 2019-05-04 | 1 | -0/+1 | |
|\ | ||||||
| * | Added local macro goto | Lenard Pratt | 2019-05-04 | 1 | -0/+1 | |
* | | Differentiate Tuple / FnPtr type constructors by cardinality | Florian Diebold | 2019-05-04 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | |
* | Refactor method candidate generation a bit | Florian Diebold | 2019-04-14 | 1 | -1/+27 | |
* | hide resolver | Aleksey Kladov | 2019-04-13 | 3 | -3/+3 | |
* | use really correct resolver for expressions | Aleksey Kladov | 2019-04-12 | 1 | -1/+2 | |
* | 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 | |
* | rename | Aleksey Kladov | 2019-04-11 | 1 | -2/+2 | |
* | Make call info to use real name resolution | Aleksey Kladov | 2019-04-11 | 1 | -6/+0 | |
* | introduce SourceAnalyzer | Aleksey Kladov | 2019-04-11 | 3 | -18/+7 | |
* | Merge #1131 | bors[bot] | 2019-04-10 | 10 | -180/+136 | |
|\ | ||||||
| * | Use inline snapshots in complete_dot | Ville Penttinen | 2019-04-10 | 10 | -180/+136 | |
* | | Use inline snapshots in complete_fn_param | Ville Penttinen | 2019-04-10 | 4 | -72/+58 | |
|/ | ||||||
* | type-safer source-map for bindings | Aleksey Kladov | 2019-04-10 | 1 | -5/+3 | |
* | Move completion label functions to display | Ville Penttinen | 2019-04-09 | 1 | -1/+4 | |
* | Update test snapshots | Ville Penttinen | 2019-04-09 | 2 | -10/+10 | |
* | Refactor CallInfo function signatures to new FunctionSignature type | Ville Penttinen | 2019-04-09 | 1 | -1/+1 | |
* | Rudimentarily autocomplete tuple struct field access | robojumper | 2019-04-06 | 2 | -0/+38 | |
* | always produce source for import | Aleksey Kladov | 2019-04-02 | 1 | -5/+8 | |
* | fix a panic with glob-import missing a source map | Aleksey Kladov | 2019-04-02 | 1 | -0/+12 | |
* | fix comment naming | Aleksey Kladov | 2019-04-02 | 1 | -3/+6 | |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 3 | -16/+16 | |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 3 | -3/+3 | |
* | Rename name field to ctor as well | Florian Diebold | 2019-03-21 | 1 | -1/+1 | |
* | TypeName => TypeCtor | Florian Diebold | 2019-03-21 | 1 | -3/+3 | |
* | Remove the old variants replaced by Ty::Apply | Florian Diebold | 2019-03-21 | 2 | -18/+15 | |
* | Replace Display by a pretty printing trait for Ty | Florian Diebold | 2019-03-16 | 1 | -4/+7 | |
* | rename syntax_mapping as well | Aleksey Kladov | 2019-03-02 | 2 | -4/+4 | |
* | rename syntax-mapping -> source-map | Aleksey Kladov | 2019-03-02 | 2 | -2/+2 | |
* | complete patterns | Aleksey Kladov | 2019-02-24 | 2 | -0/+101 | |
* | Rename Type => TypeAlias | Florian Diebold | 2019-02-24 | 2 | -3/+3 | |
* | move testing functions | Aleksey Kladov | 2019-02-24 | 9 | -20/+11 | |
* | move the rest of presentation to presentation | Aleksey Kladov | 2019-02-24 | 2 | -50/+20 | |
* | move more code to presentation | Aleksey Kladov | 2019-02-24 | 2 | -88/+57 | |
* | move res completion to presentation | Aleksey Kladov | 2019-02-24 | 3 | -41/+42 | |
* | simplify | Aleksey Kladov | 2019-02-24 | 1 | -31/+31 | |
* | move enum-variants to presentation | Aleksey Kladov | 2019-02-24 | 2 | -21/+21 | |
* | simplify | Aleksey Kladov | 2019-02-24 | 4 | -35/+31 |