aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * DynMapAleksey Kladov2019-12-061-3/+5
* | Don't unify within a referenceFlorian Diebold2019-12-061-0/+26
|/
* Simplify testAleksey Kladov2019-12-051-13/+10
* Split up ty tests a bitFlorian Diebold2019-12-031-4902/+6
* Fix #2467Florian Diebold2019-12-031-0/+47
* Add tests for checking the impl self typeFlorian Diebold2019-12-021-0/+14
* Refactor a bitFlorian Diebold2019-12-021-0/+15
* Change order of calls to get method candidate order correctFlorian Diebold2019-12-021-2/+0
* Merge #2455bors[bot]2019-12-011-0/+36
|\
| * Add BuiltinShadowModeEdwin Cheng2019-11-301-0/+36
* | Add cycle recovery for type aliasesFlorian Diebold2019-11-301-2/+4
* | Add cycle recovery for generic predicatesFlorian Diebold2019-11-301-8/+0