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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2015-01-06
cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)
Jorge Aparicio
-81
/
+78
2015-01-06
Apply stability attributes to core::num::{Int, SignedInt, UnsignedInt}.
Huon Wilson
-11
/
+40
2015-01-06
Unstabilise f32/f64 constants that are int/uint.
Huon Wilson
-14
/
+13
2015-01-06
Reword unstability message for core::num::Float.
Huon Wilson
-1
/
+1
2015-01-06
Deprecate the constant-returning functions in Float.
Huon Wilson
-3
/
+33
2015-01-06
num: remove deprecated functionality.
Huon Wilson
-12
/
+12
2015-01-05
More test fixes!
Alex Crichton
-157
/
+0
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-50
/
+207
2015-01-05
Test fixes
Alex Crichton
-53
/
+0
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-37
/
+205
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-69
/
+69
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-37
/
+35
2015-01-05
rollup merge of #20594: nikomatsakis/orphan-ordered
Alex Crichton
-0
/
+5
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-38
/
+13
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-333
/
+487
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20507: alexcrichton/issue-20444
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20434: steveklabnik/five_eye
Alex Crichton
-60
/
+60
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-6
/
+7
2015-01-06
Fallout
Nick Cameron
-71
/
+71
2015-01-05
Remove i suffix in docs
Steve Klabnik
-60
/
+60
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-28
/
+69
2015-01-05
register snapshot
Jorge Aparicio
-42
/
+0
2015-01-05
Implement new orphan rule that requires that impls of remote traits meet the ...
Niko Matsakis
-0
/
+5
2015-01-05
Final alpha stabilization of std::slice
Aaron Turon
-4
/
+8
2015-01-05
Stabilize core::ops
Aaron Turon
-0
/
+70
2015-01-05
Final alpha stabilization of core::iter
Aaron Turon
-354
/
+340
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-4
/
+8
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-8
/
+12
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-23
/
+182
2015-01-05
remove unused `Sized` imports
Jorge Aparicio
-2
/
+0
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-37
/
+37
2015-01-05
std: Move Atomic{Int,Uint} back to unstable
Alex Crichton
-24
/
+6
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-1
/
+1
2015-01-04
std: Fix missing stability in sync
Alex Crichton
-13
/
+3
2015-01-04
std: Fixup some missing stabilization on str
Alex Crichton
-3
/
+7
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+1
2015-01-05
char: small tweak since `is_some` > equivalent `match`.
Huon Wilson
-4
/
+1
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-7
/
+7
2015-01-05
Mark the contents of `char` stable.
Huon Wilson
-21
/
+25
2015-01-05
Switch encode_utf* to by-value self.
Huon Wilson
-6
/
+6
2015-01-04
Merge pull request #20500 from globin/fix/range-sugar
bors
-7
/
+7
2015-01-04
fix range sugar
Robin Gloster
-7
/
+7
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-28
/
+8
2015-01-03
Remove deprecated functionality
Alex Crichton
-839
/
+132
2015-01-03
remove `Any[Mut]RefExt` traits in favor of `impl Any`
Jorge Aparicio
-28
/
+8
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-125
/
+125
2015-01-03
sed -i -s 's/\bmod}/self}/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-15
/
+15
2015-01-04
auto merge of #20490 : japaric/rust/assoc-types, r=aturon
bors
-408
/
+772
[prev]
[next]