This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1205fd88df
rust
/
src
/
librustc
/
util
History
Download ZIP
Download TAR.GZ
Niko Matsakis
1205fd88df
Centralize on using
Binder
to introduce new binding levels, rather than having FnSig carry an implicit binding level. This means that we be more typesafe in general, since things that instantiate bound regions can drop the Binder to reflect that.
2014-12-19 03:29:30 -05:00
..
common.rs
librustc: use unboxed closures
2014-12-13 17:03:47 -05:00
nodemap.rs
librustc: Make
Copy
opt-in.
2014-12-08 13:47:44 -05:00
ppaux.rs
Centralize on using
Binder
to introduce new binding levels, rather than having FnSig carry an implicit binding level. This means that we be more typesafe in general, since things that instantiate bound regions can drop the Binder to reflect that.
2014-12-19 03:29:30 -05:00
snapshot_vec.rs
Fix bug in higher-ranked code that would sometimes leak skolemized regions and/or cause incorrect results.
2014-12-19 03:29:29 -05:00