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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
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
2012-01-09
add tests for io::readchars and io::readchar
Grahame Bowland
-7
/
+58
2012-01-09
Don't resolve upvars in fn() { ... } exprs
Marijn Haverbeke
-6
/
+3
2012-01-09
rt: Fix build with clang on non-Mac
Haitao Li
-2
/
+7
2012-01-08
Fix bustage
Jesse Ruderman
-1
/
+1
2012-01-08
Update fuzzer
Jesse Ruderman
-41
/
+45
2012-01-08
Declare MIT license in crate attributes, not BSD
Brian Anderson
-3
/
+3
2012-01-08
add spawn_connected
Niko Matsakis
-13
/
+66
2012-01-08
correct long line
Niko Matsakis
-2
/
+2
2012-01-08
modify last use to take into account cap clause, add new test
Niko Matsakis
-10
/
+68
2012-01-08
make spawned fn copy mode so that bare fns can be used
Niko Matsakis
-2
/
+36
2012-01-08
First barely-working version of casting to iface
Marijn Haverbeke
-33
/
+99
2012-01-08
Add fall-through case for non-iface bounds typeck::lookup_method
Marijn Haverbeke
-0
/
+1
[next]