aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ra_hir_def: fix typoveetaha2020-03-221-1/+1
* | Add support for macro in symbo_indexEdwin Cheng2020-03-221-11/+1
* | Add recursive limit in expression macro expansionEdwin Cheng2020-03-211-1/+8
|/
* Simplify Arena to use a generic indexAleksey Kladov2020-03-1912-112/+85
* ra_hir_def: remove dat fixmeveetaha2020-03-181-1/+0
* Check that no file contains trailing wsAleksey Kladov2020-03-174-107/+107
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-1622-177/+185
* Use Display instead of a custom methodKirill Bulatov2020-03-161-1/+1
* Fix crate display name dashesKirill Bulatov2020-03-161-2/+7
* Merge #3591bors[bot]2020-03-154-16/+61
|\
| * Support local macro_rulesEdwin Cheng2020-03-144-16/+61
* | Fix completion of trait itemsFlorian Diebold2020-03-142-11/+48
|/
* Protect against infinite macro expansion in def collectorFlorian Diebold2020-03-131-9/+39
* fix issue 3444Josh Mcguigan2020-03-131-0/+22
* Add resolve_extern_path in DBEdwin Cheng2020-03-101-1/+9