aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename FnDef -> FnAleksey Kladov2020-07-301-1/+1
* Remove insta depLaurențiu Nicola2020-07-211-2/+2
* Inline lang items in coercion testsLaurențiu Nicola2020-07-201-15/+1
* Use expect in never_type testsLaurențiu Nicola2020-07-201-0/+27
* Use Chalk closure supportFlorian Diebold2020-07-151-1/+5
* Refactor the test of diagnostic testsAleksey Kladov2020-07-141-408/+0
* Enable Chalk tracing in hir_ty testsFlorian Diebold2020-07-121-0/+11
* Switch to fully dynamically dispatched salsaAleksey Kladov2020-07-071-2/+2
* ItemTree: Lower fields despite invalid typeJonas Schievink2020-07-011-0/+24
* Better factoringAleksey Kladov2020-06-301-4/+1
* Update the rest of the testsAleksey Kladov2020-06-291-25/+21
* (T): make typification tests more data drivenAleksey Kladov2020-06-291-0/+16
* Remove unneeded code, filename from tests, fix rebasing issuesPaul Daniel Faria2020-06-271-5/+0
* Track expr parents during lowering, use parent map when checking if unsafe ex...Paul Daniel Faria2020-06-271-1/+1
* Address review comments, have MissingUnsafe diagnostic point to each unsafe u...Paul Daniel Faria2020-06-271-3/+3
* Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr...Paul Daniel Faria2020-06-271-1/+21
* Add missing self param to testPaul Daniel Faria2020-06-271-1/+1
* Remove UnnecessaryUnsafe diagnostic, Fix Expr::Call unsafe analysisPaul Daniel Faria2020-06-271-21/+7
* Add tests covering unsafe blocks, more attempts to get call expr tests passingPaul Daniel Faria2020-06-271-0/+70
* Move diagnostics back into expr, add tests for diagnostics, fix logic to acco...Paul Daniel Faria2020-06-271-0/+78
* Remove file id from item treeJonas Schievink2020-06-241-3/+3
* draw the rest of the owlJonas Schievink2020-06-241-5/+11
* Merge #4175bors[bot]2020-05-091-2/+15
|\
| * New HirDisplay method for displaying sourcecodeTimo Freiberg2020-05-081-2/+15
* | Add diagnostic for break outside of loopFlorian Diebold2020-05-081-0/+18
|/
* add support of cfg attributes on enum variants #4279Benjamin Coenen2020-05-031-0/+27
* add support for cfg feature attributes on expression #4063Benjamin Coenen2020-04-251-0/+32
* Convert code to text-sizeAleksey Kladov2020-04-251-2/+2
* Fully get rid of SyntaxNodePtr::rangeAleksey Kladov2020-04-231-20/+32
* Remove dead codeAleksey Kladov2020-04-111-3/+1
* Forward compatAleksey Kladov2020-04-101-1/+1
* add record pat missing field diagnosticJosh Mcguigan2020-04-101-0/+40
* Simpler acessors for keywordsAleksey Kladov2020-04-091-2/+2
* Merge #3918bors[bot]2020-04-091-0/+60
|\
| * feat: add support for feature attributes in struct literalBenjamin Coenen2020-04-091-3/+3
| |\
| * | feat: add support for feature attributes in struct literalBenjamin Coenen2020-04-091-0/+60
* | | Add _token suffix to token accessorsAleksey Kladov2020-04-091-1/+1
| |/ |/|
* | Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-091-2/+2
|/
* feat: add attributes support on struct fields and method #3870Benjamin Coenen2020-04-091-1/+1
|\
* | feat: add attributes support on struct fields and method #3870Benjamin Coenen2020-04-081-4/+5
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-071-1/+2
|\|
| * missing match arms diagnosticJosh Mcguigan2020-04-071-1/+2
* | feat: add attributes support on struct fields #3870Benjamin Coenen2020-04-071-0/+29
|/
* Remove some unwrapsAleksey Kladov2020-03-281-14/+12
* Source map returns a resultAleksey Kladov2020-03-061-6/+11
* Basic injectionsAleksey Kladov2020-02-271-2/+2
* More manual clippy fixesKirill Bulatov2020-02-181-4/+4
* Don't add non-impl/trait containers to scopeAleksey Kladov2019-12-291-23/+57
* Move impls to ItemScopeAleksey Kladov2019-12-201-1/+1
* Merge #2484bors[bot]2019-12-061-3/+5
|\