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
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-01-11
Implement std::map as an iface/impl instead of an obj
Marijn Haverbeke
-9
/
+1
2012-01-11
add a log_str() function and allow '%?' in fmt strings to use it
Niko Matsakis
-0
/
+4
2012-01-11
add section on spawn_connected to tutorial and pull test into file
Niko Matsakis
-19
/
+18
2012-01-10
update shape code to handle iface instances
Niko Matsakis
-0
/
+45
2012-01-10
Add support for casting enum-like tags to scalar values.
Kevin Atkinson
-1
/
+15
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-0
/
+69
2012-01-10
test: Fix test/pretty/tag-blank-lines.rs for the tag -> enum switch
Patrick Walton
-1
/
+1
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-11
/
+33
2012-01-09
add rust_task_is_unwinding predicate and do not kill if already unwinding
Niko Matsakis
-3
/
+13
2012-01-09
Change all uses of 'when' in alt-patterns to 'if'
Austin Seipp
-6
/
+6
2012-01-09
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
Graydon Hoare
-31
/
+31
2012-01-09
Merge pull request #1470 from grahame/grahame
Brian Anderson
-0
/
+48
2012-01-09
Fix error message case in two cfail test
Marijn Haverbeke
-2
/
+2
2012-01-09
Fix #1474: check that block args resolved to bare fns do not make use of upvars
Niko Matsakis
-0
/
+7
2012-01-09
Remove leftover comm.rs in std
Marijn Haverbeke
-9
/
+6
2012-01-09
add tests for io::readchars and io::readchar
Grahame Bowland
-0
/
+48
2012-01-08
add spawn_connected
Niko Matsakis
-0
/
+19
2012-01-08
modify last use to take into account cap clause, add new test
Niko Matsakis
-1
/
+24
2012-01-08
make spawned fn copy mode so that bare fns can be used
Niko Matsakis
-0
/
+11
2012-01-06
rewrite to use old C++-based mechanism
Niko Matsakis
-7
/
+6
2012-01-06
update to use new spawn syntax
Niko Matsakis
-40
/
+42
2012-01-06
plug leak: free shared type descrs recursively, as we ought to
Niko Matsakis
-1
/
+1
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-1
/
+1
2012-01-06
make size_of and align_of take an optional value
Niko Matsakis
-0
/
+32
2012-01-06
port over the tests to use the new API
Niko Matsakis
-170
/
+187
2012-01-06
rewrite task tests
Niko Matsakis
-35
/
+17
2012-01-06
remove trailing whitespace
Niko Matsakis
-1
/
+1
2012-01-06
test exposing memory management failure for #1078
Niko Matsakis
-0
/
+59
2012-01-06
std: Add fs::homedir
Brian Anderson
-0
/
+52
2012-01-06
Disallow variable names that shadow tags in scope
Tim Chevalier
-0
/
+14
2012-01-06
Merge pull request #1450 from erickt/master
Graydon Hoare
-1
/
+1
2012-01-06
Fix pretty-printing of ty params in iface methods
Marijn Haverbeke
-2
/
+0
2012-01-06
Fix bug in method type parameter passing
Marijn Haverbeke
-0
/
+4
2012-01-06
libstd: rename c_vec::size to len.
Erick Tryzelaar
-1
/
+1
2012-01-05
rustc: Allow the test runner to run unexported tests
Brian Anderson
-0
/
+13
2012-01-05
rustc: Configure out #[test] functions when not testing
Brian Anderson
-0
/
+7
2012-01-05
make test typecheck
Niko Matsakis
-3
/
+0
2012-01-05
fix pretty printer to correctly insert parens for disamb
Niko Matsakis
-1
/
+6
2012-01-05
update test on disambig to reflect that some cases are no longer legal
Niko Matsakis
-3
/
+3
2012-01-05
correct test to reference right value
Niko Matsakis
-1
/
+1
2012-01-05
require a non-semi expr acting as a stmt to have unit return type
Niko Matsakis
-33
/
+37
2012-01-05
make parser handle parenthesized block-sugar exprs properly
Niko Matsakis
-18
/
+16
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-93
/
+93
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-0
/
+1
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-64
/
+63
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-93
/
+93
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-33
/
+309
2012-01-04
extend tester so that error msgs can be attached to lines
Niko Matsakis
-2
/
+1
2012-01-04
xfail-pretty iface-generic.rs until i have time to debug
Marijn Haverbeke
-0
/
+2
2012-01-04
Add test for generic iface methods
Marijn Haverbeke
-0
/
+33
[next]