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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-08-14
rustdoc: Fix breakage
Brian Anderson
-3
/
+3
2012-08-14
Fix more fallout in rustdoc.
Graydon Hoare
-2
/
+2
2012-08-14
libsyntax: Parse "extern mod foo;"
Patrick Walton
-37
/
+107
2012-08-14
Merge pull request #3194 from dbp/pretty
Brian Anderson
-2
/
+15
2012-08-14
Dodge 'use' keyword in testsuite. Was burning tree.
Graydon Hoare
-2
/
+2
2012-08-14
De-mode more pieces of core.
Graydon Hoare
-33
/
+61
2012-08-14
Silence unused-variable warning.
Graydon Hoare
-1
/
+1
2012-08-14
update readme with package.el installation steps
Max Penet
-8
/
+19
2012-08-14
Add author to meta-data
Max Penet
-1
/
+2
2012-08-14
update readme
Max Penet
-1
/
+50
2012-08-14
libsyntax: Give a nice error message when view items are used anywhere other ...
Patrick Walton
-0
/
+34
2012-08-14
libsyntax: First steps toward parsing "extern mod std;"
Patrick Walton
-22
/
+37
2012-08-14
Fix check-fast breakage
Brian Anderson
-2
/
+0
2012-08-14
Add xfail'd test for a default method containing 'self'.
Lindsey Kuper
-0
/
+21
2012-08-14
Compile default methods; un-xfail default methods test (cc: #2794).
Lindsey Kuper
-20
/
+25
2012-08-14
syntax: fixing pretty printing of brackets in match arms
Daniel Patterson
-2
/
+15
2012-08-14
More attempts at fixing .. breakage.
Graydon Hoare
-2
/
+1
2012-08-14
fix more fallout from future de-mode-ing.
Graydon Hoare
-6
/
+6
2012-08-14
fix fallout from future de-mode-ing.
Graydon Hoare
-7
/
+7
2012-08-14
Try to fix pretty-test breakage harder.
Graydon Hoare
-1
/
+1
2012-08-14
Try to fix pretty-test breakage.
Graydon Hoare
-1
/
+1
2012-08-13
libsyntax: Implement [int*3] syntax for fixed length vector types
Patrick Walton
-1
/
+34
2012-08-13
De-mode core::future.
Graydon Hoare
-21
/
+25
2012-08-13
More core mode forbidding.
Graydon Hoare
-6
/
+18
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-169
/
+187
2012-08-13
Stop parsing old operator overloading syntax
Brian Anderson
-105
/
+3
2012-08-13
Change borrowck error 'the the block' -> 'the block'
Ben Blum
-3
/
+3
2012-08-13
xfail-pretty run-pass/pipe-select-macro
Brian Anderson
-0
/
+1
2012-08-13
test: Make issue-2590 conform to the spirit of the test better
Patrick Walton
-3
/
+1
2012-08-13
test: Make issue-2590 test for implicit copies instead of moves.
Patrick Walton
-1
/
+3
2012-08-13
libsyntax: Allow "use" to be used in place of "import"
Patrick Walton
-3
/
+15
2012-08-13
In typeck::collect::ensure_trait_methods, don't assume the trait was already ...
Tim Chevalier
-8
/
+56
2012-08-13
libsyntax: Accept "1..3" as the preferred form of "1 to 3" in patterns
Patrick Walton
-10
/
+11
2012-08-13
test: Fix type error message in an effort to unbreak the build
Patrick Walton
-1
/
+1
2012-08-13
libsyntax: Refactor item parsing so that items and view items are parsed in t...
Patrick Walton
-30
/
+113
2012-08-13
De-mode-ify a few minor libcore modules.
Graydon Hoare
-36
/
+69
2012-08-13
Enable condvars on ARCs
Ben Blum
-24
/
+104
2012-08-13
Add pipes::oneshot() to wrap pipes::oneshot::init()
Ben Blum
-1
/
+1
2012-08-13
Add pipes::oneshot(), pipes::send_one(), pipes::try_send_one() wrappers.
Ben Blum
-5
/
+25
2012-08-13
Got the select macro working.
Eric Holk
-36
/
+38
2012-08-13
Comments describing the packet structures for pipes.
Eric Holk
-16
/
+30
2012-08-13
test: Modify error messages in some compile-fail tests in an attempt to unbre...
Patrick Walton
-14
/
+14
2012-08-13
rustc: Make functional record and struct update use ".." instead of "with".
Patrick Walton
-7
/
+21
2012-08-13
xfail-fast run-pass/trait-to-str
Brian Anderson
-0
/
+2
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-149
/
+364
2012-08-13
rustc: Enum idents are not in the value namespace. Closes #3186
Brian Anderson
-2
/
+9
2012-08-13
core: Export to_str trait from top level. Closes #3175
Brian Anderson
-0
/
+8
2012-08-13
Add more rwlock tests
Ben Blum
-16
/
+92
2012-08-13
Implement rwlock.downgrade and tests
Ben Blum
-36
/
+202
2012-08-13
Add ptr::ref_eq()
Ben Blum
-2
/
+8
[prev]
[next]