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-12-11
Auto-deref when checking field and method privacy
Tim Chevalier
-7
/
+17
2012-12-11
Remove old deriving
Brian Anderson
-1302
/
+17
2012-12-11
Avoid extra error for type mismatches in patterns
Tim Chevalier
-3
/
+11
2012-12-11
fix long line, r=tidypolice.
Graydon Hoare
-3
/
+4
2012-12-11
libstd: Implement read_managed_str for the JSON deserialiser.
Huon Wilson
-2
/
+5
2012-12-11
libstd: refactor future, remove with(), remove ~ indirection.
Graydon Hoare
-94
/
+36
2012-12-11
libstd: teach workcache to check freshness.
Graydon Hoare
-18
/
+59
2012-12-11
Fix deriving for single-variant enums
Brian Anderson
-20
/
+32
2012-12-11
Relate the module hierarchy to directory paths in the parser
Brian Anderson
-4
/
+186
2012-12-11
Remove duplicate bound_to_str code
Brian Anderson
-7
/
+1
2012-12-11
core: add Eq impl to LinearMap.
Erick Tryzelaar
-0
/
+37
2012-12-11
Switch snapshots to static.rust-lang.org.
Graydon Hoare
-1
/
+1
2012-12-11
Revert "Merge pull request #4144 from luqmana/deprecated-attribute"
Tim Chevalier
-38
/
+1
2012-12-11
Fix whitespace
Tim Chevalier
-1
/
+1
2012-12-11
Allow pattern-matching on any strings, not just unique strings
Tim Chevalier
-4
/
+13
2012-12-10
Merge pull request #4144 from luqmana/deprecated-attribute
Tim Chevalier
-1
/
+38
2012-12-10
Remove commented-out code
Tim Chevalier
-7
/
+0
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-668
/
+392
2012-12-10
Adjust the die macro to only accept ~str and to work in statement position
Brian Anderson
-22
/
+66
2012-12-10
tests: relicense .pp files. Oddly not caught during local testing.
Graydon Hoare
-0
/
+30
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-1
/
+19111
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-6
/
+569
2012-12-10
core: Fix capitalization in docs
Brian Anderson
-2
/
+2
2012-12-10
Minor cleanups to pipes and serialization
Brian Anderson
-27
/
+43
2012-12-10
test: Fix aux-build in struct-destructuring-cross-crate. rs=bustage
Patrick Walton
-0
/
+2
2012-12-10
librustc: Fix bug preventing cross-crate struct destructuring from working. r...
Patrick Walton
-1
/
+23
2012-12-10
librustc: Remove is_self_field from borrowck. Unused. rs=#rust
Patrick Walton
-12
/
+0
2012-12-09
Remove transitional code
Brian Anderson
-253
/
+0
2012-12-09
Register snapshots
Brian Anderson
-0
/
+8
2012-12-09
Add test case for deprecated attribute.
Luqman Aden
-0
/
+10
2012-12-08
Fix busted test case
Tim Chevalier
-1
/
+1
2012-12-08
Update and un-xfail crate-method-reexport-grrrrrrr2
Tim Chevalier
-7
/
+4
2012-12-09
Add deprecated attribute.
Luqman Aden
-1
/
+28
2012-12-08
Print out a more helpful type error message for do-blocks/for-loops
Tim Chevalier
-30
/
+103
2012-12-07
Xfail broken tests
Tim Chevalier
-0
/
+2
2012-12-07
test: Fix borrowck-preserve-box-in-pat. rs=bustage
Patrick Walton
-6
/
+6
2012-12-07
test: Fix borrowck-preserve-box-in-discr; more fallout from pattern bindings....
Patrick Walton
-6
/
+6
2012-12-07
test: Remove alt-implicit-copy.rs test. Incompatible with current borrow chec...
Patrick Walton
-6
/
+0
2012-12-07
test: Fix some busted run-pass tests, fallout from the pattern bindings chang...
Patrick Walton
-26
/
+7
2012-12-07
libcore: Fix Windows-only pattern in run.rs. rs=bustage
Patrick Walton
-2
/
+2
2012-12-07
Add test for #2995
Tim Chevalier
-0
/
+3
2012-12-07
Add test case for #2828
Tim Chevalier
-0
/
+21
2012-12-07
Make short flags with a single-char arg work in getopts
Tim Chevalier
-34
/
+37
2012-12-07
librustc: De-mode pattern bindings. r=nmatsakis
Patrick Walton
-108
/
+99
2012-12-07
libsyntax: Fix parsing of module-qualified structure patterns. rs=bugfix
Patrick Walton
-29
/
+13
2012-12-07
librustc: Implement "&mut [T]" as an expression. r=brson
Patrick Walton
-6
/
+23
2012-12-07
Fix pretty-printing of trait constraints
Brian Anderson
-3
/
+5
2012-12-07
Long lines
Brian Anderson
-5
/
+7
2012-12-07
Trait constraints are separated by space, not comma
Brian Anderson
-21
/
+21
2012-12-07
Remove impl_id from trait_ref. Unused
Brian Anderson
-16
/
+4
[next]