about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-11-07Rename deprecated EnumSet methods in unit tests.Joseph Crail-2/+2
2014-11-07auto merge of #18688 : bkoropoff/rust/unboxed-closure-subst-fixes, r=nikomats...bors-50/+99
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-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-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
2014-11-06fix EnumSet::is_subsetAlex Crichton-2/+7
2014-11-06Test fixes and rebase conflictsAlex Crichton-2/+2
2014-11-06rollup merge of #18625 : alexcrichton/no-more-rlibcAlex Crichton-202/+0
2014-11-06rollup merge of #18691 : subhashb/add_clone_trait_to_filetypeAlex Crichton-1/+16
2014-11-06rollup merge of #18654 : michaelwoerister/lldb-test-timeoutAlex Crichton-0/+25
2014-11-06rollup merge of #18708 : qwitwa/masterAlex Crichton-2/+2
2014-11-06rollup merge of #18707 : japaric/moar-dstAlex Crichton-18/+77
2014-11-06rollup merge of #18705 : fabricedesre/patch-1Alex Crichton-1/+1
2014-11-06rollup merge of #18696 : tshakah/patch-1Alex Crichton-1/+1
2014-11-06rollup merge of #18695 : steveklabnik/gh17023Alex Crichton-1/+2
2014-11-06rollup merge of #18684 : nathan7/patch-1Alex Crichton-4/+5
2014-11-06rollup merge of #18683 : thestinger/typoAlex Crichton-5/+5
2014-11-06rollup merge of #18679 : brson/lint-traitAlex Crichton-27/+72
2014-11-06Remove rlibc from the distributionAlex Crichton-202/+0
2014-11-06rollup merge of #18665 : scribu/patch-1Alex Crichton-1/+1
2014-11-06rollup merge of #18664 : klutzy/getrandomAlex Crichton-12/+120
2014-11-06rollup merge of #18656 : thiagopnts/rename-deprecated-non_uppercase_staticsAlex Crichton-5/+5
2014-11-06rollup merge of #18647 : jbcrail/rename-dragonflyAlex Crichton-1/+3
2014-11-06rollup merge of #18644 : luqmana/pefcAlex Crichton-1/+24
2014-11-06rollup merge of #18636 : luqmana/armfAlex Crichton-1/+1
2014-11-06rollup merge of #18633 : huonw/target-spec-spellingAlex Crichton-1/+1
2014-11-06rollup merge of #18630 : nikomatsakis/purge-the-barsAlex Crichton-629/+953
2014-11-06rollup merge of #18628 : aturon/fixup-error-commentAlex Crichton-3/+0
2014-11-06rollup merge of #18615 : huonw/simdAlex Crichton-8/+29
2014-11-06rollup merge of #18591 : nick29581/dst-bug-strAlex Crichton-27/+44
2014-11-06rollup merge of #18555 : jakub-/e-needstestAlex Crichton-5/+303
2014-11-06rollup merge of #18373 : steveklabnik/gh18288Alex Crichton-2/+4
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-1479/+1804
2014-11-07Fixing #18659juxiliary-1/+17
2014-11-0614.3 - helpfully implied code sample is brokenqwitwa-2/+2
2014-11-06Add testsJorge Aparicio-0/+48
2014-11-06Fix soundness hole in struct with expressions.Brandon Sanderson-2/+34