aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def
Commit message (Expand)AuthorAgeFilesLines
* handle tuple patterns with ellipsisJosh Mcguigan2020-04-132-8/+25
* Align grammar for record patterns and literalsAleksey Kladov2020-04-111-1/+1
* Merge #3925bors[bot]2020-04-111-1/+0
|\
| * Avoid adding a RecordFieldPat variant to the Pat enumGeoffrey Copin2020-04-111-2/+0
| * Implement assist "Reorder field names"Geoffrey Copin2020-04-091-1/+2
* | Remove dead codeAleksey Kladov2020-04-112-6/+5
* | Make records grammar more orthogonalAleksey Kladov2020-04-113-32/+5
* | Make incremental nameres test harderAleksey Kladov2020-04-111-0/+6
* | Avoid cyclic queries in name resolution when processing enumsAleksey Kladov2020-04-113-15/+48
* | Align namingAleksey Kladov2020-04-114-6/+5
* | Remove code duplicationAleksey Kladov2020-04-112-5/+2
* | Use Expander for cfg handling in structsAleksey Kladov2020-04-111-10/+10
* | Use Expander for cfg handling in implsAleksey Kladov2020-04-111-13/+14
* | Pull Expander upAleksey Kladov2020-04-113-11/+24
* | SimplifyAleksey Kladov2020-04-112-8/+8
* | Forward compatAleksey Kladov2020-04-103-7/+7
* | profile queriesAleksey Kladov2020-04-101-0/+5
* | Semicolon tokenAleksey Kladov2020-04-101-1/+1
* | add record pat missing field diagnosticJosh Mcguigan2020-04-102-28/+9
|/
* Simpler acessors for keywordsAleksey Kladov2020-04-093-10/+8
* use uniform accessorAleksey Kladov2020-04-091-1/+1
* Merge #3918bors[bot]2020-04-094-45/+82
|\
| * feat: add support for feature attributes in struct literalBenjamin Coenen2020-04-095-5/+16
| |\
| * | feat: add support for feature attributes in struct literalBenjamin Coenen2020-04-094-45/+82
* | | Be consistent about token accesorsAleksey Kladov2020-04-095-9/+12
* | | Add _token suffix to token accessorsAleksey Kladov2020-04-092-2/+2
| |/ |/|
* | Scale back to only two traitsAleksey Kladov2020-04-091-1/+0
* | Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-095-5/+17
|/
* feat: add attributes support on struct fields and method #3870Benjamin Coenen2020-04-082-31/+24
* Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-071-0/+5
|\
| * Check for eprintln on CIAleksey Kladov2020-04-061-0/+5
* | feat: add attributes support on struct fields #3870Benjamin Coenen2020-04-072-4/+33
|/
* Fix inference of function pointer return typesLaurențiu Nicola2020-04-051-1/+5
* Macro patterns are not confused with expressions.Aleksey Kladov2020-04-031-2/+1
* lower bool literal with the value from source code rather than default bool v...Josh Mcguigan2020-04-011-1/+1
* lower literal patternsJosh Mcguigan2020-04-011-21/+33
* Nice string formattingAleksey Kladov2020-03-282-2/+5
* Merge #3727bors[bot]2020-03-261-4/+12
|\
| * Remove deps on tt_mbeEdwin Cheng2020-03-261-3/+3
| * Add ProcMacroClientEdwin Cheng2020-03-251-5/+13
* | Get rid of ItemOrMacroAleksey Kladov2020-03-262-6/+8
* | Minor incremental tests cleanupAleksey Kladov2020-03-261-8/+8
* | Cleanup memory usage statsAleksey Kladov2020-03-251-6/+1
|/
* fix typo of visibility_ofEdwin Cheng2020-03-251-1/+1
* Remove collect proc_macro definitionsEdwin Cheng2020-03-251-23/+23
* Rename to CustomDeriveEdwin Cheng2020-03-251-1/+1
* Refactoring a bitEdwin Cheng2020-03-251-2/+5
* Add basic custom derive loweringEdwin Cheng2020-03-252-8/+57
* Add ItemScope::visibility_ofEdwin Cheng2020-03-241-0/+6
* Merge #3684bors[bot]2020-03-221-1/+1
|\