about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-08-10Increase system stack size.Dmitry Ermolov-1/+1
2013-08-09auto merge of #8352 : stepancheg/rust/ipv6-to-str, r=luqmanabors-1/+8
2013-08-09auto merge of #8362 : sfackler/rust/env, r=alexcrichtonbors-32/+168
2013-08-09Fix Ipv6Addr to_str for ::1:x.x.x.x addressesStepan Koltsov-1/+8
2013-08-09auto merge of #8361 : alexcrichton/rust/fix-node-hashes-in-crates, r=thestingerbors-26/+29
2013-08-09auto merge of #8357 : omasanori/rust/cleanup, r=alexcrichtonbors-57/+3
2013-08-09Remove redundant Ord method impls.OGINO Masanori-57/+3
2013-08-08auto merge of #8350 : dim-an/rust/fix-struct-match, r=pcwaltonbors-65/+158
2013-08-08auto merge of #8336 : stepancheg/rust/socket-addr-from-str, r=brsonbors-70/+367
2013-08-08auto merge of #8356 : toddaaro/rust/ws, r=brsonbors-63/+328
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-554/+762
2013-08-08Enabled workstealing in the scheduler. Previously we had one global work queu...toddaaro-63/+328
2013-08-08Fix more priv falloutCorey Richardson-5/+5
2013-08-08xfail-fast an aux testCorey Richardson-1/+1
2013-08-08env! syntax extension changesSteven Fackler-32/+168
2013-08-08auto merge of #8245 : alexcrichton/rust/fmt2, r=graydonbors-3/+2258
2013-08-07Fix falloutCorey Richardson-8/+8
2013-08-07(cleanup) Improve rtabort message for atomic-sleep.Ben Blum-1/+2
2013-08-07fix recv_ready for Port to take &self and not need to return a tuple. Close #...Ben Blum-7/+26
2013-08-07extra: Remove all each_* methods in treemapblake2-ppc-39/+6
2013-08-07extra: Implement .rev_iter() in treemapblake2-ppc-21/+60
2013-08-07extra: External iterators for TreeSet set operationsblake2-ppc-114/+134
2013-08-07extra: Simplify Eq/Ord in treemapblake2-ppc-21/+5
2013-08-07Gedit/gtksourceview language spec: add 'in' keywordSimon Sapin-0/+1
2013-08-07std: add missing #[inline] annotation to the f64 arithmetic trait impls.Huon Wilson-0/+4
2013-08-07misc help message fixDo Nhat Minh-3/+3
2013-08-07Add some documentation about globals in ffi docsAlex Crichton-0/+42
2013-08-07Add weak_rng to get a random algo that puts more emphasis on speed than securityJordi Boggiano-0/+10
2013-08-07Document rand module with more emphasis on cryptographic securityJordi Boggiano-2/+12
2013-08-07Change const to staticSangeun Kim-43/+43
2013-08-07Change Freeze to StaticSangeun Kim-3/+3
2013-08-07Fix unit structs in cross-crate situtationsAlex Crichton-2/+92
2013-08-07extra: add `internal` to {de,in}flate_bytes_ naming to address nitdarkf-6/+6
2013-08-07add extra::flate::deflate_bytes_zlib and a testdarkf-2/+19
2013-08-07add inflate_bytes_zlib to exra::flatedarkf-2/+11
2013-08-07Turn OptGroups into a main opt and a main and an aliased optsJordi Boggiano-35/+72
2013-08-07Add missing getopts::groups::optflagmulti functionJordi Boggiano-0/+14
2013-08-07Forbid `priv` where it has no effectAlex Crichton-64/+81
2013-08-07Implement DoubleEndedIterator on RangeKevin Ballard-65/+56
2013-08-07rustc: Fix for-range loops that can use iteratorsblake2-ppc-29/+21
2013-08-07Bugfix .each_edge in middle/graph.rsblake2-ppc-3/+3
2013-08-07std: Fix for-range loops that can use iteratorsblake2-ppc-44/+31
2013-08-07extra: Remove all .each methods in smallintmapblake2-ppc-43/+0
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-3/+2258
2013-08-07auto merge of #8358 : brson/rust/newrt, r=brsonbors-65/+187
2013-08-07Turn on the new runtimeBrian Anderson-1/+1
2013-08-07rusti: Disable testsBrian Anderson-0/+15
2013-08-07Disable linked failure testsBrian Anderson-8/+48
2013-08-07doc: Fix deadlocks in tutorial due to yield bustageBrian Anderson-3/+6
2013-08-07xfail debug-info/option-like-enumBrian Anderson-0/+1