Brian Anderson
|
afd91f8a56
|
Register snapshots. Remove redundant Eq impls, Makefile hacks
|
2012-09-23 23:01:49 -07:00 |
|
Brian Anderson
|
4a78f9b166
|
core: Demode option
|
2012-09-23 17:15:00 -07:00 |
|
Niko Matsakis
|
0a26edca75
|
Fix trans for region patterns (&P)
|
2012-09-23 13:30:20 -05:00 |
|
Niko Matsakis
|
ba3eebd41d
|
Make it illegal to use modes in a fn signature with providing
an explicit variable name. (Step one to changing the defaults)
First step to #3535
|
2012-09-23 13:30:13 -05:00 |
|
Niko Matsakis
|
3d59ac3a19
|
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
|
2012-09-21 19:13:55 -07:00 |
|
Patrick Walton
|
f3d6c506a4
|
libsyntax: Fix botched merge
|
2012-09-21 18:44:00 -07:00 |
|
Patrick Walton
|
d48396c986
|
libcore: De-mode str
|
2012-09-21 18:37:06 -07:00 |
|
Graydon Hoare
|
dffe188991
|
Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];
|
2012-09-21 18:11:43 -07:00 |
|
Brian Anderson
|
f5be40384f
|
Revert "syntax: Make attributes sendable for rustdoc's benefit"
This reverts commit 90e3665fa7 .
|
2012-09-20 18:15:39 -07:00 |
|
Brian Anderson
|
90e3665fa7
|
syntax: Make attributes sendable for rustdoc's benefit
|
2012-09-20 17:37:21 -07:00 |
|
Patrick Walton
|
9117dcb968
|
rustc: De-mode all overloaded operators
|
2012-09-20 09:48:05 -07:00 |
|
Brian Anderson
|
1397dca2dd
|
core: Move TLS to task::local_data
|
2012-09-19 19:08:32 -07:00 |
|
Niko Matsakis
|
cfed923600
|
demode the each() method on vec and other iterables.
|
2012-09-19 17:03:01 -07:00 |
|
Graydon Hoare
|
1ffd90edbc
|
Remove redundant hashmap constructor functions.
|
2012-09-19 15:51:44 -07:00 |
|
Brian Anderson
|
0c82c00dc4
|
libsyntax: Remove the restricted keyword concept
|
2012-09-19 11:44:05 -07:00 |
|
Brian Anderson
|
76f8cfb26c
|
libsyntax: Move 'unsafe' to the strict keywords list
|
2012-09-19 11:44:05 -07:00 |
|
Niko Matsakis
|
9cf271fe96
|
De-mode vec::each() and many of the str iteration routines
Note that the method foo.each() is not de-moded, nor the other
vec routines.
|
2012-09-19 10:52:59 -07:00 |
|
Niko Matsakis
|
8d4928f780
|
Revert "replace explicit calls to vec::each with vec::each_ref, partially demode str"
This reverts commit 1be24f0758 .
Not quite ready.
|
2012-09-18 21:41:13 -07:00 |
|
Niko Matsakis
|
1be24f0758
|
replace explicit calls to vec::each with vec::each_ref, partially demode str
|
2012-09-18 21:31:00 -07:00 |
|
Brian Anderson
|
2906f2de31
|
core: Rename 'unsafe' mod to 'cast'
|
2012-09-18 19:36:25 -07:00 |
|
Patrick Walton
|
e653d493fb
|
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
|
2012-09-18 15:53:04 -07:00 |
|
Erick Tryzelaar
|
d0d68c6036
|
libcore: make a copyless io::BytesWriter
|
2012-09-18 12:56:57 -07:00 |
|
Brian Anderson
|
2d11a04e74
|
libsyntax: Remove 'unchecked_blk' from AST
|
2012-09-18 11:51:17 -07:00 |
|
Brian Anderson
|
d0d8b7fe64
|
Remove 'unchecked' keyword
|
2012-09-18 11:31:58 -07:00 |
|
Niko Matsakis
|
efa6675f1d
|
make filetype() include the "." (fixes #3412)
|
2012-09-18 11:29:53 -07:00 |
|
Brian Anderson
|
859a892eb0
|
Add allow(non_camel_case_types) to unconverted crates
|
2012-09-18 11:21:07 -07:00 |
|
Niko Matsakis
|
7107b4eff5
|
Have parser recognize static, self region.
Fixes a bug in methods that &self couldn't be referenced in the
body. Also fixes #2479.
|
2012-09-14 15:22:15 -07:00 |
|
Brian Anderson
|
d71179f410
|
Promote 'fail' to a strict keyword
|
2012-09-13 17:10:01 -07:00 |
|
Brian Anderson
|
7568dd4564
|
Promote 'const', 'copy', 'fn' to strict keywords
|
2012-09-12 16:00:22 -07:00 |
|
Brian Anderson
|
3057790f4b
|
Rename 'contextual' keywords to 'temporary'
|
2012-09-12 15:22:34 -07:00 |
|
Brian Anderson
|
287114a3b9
|
Remove some transitional code
|
2012-09-12 15:09:21 -07:00 |
|
Niko Matsakis
|
5d540de769
|
fixup mutability of vec::each, make iter_bytes pure
also, change DVec() to work with imm vectors rather than mut ones
|
2012-09-12 13:29:31 -07:00 |
|
Tim Chevalier
|
86e02554fd
|
Make moves in arguments explicit in libsyntax and rustc
|
2012-09-12 11:33:40 -07:00 |
|
Brian Anderson
|
320331fe35
|
Use a different strategy for transitioning to camel case extfmt
|
2012-09-12 11:22:48 -07:00 |
|
Niko Matsakis
|
8a8f200d10
|
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Fixes #3261
Fixes #3443
|
2012-09-11 21:25:01 -07:00 |
|
Brian Anderson
|
2c6c963f61
|
Convert core::extfmt to camel case
|
2012-09-11 19:41:07 -07:00 |
|
Brian Anderson
|
be1fdf983f
|
Promote 'impl' from restricted keyword to strict
|
2012-09-11 19:28:44 -07:00 |
|
Brian Anderson
|
3d2a74a160
|
Reserve 'be' as a keyword
|
2012-09-11 19:26:48 -07:00 |
|
Brian Anderson
|
ea01ee2e9e
|
Convert 'use' to 'extern mod'. Remove old 'use' syntax
|
2012-09-11 19:25:43 -07:00 |
|
Brian Anderson
|
fb851242b7
|
Promote 'pub' and 'priv' from restricted to strict keywords
|
2012-09-11 18:17:26 -07:00 |
|
Brian Anderson
|
27cc0a36b6
|
Promote 'struct' from a restricted keyword to a strict keyword
|
2012-09-11 17:15:33 -07:00 |
|
Brian Anderson
|
1203da3b9d
|
Remove priv sections from classes. Obsolete the syntax
|
2012-09-11 15:29:37 -07:00 |
|
Brian Anderson
|
298eb8c726
|
Convert 'import' to 'use'. Remove 'import' keyword.
|
2012-09-10 19:04:26 -07:00 |
|
Brian Anderson
|
1a8a0a77b1
|
Camel case std::serialization
|
2012-09-10 19:02:57 -07:00 |
|
Tim Chevalier
|
f8b3eaae82
|
Make all moves explicit in libsyntax
|
2012-09-10 18:28:47 -07:00 |
|
Brian Anderson
|
6957af770b
|
Report obsolete trait lists on structs
|
2012-09-10 18:12:35 -07:00 |
|
Brian Anderson
|
73eb894305
|
Report obsolete class method syntax
|
2012-09-10 17:48:33 -07:00 |
|
Brian Anderson
|
df79026169
|
Promote 'return' from a restricted keyword to a strict keyword
|
2012-09-10 17:27:10 -07:00 |
|
Brian Anderson
|
cb7a5395dd
|
Convert std::map to camel case
|
2012-09-10 17:08:36 -07:00 |
|
Brian Anderson
|
93d3b8aa6b
|
Convert class methods to impl methods. Stop parsing class methods
|
2012-09-10 16:13:08 -07:00 |
|