about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-01-08Only ignore failing bigint tests on 32-bit platformsBrian Anderson-4/+8
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-198/+30
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-30/+198
2013-01-08Ignore some failing bigint testsBrian Anderson-0/+4
2013-01-08Merge remote-tracking branch 'gifnksm/bigint' into kind-namesBrian Anderson-0/+1499
2013-01-02remove apparently-superfluous extra parens from typesTim Chevalier-2/+2
2013-01-02std: Constify the bytes sent to Sha1::inputPeter Williams-4/+4
2012-12-31Merge pull request #4324 from steveklabnik/std_netBrian Anderson-1/+11
2013-01-01Add some extra description for std::netSteve Klabnik-1/+11
2012-12-29libstd: Comment out mysteriously failing net-url test. rs=bustedPatrick Walton-2/+3
2012-12-28doc: Rename mention of insert_or_update_with_keyBen Alpert-1/+1
2012-12-28libstd: Fix tests. rs=bustagePatrick Walton-11/+69
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-13/+118
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-116/+375
2012-12-27Enhance auto_encode to take number of struct fieldsMichael Neumann-8/+8
2012-12-24Convert core::io to use explicit self (for issue #4118 and issue #2004)gareth-15/+15
2012-12-24std: Mark some functions as pureChris Peterson-12/+12
2012-12-24bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-2/+2
2012-12-24std: modernize net_urlErick Tryzelaar-364/+316
2012-12-24Switch chain calls to use Option::chain methodErick Tryzelaar-78/+39
2012-12-24Merge pull request #4278 from cpeterso/incoming-pure-functionsTim Chevalier-12/+12
2012-12-24Convert core::io to use explicit self (for issue #4118 and issue #2004)gareth-15/+15
2012-12-23std: Mark some functions as pureChris Peterson-12/+12
2012-12-23Merge pull request #4243 from erickt/incomingTim Chevalier-78/+39
2012-12-23Merge pull request #4249 from graydon/0.6-bumpTim Chevalier-2/+2
2012-12-23Merge pull request #4251 from erickt/urlTim Chevalier-364/+316
2012-12-22Convert @[BigDigit] to ~[BigDigit]gifnksm-279/+254
2012-12-22Impl Zero, One of BigInt, BigUintgifnksm-73/+85
2012-12-22Convert std::bigint to explicit self.gifnksm-45/+52
2012-12-22Move BigUint and BigDIgit to std::bigint.gifnksm-845/+834
2012-12-22Implement BigInt and BigUint.gifnksm-0/+1505
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-2/+2
2012-12-21std: modernize net_urlErick Tryzelaar-364/+316
2012-12-20Ignore some time testsBrian Anderson-0/+2
2012-12-20Switch chain calls to use Option::chain methodErick Tryzelaar-78/+39
2012-12-20Remove the cfg(stageN)-specific serialize code.Erick Tryzelaar-607/+0
2012-12-19Fix a warning in the workcache test.Erick Tryzelaar-1/+1
2012-12-19Remove serialize::traits submodule.Erick Tryzelaar-1/+604
2012-12-19Remove the old serialization codeErick Tryzelaar-590/+1
2012-12-18Remove superfluous parentheses.Erick Tryzelaar-4/+4
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-25/+25
2012-12-17Fix build breakageBrian Anderson-54/+54
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-82/+80
2012-12-17std: Add flatpipesBrian Anderson-0/+1004
2012-12-17Register snapshotsBrian Anderson-10/+0
2012-12-17Revert "Register snapshots"Brian Anderson-0/+10
2012-12-17Register snapshotsBrian Anderson-10/+0
2012-12-17add an empty PriorityQueue constructorDaniel Micay-10/+10
2012-12-16Long linesBrian Anderson-6/+7
2012-12-16Fix doc commentBrian Anderson-1/+2