about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-11-14implement coercions in MIRAriel Ben-Yehuda-0/+76
2015-11-13represent fat ptr operands as 2 separate pointersAriel Ben-Yehuda-0/+63
2015-11-13MIR: implement fat raw pointer comparisonsAriel Ben-Yehuda-0/+173
2015-11-13Auto merge of #29800 - Detegr:master, r=nikomatsakisbors-0/+14
2015-11-12Auto merge of #29780 - KyleMayes:quote-ext, r=nrcbors-10/+51
2015-11-12Add feature gate test for #[fundamental] attributeAntti Keränen-0/+14
2015-11-12Auto merge of #29770 - ollie27:assert_eq_unsized, r=alexcrichtonbors-0/+13
2015-11-12Fixup #29776Manish Goregaokar-8/+16
2015-11-12Rollup merge of #29776 - nikomatsakis:mir-29740, r=nrcManish Goregaokar-0/+318
2015-11-12Auto merge of #29616 - nagisa:mir-repeat, r=nikomatsakisbors-0/+41
2015-11-11ignore pretty since it dies for some mysterious reason I can't beNiko Matsakis-0/+2
2015-11-12Fix hygiene regression in patternsVadim Petrochenkov-0/+45
2015-11-11Add test for assert_eq! with none Sized typesOliver Middleton-0/+13
2015-11-11Rewrite match algorithm to avoid massive blowup in generated code forNiko Matsakis-0/+316
2015-11-11libsyntax: Add more quasiquoting macrosKyle Mayes-10/+51
2015-11-12Rollup merge of #29777 - Manishearth:const_irrefutable_diag, r=eddybManish Goregaokar-0/+28
2015-11-12Add test for constant pattern diagnosticsManish Goregaokar-0/+28
2015-11-11Auto merge of #29763 - nikomatsakis:mir-29227, r=nikomatsakisbors-0/+151
2015-11-11Ignore long lines on this test.Niko Matsakis-0/+2
2015-11-11Auto merge of #29738 - sanxiyn:suggest-mut, r=nrcbors-0/+30
2015-11-10Add regression test for #29227.Niko Matsakis-0/+149
2015-11-11Auto merge of #29727 - alexcrichton:debug-unused-result, r=sfacklerbors-0/+20
2015-11-11Auto merge of #29726 - petrochenkov:privsan, r=alexcrichtonbors-6/+113
2015-11-10use Constant for repetition count in mir::RepeatSimonas Kazlauskas-0/+20
2015-11-10Auto merge of #29714 - petrochenkov:strparse, r=nrcbors-6/+14
2015-11-10Auto merge of #29705 - Ryman:mismatched_typaram_counts, r=alexcrichtonbors-1/+2
2015-11-10Auto merge of #29697 - dotdash:mir_trans_switchint, r=nikomatsakisbors-0/+24
2015-11-10Auto merge of #29699 - tamird:valgrind-supp, r=alexcrichtonbors-1/+1
2015-11-10Auto merge of #29546 - alexcrichton:new-libc, r=brsonbors-15/+22
2015-11-09std: Migrate to the new libcAlex Crichton-15/+22
2015-11-10Suggest `mut` for mutability errorsSeo Sanghyeon-0/+30
2015-11-09Use enum ParsePub instead of bool in field parsing + typoVadim Petrochenkov-2/+2
2015-11-09Improve error messageVadim Petrochenkov-0/+2
2015-11-09syntax: Use `let _` in #[derive(Debug)]Alex Crichton-0/+20
2015-11-09rustc_privacy: Fix bugs in SanePrivacyVisitorVadim Petrochenkov-6/+113
2015-11-09[MIR trans] Add support for SwitchIntBjörn Steinbrink-0/+24
2015-11-09syntax: Merge parsing code for structures and variantsVadim Petrochenkov-6/+12
2015-11-09Remove executable permission from .rs filesAndrew Paseltiner-0/+0
2015-11-09librustc_typeck: give more information when supplied wrong number of type-par...Kevin Butler-1/+2
2015-11-08valgrind: update suppressions and move interesting testsTamir Duberstein-0/+0
2015-11-08print the unexpected characterTamir Duberstein-1/+1
2015-11-08librustc: dont warn for inside of items when the parent is deadKevin Butler-3/+33
2015-11-07Rollup merge of #29656 - arcnmx:static-extern, r=alexcrichtonManish Goregaokar-1/+5
2015-11-06Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturonbors-0/+37
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-0/+37
2015-11-06Auto merge of #29582 - oli-obk:token_tree, r=sfacklerbors-3/+3
2015-11-06remove `Tt` prefix from TokenType variantsOliver Schneider-3/+3
2015-11-06Auto merge of #29620 - petrochenkov:reachable2, r=alexcrichtonbors-2/+25
2015-11-06Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichtonbors-5/+5
2015-11-06Preserve public static items across LTOarcnmx-1/+5