about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-11-09Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiynEduard-Mihai Burtescu-3/+36
2016-11-09Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats...Eduard-Mihai Burtescu-3/+161
2016-11-09Rollup merge of #36868 - petrochenkov:adtstab, r=nikomatsakisEduard-Mihai Burtescu-90/+6
2016-11-08Point to type argument span when used as traitEsteban Küber-3/+36
2016-11-08Rollup merge of #37610 - oldmanmike:unary-and-binary-tests, r=michaelwoeristerSteve Klabnik-0/+514
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-90/+6
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-37/+0
2016-11-07Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddybbors-0/+50
2016-11-07Fix typos and redundant codeoldmanmike-5/+3
2016-11-07Apply changes recommended in code reviewoldmanmike-21/+40
2016-11-06Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrcbors-0/+37
2016-11-06Add test for issue 18060.Joe Neeman-0/+17
2016-11-05Add unary and binary tests for incr-compoldmanmike-0/+497
2016-11-05Include type of missing trait methods in errorEsteban Küber-3/+161
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-494/+983
2016-11-05Fix tests from the rollupAlex Crichton-1/+2
2016-11-05Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollupAlex Crichton-0/+39
2016-11-05Rollup merge of #37596 - est31:master, r=alexcrichtonAlex Crichton-0/+6
2016-11-05Rollup merge of #37569 - jseyfried:improve_expansion_perf, r=eddybAlex Crichton-28/+33
2016-11-05Rollup merge of #37564 - Mark-Simulacrum:sized-ice, r=eddybAlex Crichton-0/+16
2016-11-05Rollup merge of #37557 - TimNN:fix-36954, r=eddybAlex Crichton-0/+35
2016-11-05Rollup merge of #37501 - alexcrichton:windows-subsystem, r=brsonAlex Crichton-0/+63
2016-11-04Add error when proc_macro_derive is used not on functionsest31-0/+6
2016-11-04Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelixbors-30/+419
2016-11-04Fix fallout in tests.Jeffrey Seyfried-28/+33
2016-11-03Fix ICE when querying DefId on Def::Err.Mark-Simulacrum-0/+16
2016-11-03use DefId's in const eval for cross-crate const fn'sTim Neumann-0/+35
2016-11-02Auto merge of #37541 - nikomatsakis:issue-37291, r=brsonbors-0/+81
2016-11-03Add feature gate for Self and associated types in struct expressions and patt...Vadim Petrochenkov-0/+39
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-37/+0
2016-11-02add #32791 test caseNiko Matsakis-0/+81
2016-11-02Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakisJonathan Turner-0/+424
2016-11-02Rollup merge of #37405 - mikhail-m1:dnlle, r=jonathandturnerJonathan Turner-6/+296
2016-11-02add max value from iteratorMatthew Piziak-0/+4
2016-11-02ICH: Add test case for when overflow checks are disabled.Michael Woerister-0/+251
2016-11-02Add regression test.Jeffrey Seyfried-0/+37
2016-11-01add -Z continue-parse-after-error to parse-fail testsNiko Matsakis-13/+15
2016-11-01move compile-fail tests to ui testsNiko Matsakis-11/+125
2016-11-01update test error messagesNiko Matsakis-13/+14
2016-11-01update ref fileNiko Matsakis-8/+0
2016-11-01compare-method lintNiko Matsakis-9/+38
2016-11-01cleanup error reporting and add `ui` testsNiko Matsakis-4/+63
2016-11-01elaborate `T: 'a` dependenciesNiko Matsakis-0/+154
2016-11-01introduce fn-ctxt so we can invoke regionck codeJared Roesch-0/+38
2016-11-01Improve "Doesn't live long enough" errorMikhail Modin-6/+296
2016-11-01Auto merge of #37332 - nikomatsakis:incr-comp-benchmark-2, r=michaelwoeristerbors-0/+356
2016-11-01ICH: Hash expression spans if their source location is captured for panicsMichael Woerister-0/+173
2016-10-31Changed most vec! invocations to use square bracesiirelu-182/+182
2016-10-31adapt debuginfo tests for gdb with native rust supportTim Neumann-494/+983
2016-10-31Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom...bors-0/+54