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
/
libcollections
Age
Commit message (
Expand
)
Author
Lines
2015-02-22
Improve documentation for libcollections/str
Steve Klabnik
-274
/
+440
2015-02-22
Desugar the implementation of extend to work with Iterator
Mikhail Zabaluev
-2
/
+7
2015-02-22
In Vec::from_iter, unroll the first iteration
Mikhail Zabaluev
-1
/
+19
2015-02-22
Optimize Vec::from_iter and extend
Mikhail Zabaluev
-42
/
+26
2015-02-22
Eliminate more excessive null-checks from slice iterators
Björn Steinbrink
-1
/
+4
2015-02-22
Implement append and split_off for VecMap (RFC 509)
Markus Siemens
-2
/
+170
2015-02-21
Remove last traces of BitV and BitVSet from documentation
Florian Hartwig
-1
/
+1
2015-02-21
Kill fmt::Show and fmt::String with fire!
Simonas Kazlauskas
-1
/
+1
2015-02-20
Register new snapshots
Alex Crichton
-422
/
+4
2015-02-20
Tweaks to equality comparisons for slices/arrays/vectors
Vadim Petrochenkov
-59
/
+24
2015-02-20
Addressed PR comments
Marvin Löbel
-11
/
+17
2015-02-20
Fix tidy and rebase fallout
Marvin Löbel
-33
/
+0
2015-02-20
Enabled new pattern API in the libstd facade
Marvin Löbel
-16
/
+22
2015-02-20
Refactored code into Searcher traits with naive implementations
Marvin Löbel
-2
/
+2
2015-02-18
Round 4 test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-94
/
+131
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-63
/
+63
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-67
/
+709
2015-02-18
Round 1 fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-02-18
Stabilize std::borrow
Aaron Turon
-66
/
+698
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-63
/
+63
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-4
/
+4
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-868
/
+916
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-4
/
+94
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-5
/
+5
2015-02-18
make FromIterator use IntoIterator
Alexis
-23
/
+25
2015-02-18
make Extend use IntoIterator
Alexis
-17
/
+22
2015-02-18
Implement RFC 580
Aaron Turon
-835
/
+876
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-4
/
+94
2015-02-18
Fallout: RingBuf, use Unique.
Niko Matsakis
-29
/
+31
2015-02-18
Fallout: EnumSet, add Marker.
Niko Matsakis
-9
/
+15
2015-02-18
Fallout: port btree to use Unique, some markers.
Niko Matsakis
-32
/
+52
2015-02-18
Fallout: btree. Rephrase invariant lifetime in terms of PhantomData.
Niko Matsakis
-4
/
+13
2015-02-18
Fallout: Port Vec to use `Unique`
Niko Matsakis
-20
/
+20
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-4
/
+4
2015-02-18
Eliminate excessive null-checks from slice iterators
Björn Steinbrink
-1
/
+6
2015-02-17
Register new snapshots
Alex Crichton
-251
/
+0
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-5
/
+8
2015-02-17
rollup merge of #22394: alexcrichton/vec-from-iter-comment
Alex Crichton
-10
/
+19
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-2
/
+2
2015-02-17
rollup merge of #22457: steveklabnik/gh22361
Alex Crichton
-3
/
+5
2015-02-17
rollup merge of #22455: msiemens/add-vec-from_elem
Alex Crichton
-3
/
+49
2015-02-17
rollup merge of #22454: alexcrichton/stabilize-into-iterator
Alex Crichton
-0
/
+21
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-5
/
+5
2015-02-17
std: Add Vec::from_iter comment
Alex Crichton
-10
/
+19
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-17
Implement `Vec::from_elem` (RFC 832)
Markus Siemens
-3
/
+49
2015-02-17
Clarify RingBuf documentation.
Steve Klabnik
-3
/
+5
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+21
2015-02-17
Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
bors
-4
/
+4
[prev]
[next]