.. |
consteval
|
Added more consteval tests and fixed consteval result
|
2022-09-12 20:20:45 +01:00 |
diagnostics
|
Implemented basic enum const eval
|
2022-09-12 20:19:13 +01:00 |
infer
|
fix: disregard type variable expectation for if expressions
|
2022-11-01 00:15:05 +09:00 |
tests
|
Lower unsafety of fn pointer and fn item types
|
2022-11-04 21:07:15 +01:00 |
autoderef.rs
|
Adapt to the new generic parameter/argument order
|
2022-10-03 02:40:07 +09:00 |
builder.rs
|
fix: treat enum variants as generic item on their own
|
2022-10-04 00:07:34 +09:00 |
chalk_db.rs
|
Bump chalk to 0.86
|
2022-10-16 19:23:34 +09:00 |
chalk_ext.rs
|
Lower generic arguments for associated types in paths
|
2022-10-27 19:18:57 +09:00 |
consteval.rs
|
Simplify
|
2022-09-20 17:12:10 +02:00 |
db.rs
|
Auto merge of #13209 - lowr:feat/inference-for-generator, r=Veykril
|
2022-09-26 09:28:41 +00:00 |
diagnostics.rs
|
|
|
display.rs
|
Lower unsafety of fn pointer and fn item types
|
2022-11-04 21:07:15 +01:00 |
infer.rs
|
Create Callable s for generic types implementing FnOnce
|
2022-11-01 16:38:19 +01:00 |
inhabitedness.rs
|
Add docs
|
2022-09-02 17:01:51 +05:00 |
interner.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
lib.rs
|
Don't canonicalize self type when querying FnOnce signature
|
2022-11-08 18:05:07 +01:00 |
lower.rs
|
Lower unsafety of fn pointer and fn item types
|
2022-11-04 21:07:15 +01:00 |
mapping.rs
|
Implement type inference for generator and yield expressions
|
2022-09-13 02:42:52 +09:00 |
method_resolution.rs
|
Test all generic args for trait when finding matching impl
|
2022-10-25 23:28:40 +09:00 |
primitive.rs
|
|
|
test_db.rs
|
Make use of NoHash hashing for FileId and CrateId
|
2022-08-25 20:41:49 +02:00 |
tests.rs
|
Fix default enum representation not being isize
|
2022-09-20 17:50:13 +02:00 |
tls.rs
|
Display generic arguments for associated types
|
2022-10-27 19:18:55 +09:00 |
traits.rs
|
Bump chalk to 0.86
|
2022-10-16 19:23:34 +09:00 |
utils.rs
|
Remove hack
|
2022-10-03 02:40:12 +09:00 |
walk.rs
|
|
|