Patrick Walton
|
be4f9753e4
|
vim: "ref" and "static" are now keywords; highlight them as such
|
2012-08-16 15:44:07 -07:00 |
|
Graydon Hoare
|
64de480d46
|
Another attempt on class-attribute-1.rs.
|
2012-08-16 15:23:31 -07:00 |
|
Patrick Walton
|
2489baf82e
|
libsyntax: Fix parsing of "loop unsafe".
It was getting misparsed as a label.
|
2012-08-16 15:19:47 -07:00 |
|
Graydon Hoare
|
b8845f0e25
|
Fix sub-breakage due to the changed error message.
|
2012-08-16 14:48:48 -07:00 |
|
Graydon Hoare
|
b28a22005b
|
xfail-fast issue 3012-2
|
2012-08-16 14:44:34 -07:00 |
|
Graydon Hoare
|
1bac541e26
|
Attempt to get issue 3012 test working on win32.
|
2012-08-16 14:30:14 -07:00 |
|
Graydon Hoare
|
89fb03ae17
|
Xfail a struct-test I can't figure out how to make work.
|
2012-08-16 14:26:35 -07:00 |
|
Graydon Hoare
|
0492c75c43
|
s/class/struct/ in a failing test.
|
2012-08-16 14:26:10 -07:00 |
|
Graydon Hoare
|
45e7b89279
|
s/class/struct/ in an error message.
|
2012-08-16 14:25:53 -07:00 |
|
Patrick Walton
|
bf0d4cc035
|
rustc: Allow external structs to be constructed. Closes #3012.
Embarrassing.
|
2012-08-15 21:03:40 -07:00 |
|
Tim Chevalier
|
ee2f0dd638
|
Test case for #3012
|
2012-08-15 18:34:41 -07:00 |
|
Patrick Walton
|
0d7bef4d48
|
libsyntax: Fix wrong pretty printing of private fields
|
2012-08-15 17:48:47 -07:00 |
|
Brian Anderson
|
9c6890f488
|
Convert more core types to camel case
|
2012-08-15 17:46:05 -07:00 |
|
Brian Anderson
|
af43613795
|
Long lines
|
2012-08-15 17:32:19 -07:00 |
|
Patrick Walton
|
a78030fbaa
|
libsyntax: Parse tuple and unit structs
|
2012-08-15 17:11:13 -07:00 |
|
Brian Anderson
|
913f7bdae7
|
Modify pipec to not emit calls to some and none
|
2012-08-15 16:53:41 -07:00 |
|
Patrick Walton
|
e1b11aaf4b
|
test: Fix parsing problem in map-types.rs
|
2012-08-15 16:51:51 -07:00 |
|
Patrick Walton
|
6319c8fbc4
|
rustc: Fix long lines and trailing whitespace
|
2012-08-15 16:25:42 -07:00 |
|
Patrick Walton
|
3038968f28
|
rustc: Perform some AST surgery to separate out class fields from methods
|
2012-08-15 16:20:35 -07:00 |
|
Patrick Walton
|
353c632c2d
|
libsyntax: Parse nested enums
|
2012-08-15 16:20:34 -07:00 |
|
Patrick Walton
|
bdb206f285
|
rustc: Parse labeled loop, break, and again
|
2012-08-15 16:20:34 -07:00 |
|
Patrick Walton
|
d54db12155
|
rustc: Implement automatic reference for method receivers
|
2012-08-15 16:20:33 -07:00 |
|
Patrick Walton
|
fe9d07dda6
|
rustc: "as Trait" can now be written "as @Trait".
There is also code for ~Trait and &Trait, but these are currently (incorrectly)
synonyms for "as @Trait" and "as &Trait".
|
2012-08-15 16:20:31 -07:00 |
|
Brian Anderson
|
fd0f616ceb
|
pipes: Rename the pipec-generated buffer to __Buffer
Conforms to camel case convention and hides it away so it doesn't conflict
with user code
|
2012-08-15 15:09:39 -07:00 |
|
Tim Chevalier
|
c0140f5c34
|
Reject empty matches on inhabited types
Closes #3096
|
2012-08-15 14:57:45 -07:00 |
|
Brian Anderson
|
a83414b6e8
|
lint: Allow leading underscores on camel case types
|
2012-08-15 14:54:33 -07:00 |
|
Brian Anderson
|
74c69e1053
|
Convert more core types to camel case
|
2012-08-15 14:14:20 -07:00 |
|
Eric Holk
|
8be0f665bc
|
De-mode pipes
|
2012-08-15 13:58:08 -07:00 |
|
Tim Chevalier
|
51d98d9c7b
|
Expunge match checks
|
2012-08-15 12:38:32 -07:00 |
|
Tim Chevalier
|
b0f289397c
|
In tidy, screen out emacs backup files properly
|
2012-08-15 12:38:32 -07:00 |
|
Eric Holk
|
1e96099918
|
Add trace_macros!
|
2012-08-15 11:45:32 -07:00 |
|
Ben Blum
|
00ef5418d4
|
Change TLS key type to stack closure
|
2012-08-15 14:38:38 -04:00 |
|
Ben Blum
|
a57d3e0c15
|
Fix :broadcast_heavy in condvars.
|
2012-08-15 14:11:39 -04:00 |
|
Ben Blum
|
5f64d5df33
|
sync+arc - comments and attributes only
|
2012-08-15 13:55:43 -04:00 |
|
Ben Blum
|
f29f308c1c
|
Enable multiple condvars on a single mutex_arc/rw_arc.
|
2012-08-15 13:22:50 -04:00 |
|
Ben Blum
|
d1fc7368c8
|
Enable multiple condvars on a single mutex/rwlock.
|
2012-08-15 13:22:50 -04:00 |
|
Ben Blum
|
f6f9333d5c
|
Add cfail test arc-rw-state-shouldnt-escape
|
2012-08-15 13:22:50 -04:00 |
|
Ben Blum
|
fa8fc4b2b5
|
Add 1shot pipe chan_one/port_one type aliases and convert std::sync to use them
|
2012-08-15 13:22:50 -04:00 |
|
Ben Blum
|
a63f85ce8c
|
add some inlines to shared mutable state
|
2012-08-15 13:22:50 -04:00 |
|
Tim Chevalier
|
6d68658b9a
|
Make autoserialize not generate alt checks
|
2012-08-14 22:13:25 -07:00 |
|
Brian Anderson
|
9f01acacf9
|
xfail-fast issue-2472
|
2012-08-14 22:05:26 -07:00 |
|
Brian Anderson
|
83b42c806f
|
Add test for #2472
|
2012-08-14 21:17:01 -07:00 |
|
Tim Chevalier
|
fa0e96e0f7
|
Fix build breakage
|
2012-08-14 21:13:05 -07:00 |
|
Tim Chevalier
|
ccd36439f7
|
Make Num::from_int a static method
|
2012-08-14 20:03:31 -07:00 |
|
Tim Chevalier
|
f78c906535
|
Add xfailed test for #2123
|
2012-08-14 20:02:34 -07:00 |
|
Tim Chevalier
|
5de57e278d
|
Merge branch 'incoming' into reg-snap
|
2012-08-14 19:40:57 -07:00 |
|
Tim Chevalier
|
476aae16af
|
Register snapshots
|
2012-08-14 19:40:23 -07:00 |
|
Brian Anderson
|
11258310e2
|
Convert more core types to camel case
|
2012-08-14 18:26:03 -07:00 |
|
Michael Sullivan
|
e640a66eb4
|
Make most forms of explicit self work. By-value not implemented. Work on #2585.
|
2012-08-14 17:40:04 -07:00 |
|
Graydon Hoare
|
4c16ff516d
|
Convert a couple hundred ~""s to ""s, in trans functions.
|
2012-08-14 16:45:51 -07:00 |
|