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
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2013-01-09
core: fix crashing vec methods due to non-working moved self.
Graydon Hoare
-6
/
+11
2013-01-09
core: ignore recent should_fail tests on windows
Graydon Hoare
-1
/
+2
2013-01-09
core: add vec.filter that moves elems out of the vector
Erick Tryzelaar
-0
/
+21
2013-01-09
core: rename vec.filter to vec.filtered
Erick Tryzelaar
-5
/
+5
2013-01-09
core: add vec.partition and vec.partitioned
Erick Tryzelaar
-2
/
+79
2013-01-09
core: add a vec.consume method
Erick Tryzelaar
-0
/
+5
2013-01-09
core: add self to all vec methods
Erick Tryzelaar
-55
/
+60
2013-01-09
core: rename MutableVector to OwnedVector
Erick Tryzelaar
-23
/
+22
2013-01-09
core: inline all vec methods and add whitespace
Erick Tryzelaar
-0
/
+24
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+16
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-16
/
+4
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+16
2013-01-08
removing checks from vec::bytes::memcpy and memmove as are duplicated from raw::
asdf
-6
/
+2
2013-01-08
adding bound checks for raw::memcpy and memmove
asdf
-0
/
+15
2013-01-04
Rename option::get_default => get_or_default, get_zero => get_or_zero
Tim Chevalier
-1
/
+1
2012-12-28
Long lines
Tim Chevalier
-1
/
+2
2012-12-28
Merge pull request #4308 from steveklabnik/patch-1
Tim Chevalier
-2
/
+34
2012-12-28
Improve documentation for each.
Steve Klabnik
-2
/
+34
2012-12-27
librustc: Fix the test runner, the condition system, and core test. rs=bustage
Patrick Walton
-1
/
+5
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-3
/
+19
2012-12-18
Fix vec::flat_map_to_vec method
Erick Tryzelaar
-0
/
+126
2012-12-17
Change iter::find's closure to take a ref
Erick Tryzelaar
-11
/
+9
2012-12-17
core: Add &self to core::iter methods
Erick Tryzelaar
-24
/
+29
2012-12-14
Remove more uses of 'move' from core::vec
Brian Anderson
-9
/
+24
2012-12-14
Rewrite core::vec::shift to not allocate
Brian Anderson
-19
/
+42
2012-12-12
core: Remove some uses of 'move'
Brian Anderson
-76
/
+76
2012-12-09
Remove transitional code
Brian Anderson
-18
/
+0
2012-12-04
librustc: Implement explicit self for Add and Index; add a hack in the borrow...
Patrick Walton
-10
/
+29
2012-12-03
core: rename box to managed. Close #4079.
Graydon Hoare
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
core: Make core.rc more readable. Cleanup
Brian Anderson
-14
/
+16
2012-11-28
Register snapshots
Brian Anderson
-72
/
+0
2012-11-26
Ignore two failure tests on windows
Brian Anderson
-0
/
+2
2012-11-26
Add insert and remove methods to vecs - as proposed in issue #4028.
Gareth Daniel Smith
-0
/
+86
2012-11-20
Remove parentheses from closure argument types
Erick Tryzelaar
-1
/
+1
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+72
2012-11-03
Remove stage0 stuff that was awaiting snapshot
Tim Chevalier
-44
/
+0
2012-11-02
libcore: Implement a memory-safe "each_val" for data in aliasable, mutable lo...
Patrick Walton
-0
/
+31
2012-10-24
Implement proper subtyping for region fn types (part of #2263)
Niko Matsakis
-7
/
+81
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-11
/
+11
2012-10-12
Make moves explicit in core tests
Tim Chevalier
-16
/
+16
2012-10-11
Export VecUnboxedRepr from vec so a test case can use it
Tim Chevalier
-7
/
+7
2012-10-11
Fix from_buf in test cases
Tim Chevalier
-2
/
+2
2012-10-11
Remove comment that is now false
Tim Chevalier
-18
/
+32
2012-10-05
Finally removing all uses of by-mut-ref
Tim Chevalier
-46
/
+0
2012-10-05
Demode some code using by-mutbl-ref; warn about by-mutbl-ref
Tim Chevalier
-1
/
+48
2012-10-04
Fix FIXME that's no longer blocked by #2611
Tim Chevalier
-4
/
+3
2012-10-04
Forbid deprecated modes again in core
Tim Chevalier
-2
/
+2
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-48
/
+48
2012-10-01
rename vec::raw::form_slice to buf_as_slice
Erick Tryzelaar
-2
/
+3
[prev]
[next]