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-12-21
Register new snapshots
Alex Crichton
-7
/
+1
2015-12-16
Remove incorrect words about libcore's stability
Steve Klabnik
-6
/
+0
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-6
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-9
/
+4
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+2
2015-11-18
Fix typo in libcore documentation
Andrea Canciani
-1
/
+1
2015-11-18
Auto merge of #29882 - devonhollowood:master, r=Manishearth
bors
-1
/
+0
2015-11-17
Remove claims of dependency-free libcore
Steve Klabnik
-1
/
+4
2015-11-17
Remove 'raw_pointer_derive' lint (#14615)
Devon Hollowood
-1
/
+0
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-1
/
+1
2015-09-14
Mark all extern functions as nounwind
Björn Steinbrink
-0
/
+1
2015-08-22
Move the Borrow and BorrowMut traits to libcore.
Simon Sapin
-0
/
+1
2015-08-22
Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon
bors
-1
/
+1
2015-08-22
Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton
bors
-1
/
+2
2015-08-17
Shim some of the old std::simd functionality.
Huon Wilson
-1
/
+1
2015-08-17
Rename `simd_basics` feature gate to `repr_simd`.
Huon Wilson
-1
/
+1
2015-08-17
switch core::simd to repr(simd) and deprecate it.
Huon Wilson
-1
/
+8
2015-08-17
core: Move `atomic` into a new `sync` module
Alex Crichton
-1
/
+1
2015-08-16
rustdoc: Added issue_tracker_base_url annotations to crates
Martin Wernstål
-1
/
+2
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-08-11
rollup merge of #27678: alexcrichton/snapshots
Alex Crichton
-34
/
+10
2015-08-11
Register new snapshots
Alex Crichton
-34
/
+10
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-3
/
+3
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-2
/
+5
2015-07-31
Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichton
bors
-0
/
+1
2015-07-29
Feature gate associated type defaults
Brian Anderson
-0
/
+1
2015-07-29
std: Remove the curious inner module
Alex Crichton
-15
/
+17
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-4
/
+0
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+6
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-0
/
+1
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+1
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
[next]