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
/
bench
/
core-std.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-10
Stop using the '<->' operator
Alex Crichton
-1
/
+2
2013-05-08
test: Fix tests and the pipe compiler
Patrick Walton
-6
/
+9
2013-04-24
libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.
Huon Wilson
-5
/
+3
2013-04-24
libcore: remove @Rng from rand, and use traits instead.
Huon Wilson
-3
/
+3
2013-03-26
std: Remove the oldmap module
Alex Crichton
-1
/
+0
2013-03-26
test: Remove uses of oldmap::HashMap
Alex Crichton
-20
/
+0
2013-03-14
test: Remove deprecated features from benchmark tests. rs=burningtree
Patrick Walton
-0
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-1
/
+1
2013-02-14
Convert all uses of vec::slice to vec::view Issue #3869
Nick Desaulniers
-1
/
+1
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-1
/
+1
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-1
/
+1
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-6
/
+6
2012-12-18
core: add macro_rules! for "condition! { c: in -> out; }".
Graydon Hoare
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-13
cleanup: convert some remaining #foo invocations to foo! form.
Graydon Hoare
-6
/
+4
2012-10-30
Remove xfail-pretty from tests that pretty-print correctly now
Tim Chevalier
-1
/
+0
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-0
/
+1
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-1
/
+2
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-3
/
+3
2012-09-25
Fix borked tests
Tim Chevalier
-1
/
+1
2012-09-25
Demode core::result
Brian Anderson
-1
/
+1
2012-09-25
use + mode for (almost) everything when not using legacy modes
Niko Matsakis
-1
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-2
/
+2
2012-09-07
(partially fix incoming) More hash function simplification
Kevin Cantu
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-4
/
+4
2012-08-27
Camel case various core constructors
Brian Anderson
-4
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-2
/
+2
2012-08-26
Fix build breakage
Brian Anderson
-1
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-5
/
+3
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-8
/
+8
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-8
/
+8
2012-07-26
Use iteration protocol for ebml, use vec::view in more places (issue #2880)
Eric Holk
-2
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-5
/
+5
2012-07-12
Make tests pass
Eric Holk
-1
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-4
/
+4
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-6
/
+6
2012-06-27
make core-std respect RUST_BENCH
Eric Holk
-4
/
+11
2012-06-27
vec::append reuses its left hand side when possible. (issue #2719)
Eric Holk
-3
/
+23
2012-06-27
Remove unnecessary bounds checks in vec::push_all (issue #2719)
Eric Holk
-0
/
+33
2012-06-26
perf: improved the core-std benchmark
Eric Holk
-2
/
+28
2012-06-26
More perf tweaks (issue #2719)
Eric Holk
-0
/
+48