about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-09Remove rtdebug_! and make rtdebug! work properly.Corey Richardson-12/+4
2013-08-09Fix vector pattern matching. Closes #6909.Michael Sullivan-44/+159
2013-08-09Switch to using .enumerate() some places in _match.Michael Sullivan-9/+6
2013-08-09std: more windows fixes to os.rs and run.rsErick Tryzelaar-4/+9
2013-08-09auto merge of #8369 : yichoi/rust/arm-test, r=sanxiynbors-4/+4
2013-08-09Add parse-error recovery for erroneous `struct_id { }` form.Felix S. Klock II-32/+187
2013-08-09auto merge of #8352 : stepancheg/rust/ipv6-to-str, r=luqmanabors-1/+8
2013-08-10std: add a Clone impl for HashSet.Huon Wilson-0/+26
2013-08-09auto merge of #8362 : sfackler/rust/env, r=alexcrichtonbors-32/+168
2013-08-09Implement `lower_bound_iter`/`upper_bound_iter` for TrieMap/TrieSetDmitry Ermolov-0/+102
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-09std: Fix perf of local allocations in newschedBrian Anderson-68/+92
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-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