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
2013-01-29
libcore: De-export libcore. rs=deexporting
Patrick Walton
-6
/
+4
2013-01-23
Oops - add the missing pubs!
gareth
-2
/
+2
2013-01-22
Add more constructors for managed vectors (as proposed in issue #4553)
gareth
-0
/
+42
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-2
/
+2
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-3
/
+3
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+9
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-9
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+9
2013-01-04
Rename option::get_default => get_or_default, get_zero => get_or_zero
Tim Chevalier
-1
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+14
2012-12-12
core: Remove some uses of 'move'
Brian Anderson
-3
/
+3
2012-12-09
Remove transitional code
Brian Anderson
-10
/
+0
2012-12-04
librustc: Implement explicit self for Add and Index; add a hack in the borrow...
Patrick Walton
-0
/
+10
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-03
Remove stage0 stuff that was awaiting snapshot
Tim Chevalier
-14
/
+1
2012-10-24
Implement proper subtyping for region fn types (part of #2263)
Niko Matsakis
-0
/
+11
2012-10-05
Finally removing all uses of by-mut-ref
Tim Chevalier
-18
/
+0
2012-10-05
Demode some code using by-mutbl-ref; warn about by-mutbl-ref
Tim Chevalier
-0
/
+18
2012-10-04
Forbid deprecated modes again in core
Tim Chevalier
-1
/
+1
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-9
/
+9
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-28
Add a demoded version of ptr::addr_of
Tim Chevalier
-4
/
+4
2012-09-26
Make impl of Add for @[] public
Niko Matsakis
-4
/
+2
2012-09-26
libcore: De-mode at_vec
Patrick Walton
-15
/
+16
2012-09-26
Revert "Revert "libcore: De-mode at_vec""
Patrick Walton
-15
/
+19
2012-09-25
Comment out at_vec test that fails
Tim Chevalier
-1
/
+2
2012-09-25
Revert "libcore: De-mode at_vec"
Tim Chevalier
-19
/
+15
2012-09-25
libcore: De-mode at_vec
Patrick Walton
-15
/
+19
2012-09-25
libcore: De-export core::at_vec
Patrick Walton
-30
/
+21
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-9
/
+0
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-3
/
+4
2012-09-21
Revert "core: De-export at_vec and extfmt"
Brian Anderson
-17
/
+28
2012-09-21
core: De-export at_vec and extfmt
Brian Anderson
-28
/
+17
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-1
/
+6
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
[next]