summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-09std::tuple: Use != properly in Eq::ne for tuplesblake2-ppc-1/+1
2013-08-08Isolate common wait_end logicSteven Stewart-Gallus-13/+13
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-883/+3731
2013-08-08auto merge of #8336 : stepancheg/rust/socket-addr-from-str, r=brsonbors-70/+367
2013-08-08Allow attributes to appear as macro argumentsNiko Matsakis-59/+137
2013-08-08auto merge of #8356 : toddaaro/rust/ws, r=brsonbors-63/+328
2013-08-09Add #[inline] to impl Zero for ()Stepan Koltsov-0/+2
2013-08-08rustpkg: Eliminate a copyTim Chevalier-8/+5
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-552/+718
2013-08-08Enabled workstealing in the scheduler. Previously we had one global work queu...toddaaro-63/+328
2013-08-08std::vec: Fix typo in fn neblake2-ppc-1/+1
2013-08-08Fix more priv falloutCorey Richardson-3/+3
2013-08-08std::iterator::order test casesblake2-ppc-0/+47
2013-08-08std: Fix tuple lexicographical orderblake2-ppc-14/+28
2013-08-08std: Fix Ord for Option, using iterator::orderblake2-ppc-15/+18
2013-08-08std::vec: Use iterator::order functions for Eq, Ord, TotalOrd, TotalEqblake2-ppc-24/+22
2013-08-08std: Implement traits for the one-tupleblake2-ppc-20/+25
2013-08-08extra::dlist: Use iterator::order for sequence orderingblake2-ppc-3/+61
2013-08-08Add std::iterator::order with lexical ordering functions for sequencesblake2-ppc-0/+110
2013-08-08xfail-fast an aux testCorey Richardson-1/+1
2013-08-08env! syntax extension changesSteven Fackler-32/+168
2013-08-08std: more fixes for os.rs for windowsErick Tryzelaar-2/+3
2013-08-08rust-mode: make indentation customizablePaul Collins-6/+11
2013-08-08auto merge of #8245 : alexcrichton/rust/fmt2, r=graydonbors-3/+2258
2013-08-07std: import HANDLE for os::list_dir for windowsErick Tryzelaar-0/+1
2013-08-07Fix a stack to use the new .to_c_str() apiErick Tryzelaar-2/+2
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 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