aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* internal: don't pull tracing via chalkAleksey Kladov2021-06-141-1/+1
|
* internal: cross-crate cov-marksAleksey Kladov2021-06-121-1/+1
|
* Update match checking.Dawer2021-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fn is_useful , more skeletons Specify a lifetime on pattern references impl PatStack fill impl Matrix PatStack::pop_head_constructor Index-based approach struct PatCtxt fields construction fn Fields::wildcards split wildcard fn Constructor::is_covered_by_any(..) fn Matrix::specialize_constructor(..) impl Usefulness Initial work on witness construction Reorganize files Replace match checking diagnostic Handle types of expanded patterns unit match checking go brrr
* Bump depsLaurențiu Nicola2021-05-301-3/+3
|
* Bump chalkLaurențiu Nicola2021-05-241-3/+3
|
* Bump chalkLaurențiu Nicola2021-04-211-3/+3
|
* Use arrayvec 0.7 to avoid perf regression in 0.6.1kjeremy2021-04-051-1/+1
| | | | See: https://github.com/bluss/arrayvec/issues/182
* Use arrayvec 0.6Laurențiu Nicola2021-03-251-1/+1
|
* Enable thread-local coverage marksLaurențiu Nicola2021-03-151-2/+2
|
* Compilation speedAleksey Kladov2021-03-091-1/+1
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-0/+1
|
* Cargo updatekjeremy2021-03-081-3/+3
| | | | Chalk changes just a version # bump. There are no actual commits.
* Bump chalkLaurențiu Nicola2021-03-011-3/+3
|
* Bump depsLaurențiu Nicola2021-02-211-3/+3
|
* Update crateskjeremy2021-02-081-3/+3
| | | | Pulls in https://github.com/rust-lang/chalk/pull/682
* Bump chalkLaurențiu Nicola2021-02-021-3/+3
|
* Bump depsLaurențiu Nicola2021-01-271-3/+3
|
* Bump chalkLaurențiu Nicola2021-01-211-3/+3
|
* chalk 0.49.0kjeremy2021-01-201-3/+3
|
* :arrow_up: arenaAleksey Kladov2021-01-171-1/+1
|
* Depend on local copy of la-arena instead of crates.io’sAramis Razzaghipour2021-01-171-1/+1
|
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-1/+1
|
* Update crateskjeremy2021-01-041-3/+3
|
* Upgrade expect-test to 1.1Jesse Bakker2021-01-031-1/+1
|
* Update crateskjeremy2020-12-301-1/+1
|
* Bump chalkLaurențiu Nicola2020-12-231-3/+3
|
* Upgrade ChalkFlorian Diebold2020-12-071-3/+3
| | | | | | | Also make overflow depth and max type size configurable through env variables. This can be helpful at least for debugging. Fixes #6628.
* Replace RacyFlag with OnceCellAleksey Kladov2020-11-111-0/+1
|
* Bump chalk and lexerkjeremy2020-11-021-3/+3
|
* Upgrade Chalk to 0.36Florian Diebold2020-10-301-3/+3
| | | | Quite a few changes, because Chalk got rid of the `ApplicationTy` nesting.
* Add tracing to main rust-analyzer binaryFlorian Diebold2020-10-251-1/+1
|
* Bump chalkLaurențiu Nicola2020-10-241-3/+3
|
* Update crateskjeremy2020-10-111-3/+3
|
* Switch from git to latest tagged release of chalk depsCasey Primozic2020-10-071-3/+3
|
* Bump chalk to use latest git to get fixCasey Primozic2020-10-061-3/+3
| | | | * Chalk very recently (like an hour ago) merged a fix that prevents rust analyzer from panicking. This allows it to be usable again for code that hits those situations. See #6134, #6145, Probably #6120
* Update chalk to 0.30.0Nathan Whitaker2020-09-281-3/+3
|
* chalk 0.29.0Jeremy Kolb2020-09-281-3/+3
|
* Update chalk to 0.28.0Bram van den Heuvel2020-09-251-3/+3
|
* Update chalk to 0.27 and adapt to chalk changes.Charles Lew2020-09-151-3/+3
|
* Chalk 0.25kjeremy2020-09-021-3/+3
| | | | Picks up flodiebold's infinite loop fix
* :arrow_up: expect-testAleksey Kladov2020-08-281-1/+1
|
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
|
* Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-8/+8
|
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-2/+1
|
* Chalk 0.23Jeremy Kolb2020-08-161-3/+3
|
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+37