about summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2019-08-24Don't unwrap the result of `span_to_snippet`Matthew Jasper-0/+45
2019-08-06Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=CentrilMazdak Farrokhzad-0/+49
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-0/+49
2019-07-30Add tests for #27282, #31287 as hard errors.Mazdak Farrokhzad-0/+50
2019-07-30borrowck-migrate-to-nll: use #38899 for testing.Mazdak Farrokhzad-30/+32
2019-07-30borrowck-mutate-in-guard: update test.Mazdak Farrokhzad-61/+8
2019-07-28Rollup merge of #63051 - estebank:borrow-ice, r=matthewjasperMazdak Farrokhzad-0/+45
2019-07-28borrowck-describe-lvalue: --bless --compare-mode=nll.Mazdak Farrokhzad-8/+8
2019-07-28--bless tests due to new subslice syntax.Mazdak Farrokhzad-22/+22
2019-07-28Use new 'p @ ..' syntax in tests.Mazdak Farrokhzad-20/+20
2019-07-27review commentsEsteban Küber-19/+34
2019-07-27Avoid ICE when referencing desugared local binding in borrow errorEsteban Küber-0/+30
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+341
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+709
2019-07-22Bless output of test borrowck/promote-ref-mut-in-let-issue-46557.rs for Polo...lqd-0/+59
2019-07-22Bless output of test borrowck/two-phase-surprise-no-conflict.rs for Poloniuslqd-0/+148
2019-07-22Bless output of test borrowck/borrowck-escaping-closure-error-2.rs for Poloniuslqd-0/+16
2019-07-22Ignore two-phase-reservation-sharing-interference-2.rs in Polonius compare modelqd-12/+13
2019-07-22Ignore test issue-45983 in the polonius compare modelqd-3/+4
2019-07-22Ignore NLL migrate mode test in the Polonius compare-modelqd-2/+3
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-3/+3
2019-07-13Auto merge of #62468 - rust-lang:mutable-overloaded-operators, r=estebankbors-73/+95
2019-07-10Rollup merge of #62465 - matthewjasper:never-type-storage, r=pnkfelixMazdak Farrokhzad-0/+14
2019-07-09Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelixbors-0/+21
2019-07-07Add help message for mutation though overloaded place operatorsMatthew Jasper-73/+95
2019-07-07Only omit StorageLive/Dead for variable that are never initializedMatthew Jasper-0/+14
2019-07-06Exit arm scopes correctly in the HIR CFGMatthew Jasper-0/+21
2019-07-06normalize use of backticks/lowercase in compiler messages for librustc_mirSamy Kacimi-2/+2
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-1/+9
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-7/+7
2019-06-04Remove asterisk suggestion for move errors in borrowckKenny Goodin-5/+5
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-191/+145
2019-06-02Auto merge of #61460 - Centril:rollup-8txhjx4, r=Centrilbors-2/+2
2019-06-01rustc: collect upvars from HIR, instead of during name resolution.Eduard-Mihai Burtescu-1/+1
2019-05-31Make generics always have a valid spanEsteban Küber-2/+2
2019-05-29Update ui test suite to use dynmemoryruins-17/+17
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+7
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-33/+11
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+595
2019-05-03Update testsChristopher Vittal-169/+29
2019-04-23Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytmMazdak Farrokhzad-6/+4
2019-04-23Update ui testsvarkor-4/+4
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-4/+33
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-4/+33
2019-04-22Remove double trailing newlinesvarkor-3/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-9781/+2149
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-126/+91
2019-04-07Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelixbors-33/+318