summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2012-11-05Make std::rl unsafe. #3921Brian Anderson-6/+9
2012-11-04Merge remote-tracking branch 'brson/repl'Brian Anderson-0/+70
2012-11-04Use a linenoise with win32 supportBrian Anderson-6/+0
2012-11-04Move rusti::rl to std::rlZack Corr-0/+76
2012-11-03Remove stage0 stuff that was awaiting snapshotTim Chevalier-501/+0
2012-10-29std: disable timsort crash-test on windows.Graydon Hoare-0/+1
2012-10-25std: Fix build errors in sortBrian Anderson-4/+4
2012-10-25Merge remote-tracking branch '14427/incoming'Brian Anderson-26/+853
2012-10-25Remove some unused MergeState code, add a Fixme and remove a workaround invol...Simon BD-8/+5
2012-10-24Move binarysort out of MergeStateSimon BD-36/+36
2012-10-24Remove commented out codeSimon BD-28/+0
2012-10-24Remove and comment out more MergeState codeSimon BD-28/+28
2012-10-24Remove some code that MergeState used to prevent double freesSimon BD-33/+1
2012-10-24Fix tests for Copy boundSimon BD-45/+9
2012-10-24Add copy bound to sortSimon BD-104/+52
2012-10-23Move futures to stdBrian Anderson-0/+247
2012-10-23core: Use PortOne instead of Future in future_resultBrian Anderson-2/+2
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-30/+30
2012-10-22Re-add bad Ord impl testSimon BD-0/+19
2012-10-22Fix typoSimon BD-1/+1
2012-10-22Fix long lineSimon BD-1/+2
2012-10-22Use explicit selfSimon BD-8/+8
2012-10-22Uncomment tests and fix binarysort segmentation faultSimon BD-95/+72
2012-10-22Merge remote-tracking branch 'original/incoming' into incomingSimon BD-1955/+2015
2012-10-22Fix up tests, export tim_sortSimon BD-25/+19
2012-10-20std: Shuffle around test ports some moreBrian Anderson-1/+1
2012-10-20Long linesBrian Anderson-1/+2
2012-10-20Remove old fixed-length vector syntaxBen Striegel-2/+2
2012-10-20std: Use unique ports in tcp testsBrian Anderson-2/+2
2012-10-20std: rename getpeername to get_peer_addrLuqman Aden-9/+12
2012-10-20std: Add test for getpeernameBrian Anderson-0/+55
2012-10-20uv: use just getpeername for both ipv4 and ipv6.Luqman Aden-12/+22
2012-10-20uv: implement a way to get client's ip/port.Luqman Aden-2/+59
2012-10-19Remove superfluous by-ref in option::get, option::get_default, option::expectTim Chevalier-1/+1
2012-10-18Rename str::to_unique to str::to_owned.Erick Tryzelaar-1/+1
2012-10-17Merge pull request #3739 from killerswan/usagemsgTim Chevalier-3/+409
2012-10-17Fix whitespaceTim Chevalier-3/+3
2012-10-17std::treemap - changing types to reflect constraints, adding equality check (...Daniel Patterson-10/+46
2012-10-17Add a module to getopts to support verbose option definitionKevin Cantu-3/+409
2012-10-17Export std::net_url::encode_componentTim Chevalier-1/+1
2012-10-15libstd: make Serializer a trait-level typaramErick Tryzelaar-0/+515
2012-10-12Make moves explicit in std testsTim Chevalier-96/+98
2012-10-12bump version to 0.5.Graydon Hoare-2/+2
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-11/+10
2012-10-11Fix from_buf in test casesTim Chevalier-2/+2
2012-10-11Remove comment that is now falseTim Chevalier-6/+4
2012-10-11Update FIXME numberTim Chevalier-3/+3
2012-10-11Remove Copy bound from std::timer::delayed_sendTim Chevalier-1/+1
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-22/+30
2012-10-09Remove old serialization2 vestigial codeErick Tryzelaar-12/+0