about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-09-24Auto merge of #89120 - In-line:remove_unneded_visible_parents_map, r=estebankbors-15/+16
2021-09-23Fix tidy and respond to some feedbackWesley Wiser-2/+2
2021-09-23Add known-tool-in-submodule testSamuel E. Moelius III-0/+14
2021-09-24Auto merge of #89211 - workingjubilee:rollup-fj4eduk, r=workingjubileebors-0/+55
2021-09-23Rollup merge of #89148 - estebank:used-type-param, r=oli-obkJubilee-0/+37
2021-09-23Rollup merge of #89023 - Wardenfar:issue-85066, r=nagisaJubilee-0/+18
2021-09-23Auto merge of #88804 - Mark-Simulacrum:never-algo-v2, r=nikomatsakis,jackh726bors-36/+225
2021-09-23Drop fully captured upvars in the same order as the regular drop codeWesley Wiser-17/+17
2021-09-23Add tests to verify the drop order of fields in fully captured upvarsWesley Wiser-0/+360
2021-09-23Auto merge of #89024 - oli-obk:lazy_tait_is_not_limited_to_being_used_in_retu...bors-59/+279
2021-09-23Support incremental in compiletest for non-incremental modes.Eric Huss-60/+69
2021-09-23Suggest `_` in turbofish if param will be inferred from fn argumentEsteban Kuber-0/+37
2021-09-23Check that TAIT generics are fully generic in mir typeck instead of wf-check,...Oli Scherer-59/+279
2021-09-23Auto merge of #87064 - Aaron1011:new-closure-track-caller, r=estebankbors-0/+182
2021-09-23Resolve infered types when complaining about unexpected call typeEsteban Kuber-2/+2
2021-09-23Add testEsteban Kuber-0/+14
2021-09-23Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrumbors-10/+6
2021-09-22Support `#[track_caller]` on closures and generatorsAaron Hill-0/+182
2021-09-22Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoeristerthe8472-0/+8
2021-09-22Rollup merge of #89046 - oli-obk:fix_oflo, r=estebankthe8472-1/+1
2021-09-22Add testsNadrieril-0/+45
2021-09-22PR fixupAman Arora-46/+61
2021-09-22Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obkbors-0/+417
2021-09-22Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakisbors-0/+39
2021-09-21Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obkthe8472-0/+48
2021-09-21Rollup merge of #89126 - FabianWolff:issue-89088, r=petrochenkovthe8472-0/+22
2021-09-21Rollup merge of #88795 - FabianWolff:issue-88684, r=wesleywiserthe8472-0/+90
2021-09-21Use ZST for fmt unsafetyCameron Steffen-10/+6
2021-09-21add case for checking const refs in check_const_value_eqb-naber-0/+48
2021-09-21Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726bors-0/+1
2021-09-21Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats...bors-25/+6
2021-09-21Handle type params in insig dtorsAman Arora-17/+45
2021-09-21Update testsAman Arora-559/+229
2021-09-21Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp...bors-0/+66
2021-09-21Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0`Fabian Wolff-0/+8
2021-09-20Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...Richard Cobbe-6/+96
2021-09-21Disable visible path calculation for PrettyPrinter in Ok path of compilerAlik Aslanyan-15/+16
2021-09-20Don't use projection cache or candidate cache in intercrate modeAaron Hill-0/+1
2021-09-20Fix ICE when `indirect_structural_match` is allowedFabian Wolff-0/+22
2021-09-20Avoid the overflow with rustc+debugassertions in issue-44406Oli Scherer-1/+1
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-37/+9
2021-09-20Generate inference vars and obligations for projections in opaque types inste...Oli Scherer-3/+12
2021-09-20Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obkbors-25/+27
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-11/+11
2021-09-19Suggest replacing braces for brackets on array-esque invalid block exprHirochika Matsumoto-0/+66
2021-09-19Resolve issue 85066Theo-0/+18
2021-09-19Rollup merge of #89055 - Kobzol:wrapped-method-expr-call-parens, r=wesleywiserYuki Okushi-0/+32
2021-09-19Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f...Yuki Okushi-18/+18
2021-09-19Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkovYuki Okushi-0/+34
2021-09-19Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkovYuki Okushi-20/+56