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-03-26
Register new snapshots
Alex Crichton
-62
/
+0
2015-03-25
Auto merge of #23434 - alexcrichton:misc-stab, r=aturon
bors
-3
/
+4
2015-03-24
rollup merge of #23282: nikomatsakis/fn-trait-inheritance
Alex Crichton
-0
/
+24
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-3
/
+3
2015-03-23
Compiler and trait changes to make indexing by value.
Niko Matsakis
-0
/
+12
2015-03-23
Make the `Fn` traits inherit from one another and remove the bridging
Niko Matsakis
-0
/
+24
2015-03-18
std: Add missing stability on Range
Alex Crichton
-3
/
+4
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-4
/
+4
2015-03-11
Example -> Examples
Steve Klabnik
-18
/
+18
2015-03-03
std: Mark `Index::Output` as a stable associated type
Alex Crichton
-0
/
+1
2015-02-23
Add documentation to associated types in libcore, libstd
Ivan Petkov
-0
/
+17
2015-02-15
Audit integer types in ops.
Niko Matsakis
-13
/
+13
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-6
/
+3
2015-02-06
make `IndexMut` a super trait over `Index`
Jorge Aparicio
-10
/
+14
2015-02-02
register snapshots
Jorge Aparicio
-17
/
+0
2015-01-31
remove Copy impls from remaining iterators
Jorge Aparicio
-2
/
+2
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-0
/
+3
2015-01-30
rollup merge of #21760: brson/snaps
Alex Crichton
-53
/
+0
2015-01-30
Auto merge of #21604 - nikomatsakis:closure-move-indiv-vars, r=eddyb
bors
-0
/
+3
2015-01-30
Use `#[rustc_paren_sugar]` as a more extensible way of deciding when
Niko Matsakis
-0
/
+3
2015-01-29
Register snaps
Brian Anderson
-53
/
+0
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-0
/
+17
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-87
/
+157
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-6
/
+69
2015-01-28
Rollup merge of #21658 - Manishearth:index_on_unimplemented, r=Gankro
Manish Goregaokar
-0
/
+2
2015-01-27
Add on_unimplemented note to Index
Manish Goregaokar
-0
/
+2
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-4
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-98
/
+17
2015-01-23
grandfathered -> rust1
Brian Anderson
-62
/
+62
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-19
/
+19
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-19
/
+19
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-81
/
+88
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
[next]