aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* 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