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
/
run-fail
Age
Commit message (
Expand
)
Author
Lines
2012-04-19
core: Move set_exit_status from sys to os
Brian Anderson
-3
/
+3
2012-04-18
Fix [] on str to exclude the trailing null.
Graydon Hoare
-10
/
+1
2012-04-12
Add a run-fail test for result::get, get rid of a FIXME. Also some random oth...
Tim Chevalier
-0
/
+4
2012-04-12
test: Add test for #1763
Brian Anderson
-0
/
+14
2012-04-09
core: Make str::as_bytes handle failure. Closes #2156
Brian Anderson
-0
/
+10
2012-04-09
rt: Allow 2x normal stack during unwinding. Closes #2173
Brian Anderson
-0
/
+23
2012-04-09
rt: Don't limit the amount of stack available during unwinding. Closes #2144
Brian Anderson
-0
/
+9
2012-03-29
test: Prevent run-fail/too-much-recursion from being optimized to nothing
Brian Anderson
-0
/
+1
2012-03-29
rustc: Generate fewer landing pads
Brian Anderson
-0
/
+109
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-1
/
+1
2012-03-24
add annotation for variable that used to infer to bot
Niko Matsakis
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-2
/
+4
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-2
/
+2
2012-03-10
core Remove vec::enum_chars/uint. Closes #1955
Brian Anderson
-0
/
+16
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+2
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-2
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+2
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-1
/
+2
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+1
2012-02-14
rt: Don't kill tasks while they are in a callback from C
Brian Anderson
-0
/
+31
2012-02-03
Fix tests for str::le patch
Marijn Haverbeke
-5
/
+2
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-2
/
+2
2012-02-02
rt: Remove task pinning. Does nothing
Brian Anderson
-2
/
+2
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-1
/
+1
2012-02-01
Propagating unsafe::slice 4
Kevin Cantu
-2
/
+2
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-9
/
+0
2012-01-29
rt: Remove set_min_stack
Brian Anderson
-5
/
+0
2012-01-23
s/block()/fn()/g
Niko Matsakis
-3
/
+3
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-1
/
+1
2012-01-19
Compute typestates for FRU exprs correctly, plus a bit of cleanup
Tim Chevalier
-0
/
+5
2012-01-19
test: "tag" -> "enum" in run-pass and run-fail
Patrick Walton
-1
/
+1
2012-01-19
Handle log expressions with a _|_-typed level
Tim Chevalier
-0
/
+4
2012-01-19
In trans, allow _|_-typed things to be the argument to fail
Tim Chevalier
-0
/
+4
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-2
/
+2
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-1
/
+1
2012-01-12
libcore: Add sys::set_exit_status
Brian Anderson
-0
/
+33
2012-01-12
Add type parameters when checking wildcard patterns
Tim Chevalier
-0
/
+9
2012-01-11
rt: Add RUST_MAX_STACK env var with 8MB default
Brian Anderson
-0
/
+7
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-2
/
+3
2012-01-09
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
Graydon Hoare
-1
/
+1
2012-01-08
make spawned fn copy mode so that bare fns can be used
Niko Matsakis
-0
/
+11
2012-01-06
update to use new spawn syntax
Niko Matsakis
-22
/
+26
2012-01-05
rustc: Allow the test runner to run unexported tests
Brian Anderson
-0
/
+13
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-3
/
+3
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-6
/
+6
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-6
/
+12
2011-12-20
Add companion-module core.rs that exports log levels and option/some/none eve...
Graydon Hoare
-4
/
+0
2011-12-18
libcore: Remove task::set_min_stack
Brian Anderson
-7
/
+0
[prev]
[next]