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
/
test
/
bench
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
libextra: Introduce typed arenas.
Patrick Walton
-11
/
+12
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-2
/
+3
2014-01-03
test: De-`@mut` the test suite
Patrick Walton
-2
/
+2
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-6
/
+5
2013-12-22
std::vec: make the sorting closure use `Ordering` rather than just being
Huon Wilson
-24
/
+19
2013-12-21
std::vec: add a sugary .sort() method for plain Ord sorting.
Huon Wilson
-3
/
+3
2013-12-20
extra: remove sort in favour of the std method.
Huon Wilson
-5
/
+5
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-38
/
+40
2013-12-15
librustc: Remove identifiers named `box`, since it's about to become a keyword.
Patrick Walton
-3
/
+3
2013-12-15
std::vec: move pointless `raw::get` and `unsafe_get` functions.
Huon Wilson
-6
/
+6
2013-12-15
std::vec: remove unnecessary count parameter on {bytes,
Huon Wilson
-3
/
+2
2013-12-14
auto merge of #10933 : TeXitoi/rust/shootout-fasta-rewrite, r=alexcrichton
bors
-112
/
+80
2013-12-12
rewrite of shootout-fasta.rs
Guillaume Pinot
-112
/
+80
2013-12-11
Make 'self lifetime illegal.
Erik Price
-13
/
+13
2013-12-11
std::io: Add Buffer.lines(), change .bytes() api
klutzy
-15
/
+3
2013-12-10
libstd: Remove `Cell` from the library.
Patrick Walton
-2
/
+4
2013-12-10
librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more
Patrick Walton
-2
/
+6
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-36
/
+16
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-3
/
+3
2013-12-04
auto merge of #10799 : TeXitoi/rust/shootout-reverse-complement-resurected, r...
bors
-142
/
+70
2013-12-04
rewrite of shootout-reverse-complement.rs
Guillaume Pinot
-142
/
+70
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-5
/
+3
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-2
/
+2
2013-11-28
shootout-spectralnorm resurection with parallelization
Guillaume Pinot
-31
/
+66
2013-11-26
librustc: Fix merge fallout.
Patrick Walton
-3
/
+5
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-2
/
+2
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-60
/
+58
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-2
/
+2
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-18
/
+16
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-4
/
+4
2013-11-24
auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson
bors
-5
/
+4
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-5
/
+4
2013-11-22
Strip down Cell functionality
Steven Fackler
-10
/
+8
2013-11-18
librustc: Convert `~fn()` to `proc()` everywhere.
Patrick Walton
-1
/
+1
2013-11-18
pidigits resurected
Guillaume Pinot
-137
/
+66
2013-11-17
Prettier long string breaking.
Guillaume Pinot
-2
/
+2
2013-11-17
Clarrify the message for test mode and use u8 instead of i8 for storing bits
Guillaume Pinot
-4
/
+5
2013-11-17
resurect shootout-mandelbrot.rs
Guillaume Pinot
-48
/
+62
2013-11-14
auto merge of #10478 : TeXitoi/rust/shootout-meteor, r=brson
bors
-0
/
+281
2013-11-14
Improve variable naming.
Guillaume Pinot
-7
/
+8
2013-11-14
remove useless Iterate impl, and permute the order of the argument of iterate
Guillaume Pinot
-9
/
+4
2013-11-14
Add shootout meteor contest benchmark.
Guillaume Pinot
-0
/
+285
2013-11-13
Implement native::IoFactory
Alex Crichton
-1
/
+1
2013-11-12
Fixed xfail for nbody shootout benchmark by correcting command line parse.
Carol W
-9
/
+13
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-12
/
+12
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-12
/
+0
2013-11-10
temporarily disable tests on android and tagging issue number #10393
Young-il Choi
-0
/
+2
2013-11-08
std::ascii: Provide a copyless [Ascii] -> str method.
Huon Wilson
-6
/
+2
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-4
/
+4
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-5
/
+4
[next]