about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-13Improve interaction between macros 2.0 and `macro_rules!`.Jeffrey Seyfried-0/+69
2017-12-13Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrcbors-7/+7
2017-12-13Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrcbors-0/+59
2017-12-13Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakisbors-1/+25
2017-12-13Auto merge of #46613 - petrochenkov:absext, r=nikomatsakisbors-0/+164
2017-12-12Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obkbors-2/+32
2017-12-12Fix fallout in tests.Jeffrey Seyfried-7/+7
2017-12-13Resolve absolute paths as extern under a feature flagVadim Petrochenkov-0/+164
2017-12-12Implement impl Trait lifetime elisionTaylor Cramer-1/+25
2017-12-12Auto merge of #46598 - davidtwco:issue-46471, r=arielb1bors-46/+205
2017-12-12Auto merge of #46657 - nikomatsakis:resolve-lifetimes-query, r=arielb1bors-48/+38
2017-12-11Updated existing tests with new error messages.David Wood-46/+57
2017-12-11Auto merge of #46608 - estebank:resolve-return, r=nikomatsakisbors-5/+48
2017-12-11Fixed case where borrowed value lives until after scopeDavid Wood-0/+45
2017-12-11Added test for #46472David Wood-0/+59
2017-12-11Added test for #46471David Wood-0/+44
2017-12-11Auto merge of #46558 - arielb1:union-borrow-refactor, r=nikomatsakisbors-8/+19
2017-12-11move `resolve_lifetimes` into a proper queryNiko Matsakis-48/+38
2017-12-11Auto merge of #46640 - tommyip:ui_tests, r=estebankbors-192/+236
2017-12-10Auto merge of #46248 - zackmdavis:one_time_private_enum_variant_reexport_erro...bors-4/+55
2017-12-10Update ui tests' line numbers.Tommy Ip-192/+192
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+44
2017-12-10centralize `does_not_live_long_enough` error reportingAriel Ben-Yehuda-4/+8
2017-12-10use `places_conflict` to handle reassignmentAriel Ben-Yehuda-4/+11
2017-12-10Auto merge of #46611 - GuillaumeGomez:type-mismatch, r=petrochenkovbors-0/+25
2017-12-09one-time diagnostic and suggestion for reëxporting private variant errorZack M. Davis-4/+55
2017-12-10Fix switched types in type mismatchGuillaume Gomez-0/+25
2017-12-09Resolve type on return type suggestionEsteban Küber-5/+48
2017-12-09Auto merge of #46572 - vramana:fix-45638, r=estebankbors-2/+13
2017-12-09Auto merge of #46573 - jseyfried:add_decl_macro_test, r=nrcbors-0/+25
2017-12-08Fix bad error message for cannot_reborrow_already_uniquely_borrowedRamana Venkata-2/+13
2017-12-08Auto merge of #46556 - michaelwoerister:enable-query-caching, r=nmatsakisbors-773/+131
2017-12-08Remove some svh-tests from run-pass.Michael Woerister-336/+1
2017-12-08incr.comp.: Hash spans unconditionally for full accuracy.Michael Woerister-437/+130
2017-12-08Auto merge of #46549 - alexcrichton:thinlto-weak, r=michaelwoeristerbors-0/+37
2017-12-08deny instead of warnAgustin Chiappe Berrini-1/+1
2017-12-07Add test for #44128.Jeffrey Seyfried-0/+25
2017-12-07Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkovbors-9/+20
2017-12-07Ignore `unsopported constant expr` errorAgustin Chiappe Berrini-2/+32
2017-12-07Auto merge of #46532 - est31:master, r=est31bors-69/+4528
2017-12-07Auto merge of #46509 - nikomatsakis:nll-master-to-rust-master-3, r=arielb1bors-74/+1581
2017-12-07rustc: Further tweak linkage in ThinLTOAlex Crichton-0/+37
2017-12-07Auto merge of #46523 - CrockAgile:update-fingerprint-tests-macros, r=michaelw...bors-404/+320
2017-12-07add test comparing free region to bound regionNiko Matsakis-0/+128
2017-12-07use `-Znll -Zborrowck=mir -Zverbose` consistentlyNiko Matsakis-28/+9
2017-12-07region-ebr-does-not-outlive-static: reuse old test insteadNiko Matsakis-43/+13
2017-12-07propagate-approximated-ref: include FIXME commentNiko Matsakis-1/+1
2017-12-07test more failure cases for approximating the "longer" sideNiko Matsakis-48/+157
2017-12-07test approximations of the "shorter side" that resort to `'static`Niko Matsakis-18/+113
2017-12-07delete stray fileNiko Matsakis-87/+0