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-07-11
Fix an error for Centos 5
Erick Tryzelaar
-0
/
+1
2012-07-11
Fix some version numbers.
Graydon Hoare
-32
/
+32
2012-07-10
Fix take glue for slices.
Michael Sullivan
-0
/
+3
2012-07-10
Get rid of some remaining uses of old style vecs.
Michael Sullivan
-1
/
+1
2012-07-10
Don't fail when emitting free glue for fixed and region evecs.
Michael Sullivan
-3
/
+0
2012-07-10
Mop up merge collision.
Graydon Hoare
-8
/
+6
2012-07-10
Modify reflect interface to pass tydescs back to client, stop on false return.
Graydon Hoare
-403
/
+356
2012-07-10
Make old_vecs an error.
Michael Sullivan
-1
/
+1
2012-07-10
Disallow implicitly binding methods in typechecker. Closes #2189.
Michael Sullivan
-80
/
+108
2012-07-10
Remove the empty tuple of tydescs from closures. Closes #2531.
Michael Sullivan
-12
/
+5
2012-07-10
Get rid of a lot of bind related cruft as part of Issue #2189.
Michael Sullivan
-290
/
+41
2012-07-10
Get rid of places that expected foo.bar to implicitly bind.
Michael Sullivan
-49
/
+52
2012-07-10
Clean up the tydesc handling code in trans.
Michael Sullivan
-119
/
+80
2012-07-10
std: Fix deadlock by unsupervising the global I/O task
Brian Anderson
-0
/
+1
2012-07-10
Fix some lookahead problems with ACTUALLY tokens.
Paul Stansifer
-0
/
+2
2012-07-10
Pretty print vectors as ~[] instead of []/~. Closes #2863.
Michael Sullivan
-52
/
+80
2012-07-10
Don't pretty print unsafe pointers as carets, since #2826 is abandoned.
Michael Sullivan
-1
/
+1
2012-07-10
rustc: Resolve expressions in literal and range patterns
Patrick Walton
-1
/
+11
2012-07-10
test: Fix shootout-binarytrees
Brian Anderson
-1
/
+1
2012-07-10
test: Fix shootout-fasta
Brian Anderson
-1
/
+1
2012-07-10
libcore: fix task::test_osmain test.
Erick Tryzelaar
-1
/
+1
2012-07-10
Tidy
Brian Anderson
-1
/
+1
2012-07-10
libcore: add a task::set_sched_mode fn
Erick Tryzelaar
-42
/
+21
2012-07-09
Add test case for issue 2766, which resolve 3 fixes
Tim Chevalier
-0
/
+21
2012-07-09
Back out recognition of caret for unsafe ptr. Decided to abandon #2826 mid wa...
Graydon Hoare
-2
/
+1
2012-07-09
rustc: Handle foreign item purity correctly in resolve3
Patrick Walton
-1
/
+1
2012-07-09
'cont' -> 'again' in straggler code
Paul Stansifer
-1
/
+1
2012-07-09
Make the matcher parser treat `()` in a matchy way, like one would expect.
Paul Stansifer
-6
/
+25
2012-07-09
Remove the tt macro demo.
Paul Stansifer
-41
/
+0
2012-07-09
Allow defining token tree macros. They should work now!
Paul Stansifer
-74
/
+185
2012-07-09
Add support for matchers nonterminals.
Paul Stansifer
-11
/
+19
2012-07-09
Enable item macros to define macros.
Paul Stansifer
-6
/
+17
2012-07-09
Allow folds to drop items.
Paul Stansifer
-26
/
+39
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-30
/
+11
2012-07-09
rustc: Fix the collision with Tim's change
Patrick Walton
-1
/
+17
2012-07-09
Revert "rustc: Switch over to resolve3" due to Linux failures
Patrick Walton
-11
/
+30
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-30
/
+11
2012-07-09
rustc: Allow import resolutions to be inferred from external crates in resolve3
Patrick Walton
-4
/
+50
2012-07-09
Xfail-fast a recent test that doesn't work on check-fast.
Graydon Hoare
-0
/
+1
2012-07-09
syntax: Pretty-print view item attributes
Brian Anderson
-0
/
+1
2012-07-09
Tag re-exports differently in metadata
Tim Chevalier
-9
/
+19
2012-07-09
Catch one missing residual 'cont' -> 'again' change.
Graydon Hoare
-1
/
+1
2012-07-09
rustdoc: Filter out another invalid id character
Brian Anderson
-0
/
+3
2012-07-09
rustdoc: Filter some characters that aren't valid pandoc header ids
Brian Anderson
-0
/
+6
2012-07-09
Fix snapshot datestamp.
Graydon Hoare
-1
/
+1
2012-07-09
Switch snapshots to the later builds. Something off with the earlier ones.
Graydon Hoare
-3
/
+3
2012-07-09
Remove 'cont' from parser/lexer.
Graydon Hoare
-3
/
+2
2012-07-09
Merge branch 'incoming' of github.com:/mozilla/rust into incoming
Graydon Hoare
-7
/
+36
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-47
/
+47
2012-07-09
Register snapshots.
Graydon Hoare
-0
/
+8
[next]