about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-10-11resolve: shorten wording on private constructor errorDan Aloni-55/+55
2019-10-11resolve: fix error title regarding private constructorsDan Aloni-118/+118
2019-10-11test: extend derive_on_deprecated to include more derivationsDan Aloni-0/+6
2019-10-11emcscripten: ignore another thread-using testRalf Jung-0/+1
2019-10-11ignore-emcscripten as it does not support threadsRalf Jung-0/+1
2019-10-11Print lifetimes with backticksYuki Okushi-257/+257
2019-10-11Fix issue 65284varkor-0/+26
2019-10-11Add long error explanation for E0697Yuki Okushi-0/+1
2019-10-10stability: Do not use `buffer_lint` after lowering to HIRVadim Petrochenkov-2/+15
2019-10-10Auto merge of #65153 - da-x:issue-58017, r=petrochenkovbors-89/+192
2019-10-10query generator kind for error reportingcsmoe-1/+1
2019-10-10Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisabors-0/+50
2019-10-10Update ui testsGuillaume Gomez-2/+5
2019-10-10Auto merge of #65140 - petrochenkov:disapp, r=nikomatsakisbors-0/+37
2019-10-10Add and update rustdoc ui testGuillaume Gomez-2/+24
2019-10-10Don't pass doctest feature by defaultGuillaume Gomez-3/+2
2019-10-10Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakisbors-0/+128
2019-10-09Revert "Make `into` schedule drop for the destination"Matthew Jasper-322/+188
2019-10-09Suggest `if let` on `let` refutable bindingEsteban Küber-0/+142
2019-10-10Pretty print raw pointers in consts as '{pointer}'.ben-3/+3
2019-10-09Only suggest change mut if vars are resolvedEsteban Küber-1/+0
2019-10-09Obligation must apply modulo regionsEsteban Küber-2/+0
2019-10-09Tweak wordingEsteban Küber-9/+9
2019-10-09Note when a mutable trait object is neededEsteban Küber-0/+131
2019-10-09Move test next to likeminded onesOliver Scherer-0/+0
2019-10-09resolve: Use field spans for reporting the private constructor errorVadim Petrochenkov-89/+192
2019-10-09Rollup merge of #65166 - csmoe:async-move, r=estebankMazdak Farrokhzad-0/+46
2019-10-09Rollup merge of #65037 - anp:track-caller, r=oli-obkMazdak Farrokhzad-0/+217
2019-10-08Rollup merge of #65213 - estebank:peel-drop-temps, r=CentrilMazdak Farrokhzad-6/+6
2019-10-08Rollup merge of #65194 - estebank:remove_str, r=petrochenkovMazdak Farrokhzad-4/+4
2019-10-08Rollup merge of #65133 - davidtwco:issue-65035-static-with-generic-in-foreign...Mazdak Farrokhzad-3/+105
2019-10-08Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkovMazdak Farrokhzad-0/+26
2019-10-08Split non-CAS atomic support off into target_has_atomic_load_storeAmanieu d'Antras-1/+1
2019-10-09Update ui testsben-10/+10
2019-10-08resolve: prohibit foreign statics w/ genericsDavid Wood-3/+105
2019-10-09Fix reify_fn_ptr test as we now pretty print const function pointers.ben-1/+1
2019-10-09Refactor pretty print const to use a big match statementben-2/+2
2019-10-09Gate use of raw and function pointers in const generics behindben-4/+108
2019-10-09Pretty print function pointer const values.ben-4/+4
2019-10-09Fix calling function pointer const parameters. Also fixes inference ofben-0/+99
2019-10-08Call `Expr::peel_drop_temps()` from more places for more accurate suggestionsEsteban Küber-4/+16
2019-10-08Ignore `ExprKind::DropTemps` for some ref suggestionsEsteban Küber-22/+10
2019-10-08Rollup merge of #65179 - GuillaumeGomez:long-err-explanation-E0567, r=davidtwcoMazdak Farrokhzad-1/+2
2019-10-08Rollup merge of #65145 - estebank:turbofish-assoc-fn-call, r=varkorMazdak Farrokhzad-1/+66
2019-10-08Rollup merge of #64918 - GuillaumeGomez:long-err-explanation-E0551, r=oli-obkMazdak Farrokhzad-1/+1
2019-10-08Rollup merge of #64404 - GuillaumeGomez:err-E0495, r=Dylan-DPCMazdak Farrokhzad-7/+48
2019-10-08Update ui testsGuillaume Gomez-1/+2
2019-10-08suggest to add move keyword for generatorcsmoe-4/+19
2019-10-08Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkorMazdak Farrokhzad-6/+54
2019-10-08Rollup merge of #65150 - XiangQingW:master, r=estebankMazdak Farrokhzad-10/+40