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-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
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
[next]