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
/
libcollections
/
string.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-01
Collect the definition of the `Error` trait into `libstd` for now. This
Niko Matsakis
-11
/
+0
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-5
/
+0
2015-03-31
rollup merge of #23875: aturon/revise-convert-2
Alex Crichton
-1
/
+8
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-5
/
+0
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-1
/
+1
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+8
2015-03-31
Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon
Manish Goregaokar
-6
/
+6
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-1
/
+1
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-6
/
+6
2015-03-30
convert: add Into<Cow> impls for &str and String
Sean McArthur
-2
/
+19
2015-03-26
Register new snapshots
Alex Crichton
-28
/
+0
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+12
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-0
/
+32
2015-03-23
rollup merge of #23580: nikomatsakis/pattern-and-overflow
Alex Crichton
-0
/
+20
2015-03-23
Remove auto-deref'ing Pattern impl because it conflicts with other
Niko Matsakis
-0
/
+20
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+23
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+12
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-0
/
+32
2015-03-18
Register new snapshots
Alex Crichton
-20
/
+3
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-4
/
+5
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-4
/
+4
2015-03-16
better document the hacks required to test libcollections
Jorge Aparicio
-4
/
+6
2015-03-16
move some tests back to libcollections
Jorge Aparicio
-0
/
+9
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-447
/
+0
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+17
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-4
/
+4
2015-03-13
slice::from_raw_parts is preferred over transmuting a fresh raw::Slice
Oliver Schneider
-6
/
+6
2015-03-10
Fix markdown bullet points in function docs
Corey Farwell
-0
/
+1
2015-03-09
Auto merge of #22561 - richo:as_slice-as_str, r=Manishearth
bors
-5
/
+5
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-5
/
+5
2015-03-09
doc: Fix extraneous as_slice()'s in docstrings
Richo Healey
-5
/
+5
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-36
/
+36
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-25
Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon
Manish Goregaokar
-9
/
+9
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-9
/
+9
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-3
/
+3
2015-02-20
Register new snapshots
Alex Crichton
-9
/
+0
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-5
/
+5
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-16
/
+19
2015-02-18
Stabilize std::borrow
Aaron Turon
-16
/
+19
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-5
/
+5
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-7
/
+9
2015-02-18
make FromIterator use IntoIterator
Alexis
-4
/
+4
2015-02-18
make Extend use IntoIterator
Alexis
-3
/
+5
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-0
/
+9
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-2
/
+2
2015-02-06
Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichton
Manish Goregaokar
-31
/
+31
2015-02-06
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
Manish Goregaokar
-1
/
+0
2015-02-05
remove int_uint feature from libcollections
Alexis
-6
/
+6
2015-02-05
remove unecessary lifetimes from a bunch of collections code
Alexis
-4
/
+4
[next]