summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-27fix tidytoidiu-1/+0
2018-07-26fix test and add feature gate testtoidiu-4/+43
2018-07-26some comment about not infering static lifetimes testtoidiu-1/+7
2018-07-26feature gate for inferring 'static lifetimestoidiu-0/+77
2018-07-26Auto merge of #52673 - oli-obk:mutable_promoted, r=nagisa,cramertj,estebankbors-0/+17
2018-07-26Tweak the raw_identifiers lints in 2018Alex Crichton-0/+38
2018-07-26Use better spans for cannot-move errorsMatthew Jasper-4/+191
2018-07-26Use better spans for dummy accesses used in matchesMatthew Jasper-130/+81
2018-07-26Suggest underscore when using dashes in crate namet push forkEsteban Küber-0/+34
2018-07-26Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-116/+785
2018-07-26Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelixbors-110/+353
2018-07-26Rollup merge of #52734 - nagisa:sparcfix, r=oli-obkMark Rousskov-0/+36
2018-07-26Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebankMark Rousskov-0/+45
2018-07-26Rollup merge of #52721 - cramertj:try-poll, r=aturonMark Rousskov-0/+61
2018-07-26Rollup merge of #52695 - oli-obk:const_err_panic, r=petrochenkovMark Rousskov-0/+24
2018-07-26Rollup merge of #52649 - estebank:fmt-span, r=oli-obkMark Rousskov-13/+258
2018-07-26Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebankMark Rousskov-0/+8
2018-07-26Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obkMark Rousskov-0/+43
2018-07-26Rollup merge of #52617 - matthewjasper:remove-unused-code, r=nikomatsakisMark Rousskov-103/+121
2018-07-26Rollup merge of #52558 - wesleywiser:ice_melting, r=estebankMark Rousskov-0/+189
2018-07-26Add a test for sparc64 ABI issueSimonas Kazlauskas-0/+36
2018-07-26Regression test for the bug.Felix S. Klock II-0/+33
2018-07-26Fix ui testcsmoe-0/+12
2018-07-26Incorporate edition flag testing into tests of `-Z borrowck=migrate`.Felix S. Klock II-7/+52
2018-07-26integrate the edition code.Felix S. Klock II-28/+8
2018-07-26patch up mir-opt testsNiko Matsakis-14/+14
2018-07-26Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`.Felix S. Klock II-0/+46
2018-07-26Test for `-Z borrowck=migrate`.Felix S. Klock II-0/+56
2018-07-26move mir_check_* to ui tests, add adjusted referencesNiko Matsakis-3/+71
2018-07-26fix reference fileNiko Matsakis-1/+1
2018-07-25rustc: Register crates under their real namesAlex Crichton-0/+45
2018-07-25std::ops::Try impl for std::task::PollTaylor Cramer-0/+61
2018-07-25Nit: improve comment in hr-fn-aau-eq-abu.rsNiko Matsakis-10/+10
2018-07-25improve heuristics for what makes an interesting constraintNiko Matsakis-40/+45
2018-07-250-length arrays can even be mutably promotedOliver Schneider-0/+17
2018-07-25Place the ignore comments in the correct file for test issue-18804Gabriel Smith-3/+3
2018-07-25Hide some lints which are not quite right the way they are reported to the userOliver Schneider-0/+24
2018-07-25Fix associated existentials for generic traitsOliver Schneider-0/+40
2018-07-24Add span label for format str missing specifierEsteban Küber-13/+31
2018-07-25add regression test for #48071Niko Matsakis-0/+38
2018-07-25introduce new subtypingNiko Matsakis-0/+108
2018-07-25consolidate and use `find_sub_region_live_at` for everythingNiko Matsakis-12/+21
2018-07-25remove unnecessary `blame_span` from `report_region_errors`Niko Matsakis-51/+66
2018-07-25Update ui testcsmoe-2/+2
2018-07-25Fix testcsmoe-8/+12
2018-07-24Disable regression test for issue #18804 on Emscripten and AsmjsGabriel Smith-0/+3
2018-07-24Add regression test for issue #18804Gabriel Smith-0/+40
2018-07-24Use suggestions for `printf` formatEsteban Küber-9/+36
2018-07-24Rollup merge of #52645 - oli-obk:existential_in_fn_body, r=dtolnayMark Rousskov-0/+22
2018-07-24Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichtonMark Rousskov-3/+10