summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-07-03Don't translate vtable methods with Self: Sized bounds.Eduard Burtescu-0/+28
2016-07-03Revert "skip double negation in const eval"Alex Crichton-0/+1
2016-07-03fail obligations that depend on erroring obligationsAriel Ben-Yehuda-0/+20
2016-07-02fix test falloutAriel Ben-Yehuda-9/+9
2016-06-27trans: always use a memcpy for ABI argument/return casts.Eduard Burtescu-4/+12
2016-05-26Fix stores codegen passSimonas Kazlauskas-4/+4
2016-05-26Add a regression testSimonas Kazlauskas-0/+29
2016-05-22Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichtonbors-2/+1
2016-05-23Use libc::abort, not intrinsics::abort, in rtabort!Brian Campbell-2/+1
2016-05-21Auto merge of #33768 - Manishearth:rollup, r=Manishearthbors-6/+19
2016-05-21Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichtonManish Goregaokar-6/+19
2016-05-20Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturonbors-0/+63
2016-05-20Auto merge of #33758 - GuillaumeGomez:rollup, r=Manishearthbors-13/+374
2016-05-20rustc: Fix again order-dependence in extern crateAlex Crichton-0/+63
2016-05-20Auto merge of #33378 - oli-obk:fix/registry_args, r=Manishearthbors-1/+1
2016-05-20Rollup merge of #33739 - GuillaumeGomez:error-code-tests, r=ManishearthGuillaume Gomez-0/+284
2016-05-20Rollup merge of #33734 - luqmana:33387-mir_fat_ptr_coerce, r=arielb1Guillaume Gomez-0/+44
2016-05-20Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakisGuillaume Gomez-3/+34
2016-05-20Rollup merge of #33676 - rkruppe:e0509-exact-words, r=sanxiynGuillaume Gomez-10/+12
2016-05-20Update testsManish Goregaokar-6/+19
2016-05-20Auto merge of #33553 - alexcrichton:cdylibs, r=brsonbors-0/+105
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-0/+105
2016-05-19Rollup merge of #33712 - jseyfried:fix_expanded_expr_span_bug, r=nrcManish Goregaokar-21/+23
2016-05-19Rollup merge of #33708 - nham:zero-elided-lifetimes, r=sanxiynManish Goregaokar-0/+35
2016-05-19Rollup merge of #33696 - nham:add-test-21225, r=luqmanaManish Goregaokar-0/+30
2016-05-19Add new error code testsggomez-0/+284
2016-05-19Reword the short diagnostic for E0509Robin Kruppe-10/+12
2016-05-19Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakisbors-1/+58
2016-05-19[MIR] Add PointerCast for Unsize casts of fat pointers.Luqman Aden-0/+44
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-24/+29
2016-05-18Auto merge of #33686 - GuillaumeGomez:error-code-tests, r=steveklabnikbors-0/+121
2016-05-18address review commentsAriel Ben-Yehuda-2/+2
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-1/+58
2016-05-19Be smart about span of parenthesized expression in macroSeo Sanghyeon-0/+31
2016-05-18basic tests for cross-crate hashingNiko Matsakis-0/+102
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-6/+12
2016-05-18Fix code suggestion in testSeo Sanghyeon-3/+3
2016-05-18Fix tidy errorJonathan Turner-1/+1
2016-05-18Fix bug in macro expression spansJeffrey Seyfried-21/+23
2016-05-18Add new error code testsggomez-0/+121
2016-05-18Only print parameters with elided lifetimes in elision error messages.Nick Hamann-0/+35
2016-05-17Auto merge of #33137 - nikomatsakis:issue-32330-lbr-in-return-type-warning-2,...bors-5/+264
2016-05-17warn for where/return-types that reference regionsNiko Matsakis-5/+264
2016-05-17Add regression tests for error message when using enum variant as a typeNick Hamann-0/+30
2016-05-17Improve a few errors and fix #33366Jonathan Turner-24/+29
2016-05-16Auto merge of #33491 - arielb1:obligation-jungle, r=nikomatsakisbors-74/+49
2016-05-16Auto merge of #33588 - nikomatsakis:compiletest-ui, r=acrichtobors-0/+152
2016-05-16pacify the mercilous tidyNiko Matsakis-1/+20
2016-05-16change on_unimplented logicAriel Ben-Yehuda-0/+2
2016-05-16Auto merge of #33640 - lucab:to-upstream/tcp-stress, r=alexcrichtonbors-9/+15