about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-11-08Remove somewhat bogus process-spawn-errno test (non-mac, non-windows only)Aaron Turon-95/+0
2014-11-08Runtime removal: fully remove rtioAaron Turon-276/+11
2014-11-08Runtime removal: refactor ttyAaron Turon-96/+112
2014-11-08Runtime removal: refactor timerAaron Turon-83/+60
2014-11-08Runtime removal: refactor processAaron Turon-176/+1250
2014-11-08Runtime removal: refactor helper threadsAaron Turon-71/+96
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-1289/+1183
2014-11-08Runtime removal: refactor fsAaron Turon-1166/+662
2014-11-08Remove signal handling.Aaron Turon-6/+0
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-456/+592
2014-11-08auto merge of #18730 : bkoropoff/rust/issue-18652, r=eddybbors-1/+21
2014-11-08auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichtonbors-31/+57
2014-11-08auto merge of #18740 : jbcrail/rust/implement-enum-set-len, r=alexcrichtonbors-1/+20
2014-11-08auto merge of #18735 : utkarshkukreti/rust/remove-unnecessary-to_string-from-...bors-6/+5
2014-11-08Implements Extend for EnumSet and LruCachegamazeps-1/+26
2014-11-08Renamed Extendable to Extendgamazeps-30/+31
2014-11-08auto merge of #18731 : chris-morgan/rust/derive-Clone-for-TypeId, r=alexcrichtonbors-1/+1
2014-11-08auto merge of #18634 : alexcrichton/rust/cfg-attr-crate-level, r=sfacklerbors-23/+127
2014-11-08auto merge of #18556 : seanmonstar/rust/tm-fmt, r=alexcrichtonbors-320/+454
2014-11-08auto merge of #18729 : bkoropoff/rust/issue-18711, r=cmrbors-4/+40
2014-11-08auto merge of #18724 : gamazeps/rust/toc, r=alexcrichtonbors-3/+3
2014-11-07libtime: alter strftime to use a TmFmtSean McArthur-320/+454
2014-11-07auto merge of #18723 : mprobinson/rust/fence-typos, r=thestingerbors-4/+4
2014-11-07Implement len() for EnumSet.Joseph Crail-1/+20
2014-11-07auto merge of #18688 : bkoropoff/rust/unboxed-closure-subst-fixes, r=nikomats...bors-50/+99
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-23/+127
2014-11-07auto merge of #18673 : VHaravy/rust/issue-18632, r=alexcrichtonbors-6/+23
2014-11-07auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelixbors-435/+539
2014-11-07auto merge of #18721 : SimonSapin/rust/safer-enumset, r=alexcrichtonbors-2/+53
2014-11-07Do not put double quotes around empty variables.Vitali Haravy-1/+6
2014-11-07Remove unnecessary `.to_string()`s from `Vec.swap_remove`'s doc example.Utkarsh Kukreti-6/+5
2014-11-07auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturonbors-8/+78
2014-11-07auto merge of #18698 : japaric/rust/index, r=alexcrichtonbors-3/+18
2014-11-07Add `ast::SequenceRepetition`Piotr Czarnecki-93/+160
2014-11-07Add and update testsPiotr Czarnecki-15/+26
2014-11-07auto merge of #18672 : brandonson/rust/functional-update-walk, r=nikomatsakisbors-2/+34
2014-11-07Derive Clone for TypeId.Chris Morgan-1/+1
2014-11-06Add regression test for #18652Brian Koropoff-0/+21
2014-11-06Remove incorrect assert in transBrian Koropoff-1/+0
2014-11-06Add regression test for #18711Brian Koropoff-0/+37
2014-11-06Fix panic due to overly long borrow of RefCellBrian Koropoff-4/+3
2014-11-06libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...Niko Matsakis-8/+78
2014-11-06Add regression test for #18685Brian Koropoff-0/+30
2014-11-06Add regression test for #18661Brian Koropoff-0/+28
2014-11-06Fix handling of unboxed closure type param substitutionsBrian Koropoff-50/+41
2014-11-06Add example impl in CLike docs. Fix 13752.Simon Sapin-1/+21
2014-11-06EnumSet assertion: better error message.Simon Sapin-1/+3
2014-11-06Make EnumSet not silently corrupt data.Simon Sapin-1/+30
2014-11-07auto merge of #18713 : juxiliary/rust/master, r=alexcrichtonbors-1/+17
2014-11-06Implement Index/IndexMut for [T]Jorge Aparicio-3/+18