about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-01-16Auto merge of #39069 - GuillaumeGomez:missing_blank_space, r=Manishearthbors-1/+1
2017-01-16Auto merge of #38806 - comex:lint-attr-fix, r=nrcbors-12/+31
2017-01-15Auto merge of #38610 - djzin:master, r=sfacklerbors-3/+3
2017-01-15Fix missing blank space issueGuillaume Gomez-1/+1
2017-01-15Auto merge of #39040 - estebank:relevant-impl-multiline, r=nikomatsakisbors-4/+31
2017-01-14Merge branch 'master' into lint-attr-fixcomex-679/+2154
2017-01-14Auto merge of #38992 - nagisa:i128-minvallit, r=eddybbors-0/+14
2017-01-14fix failing testdjzin-3/+3
2017-01-14Auto merge of #38944 - michaelwoerister:incr-generics-partitioning, r=nikomat...bors-30/+55
2017-01-14Auto merge of #38927 - petrochenkov:leven, r=jseyfriedbors-3/+92
2017-01-14Auto merge of #38914 - est31:tidy-gate-tests, r=nikomatsakisbors-0/+106
2017-01-13resolve: Levenshtein-based suggestions for non-import pathsVadim Petrochenkov-3/+92
2017-01-13Use multiline Diagnostic for "relevant impl" listEsteban Küber-4/+31
2017-01-13Auto merge of #38890 - petrochenkov:noresolve, r=nrcbors-281/+280
2017-01-13Auto merge of #38675 - infinity0:more-jemalloc-fixes, r=alexcrichtonbors-3/+6
2017-01-12Also mark the struct_field_attributes regression testest31-0/+2
2017-01-12Mark even more tests as gate testsest31-0/+96
2017-01-12Add gate-test- to some already existing testsest31-0/+8
2017-01-12Auto merge of #38650 - infinity0:master, r=alexcrichtonbors-0/+6
2017-01-12Auto merge of #38814 - Ralith:cfg-fields, r=jseyfriedbors-0/+50
2017-01-12Disable jemalloc tests on platforms where it is disabled (closes #38612)Ximin Luo-3/+6
2017-01-12Add mips architectures to conditional-compile testXimin Luo-0/+6
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-281/+280
2017-01-11syntax: struct field attributes and cfgBenjamin Saunders-0/+50
2017-01-12Auto merge of #38605 - estebank:fix-38371, r=nikomatsakisbors-0/+73
2017-01-11Auto merge of #38313 - jseyfried:self_imports, r=nrcbors-2/+33
2017-01-11Fix two const-eval issues related to i128 negationSimonas Kazlauskas-0/+14
2017-01-11Auto merge of #38989 - arielb1:constant-mir-overflow2, r=eddybbors-0/+7
2017-01-11Auto merge of #38925 - petrochenkov:varass, r=jseyfriedbors-2/+19
2017-01-11fix function arguments in constant promotionAriel Ben-Yehuda-0/+7
2017-01-11Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakisbors-9/+9
2017-01-10Auto merge of #38843 - Manishearth:proposed, r=GuillaumeGomezbors-3/+9
2017-01-10update test case to include `fn(&&u32: Foo)`Niko Matsakis-3/+15
2017-01-10Rollup merge of #38849 - michaelwoerister:ich-trait-impl-test, r=nikomatsakisSeo Sanghyeon-0/+152
2017-01-10Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichtonSeo Sanghyeon-0/+59
2017-01-10Rollup merge of #38606 - estebank:test-for-27522, r=petrochenkovSeo Sanghyeon-0/+30
2017-01-10Start warning cycle.Jeffrey Seyfried-5/+7
2017-01-10Change `self` in an import list `use foo::{self, ...}` to only import a modul...Jeffrey Seyfried-2/+31
2017-01-09Improved rustdoc rendering for unstable featuresManish Goregaokar-3/+9
2017-01-10Auto merge of #38934 - Manishearth:nodrop, r=eddybbors-0/+63
2017-01-09Make unions never have needs_dropManish Goregaokar-0/+63
2017-01-09trans: Treat generics like regular functions, not like #[inline] functions du...Michael Woerister-30/+55
2017-01-09Auto merge of #38866 - alexcrichton:try-wait, r=aturonbors-0/+65
2017-01-08Auto merge of #38861 - est31:master, r=alexcrichtonbors-0/+17
2017-01-08Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakisbors-0/+27
2017-01-08Fix ICE when variant is used as a part of associated typeVadim Petrochenkov-2/+19
2017-01-08Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakisbors-19/+10
2017-01-07Teach diagnostics to have correctly padded listsEsteban Küber-9/+9
2017-01-07add test caseEsteban Küber-8/+31
2017-01-07Auto merge of #38859 - jonathandturner:E0088_fix, r=eddybbors-0/+15