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-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
2012-01-08
Fix some bad code in the dict interner
Marijn Haverbeke
-11
/
+5
2012-01-09
add new read_chars method, fix bug in read_char
Grahame Bowland
-20
/
+60
2012-01-07
core: Update task spawning example
Brian Anderson
-3
/
+3
2012-01-07
fix valgrind error: allocate enough space for all type descs
Niko Matsakis
-1
/
+1
2012-01-06
choose a new arbitrary value
Niko Matsakis
-2
/
+2
2012-01-06
add rust_util.h header file
Niko Matsakis
-1
/
+1
2012-01-06
rewrite to use old C++-based mechanism
Niko Matsakis
-10
/
+26
2012-01-06
update to use new spawn syntax
Niko Matsakis
-40
/
+42
2012-01-06
report unicode decode failures nicely
Niko Matsakis
-13
/
+14
2012-01-06
revert changes to trans_uniq.rs
Niko Matsakis
-4
/
+14
2012-01-06
revert metrics
Niko Matsakis
-82
/
+94
2012-01-06
plug leak: free shared type descrs recursively, as we ought to
Niko Matsakis
-4
/
+10
2012-01-06
hack the tydesc that is registered with a malloc to be what cc expects
Niko Matsakis
-22
/
+47
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-58
/
+61
2012-01-06
rejigger impl to have an opaque closure ptr rather than
Niko Matsakis
-303
/
+403
2012-01-06
collapse sizeof, alignof into metrics, pass along an instance if avail
Niko Matsakis
-47
/
+78
2012-01-06
make size_of and align_of take an optional value
Niko Matsakis
-101
/
+135
2012-01-06
emit the take glue for closure tydescs
Niko Matsakis
-0
/
+1
2012-01-06
port over the tests to use the new API
Niko Matsakis
-186
/
+202
2012-01-06
rewrite task tests
Niko Matsakis
-67
/
+55
2012-01-06
simplify task impl
Niko Matsakis
-177
/
+86
2012-01-06
remove trailing whitespace
Niko Matsakis
-1
/
+1
2012-01-06
Get these files compiling again
Jesse Ruderman
-24
/
+26
2012-01-06
test exposing memory management failure for #1078
Niko Matsakis
-0
/
+59
2012-01-06
Revert "rt: Reduce mac red zone to 6K"
Brian Anderson
-2
/
+2
2012-01-06
cargo: Print rustc's stdout when compilation fails
Brian Anderson
-1
/
+1
2012-01-06
rt: Reduce mac red zone to 6K
Brian Anderson
-2
/
+2
2012-01-06
rustc: Use std::homedir to locate /home/banderson
Brian Anderson
-4
/
+4
2012-01-06
std: Untabify
Brian Anderson
-10
/
+10
2012-01-06
std: Add fs::homedir
Brian Anderson
-0
/
+100
2012-01-06
rt: Fail the scheduler immediately on task failure in win32
Brian Anderson
-0
/
+2
2012-01-06
Disallow variable names that shadow tags in scope
Tim Chevalier
-69
/
+170
2012-01-06
Eliminate a use of map::get in freevars
Tim Chevalier
-14
/
+21
2012-01-06
Merge pull request #1450 from erickt/master
Graydon Hoare
-20
/
+214
2012-01-06
Add some basic comments to trans_imp.rs
Marijn Haverbeke
-0
/
+30
2012-01-06
Make binding of fns with bounded type parameters work
Marijn Haverbeke
-6
/
+81
2012-01-06
Support interface casting in the typechecker
Marijn Haverbeke
-6
/
+34
2012-01-06
Statically allocate static dicts
Marijn Haverbeke
-24
/
+109
[prev]
[next]