summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-12-15Work around a borrow surviving too long (fixes #37686)Anthony Ramine-0/+16
2016-12-14don't double-apply variant padding to const enumsAriel Ben-Yehuda-0/+45
2016-12-14evaluate obligations in LIFO order during closure projectionAriel Ben-Yehuda-0/+88
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-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-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
2016-10-31rustc: Add knowledge of Windows subsystems.Alex Crichton-0/+63
2016-10-30move overflow tests from rust-fail to run-passMatthew Piziak-0/+0
2016-10-30Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddybbors-19/+8
2016-10-29Auto merge of #37400 - eddyb:lazy-1, r=nikomatsakisbors-1/+1
2016-10-29Auto merge of #37389 - cramertj:cramertj/fn-item-to-unsafe-ptr, r=eddybbors-0/+21
2016-10-29Auto merge of #37378 - petrochenkov:nopat, r=eddybbors-6/+29
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-19/+8