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-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
2012-01-09
Fix rpath bug.
Graydon Hoare
-11
/
+14
2012-01-09
libcore: add longlong and ulonglong types.
Erick Tryzelaar
-0
/
+14
2012-01-09
Register snapshots
Brian Anderson
-0
/
+7
2012-01-09
rt: Set Linux red zone to 20K again
Brian Anderson
-2
/
+2
2012-01-09
Make the parser accept 'if' as an alternative to 'when' in alt patterns.
Austin Seipp
-2
/
+6
2012-01-09
Merge pull request #1470 from grahame/grahame
Brian Anderson
-20
/
+111
2012-01-09
Fix error message case in two cfail test
Marijn Haverbeke
-2
/
+2
2012-01-09
Iface types are not structural
Marijn Haverbeke
-2
/
+1
2012-01-09
Work around recursive type check for iface types
Marijn Haverbeke
-3
/
+7
2012-01-09
Properly recognize self as an upvar when closed over
Marijn Haverbeke
-34
/
+27
2012-01-09
Fix #1474: check that block args resolved to bare fns do not make use of upvars
Niko Matsakis
-8
/
+20
2012-01-09
change spawn_connected argument to copy mode
Niko Matsakis
-1
/
+1
2012-01-09
Fix bug in iface shape code
Marijn Haverbeke
-1
/
+4
2012-01-09
Remove leftover comm.rs in std
Marijn Haverbeke
-199
/
+7
2012-01-09
Fix typo in example in libcore docs
Marijn Haverbeke
-1
/
+1
2012-01-09
Add cases for iface values to rust_shape.h
Marijn Haverbeke
-0
/
+28
[prev]
[next]