about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-04clean up check_pat_enumAriel Ben-Yehuda-46/+28
2016-03-04make skip a double ended iteratorOliver Schneider-0/+49
2016-03-04Clarify ambiguous wording in fold() docsBrian Bowman-1/+1
2016-03-04Auto merge of #32006 - jseyfried:fix_expanded_mod_path, r=nikomatsakisbors-4/+113
2016-03-04Auto merge of #31945 - sfackler:net2, r=alexcrichtonbors-4/+733
2016-03-03`usize` is now a proper ctype, so fix cmp_sliceubsan-2/+0
2016-03-04truncate i8-s to i1-s when loading constantsAriel Ben-Yehuda-9/+36
2016-03-03Auto merge of #31671 - ranma42:printcfg, r=alexcrichtonbors-3/+14
2016-03-03Auto merge of #31797 - apasel422:issue-28950, r=alexcrichtonbors-28/+27
2016-03-03[rustbuild] fix cross compilation of std for mips(el)-linux-muslJorge Aparicio-2/+2
2016-03-03Fix netbsdSteven Fackler-4/+4
2016-03-03Auto merge of #32007 - nikomatsakis:compiletest-incremental, r=alexcrichtonbors-228/+458
2016-03-03std: Stabilize `into_*` ASCII methodsAlex Crichton-8/+4
2016-03-03added ignoresrinivasreddy-1/+1
2016-03-03Fix android buildSteven Fackler-3/+3
2016-03-03make pretty printer tests understand revisions, and make them ignore theNiko Matsakis-20/+32
2016-03-03Refactor src-link creation for local sourcesmitaa-41/+32
2016-03-03Auto merge of #31979 - jseyfried:rename_ctxt, r=eddybbors-706/+703
2016-03-03Do not assert revisions list is empty for pretty printing testsNiko Matsakis-1/+5
2016-03-03Hide gated cfg attributes from the output of `--print cfg`Andrea Canciani-1/+10
2016-03-03Auto merge of #32012 - bluss:more-drop-in-place, r=alexcrichtonbors-12/+13
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-706/+703
2016-03-02Fix comments and OSX buildSteven Fackler-5/+30
2016-03-03Responsive layout correction.gohyda-3/+7
2016-03-03Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakisbors-506/+307
2016-03-03Ignore a rustdoc test that does not work on betaBrian Anderson-0/+1
2016-03-02Add testJeffrey Seyfried-0/+47
2016-03-02Fix the search paths for macro-expanded non-inline modulesJeffrey Seyfried-3/+60
2016-03-02Add `filename` to ParserJeffrey Seyfried-1/+6
2016-03-02Auto merge of #32005 - vegai:31686, r=Manishearthbors-4/+7
2016-03-02Build the same configuration when compiling and for `--print cfg`Andrea Canciani-1/+3
2016-03-02Add usage documentation for `--print cfg`Andrea Canciani-1/+1
2016-03-02Type defined here note added to testvegai-1/+1
2016-03-02add a run-fail meta testNiko Matsakis-0/+43
2016-03-02rename should-panic to should-fail, per acrichto's suggestionNiko Matsakis-7/+7
2016-03-02make it possible for a test to declare `should-panic`Niko Matsakis-28/+95
2016-03-02Auto merge of #31996 - gandro:update-libc, r=alexcrichtonbors-0/+0
2016-03-02Fix test to reflect new notevegai-1/+1
2016-03-02Use ptr::drop_in_place in VecDeque::dropUlrik Sverdrup-1/+6
2016-03-02Use ptr::drop_in_place in Vec::truncateUlrik Sverdrup-3/+4
2016-03-02Use ptr::drop_in_place in Vec::dropUlrik Sverdrup-8/+3
2016-03-02made print message similar across two loopssrinivasreddy-1/+1
2016-03-02addressed review comments - grammar corrections, space additionssrinivasreddy-5/+12
2016-03-02Auto merge of #32000 - xaocon:master, r=steveklabnikbors-1/+1
2016-03-02thread revision identifier around in test outputNiko Matsakis-91/+134
2016-03-02convert coherence-cow to use revisionsNiko Matsakis-52/+11
2016-03-02refactor and generalize revisionsNiko Matsakis-16/+52
2016-03-02Add test (fixes #27340)Vadim Petrochenkov-0/+16
2016-03-02Move span into `StructField`Vadim Petrochenkov-98/+79
2016-03-02Use numeric field `Name`s ("0", "1" etc) for positional fieldsVadim Petrochenkov-109/+62