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-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
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-32
/
+16
2014-12-18
libcore: convert unop traits to by value
Jorge Aparicio
-0
/
+100
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-69
/
+69
2014-12-13
libcore: fix doctests
Jorge Aparicio
-22
/
+22
2014-12-13
libcore: convert binop traits to by value
Jorge Aparicio
-0
/
+437
2014-12-11
auto merge of #19672 : alexcrichton/rust/snapshots, r=brson
bors
-50
/
+0
2014-12-11
Register new snapshots
Alex Crichton
-50
/
+0
2014-12-10
auto merge of #19573 : apasel422/rust/sized_fn_once, r=alexcrichton
bors
-2
/
+2
2014-12-09
auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis
bors
-0
/
+32
2014-12-08
Revert "Register new snapshots"
Alex Crichton
-0
/
+50
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+32
2014-12-05
Register new snapshots
Alex Crichton
-50
/
+0
2014-12-05
libcore: Fix `Sized` bounds on overloaded function traits.
Andrew Paseltiner
-2
/
+2
2014-12-05
rollup merge of #19520: csouth3/derefmut-unsized
Corey Richardson
-1
/
+1
2014-12-04
`DerefMut` should be `for Sized?`
Chase Southwood
-1
/
+1
2014-12-04
Implement the `Fn` trait for bare fn pointers in the compiler rather than doi...
Niko Matsakis
-38
/
+42
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-46
/
+42
2014-11-26
/*! -> //!
Steve Klabnik
-46
/
+42
2014-11-25
/** -> ///
Steve Klabnik
-497
/
+440
2014-11-20
libcore: DSTify ops traits, Equiv
Aaron Turon
-19
/
+19
2014-11-17
Further DSTify Index traits
Aaron Turon
-2
/
+2
[prev]
[next]