Eduard Burtescu
|
e0afa82c67
|
Remove every mention of "onceness".
|
2015-01-26 04:15:09 +02:00 |
|
Jorge Aparicio
|
56dcbd17fd
|
sed -i -s 's/\bmod,/self,/g' **/*.rs
|
2015-01-03 22:42:21 -05:00 |
|
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 |
|
Niko Matsakis
|
3cf0fbeee9
|
Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef.
|
2014-12-19 03:29:30 -05:00 |
|
Niko Matsakis
|
092d04a40a
|
Rename FnStyle trait to Unsafety.
|
2014-12-14 11:11:55 -05:00 |
|
Niko Matsakis
|
db75f8aa91
|
Move infer out of middle::typeck and into just middle .
|
2014-12-04 10:04:51 -05:00 |
|