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
/
prelude.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-4
/
+0
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Impls using the new scheme for slicing
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-2
/
+1
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
core: merge IteratorPairExt into IteratorExt
Jorge Aparicio
-1
/
+1
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+0
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-1
/
+0
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-24
/
+9
2014-12-30
std::iter: Add partition and unzip methods to iterators
Aaron Turon
-1
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-2
/
+2
2014-11-25
Fallout from stabilization
Aaron Turon
-4
/
+5
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-3
/
+6
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-0
/
+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
-3
/
+3
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
-1
/
+0
2014-10-30
Add a `repeat` function to the prelude
Jakub Bukaj
-1
/
+1
2014-10-07
Rename slicing methods
Nick Cameron
-0
/
+1
2014-10-07
Rename slice::Slice
Nick Cameron
-2
/
+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
-3
/
+3
2014-08-07
Rename `Share` to `Sync`
Alex Crichton
-1
/
+1
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-0
/
+1
2014-07-09
Register new snapshots
Alex Crichton
-1
/
+0
2014-07-07
librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.
Patrick Walton
-1
/
+3
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+2
2014-05-17
core: Clarify the documentation on core's prelude
Alex Crichton
-1
/
+17
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+1
2014-05-07
core: Get coretest working
Alex Crichton
-0
/
+47
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-111
/
+0
2013-05-19
auto merge of #6595 : bjz/rust/core-tuple, r=thestinger
bors
-2
/
+6
2013-05-19
Create Char trait
Brendan Zabarauskas
-0
/
+1
2013-05-19
Replace Tuple{2..12} trait with CloneableTuple{2..12} and ImmutableTuple{2..12}
Brendan Zabarauskas
-2
/
+6
2013-05-18
Create tuple element accessor traits
Brendan Zabarauskas
-0
/
+2
2013-05-15
add a DeepClone trait
Daniel Micay
-1
/
+1
[next]