aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade ChalkFlorian Diebold2019-11-021-3/+3
|
* introduce ra_hir_defAleksey Kladov2019-10-301-0/+1
|
* Merge #2114bors[bot]2019-10-291-1/+1
|\ | | | | | | | | | | | | | | 2114: Move macro expansion to a separate crate r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * rename hir_def -> hir_expandAleksey Kladov2019-10-291-1/+1
| |
* | Upgrade Chalk, make use of TypeName::Error variantFlorian Diebold2019-10-291-3/+3
|/
* start ra_hir_def crateAleksey Kladov2019-10-291-0/+1
|
* Upgrade Chalk (without using its dyn/impl Trait support)Florian Diebold2019-10-261-3/+3
|
* Specify working chalk revisions in manifestLaurențiu Nicola2019-10-251-3/+3
|
* bump instakjeremy2019-10-241-1/+1
|
* relative-path 1.0kjeremy2019-10-171-1/+1
|
* Bump depsLaurențiu Nicola2019-10-171-1/+1
|
* Introduce ra_cfg to parse and evaluate CfgExpruHOOCCOOHu2019-10-021-0/+1
|
* :arrow_up: once_cellAleksey Kladov2019-09-011-1/+1
|
* :arrow_up: instaAleksey Kladov2019-08-291-1/+1
|
* Bump depsLaurențiu Nicola2019-08-041-1/+1
|
* Update insta to 0.9.0 and cargo updatekjeremy2019-07-311-1/+1
|
* cargo updatekjeremy2019-07-151-1/+1
|
* Switch to Chalk master, without fuelFlorian Diebold2019-07-151-3/+3
|
* Remove unused dependenciesShotaro Yamada2019-07-081-2/+0
|
* Bump cargo_metadata, ena, flexi_loggerkjeremy2019-06-201-2/+2
|
* Add basic infrastructure for assoc type projectionFlorian Diebold2019-06-151-0/+1
|
* use single version of either in hirAleksey Kladov2019-06-101-1/+0
|
* add built-in types to scopesAleksey Kladov2019-05-301-0/+1
|
* :arrow_up: parking_lotAleksey Kladov2019-05-301-1/+1
|
* Add Either depEdwin Cheng2019-05-261-0/+1
|
* Use fuel branch for ChalkFlorian Diebold2019-05-211-3/+3
| | | | This makes sure we don't take too long in trait solving.
* :arrow_up: instaAleksey Kladov2019-05-211-1/+1
|
* Update ChalkFlorian Diebold2019-05-041-6/+3
|
* Chalk integrationFlorian Diebold2019-05-041-1/+8
| | | | | - add proper canonicalization logic - add conversions from/to Chalk IR
* PR issuse resolvedSergey Parilin2019-04-021-0/+1
|
* Updateskjeremy2019-03-051-2/+2
|
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* Bump insta and proptest to latestkjeremy2019-02-041-1/+1
|
* split macros across cratesAleksey Kladov2019-01-311-1/+2
|
* 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]>