Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support const evaluation #548

Open
jackh726 opened this issue Jun 30, 2020 · 1 comment · May be fixed by #736
Open

Support const evaluation #548

jackh726 opened this issue Jun 30, 2020 · 1 comment · May be fixed by #736
Labels
C-chalk-ir Issues related to the chalk-ir crate C-chalk-solve Issues related to the chalk-solve crate

Comments

@jackh726
Copy link
Member

No description provided.

@hayashi-stl
Copy link

hayashi-stl commented Aug 15, 2020

I'll give this one a try. I'll start with xor, since it has nice properties and I don't have to think about overflow.

@jackh726 jackh726 added C-chalk-ir Issues related to the chalk-ir crate C-chalk-solve Issues related to the chalk-solve crate labels Dec 11, 2020
@HKalbasi HKalbasi linked a pull request Dec 2, 2021 that will close this issue
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Feb 12, 2022
…niverses, r=jackh726

Improve chalk integration

- Support subtype bounds in chalk lowering
- Handle universes in canonicalization
- Handle type parameters in chalk responses
- Use `chalk_ir::LifetimeData::Empty` for `ty::ReEmpty`
- Remove `ignore-compare-mode-chalk` for tests that no longer hang (they may still fail or ICE)

This is enough to get a hello world program to compile with `-Zchalk` now. Some of the remaining issues that are needed to get Chalk integration working on larger programs are:

- rust-lang/chalk#234
- rust-lang/chalk#548
- rust-lang/chalk#734
- Generators are handled differently in chalk and rustc

r? `@jackh726`
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Feb 12, 2022
…niverses, r=jackh726

Improve chalk integration

- Support subtype bounds in chalk lowering
- Handle universes in canonicalization
- Handle type parameters in chalk responses
- Use `chalk_ir::LifetimeData::Empty` for `ty::ReEmpty`
- Remove `ignore-compare-mode-chalk` for tests that no longer hang (they may still fail or ICE)

This is enough to get a hello world program to compile with `-Zchalk` now. Some of the remaining issues that are needed to get Chalk integration working on larger programs are:

- rust-lang/chalk#234
- rust-lang/chalk#548
- rust-lang/chalk#734
- Generators are handled differently in chalk and rustc

r? ``@jackh726``
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Feb 13, 2022
…niverses, r=jackh726

Improve chalk integration

- Support subtype bounds in chalk lowering
- Handle universes in canonicalization
- Handle type parameters in chalk responses
- Use `chalk_ir::LifetimeData::Empty` for `ty::ReEmpty`
- Remove `ignore-compare-mode-chalk` for tests that no longer hang (they may still fail or ICE)

This is enough to get a hello world program to compile with `-Zchalk` now. Some of the remaining issues that are needed to get Chalk integration working on larger programs are:

- rust-lang/chalk#234
- rust-lang/chalk#548
- rust-lang/chalk#734
- Generators are handled differently in chalk and rustc

r? `@jackh726`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-chalk-ir Issues related to the chalk-ir crate C-chalk-solve Issues related to the chalk-solve crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants