about summary refs log tree commit diff
path: root/src/libcoretest/lib.rs
AgeCommit message (Expand)AuthorLines
2017-02-03Merge remote-tracking branch 'upstream/master' into format-with-capacityMichał Krasnoborski-1/+1
2017-02-03Auto merge of #39287 - wesleywiser:move_cell, r=aturonbors-0/+1
2017-01-28use `String::with_capacity` in `format!`Michał Krasnoborski-0/+1
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-1/+0
2017-01-24Extend Cell to work with non-Copy typesWesley Wiser-0/+1
2017-01-13expect_err for Result.Clar Charr-0/+1
2016-12-16Address falloutAaron Turon-4/+0
2016-12-13Auto merge of #38309 - sfackler:rfc-1725, r=alexcrichtonbors-0/+1
2016-12-12Implement RFC #1725Steven Fackler-0/+1
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-01Merge branch 'master' of https://github.com/rust-lang/rustMarcin Fatyga-0/+1
2016-10-21Fix use of `result_unwrap_or_default` featureDevon Hollowood-0/+1
2016-10-09Add or and or_else for ordering.Marcin Fatyga-0/+1
2016-09-02Auto merge of #35856 - phimuemue:master, r=brsonbors-0/+2
2016-08-20Introduce max_by/min_by on iteratorsphilipp-0/+2
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+0
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-1/+0
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-1/+2
2016-07-14Auto merge of #33907 - strake:decode_utf8, r=alexcrichtonbors-0/+1
2016-07-13add core::char::DecodeUtf8M Farkas-Dyck-0/+1
2016-07-03Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturonbors-2/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-2/+0
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-0/+1
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-1/+0
2016-05-08Rollup merge of #33426 - sfackler:try-from, r=aturonManish Goregaokar-0/+1
2016-05-07Implement RFC 1542Steven Fackler-0/+1
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-3/+0
2016-03-12std: Clean out deprecated APIsAlex Crichton-2/+0
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-0/+1
2016-01-30test: Deny warnings in {core,collections}testAlex Crichton-8/+2
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-0/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+1
2015-10-16Add unused modules to libcoretestFlorian Hahn-0/+2
2015-09-20Reorganize core::num internalsRobin Kruppe-0/+2
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+0
2015-08-31Implement `FixedSizeArray` for all fixed size arraysTobias Bucher-2/+4
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-0/+1
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-9/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-9/+0
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-15/+33
2015-06-15libcore/Result - RFC#1119 Add an 'expect' method to ResultJohn Hodge-0/+1
2015-05-30Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichtonbors-0/+2
2015-05-29Implement RFC 771: std::iter::onceNathaniel Theis-0/+2
2015-05-29add const_fn featuresNiko Matsakis-0/+1
2015-05-29Add map and filter_map associated functions to std::cell::Ref and RefMutSimon Sapin-0/+1
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-1/+0
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+1
2015-04-28Register new snapshotsTamir Duberstein-1/+0