about summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
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
2019-04-05Fix expectations on some ui test in nll compare mode.Charles Lew-5/+3
2019-04-05Fix expectations on some ui tests involving FnOnce.Masaki Hara-68/+38
2019-04-04Adjust the mutable_borrow_reservation_conflict messageMatthew Jasper-8/+8
2019-04-04unit test for the lint itself, illustrating that it can be controlled by `#[a...Felix S. Klock II-0/+83
2019-04-04update unit test output to reflect change to lint-based diagnostic.Felix S. Klock II-10/+12
2019-04-04Update tests for restrictive two-phase borrowsMatthew Jasper-1/+1
2019-04-04Treat two-phase borrow reservations as mutable accessesMatthew Jasper-33/+233
2019-03-17Removed obsolete .stderr test outputsMathias Blikstad-136/+0
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-393/+393
2019-03-12Add a test for #10876varkor-0/+19
2019-03-11Update NLL testsVadim Petrochenkov-360/+360
2019-03-11Update testsVadim Petrochenkov-413/+413
2019-03-10Make migrate mode work at item level granularityMatthew Jasper-0/+100
2019-02-23Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebankMazdak Farrokhzad-2/+2
2019-02-20./x.py test src/test/ui --stage 1 --bless -i --compare-mode=nllClint Frederickson-1/+1
2019-02-20Fix erroneous loop diagnostic in nllSantiago Pastorino-9/+9