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-01-12
build: Build libraries in the bin directory on win32
Brian Anderson
-9
/
+19
2012-01-12
make parser disambiguate fn~ at top level correctly
Niko Matsakis
-6
/
+17
2012-01-12
add tydescs into shape, rewrite walk_fn_contents()
Niko Matsakis
-86
/
+108
2012-01-12
free uniq data we encounter on the sweep, walk thru them otherwise
Niko Matsakis
-262
/
+433
2012-01-12
Register new snapshot (with correct checksum this time)
Marijn Haverbeke
-0
/
+7
2012-01-12
Revert "Register new snapshot"
Marijn Haverbeke
-7
/
+0
2012-01-12
Register new snapshot
Marijn Haverbeke
-0
/
+7
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-206
/
+227
2012-01-12
Implement passing cast-to-vtable values as bounded params
Marijn Haverbeke
-77
/
+160
2012-01-12
Cleanups to previous commits for issue #1393.
Kevin Atkinson
-9
/
+11
2012-01-11
libcore: Fix long lines
Brian Anderson
-2
/
+4
2012-01-11
make rustdocs more terse for bool.rs where it is obvious to programmers as pe...
Roland Tanglao
-45
/
+13
2012-01-11
Change doc comments to rustdoc in bool.rs
Roland Tanglao
-83
/
+73
2012-01-11
libstd: Remove a bogus link_name attribute
Brian Anderson
-1
/
+0
2012-01-11
test: Add a test that empty records don't parse
Brian Anderson
-0
/
+7
2012-01-11
rustc: Don't allow empty link_name when nolink attribute is present
Brian Anderson
-13
/
+19
2012-01-11
update iface cc code to not walk contents (as with other boxes)
Niko Matsakis
-2
/
+4
2012-01-11
test: xfail-win32 run-pass/too-much-recursion
Brian Anderson
-0
/
+1
2012-01-11
Revert "build: Build libraries in the bin directory on win32"
Brian Anderson
-14
/
+4
2012-01-11
rt: Add RUST_MAX_STACK env var with 8MB default
Brian Anderson
-58
/
+107
2012-01-11
build: Build libraries in the bin directory on win32
Brian Anderson
-4
/
+14
2012-01-11
Properly fix check-fast script
Marijn Haverbeke
-1
/
+1
2012-01-11
Try to adjust check-fast script to std::io changes
Marijn Haverbeke
-0
/
+1
2012-01-11
Fix dependency bug iface-did-of-impl resolving
Marijn Haverbeke
-30
/
+12
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-417
/
+310
2012-01-11
Switch run_program over to ifaces
Marijn Haverbeke
-47
/
+48
2012-01-11
Convert std::sha1 and std::rand over to ifaces
Marijn Haverbeke
-38
/
+40
2012-01-11
Convert std::deque over to an iface
Marijn Haverbeke
-52
/
+56
2012-01-11
Implement std::map as an iface/impl instead of an obj
Marijn Haverbeke
-184
/
+129
2012-01-11
add a log_str() function and allow '%?' in fmt strings to use it
Niko Matsakis
-1
/
+38
2012-01-11
add section on spawn_connected to tutorial and pull test into file
Niko Matsakis
-19
/
+18
2012-01-11
Register new snapshot
Marijn Haverbeke
-0
/
+7
2012-01-11
Fix regression in resolving of external impls
Marijn Haverbeke
-9
/
+12
2012-01-11
Revert some iface shape code, fix a few more things in it
Marijn Haverbeke
-30
/
+19
2012-01-11
Pass type with params intact as item_type for method callees
Marijn Haverbeke
-7
/
+6
2012-01-10
update shape code to handle iface instances
Niko Matsakis
-11
/
+81
2012-01-10
Fold and re-evaluate expr in tag discriminant.
Graydon Hoare
-4
/
+17
2012-01-10
Add support for casting enum-like tags to scalar values.
Kevin Atkinson
-6
/
+63
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-30
/
+167
2012-01-10
test: Fix test/pretty/tag-blank-lines.rs for the tag -> enum switch
Patrick Walton
-1
/
+1
2012-01-10
rustc: Accept "enum" in addition to "tag"
Patrick Walton
-4
/
+5
2012-01-10
replace lambda with fn@
Niko Matsakis
-16
/
+15
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-96
/
+113
2012-01-10
rustc: Remove sret attributes from functions
Brian Anderson
-13
/
+3
2012-01-10
rt: Export upcall_s_shared_malloc since the SpiderMonkey bindings need it
Patrick Walton
-0
/
+1
2012-01-09
add rust_task_is_unwinding predicate and do not kill if already unwinding
Niko Matsakis
-17
/
+47
2012-01-09
Remove support for 'when' in alt-patterns from parser
Austin Seipp
-5
/
+1
2012-01-09
Change all uses of 'when' in alt-patterns to 'if'
Austin Seipp
-17
/
+17
2012-01-09
Merge pull request #1477 from erickt/master
Brian Anderson
-0
/
+14
2012-01-09
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
Graydon Hoare
-78
/
+71
[prev]
[next]