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
/
core-vec-append.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-1
/
+2
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-25
use + mode for (almost) everything when not using legacy modes
Niko Matsakis
-1
/
+1
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-2
/
+2
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-2
/
+2
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-10
/
+10
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-13
De-mode-ify a few minor libcore modules.
Graydon Hoare
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-10
/
+10
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-4
/
+4
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-28
Make a bunch of tests stop using the deprecated vector syntax.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-4
/
+4
2012-06-21
Remove some commented out code so the pretty printer doesn't get confused.
Eric Holk
-2
/
+0
2012-06-21
Library vecs are fast now.
Eric Holk
-2
/
+2
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-3
/
+5
2012-05-26
bench: Increase the difficulty of some benchmarks
Brian Anderson
-1
/
+1
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-2
/
+2
2012-05-23
bench: Add hard mode to benchmarks. Activate with RUST_BENCH.
Brian Anderson
-1
/
+7
2012-05-18
create a smallintmap benchmark
Niko Matsakis
-0
/
+59