about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-0/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-0/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+2
2015-04-14test: Fixup many library unit testsAlex Crichton-1/+1
2015-04-14std: Reexport some unstable rand functionality for nowAlex Crichton-0/+11
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-5/+1
2015-04-07std: Deny most warnings in doctestsAlex Crichton-1/+2
2015-04-03Don't speak of old_ioSteve Klabnik-3/+2
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-0/+1
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-1/+1
2015-04-01Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The docNiko Matsakis-0/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-2/+0
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-2/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+0
2015-03-31Stabilize `std::convert` and related codeAaron Turon-2/+1
2015-03-30Update lib.rsCamille Roussel-1/+1
2015-03-28Update debug helpers and add list builderSteven Fackler-0/+1
2015-03-27std: Don't deadlock/panic on recursive printsAlex Crichton-0/+1
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27rollup merge of #23749: alexcrichton/remove-old-impl-checkAlex Crichton-1/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-1/+0
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-3/+3
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-1/+0
2015-03-27rollup merge of #23736: gmjosack/masterAlex Crichton-3/+2
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26Update docs to fix various 404sGary M. Josack-3/+2
2015-03-26rustc: Remove support for old_impl_checkAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-26Register new snapshotsAlex Crichton-3/+3
2015-03-26Added instability markers to `POST_DROP_*` consts, and related opt-in's.Felix S. Klock II-1/+1
2015-03-25Change lint names to pluralsNick Cameron-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-0/+2
2015-03-23Test fixes and rebase conflicts, round 3Alex Crichton-2/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+2
2015-03-23rollup merge of #23641: steveklabnik/gh23632Alex Crichton-5/+5
2015-03-23rollup merge of #23634: WiSaGaN/bugfix/fix_dead_linkAlex Crichton-1/+1
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-1/+5
2015-03-23rollup merge of #23557: aturon/rfc-909Alex Crichton-15/+8
2015-03-23Add generic conversion traitsAaron Turon-0/+3
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-1/+5
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-15/+8
2015-03-23Clarify that slices don't just point to arraysSteve Klabnik-5/+5
2015-03-23Fix dead link for std::sync::mpsc.Wangshan Lu-1/+1
2015-03-18Rollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_link, r=ManishearthManish Goregaokar-4/+4
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-15Fix deprecated `comm` link.Wangshan Lu-4/+4
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+1