about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-1/+23
2013-10-16auto merge of #9655 : kballard/rust/path-rewrite, r=alexcrichtonbors-73/+100
2013-10-16path2: Update for latest masterKevin Ballard-3/+3
2013-10-16path2: Update based on more review feedbackKevin Ballard-17/+4
2013-10-15Require module documentation with missing_docAlex Crichton-1/+23
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-26/+26
2013-10-15path2: Update for loop -> continueKevin Ballard-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-64/+104
2013-10-15Remove extra::flatpipesSteven Fackler-980/+0
2013-10-14Only use padded test names to calculate the target padding size.Felix S. Klock II-3/+12
2013-10-14Issue 7655: align the bench printouts so that the numbers tend to be aligned.Felix S. Klock II-12/+51
2013-10-14Removing ccdeclSteve Klabnik-2/+2
2013-10-14Remove unused abi attributes.Steve Klabnik-4/+2
2013-10-14extra: implement Encodable/Decodable for UuidCorey Richardson-0/+15
2013-10-11auto merge of #9794 : thestinger/rust/rc, r=alexcrichtonbors-376/+0
2013-10-11clean up the `Rc`/`RcMut` types and move to libstdDaniel Micay-376/+0
2013-10-11auto merge of #9803 : alexcrichton/rust/less-pub2, r=brsonbors-1/+1
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-16/+58
2013-10-11De-pub some private runtime componentsAlex Crichton-1/+1
2013-10-09auto merge of #9386 : Geal/rust/base64-doc, r=alexcrichtonbors-10/+13
2013-10-09Correct code examples for base64 documentationGeoffroy Couprie-10/+13
2013-10-09option: rewrite the API to use compositionDaniel Micay-35/+37
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-3/+3
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-8/+8
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-3/+4
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+2
2013-10-05auto merge of #9734 : luisbg/rust/master, r=alexcrichtonbors-2/+0
2013-10-05extra: remove commented out 'X' and 'x' formatsLuis de Bethencourt-2/+0
2013-10-05auto merge of #9250 : erickt/rust/num, r=ericktbors-284/+489
2013-10-05extra: fix BigInt on 32bit machinesErick Tryzelaar-127/+139
2013-10-05extra: Don't truncate {u64,i64} when converting to BigIntsErick Tryzelaar-19/+121
2013-10-03extra: remove unnecessary second level functionsLuis de Bethencourt-11/+4
2013-10-03auto merge of #9691 : alexcrichton/rust/rustdoc, r=cmrbors-1/+2
2013-10-02auto merge of #9689 : luisbg/rust/strftime, r=alexcrichtonbors-8/+7
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-1/+2
2013-10-02extra: %W and %+ support in time::strftimeLuis de Bethencourt-8/+7
2013-10-02auto merge of #9675 : sfackler/rust/lint, r=alexcrichtonbors-0/+10
2013-10-02auto merge of #9670 : luisbg/rust/strftime, r=alexcrichtonbors-8/+61
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+10
2013-10-02extra: %G, %g and %V support in time::strftimeLuis de Bethencourt-6/+59
2013-10-02extra: Add ToBigInt and ToBigUint traitsErick Tryzelaar-0/+90
2013-10-02std: Swap {To,From}Primitive to use the 64bit as the unimplemented versionErick Tryzelaar-24/+24
2013-10-02std: Replace num::IntConvertible with {To,From}PrimitiveErick Tryzelaar-214/+215
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-13/+13
2013-10-01extra: %U support in time::strftimeLuis de Bethencourt-2/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-13/+13
2013-10-01remove the `float` typeDaniel Micay-185/+152
2013-09-30syntax: Remove usage of fmt!Alex Crichton-2/+2
2013-09-30extra: Remove usage of fmt!Alex Crichton-421/+424
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-1/+1