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
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-189
/
+164
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-14
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-88
/
+279
2015-01-21
rollup merge of #21437: FlaPer87/snapshot
Alex Crichton
-19
/
+0
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-5
/
+5
2015-01-21
rollup merge of #21392: japaric/iter
Alex Crichton
-0
/
+16
2015-01-21
rollup merge of #21367: steveklabnik/remove_gate
Alex Crichton
-30
/
+0
2015-01-21
rollup merge of #21157: steveklabnik/deprecation
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21053: apasel422/exact
Alex Crichton
-0
/
+5
2015-01-21
Improve quality of String#to_slice() deprecation message
Steve Klabnik
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-21
Deprecate slicing methods in favor of notation
Aaron Turon
-91
/
+87
2015-01-21
Stabilize Index traits and most range notation
Aaron Turon
-100
/
+79
2015-01-21
Auto merge of #21227 - sellibitze:core-ops-for-references, r=aturon
bors
-4
/
+92
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-88
/
+279
2015-01-20
implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}`
Andrew Paseltiner
-0
/
+5
2015-01-20
also forward Iterator::size_hint()
Jorge Aparicio
-0
/
+4
2015-01-20
add stability text like suggested in discussion
Sebastian Gesemann
-4
/
+4
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-19
/
+0
2015-01-21
Rollup merge of #21404 - japaric:hash, r=alexcrichton
Barosl LEE
-0
/
+7
2015-01-21
Rollup merge of #21386 - Diggsey:issue-21384, r=alexcrichton
Barosl LEE
-4
/
+4
2015-01-21
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
Barosl LEE
-9
/
+9
2015-01-21
Rollup merge of #21100 - tstorch:small_readability_update, r=alexcrichton
Barosl LEE
-12
/
+9
2015-01-19
impl Hash for arrays
Jorge Aparicio
-0
/
+7
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-5
/
+5
2015-01-19
impl Iterator for &mut Iterator and Box<Iterator>
Jorge Aparicio
-0
/
+12
2015-01-19
Ranges implement Clone where possible
Diggory Blake
-4
/
+4
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-35
/
+51
2015-01-18
Remove associated_types gate from std::ops docs
Steve Klabnik
-30
/
+0
2015-01-17
Register new snapshots.
Eduard Burtescu
-369
/
+128
2015-01-17
Beef up Copy documentation
Steve Klabnik
-0
/
+98
2015-01-17
Make Index trait example clearer
Volker Mische
-12
/
+10
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-17
/
+12
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-9
/
+9
2015-01-16
inline forward_xxx_xxx_binop macros as per suggestion
Sebastian Gesemann
-25
/
+3
2015-01-16
Fix/update core::ops module documentation w.r.t. operator traits
Sebastian Gesemann
-4
/
+12
2015-01-16
Docs fallout
Flavio Percoco
-2
/
+3
2015-01-16
Remove NoSend/NoSync
Flavio Percoco
-0
/
+2
2015-01-16
libcore: implement many operators for references as well
Sebastian Gesemann
-0
/
+102
2015-01-15
rollup merge of #21172: brson/tuple
Alex Crichton
-3
/
+0
2015-01-15
rollup merge of #21170: Diggsey/issue-21058
Alex Crichton
-0
/
+4
2015-01-15
rollup merge of #21105: csouth3/kill-box-import
Alex Crichton
-2
/
+0
2015-01-15
rollup merge of #21103: nagisa/result-typo
Alex Crichton
-7
/
+5
2015-01-15
Allow get_tydesc intrinsic to accept unsized types
Diggory Blake
-0
/
+4
2015-01-14
Remove erroneous stability attribute.
Brian Anderson
-3
/
+0
2015-01-14
Small Readability Update
Tristan Storch
-12
/
+9
2015-01-14
auto merge of #21082 : brson/rust/finally, r=alexcrichton
bors
-1
/
+5
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-12
/
+12
2015-01-13
Address feedback
Brian Anderson
-1
/
+5
2015-01-13
Remove unneeded box import in examples
Chase Southwood
-2
/
+0
[next]