summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-265/+265
2014-04-11auto merge of #13457 : alexcrichton/rust/issue-13420, r=thestingerbors-0/+2
2014-04-10std: Be sure to call pthread_attr_destroyAlex Crichton-0/+2
2014-04-10std: Make std::comm return types consistentAlex Crichton-177/+187
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-499/+484
2014-04-11Fix tests. Add Vec<u8> conversion to StrBuf.Huon Wilson-2/+21
2014-04-10rustc: Don't allow priv use to shadow pub useAlex Crichton-1/+0
2014-04-10Stop using transmute_mut in RefCellSteven Fackler-21/+17
2014-04-10std,syntax: make std::fmt::parse use `Vec`s.Huon Wilson-58/+58
2014-04-10std,native,green,rustuv: make readdir return `Vec`.Huon Wilson-3/+4
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-37/+41
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-498/+464
2014-04-09std: use a `match` in `assert_eq!` to extend the lifetime of the args.Huon Wilson-7/+9
2014-04-08rustc: Remove f{32,64} % from the languageAlex Crichton-2/+8
2014-04-08auto merge of #13399 : SimonSapin/rust/patch-8, r=cmrbors-1/+1
2014-04-08Update an obsolete comment about conditionsSimon Sapin-1/+1
2014-04-08std: make vec!() macro handle a trailing commaKang Seonghoon-1/+2
2014-04-08Fix spelling errors in comments.Joseph Crail-4/+4
2014-04-08std: User a smaller stdin buffer on windowsAlex Crichton-1/+9
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-1/+1
2014-04-08std: Add more docs for ptr modBrian Anderson-53/+182
2014-04-08Register new snapshotsAlex Crichton-61/+61
2014-04-07auto merge of #13358 : tbu-/rust/pr_doc_equivrel, r=cmrbors-63/+72
2014-04-07auto merge of #13356 : alexcrichton/rust/ignore-flaky, r=huonwbors-1/+1
2014-04-07auto merge of #13354 : alexcrichton/rust/fixup-some-signals, r=sfacklerbors-10/+9
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-114/+115
2014-04-06De-~[] IO utilsSteven Fackler-6/+6
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-39/+40
2014-04-06De-~[] Reader and WriterSteven Fackler-71/+71
2014-04-06Remove use of block comments in src/libstd/cmp.rsTobias Bucher-84/+72
2014-04-06Add requirements of TotalEq and TotalOrdTobias Bucher-2/+23
2014-04-06auto merge of #13344 : eddyb/rust/kill-unboxed-vec, r=cmrbors-25/+0
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-25/+0
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-4334/+37
2014-04-06std: Ignore a flaky std::comm testAlex Crichton-1/+1
2014-04-05std: Fix a doc example on io::signalAlex Crichton-10/+9
2014-04-05Fix an unnecessary use of `cast::transmute`Tobias Bucher-1/+1
2014-04-05auto merge of #13331 : pongad/rust/remove-wrapper, r=thestingerbors-205/+84
2014-04-04Removed cmath and instrinsic wrapper.Michael Darakananda-205/+84
2014-04-04Added grow_fn and retain to VecMichael Darakananda-1/+64
2014-04-04Register new snapshotsAlex Crichton-3/+1
2014-04-04auto merge of #12956 : killerswan/rust/docs, r=alexcrichtonbors-17/+91
2014-04-04Fix fallout from std::libc separationCorey Richardson-24/+34
2014-04-04Remove libc from stdCorey Richardson-4310/+3
2014-04-04auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonwbors-28/+7
2014-04-04auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichtonbors-1/+2
2014-04-04rustc: feature-gate `concat_idents!`.Huon Wilson-1/+2
2014-04-04[std::cmp] add missing docs and provide an exampleKevin Cantu-17/+91
2014-04-04auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonwbors-0/+259
2014-04-03auto merge of #12964 : gereeter/rust/extended-atomics, r=alexcrichtonbors-1/+133