index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-08-16
Fix sub-breakage due to the changed error message.
Graydon Hoare
-1
/
+1
2012-08-16
xfail-fast issue 3012-2
Graydon Hoare
-0
/
+1
2012-08-16
Attempt to get issue 3012 test working on win32.
Graydon Hoare
-0
/
+1
2012-08-16
Xfail a struct-test I can't figure out how to make work.
Graydon Hoare
-0
/
+2
2012-08-16
s/class/struct/ in a failing test.
Graydon Hoare
-1
/
+1
2012-08-16
s/class/struct/ in an error message.
Graydon Hoare
-1
/
+1
2012-08-16
add auto-mode-alist to autoloads
Max Penet
-3
/
+5
2012-08-16
fix indentation
Max Penet
-1
/
+1
2012-08-16
add instructions for install from MELPA
Max Penet
-14
/
+27
2012-08-15
rustc: Allow external structs to be constructed. Closes #3012.
Patrick Walton
-1
/
+3
2012-08-15
Test case for #3012
Tim Chevalier
-0
/
+20
2012-08-15
libsyntax: Fix wrong pretty printing of private fields
Patrick Walton
-4
/
+2
2012-08-15
Convert more core types to camel case
Brian Anderson
-384
/
+409
2012-08-15
Long lines
Brian Anderson
-2
/
+2
2012-08-15
libsyntax: Parse tuple and unit structs
Patrick Walton
-44
/
+77
2012-08-15
Modify pipec to not emit calls to some and none
Brian Anderson
-4
/
+14
2012-08-15
test: Fix parsing problem in map-types.rs
Patrick Walton
-1
/
+1
2012-08-15
rustc: Fix long lines and trailing whitespace
Patrick Walton
-9
/
+9
2012-08-15
rustc: Perform some AST surgery to separate out class fields from methods
Patrick Walton
-308
/
+301
2012-08-15
libsyntax: Parse nested enums
Patrick Walton
-23
/
+34
2012-08-15
rustc: Parse labeled loop, break, and again
Patrick Walton
-53
/
+152
2012-08-15
rustc: Implement automatic reference for method receivers
Patrick Walton
-62
/
+170
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-83
/
+125
2012-08-15
pipes: Rename the pipec-generated buffer to __Buffer
Brian Anderson
-2
/
+2
2012-08-15
Reject empty matches on inhabited types
Tim Chevalier
-3
/
+18
2012-08-15
lint: Allow leading underscores on camel case types
Brian Anderson
-5
/
+16
2012-08-15
Convert more core types to camel case
Brian Anderson
-427
/
+457
2012-08-15
De-mode pipes
Eric Holk
-42
/
+47
2012-08-15
Expunge match checks
Tim Chevalier
-28
/
+54
2012-08-15
In tidy, screen out emacs backup files properly
Tim Chevalier
-1
/
+1
2012-08-15
Add trace_macros!
Eric Holk
-7
/
+51
2012-08-15
Change TLS key type to stack closure
Ben Blum
-6
/
+7
2012-08-15
Fix :broadcast_heavy in condvars.
Ben Blum
-21
/
+27
2012-08-15
sync+arc - comments and attributes only
Ben Blum
-7
/
+45
2012-08-15
Enable multiple condvars on a single mutex_arc/rw_arc.
Ben Blum
-15
/
+56
2012-08-15
Enable multiple condvars on a single mutex/rwlock.
Ben Blum
-38
/
+172
2012-08-15
Add cfail test arc-rw-state-shouldnt-escape
Ben Blum
-0
/
+11
2012-08-15
Add 1shot pipe chan_one/port_one type aliases and convert std::sync to use them
Ben Blum
-15
/
+20
2012-08-15
add some inlines to shared mutable state
Ben Blum
-0
/
+4
2012-08-14
Make autoserialize not generate alt checks
Tim Chevalier
-2
/
+11
2012-08-14
xfail-fast issue-2472
Brian Anderson
-0
/
+1
2012-08-14
Add test for #2472
Brian Anderson
-0
/
+25
2012-08-14
Fix build breakage
Tim Chevalier
-2
/
+4
2012-08-14
Make Num::from_int a static method
Tim Chevalier
-22
/
+19
2012-08-14
Add xfailed test for #2123
Tim Chevalier
-0
/
+9
2012-08-14
Merge branch 'incoming' into reg-snap
Tim Chevalier
-900
/
+1552
2012-08-14
Register snapshots
Tim Chevalier
-0
/
+8
2012-08-14
Convert more core types to camel case
Brian Anderson
-406
/
+419
2012-08-14
Make most forms of explicit self work. By-value not implemented. Work on #2585.
Michael Sullivan
-83
/
+86
2012-08-14
Convert a couple hundred ~""s to ""s, in trans functions.
Graydon Hoare
-280
/
+280
[prev]
[next]