This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
crates
/
hir_ty
/
src
History
Jonas Schievink
dedd888570
Implement HirDisplay for FnSig
...
This could be useful for diagnostics, but isn't used right now
2020-12-09 18:06:56 +01:00
..
diagnostics
Check structs for match exhaustiveness
2020-11-24 18:50:56 +01:00
infer
Properly infer tuple struct patterns when encountering ellipsis
2020-11-24 16:11:40 +01:00
tests
Upgrade Chalk
2020-12-07 11:48:58 +01:00
traits
Upgrade Chalk
2020-12-07 11:48:58 +01:00
autoderef.rs
…
db.rs
Upgrade Chalk
2020-12-07 11:48:58 +01:00
diagnostics.rs
Add descriptions for diagnostics parseable by xtask
2020-10-19 20:55:16 +03:00
display.rs
Implement HirDisplay for FnSig
2020-12-09 18:06:56 +01:00
infer.rs
Remove more unreachable pubs
2020-11-02 16:58:33 +01:00
lib.rs
Deny unreachable-pub
2020-11-02 14:07:08 +01:00
lower.rs
Use Ty::apply instead of simple and fix method resolution.
2020-09-17 00:58:41 +08:00
method_resolution.rs
Use correct, full substs for self type in impl
2020-12-04 18:43:47 +01:00
op.rs
…
primitive.rs
…
test_db.rs
Introduce anchored_path
2020-12-09 19:07:05 +03:00
tests.rs
Replace RacyFlag with OnceCell
2020-11-11 03:11:40 +01:00
traits.rs
Upgrade Chalk
2020-12-07 11:48:58 +01:00
utils.rs
…