Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement autoderef using the Deref trait | Florian Diebold | 2019-06-15 | 1 | -1/+1 |
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 |
* | use Source for TypeAlias | Aleksey Kladov | 2019-06-11 | 1 | -3/+2 |
* | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 1 | -2/+1 |
* | use Source for Function | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | | Fix clippy::ptr_arg | Alan Du | 2019-06-04 | 1 | -2/+2 |
* | | Fix clippy::single_match | Alan Du | 2019-06-04 | 1 | -4/+3 |
|/ | |||||
* | update ra_ide_api to use builtins | Aleksey Kladov | 2019-05-30 | 3 | -1/+28 |
* | 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 |