Patrick Walton
|
3b6e9d4a7a
|
librustc: Automatically change uses of ~[T] to Vec<T> in rustc.
|
2014-03-08 21:24:27 +01:00 |
|
Eduard Burtescu
|
54760b9f27
|
Removed ty_type (previously used to represent *tydesc).
|
2014-02-12 14:17:06 +02:00 |
|
Eduard Burtescu
|
b2d30b72bf
|
Removed @self and @Trait.
|
2014-02-07 00:38:33 +02:00 |
|
Huon Wilson
|
ec4b456b26
|
rustc: Remove the vstore handling of @str and @[].
|
2014-02-02 02:59:04 +11:00 |
|
Eduard Burtescu
|
15ba0c310a
|
Demote self to an (almost) regular argument and remove the env param.
Fixes #10667 and closes #10259.
|
2014-01-27 14:31:24 +02:00 |
|
Eduard Burtescu
|
509fc92a9b
|
Removed remnants of @mut and ~mut from comments and the type system.
|
2014-01-12 02:26:04 +02:00 |
|
Eduard Burtescu
|
08ac616d37
|
Use the right type for self in methods and remove obsoleted items.
Fixes #7411, #10615.
|
2014-01-11 16:40:23 +02:00 |
|
Eduard Burtescu
|
5ad2a7825b
|
Removed obsolete 'e' prefix on ty_evec and ty_estr.
|
2014-01-11 16:40:23 +02:00 |
|
Patrick Walton
|
88281290ff
|
librustc: Remove @mut support from the typechecker and borrow checker
|
2014-01-03 14:02:01 -08:00 |
|
Erik Price
|
5731ca3078
|
Make 'self lifetime illegal.
Also remove all instances of 'self within the codebase.
This fixes #10889.
|
2013-12-11 10:54:06 -08:00 |
|
Alex Crichton
|
ab387a6838
|
Register new snapshots
|
2013-11-28 20:27:56 -08:00 |
|
Patrick Walton
|
9e610573ba
|
librustc: Remove remaining uses of &fn() in favor of || .
|
2013-11-26 08:20:58 -08:00 |
|
Niko Matsakis
|
85c51d3b02
|
Introduce ty_fold mechanism and port our various folders to use
it. This should eventually be merged with the Subst trait.
|
2013-11-08 17:22:38 -05:00 |
|