about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-09-28Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrcbors-8/+8
2018-09-28Auto merge of #54547 - AstralSorcerer:issue-54028, r=eddybbors-0/+10
2018-09-27Auto merge of #54530 - pnkfelix:issue-54047-migrate-ui-run-pass-back-to-run-p...bors-68/+1039
2018-09-27Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakisbors-0/+92
2018-09-27Allow `unused_variables` lint to placate test failure exposed by macos builders.Felix S. Klock II-0/+1
2018-09-27Auto merge of #54355 - pnkfelix:issue-22323-regression-test, r=davidtwcobors-0/+32
2018-09-27Allow more lints that signalled on the arm-android test run.Felix S. Klock II-1/+3
2018-09-27Auto merge of #52319 - tinco:issue_12590, r=pnkfelixbors-0/+78
2018-09-27Allow some lints that only fired on 32-bit and/or Windows.Felix S. Klock II-0/+2
2018-09-27Auto merge of #54581 - petrochenkov:cfgattr, r=alexcrichtonbors-0/+27
2018-09-26Get Polonius borrow check to work in simple casesMatthew Jasper-0/+92
2018-09-26Auto merge of #54453 - nikomatsakis:nll-issue-53121-shred-outlives, r=pnkfelixbors-113/+600
2018-09-26Auto merge of #51946 - japaric:emit-stack-sizes, r=nikomatsakisbors-0/+44
2018-09-26don't run the test on macOSJorge Aparicio-1/+7
2018-09-26pacify the mercilous tidy.Niko Matsakis-3/+15
2018-09-26update tests and add stderr filesNiko Matsakis-81/+72
2018-09-26make NLL handle `IfEq` bounds by using SCC normalizationNiko Matsakis-0/+510
2018-09-26use approx. bounds to decide whether to add outlives obligationsNiko Matsakis-29/+14
2018-09-26apply `process_registered_region_obligations` at the end of regionckNiko Matsakis-15/+4
2018-09-26use `rustc -Vv` in the run-make testJorge Aparicio-4/+4
2018-09-26run test only if LLVM version is >= 6.0.0Jorge Aparicio-0/+13
2018-09-26add run-make testJorge Aparicio-0/+25
2018-09-26Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-0/+171
2018-09-26Add `#[allow(unused_mut)]` for various cases that arise only in compare-mode=...Felix S. Klock II-0/+3
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-67/+1030
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+0
2018-09-26Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoeristerbors-3/+4
2018-09-26Remove OneVectorljedrz-3/+4
2018-09-26Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakisbors-31/+2
2018-09-26Auto merge of #54164 - mikhail-m1:54131, r=pnkfelixbors-189/+748
2018-09-26Accept trailing comma in `cfg_attr`Vadim Petrochenkov-0/+27
2018-09-25Auto merge of #54575 - pietroalbini:rollup, r=pietroalbinibors-11/+80
2018-09-25Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertjbors-2/+209
2018-09-25resolve: Do not block derive helper resolutions on single import resolutionsVadim Petrochenkov-11/+80
2018-09-25add regression testNiko Matsakis-0/+171
2018-09-25Update E0714 to E0716 in tests outputMikhail Modin-97/+97
2018-09-25Auto merge of #54411 - cramertj:await-keyword-error, r=nikomatsakisbors-0/+193
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-55/+55
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-185/+744
2018-09-25Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapinbors-0/+212
2018-09-25Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakisbors-0/+386
2018-09-24Rely only on base alignment and offset for computing field alignmentColin Pronovost-0/+10
2018-09-25Added tests.Alexander Regueiro-1/+170
2018-09-25Handle impl trait in MIR type checked for assignments.Matthew Jasper-1/+39
2018-09-25Auto merge of #53438 - matthewjasper:permissive-match-access, r=pnkfelixbors-801/+740
2018-09-24Update mir opt testsMatthew Jasper-81/+88
2018-09-24Add a MIR transform to remove fake readsMatthew Jasper-0/+122
2018-09-24Update ui testsMatthew Jasper-720/+73
2018-09-24Add tests for new match borrowsMatthew Jasper-0/+457
2018-09-24Auto merge of #54416 - christianpoveda:master, r=wesleywiserbors-0/+39