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
/
libcore
/
at_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
core: Minor doc tweakage
Brian Anderson
-1
/
+1
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-4
/
+18
2012-09-19
Export the correct raw module from core::at_vec
Brian Anderson
-1
/
+1
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-2
/
+2
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-3
/
+3
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-3
/
+3
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-4
/
+4
2012-09-18
core: Rename at_vec::unsafe to raw
Brian Anderson
-4
/
+4
2012-09-14
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...
Graydon Hoare
-7
/
+7
2012-09-12
Rename vec::unsafe to vec::raw
Brian Anderson
-3
/
+3
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-1
/
+1
2012-09-10
Make more moves explicit in libcore
Tim Chevalier
-4
/
+4
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-3
/
+3
2012-09-04
libcore: "import" -> "use"
Patrick Walton
-1
/
+1
2012-09-02
Camel case core::ops
Brian Anderson
-1
/
+1
2012-09-01
Demode reinterpret_cast
Brian Anderson
-4
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-08-24
Add a Buildable interface for constructing general sequences. Work on #2921.
Michael Sullivan
-4
/
+1
2012-08-24
Get rid of the unseemly reinterpret_casts in build_sized implementations. Clo...
Michael Sullivan
-8
/
+2
2012-08-23
Make a bunch more of the iteration functions/methods marked pure. Closes #3253.
Michael Sullivan
-1
/
+19
2012-08-15
Convert more core types to camel case
Brian Anderson
-10
/
+10
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-1
/
+1
2012-08-13
Stop parsing old operator overloading syntax
Brian Anderson
-7
/
+0
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-08
Implement + for @-vectors.
Michael Sullivan
-1
/
+32
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-31
test: Move two tests from run-pass into the libs
Brian Anderson
-0
/
+16
2012-07-30
Make at_vec push functions more like the current vec ones.
Michael Sullivan
-6
/
+14
2012-07-17
Create some infrastructure for building up @-vectors. Work on #2921.
Michael Sullivan
-0
/
+192