about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-01-27auto merge of #11846 : michaelwoerister/rust/cu_name, r=pcwaltonbors-0/+27
2014-01-27auto merge of #11595 : eddyb/rust/env-et-self-no-more, r=nikomatsakisbors-27/+96
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-0/+27
2014-01-27Feature gate trace_macros.xales-0/+16
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-27/+96
2014-01-27auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichtonbors-28/+781
2014-01-27Add autogenerated tests for the spans of various derived traits.Huon Wilson-28/+781
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-4/+4
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-4/+4
2014-01-26Fix privacy fallout from previous changeAlex Crichton-28/+28
2014-01-26Change private structs to have private fields by defaultAlex Crichton-0/+70
2014-01-26auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichtonbors-2/+32
2014-01-25auto merge of #11803 : sfackler/rust/simple-mac, r=brsonbors-2/+2
2014-01-25Simplify and rename macro APISteven Fackler-2/+2
2014-01-25Uppercase numeric constantsChris Wong-10/+10
2014-01-24Add benchmarksCorey Richardson-0/+30
2014-01-24Update task-perf-one-millionCorey Richardson-2/+2
2014-01-24Move macro_rules! macros to libstdSteven Fackler-3/+1
2014-01-24auto merge of #11742 : eminence/rust/dylib-test-fix, r=alexcrichtonbors-0/+5
2014-01-23auto merge of #11718 : ktt3ja/rust/borrowck-error-msg, r=brsonbors-3/+34
2014-01-23Update flip() to be rev().Sean Chalmers-3/+3
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-3/+3
2014-01-23Make some borrow checker errors more user friendlyKiet Tran-3/+34
2014-01-22Set LD_LIBRARY_PATH on linux for c-dynamic-dylib testAndrew Chin-0/+5
2014-01-22Add some tests for the exponential notationSiegeLord-1/+43
2014-01-23Allow trailing commas in argument lists and tuple patternsSeo Sanghyeon-0/+16
2014-01-21xfail another external macro test on androidBrian Anderson-0/+1
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-6/+6
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-2/+2
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-1/+1
2014-01-21Remove unnecessary parentheses.Huon Wilson-4/+4
2014-01-21rustc: add lint for parens in if, while, match and return.Huon Wilson-0/+25
2014-01-21auto merge of #11699 : alexcrichton/rust/snapshot, r=huonwbors-1/+1
2014-01-21auto merge of #11687 : sfackler/rust/macro-export-inner-crate, r=alexcrichtonbors-0/+40
2014-01-20auto merge of #11662 : alexcrichton/rust/faster-parens, r=huonwbors-0/+25
2014-01-20Register new snapshotsAlex Crichton-1/+1
2014-01-20auto merge of #11653 : alexcrichton/rust/issue-11647, r=luqmanabors-0/+32
2014-01-20Fix a pathological const checking caseAlex Crichton-0/+25
2014-01-20Don't emit landing pads with -Z no-landing-padsAlex Crichton-0/+32
2014-01-20auto merge of #11664 : bjz/rust/identities, r=alexcrichtonbors-33/+51
2014-01-20Scan the entire crate for exported macrosSteven Fackler-0/+40
2014-01-20auto merge of #11661 : huonw/rust/fixed-length-instantiation, r=thestingerbors-0/+26
2014-01-20auto merge of #11660 : sfackler/rust/quote-unused-sp, r=huonwbors-0/+24
2014-01-20auto merge of #11656 : brson/rust/omgandroid, r=cmrbors-0/+3
2014-01-20Add operator trait constraints to std::num::{Zero, One} and document their ap...Brendan Zabarauskas-33/+51
2014-01-19auto merge of #11644 : huonw/rust/less-fatality, r=cmrbors-0/+48
2014-01-19auto merge of #11628 : alexcrichton/rust/issue-11593, r=brsonbors-8/+40
2014-01-19rustc: check instantiability of fixed length vectors properly.Huon Wilson-0/+26