about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-01-06num: remove deprecated functionality.Huon Wilson-4/+0
2015-01-05More test fixes!Alex Crichton-13/+9
2015-01-06Implement TTY::get_winsize for WindowsPeter Atashian-7/+39
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-717/+746
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-135/+802
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-25/+25
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-3/+2
2015-01-05rollup merge of #20581: apasel422/extendAlex Crichton-2/+2
2015-01-05rollup merge of #20566: zsiciarz/fix-stdext-docsAlex Crichton-1/+1
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-8/+8
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-8/+27
2015-01-05rollup merge of #20538: EchoAce/issue-20529Alex Crichton-10/+15
2015-01-05rollup merge of #20519: ville-h/rwlock-renameAlex Crichton-84/+84
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-1379/+463
2015-01-05rollup merge of #20488: ltratt/nondeterministic_tempdirAlex Crichton-30/+44
2015-01-05rollup merge of #20483: nagisa/rng-copyAlex Crichton-1/+2
2015-01-05rollup merge of #20434: steveklabnik/five_eyeAlex Crichton-750/+720
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-72/+72
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-3/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+19
2015-01-06FalloutNick Cameron-28/+28
2015-01-05Remove i suffix in docsSteve Klabnik-750/+720
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-5/+20
2015-01-05std: remove remaining boxed closuresJorge Aparicio-12/+15
2015-01-05register snapshotJorge Aparicio-26/+0
2015-01-05Stabilize collection modulesAaron Turon-1/+3
2015-01-05removing whitespaceFakeKane-3/+3
2015-01-05examples added for element accessFakeKane-1/+12
2015-01-05Rename macro_escape to macro_useKeegan McAllister-9/+20
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-18/+26
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-221/+677
2015-01-05remove unused `Sized` importsJorge Aparicio-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-3/+3
2015-01-05remove unnecessary `Default` bound from `Hash{Map,Set}`'s `Extend` implAndrew Paseltiner-2/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1379/+463
2015-01-05reverting other changesFakeKane-10/+4
2015-01-05Implement Clone for PRNGsSimonas Kazlauskas-1/+2
2015-01-05Make temporary directory names non-deterministic.Laurence Tratt-30/+44
2015-01-05Fix misleading name in AsciiExt docsZbigniew Siciarz-1/+1
2015-01-04std: Fix missing stability on preludeAlex Crichton-0/+2
2015-01-04std: Fix missing stability in syncAlex Crichton-5/+4
2015-01-05auto merge of #20395 : huonw/rust/char-stab-2, r=aturonbors-5/+4
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-4/+3
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-2/+2
2015-01-05auto merge of #20163 : bfops/rust/master, r=Gankrobors-33/+61
2015-01-04Merge pull request #20510 from tshepang/patch-6bors-1/+1
2015-01-04Merge pull request #20464 from ranma42/improve-make-hashbors-8/+6
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-33/+61
2015-01-04fix comment referencing RwLockville-h-1/+1
2015-01-04fix code referencing RwLockWriteGuardville-h-9/+9