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
/
libcoretest
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-0
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-0
/
+1
2015-10-16
Add unused modules to libcoretest
Florian Hahn
-0
/
+2
2015-09-20
Reorganize core::num internals
Robin Kruppe
-0
/
+2
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-1
/
+0
2015-08-31
Implement `FixedSizeArray` for all fixed size arrays
Tobias Bucher
-2
/
+4
2015-08-23
Refactor low-level UTF-16 decoding.
Simon Sapin
-0
/
+1
2015-08-13
Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon
bors
-9
/
+0
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-9
/
+0
2015-08-08
Accurate decimal-to-float parsing routines.
Robin Kruppe
-0
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-15
/
+33
2015-06-15
libcore/Result - RFC#1119 Add an 'expect' method to Result
John Hodge
-0
/
+1
2015-05-30
Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichton
bors
-0
/
+2
2015-05-29
Implement RFC 771: std::iter::once
Nathaniel Theis
-0
/
+2
2015-05-29
add const_fn features
Niko Matsakis
-0
/
+1
2015-05-29
Add map and filter_map associated functions to std::cell::Ref and RefMut
Simon Sapin
-0
/
+1
2015-05-19
Stabilize debug builders for 1.2.0
Steven Fackler
-1
/
+0
2015-05-06
core: added core::num::flt2dec for floating-point formatting.
Kang Seonghoon
-0
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-4
/
+2
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+0
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-03-11
Switch to a specific feature
Steven Fackler
-0
/
+1
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-02-20
try to reduce bajillion warnings
Alexis
-0
/
+9
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+1
2015-02-04
Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.
Huon Wilson
-0
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+0
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+3
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+1
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+1
2015-01-05
coretest: remove/ignore tests
Jorge Aparicio
-1
/
+0
2014-12-28
libcoretest: Add tests for NonZero.
Luqman Aden
-0
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-0
/
+1
2014-12-15
Move hash module from collections to core
Steven Fackler
-1
/
+2
2014-12-13
libcoretest: fix fallout in unit tests
Jorge Aparicio
-0
/
+1
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-1
/
+1
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+1
2014-08-19
Add a test for the fix of issue 16589
nham
-0
/
+1
2014-08-13
core: Add binary_search and binary_search_elem methods to slices.
Brian Anderson
-0
/
+1
2014-08-04
stabilize atomics (now atomic)
Aaron Turon
-1
/
+1
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+31