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
/
libstd
/
prelude.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-26
rollup merge of #19326: huonw/safer-syntax
Alex Crichton
-0
/
+1
2014-11-26
auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton
bors
-5
/
+6
2014-11-25
Fallout from stabilization
Aaron Turon
-5
/
+6
2014-11-26
Make syntax::owned_slice a Box<[T]> wrapper.
Huon Wilson
-0
/
+1
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-1
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-3
/
+6
2014-11-16
rollup merge of #18976: bjz/rfc369-numerics
Jakub Bukaj
-3
/
+2
2014-11-16
auto merge of #18788 : ricky26/rust/master, r=aturon
bors
-1
/
+1
2014-11-16
Move ToString to collections::string
Brendan Zabarauskas
-2
/
+1
2014-11-16
Move IntoString to collections::string
Brendan Zabarauskas
-2
/
+2
2014-11-16
Rename IntoStr to IntoString
Brendan Zabarauskas
-1
/
+1
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+1
2014-11-13
Make std::io::Buffer object-safe.
Ricky Taylor
-1
/
+1
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-1
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-3
/
+1
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-1
/
+1
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-8
/
+5
2014-11-03
auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichton
bors
-1
/
+1
2014-11-02
Add error module with Error and FromError traits
Aaron Turon
-2
/
+2
2014-11-01
collections: Remove all collections traits
Alex Crichton
-2
/
+0
2014-10-30
Add a `repeat` function to the prelude
Jakub Bukaj
-1
/
+1
2014-10-28
Add ptr::RawMutPtr to prelude
Adolfo Ochagavía
-1
/
+1
2014-10-10
implement Box<[T]> <-> Vec<T> conversions
Daniel Micay
-1
/
+1
2014-10-07
Rename slicing methods
Nick Cameron
-0
/
+1
2014-10-07
Rename slice::Slice
Nick Cameron
-1
/
+1
2014-08-19
libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.
Patrick Walton
-0
/
+1
2014-08-13
core: Rename ImmutableEqSlice to ImmutablePartialEqSlice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-4
/
+4
2014-08-07
Rename `Share` to `Sync`
Alex Crichton
-1
/
+1
2014-07-24
Remove OwnedStr trait
Adolfo Ochagavía
-1
/
+1
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-1
/
+1
2014-07-21
Rename to_str to to_string
Steven Fackler
-1
/
+1
2014-07-14
add Graphemes iterator; tidy unicode exports
kwantam
-3
/
+2
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-07-10
auto merge of #15556 : alexcrichton/rust/snapshots, r=brson
bors
-1
/
+1
2014-07-09
auto merge of #15283 : kwantam/rust/master, r=alexcrichton
bors
-0
/
+1
2014-07-09
Register new snapshots
Alex Crichton
-1
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-0
/
+1
2014-07-07
librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.
Patrick Walton
-1
/
+2
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-4
/
+0
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-1
/
+1
2014-06-10
Pub use CheckedDiv in the prelude
Adolfo Ochagavía
-1
/
+1
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-2
/
+2
2014-06-03
std: Remove generics from Option::expect
Alex Crichton
-1
/
+0
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
[next]