about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-01-13Auto merge of #38675 - infinity0:more-jemalloc-fixes, r=alexcrichtonbors-3/+6
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-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-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-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
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+65
2017-01-06Test for appropriate span on second custom deriveEsteban Küber-0/+59
2017-01-07Auto merge of #38855 - Mark-Simulacrum:immediate-fix, r=eddybbors-0/+21
2017-01-06Auto merge of #38835 - alexcrichton:less-overlapped, r=brsonbors-0/+90
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-19/+10
2017-01-06Auto merge of #38792 - jseyfried:improve_macros_11_diagnostics, r=nikomatsakisbors-0/+43
2017-01-06Auto merge of #38833 - arielb1:constant-mir-overflow, r=eddybbors-0/+20
2017-01-06Auto merge of #38793 - jseyfried:fix_macro_export_duplicates, r=nrcbors-0/+35
2017-01-06Make members of {std,core}::{i128,u128} unstableest31-0/+17
2017-01-06Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakisbors-69/+333
2017-01-06Fix tidy warningJonathan Turner-0/+10
2017-01-06Add in test for E0090Jonathan Turner-0/+5
2017-01-05Auto merge of #38689 - pnkfelix:dont-check-stability-on-private-items, r=niko...bors-0/+249
2017-01-05Fix ICE on i686 when calling immediate() on OperandValue::Ref in returnMark Simulacrum-0/+21
2017-01-05Auto merge of #38817 - jseyfried:improve_unused_qualification_lint, r=petroch...bors-4/+5
2017-01-05ICH: Add some more test cases for trait impls.Michael Woerister-0/+152
2017-01-05Un-remove E0001, put a notice on it insteadAndrew Cann-2/+2
2017-01-05Auto merge of #38152 - arielb1:special-copy, r=nikomatsakisbors-18/+61
2017-01-05Auto merge of #38776 - eddyb:unsigned-means-unsigned, r=pnkfelixbors-143/+6
2017-01-05Auto merge of #38767 - est31:master, r=eddybbors-2/+68