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
/
ops.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-59
/
+8
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-9
/
+9
2015-01-21
rollup merge of #21367: steveklabnik/remove_gate
Alex Crichton
-30
/
+0
2015-01-21
Stabilize Index traits and most range notation
Aaron Turon
-63
/
+12
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
-9
/
+9
2015-01-20
add stability text like suggested in discussion
Sebastian Gesemann
-4
/
+4
2015-01-19
Ranges implement Clone where possible
Diggory Blake
-4
/
+4
2015-01-18
Remove associated_types gate from std::ops docs
Steve Klabnik
-30
/
+0
2015-01-17
Register new snapshots.
Eduard Burtescu
-18
/
+0
2015-01-17
Make Index trait example clearer
Volker Mische
-12
/
+10
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
libcore: implement many operators for references as well
Sebastian Gesemann
-0
/
+102
2015-01-11
Allow any integral to be used as Shr and Shl RHS
Simonas Kazlauskas
-8
/
+60
2015-01-08
Remove String impls and fix for make tidy
Nick Cameron
-51
/
+0
2015-01-08
Show, String, Eq impls for Ranges
Nick Cameron
-4
/
+84
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20656: japaric/at-clean
Alex Crichton
-1
/
+1
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
-101
/
+0
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)
Jorge Aparicio
-1
/
+1
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-12
/
+12
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-8
/
+8
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-0
/
+74
2015-01-06
Fallout
Nick Cameron
-14
/
+14
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+4
2015-01-05
register snapshot
Jorge Aparicio
-20
/
+0
2015-01-05
Stabilize core::ops
Aaron Turon
-0
/
+70
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-10
/
+10
2015-01-04
Merge pull request #20500 from globin/fix/range-sugar
bors
-1
/
+1
2015-01-04
fix range sugar
Robin Gloster
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-19
/
+19
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
core: use assoc types in `Index[Mut]`
Jorge Aparicio
-6
/
+38
2015-01-03
use assoc types in unop traits
Jorge Aparicio
-9
/
+27
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-43
/
+131
2015-01-03
core: use assoc types in Iterator et al
Jorge Aparicio
-4
/
+8
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-10
/
+24
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-10
/
+22
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-4
/
+42
2014-12-30
Register new snapshots
Alex Crichton
-99
/
+0
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-0
/
+8
2014-12-24
Review changes
Nick Cameron
-59
/
+19
2014-12-24
Add lang items for ranges.
Nick Cameron
-0
/
+3
2014-12-24
Add structs for ranges to core::ops.
Nick Cameron
-0
/
+113
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-437
/
+0
2014-12-19
Register new snapshots
Alex Crichton
-437
/
+0
[next]