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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-0
/
+1
2015-04-11
Change the rt::unwind line argument type from usize to u32.
Ryan Prichard
-1
/
+1
2015-04-10
Change `derive` expansions to use `discriminant_value` intrinsic.
Felix S. Klock II
-0
/
+1
2015-04-01
Collect the definition of the `Error` trait into `libstd` for now. This
Niko Matsakis
-1
/
+0
2015-04-01
Add `#[fundamental]` annotations into libcore so that `Sized` and the
Niko Matsakis
-0
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-1
/
+0
2015-03-26
Implement `Reflect` trait with a variant on the standard OIBIT
Niko Matsakis
-0
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+0
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-18
Avoid metadata bloat by using trait FixedSizeArray
Vadim Petrochenkov
-1
/
+1
2015-03-06
Rollup merge of #23100 - wesleywiser:fix_23059, r=brson
Manish Goregaokar
-2
/
+1
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
Fix reference to 'librlibc' in libcore docs
Wesley Wiser
-2
/
+1
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-03
Added `OverflowingOps` trait to core::num::wrapping.
Felix S. Klock II
-0
/
+1
2015-03-01
Remove int/uint
GuillaumeGomez
-3
/
+1
2015-02-24
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
bors
-0
/
+1
2015-02-22
Add negative impls for `*const T` and `*mut T`
Flavio Percoco
-0
/
+1
2015-02-20
Tweaks to equality comparisons for slices/arrays/vectors
Vadim Petrochenkov
-0
/
+3
2015-02-18
Stabilize std::borrow
Aaron Turon
-1
/
+0
2015-02-17
Register new snapshots
Alex Crichton
-15
/
+6
2015-02-17
Add gating for rustc_* attrs
Manish Goregaokar
-0
/
+1
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+1
2015-02-09
Set up docs for missing core types
Steve Klabnik
-0
/
+4
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-8
/
+16
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+0
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-8
/
+8
2015-01-30
fix fallout
Jorge Aparicio
-0
/
+4
2015-01-30
Change from core::ops::RangeFull to std::ops
Nick Cameron
-3
/
+3
2015-01-30
Use absolute path to FullRange, rather than assuming it is in the prelude
Nick Cameron
-0
/
+1
2015-01-29
remove #[old_impl_check] now that #21363 has been fixed
Jorge Aparicio
-2
/
+0
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+3
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-0
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-0
/
+1
2015-01-19
impl Iterator for &mut Iterator and Box<Iterator>
Jorge Aparicio
-0
/
+2
2015-01-17
Register new snapshots.
Eduard Burtescu
-1
/
+0
2015-01-12
Feature gate #[rustc_on_unimplemented]
Manish Goregaokar
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-1
/
+2
2015-01-08
Remove warning from the libraries.
Huon Wilson
-1
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-2
/
+2
[next]