about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-05-08libstd: Remove mutable fields from flatpipes and io_utilPatrick Walton-13/+15
2013-05-08libstd: Remove mutable fields from fileinput and net_tcpPatrick Walton-21/+23
2013-05-08fix incorrect region code based on the old 'selfDaniel Micay-6/+6
2013-05-09Fix typosSean Moon-14/+14
2013-05-08libstd: convert chained ifs to a match in base64.Huon Wilson-24/+20
2013-05-08auto merge of #6317 : brson/rust/durable, r=z0w0bors-2/+2
2013-05-08auto merge of #6305 : thestinger/rust/rc, r=nikomatsakisbors-6/+8
2013-05-07auto merge of #6301 : bjz/rust/numeric-traits, r=pcwaltonbors-0/+14
2013-05-07std: Replace Durable with 'staticBrian Anderson-2/+2
2013-05-07arc: mark RWARC as non-ConstDaniel Micay-0/+1
2013-05-07rc: remove the managed pointer workaroundDaniel Micay-6/+7
2013-05-07auto merge of #6276 : brson/rust/issue-6122, r=graydonbors-0/+1
2013-05-07Add abs_sub method to Signed traitBrendan Zabarauskas-0/+14
2013-05-06auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestingerbors-27/+91
2013-05-07Add pop() and swap() to the Map traitAlex Crichton-27/+91
2013-05-06auto merge of #6241 : thestinger/rust/rc, r=pcwaltonbors-0/+276
2013-05-06add task-local reference counted smart pointersDaniel Micay-0/+276
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-103/+0
2013-05-06std: Workaround bustage on incoming. #6122Brian Anderson-0/+1
2013-05-06Adust arena test: can no longer allocate recursivelyNiko Matsakis-3/+0
2013-05-06Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq'Brendan Zabarauskas-103/+0
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-850/+1219
2013-05-04Register snapshotsBrian Anderson-2525/+0
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-3/+0
2013-05-03auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphismbors-10/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-3/+0
2013-05-03std: Warning policeTim Chevalier-10/+3
2013-05-03tidyTim Chevalier-1/+1
2013-05-03rustpkg: Implement install commandTim Chevalier-1/+25
2013-05-03auto merge of #6185 : gifnksm/rust/prelude-from_str, r=graydonbors-9/+4
2013-05-03Remove extra `#[cfg(stage0)]`gifnksm-2/+0
2013-05-02std: xfail test_serializing_pipesBrian Anderson-0/+1
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-203/+2721
2013-05-02libstd: De-mut arenaPatrick Walton-51/+89
2013-05-02libcore: Export core::from_str::FromStr from core::preludegifnksm-8/+5
2013-05-02More cases of [cfg(test)] instead of [test].Felix S. Klock II-1/+1
2013-05-02mod items need to be marked with `cfg(test)` not `test`.Felix S. Klock II-1/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-74/+0
2013-05-02libstd: impl Clone for BigUint/BigInt and replace `copy` with `.clone()`gifnksm-11/+13
2013-05-01keep old sort for stage0Niko Matsakis-0/+1239
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-62/+78
2013-05-01auto merge of #6147 : bjz/rust/numeric-traits, r=brsonbors-70/+67
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-70/+67
2013-04-30core/std: Fix race condition in os::mkdir_recursive testsTim Chevalier-21/+29
2013-04-30allover: numerous unused muts etcNiko Matsakis-4/+3
2013-04-30new borrow checker (mass squash)Niko Matsakis-53/+65
2013-04-30desnapshotNiko Matsakis-3/+0
2013-04-30adapt to snapshotNiko Matsakis-376/+0
2013-04-29auto merge of #6108 : gifnksm/rust/bigint-shift-bug, r=brsonbors-21/+39
2013-04-29auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brsonbors-6/+59