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
Age
Commit message (
Expand
)
Author
Lines
2012-07-12
Fix make-install target on mac.
release-0.3
0.3
Graydon Hoare
-2
/
+2
2012-07-12
Update version on man page.
Graydon Hoare
-1
/
+1
2012-07-12
Merge pull request #2876 from erickt/dist-snap
Graydon Hoare
-0
/
+1
2012-07-11
Fix an error for Centos 5
Erick Tryzelaar
-0
/
+1
2012-07-11
Try less complicated trick for solving the dSYM glob portability issue.
Graydon Hoare
-13
/
+2
2012-07-11
Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi...
Graydon Hoare
-41
/
+52
2012-07-11
Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.
Graydon Hoare
-52
/
+41
2012-07-11
Fix some version numbers.
Graydon Hoare
-32
/
+32
2012-07-10
Tweak release notes.
Graydon Hoare
-4
/
+4
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
-3
/
+3
2012-07-10
doc: Remove the section on the enum exporting feature
Patrick Walton
-25
/
+3
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
0.2 -> 0.3
Brian Anderson
-7
/
+7
2012-07-10
libcore: fix task::test_osmain test.
Erick Tryzelaar
-1
/
+1
2012-07-10
Makefile nit for distchec.
Graydon Hoare
-2
/
+1
2012-07-10
Tidy
Brian Anderson
-1
/
+1
2012-07-10
Merge pull request #2860 from erickt/incoming
Brian Anderson
-42
/
+21
2012-07-10
tutorial: Remove disclaimer. Redundant with previous section
Brian Anderson
-8
/
+0
2012-07-10
libcore: add a task::set_sched_mode fn
Erick Tryzelaar
-42
/
+21
2012-07-10
tutorial: Fix broken example
Brian Anderson
-1
/
+1
2012-07-10
tutorial: Minor editing
Brian Anderson
-4
/
+4
2012-07-09
Use correct markdown in README.md
Brian Anderson
-14
/
+15
2012-07-09
Capitalize 'Rust Programming Language' in README.md
Brian Anderson
-1
/
+1
2012-07-09
Merge README.txt and INSTALL.txt into README.md
Brian Anderson
-17
/
+16
2012-07-09
tutorial: Expand the failure section a bit
Patrick Walton
-9
/
+25
2012-07-09
Fix link in INSTALL.txt
Brian Anderson
-2
/
+2
2012-07-09
tutorial: Add a better description of vectors
Brian Anderson
-3
/
+3
2012-07-09
tutorial: Emphasize GC in shared box section
Brian Anderson
-7
/
+5
2012-07-09
tutorial: Minor formatting change in task example
Brian Anderson
-0
/
+1
2012-07-09
Add test case for issue 2766, which resolve 3 fixes
Tim Chevalier
-0
/
+21
2012-07-09
tutorial: Overhaul task section
Brian Anderson
-50
/
+63
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
[next]