aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* move macros to a separate crateAleksey Kladov2019-01-311-0/+1
|
* :arrow_up: salsaAleksey Kladov2019-01-251-1/+0
|
* :arrow_up salsaAleksey Kladov2019-01-251-0/+2
|
* :arrow_up: instaAleksey Kladov2019-01-231-1/+1
|
* :arrow_up: instaAleksey Kladov2019-01-211-1/+1
|
* Use insta for ty testsFlorian Diebold2019-01-211-0/+1
|
* :arrow_up: salsaAleksey Kladov2019-01-171-1/+0
|
* update salsaAleksey Kladov2019-01-151-1/+1
|
* nicer trailing comma handling in typesAleksey Kladov2019-01-091-0/+1
|
* ra_hir does not depend on ra_editorAleksey Kladov2019-01-081-1/+0
|
* :arrow_up: salsaAleksey Kladov2019-01-041-1/+1
|
* remove id arenaAleksey Kladov2019-01-041-1/+1
|
* Implement type variablesFlorian Diebold2018-12-291-0/+1
| | | | | | | | | This will really become necessary when we implement generics, but even now, it allows us to reason 'backwards' to infer types of expressions that we didn't understand for some reason. We use ena, the union-find implementation extracted from rustc, to keep track of type variables.
* :arrow_up: salsaAleksey Kladov2018-12-281-1/+1
|
* Bump parking_lot from 0.6.4 to 0.7.0dependabot[bot]2018-12-271-1/+1
| | | | | | | | Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.6.4 to 0.7.0. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/commits) Signed-off-by: dependabot[bot] <[email protected]>
* Bump arrayvec from 0.4.9 to 0.4.10dependabot[bot]2018-12-271-1/+1
| | | | | | | Bumps [arrayvec](https://github.com/bluss/arrayvec) from 0.4.9 to 0.4.10. - [Release notes](https://github.com/bluss/arrayvec/releases) - [Commits](https://github.com/bluss/arrayvec/compare/0.4.9...0.4.10) Signed-off-by: dependabot[bot] <[email protected]>
* Resolve paths to defs (functions currently) during type inferenceFlorian Diebold2018-12-231-0/+3
|
* use relpaths for module resolveAleksey Kladov2018-12-201-0/+1
|
* switch to released id-arenaAleksey Kladov2018-11-281-1/+1
|
* introduce hir crateAleksey Kladov2018-11-281-0/+17