about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-08-28Rollup merge of #101055 - TaKO8Ki:use-smaller-span, r=compiler-errorsMatthias Krüger-12/+20
2022-08-28Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obkMatthias Krüger-0/+17
2022-08-28Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwcoMatthias Krüger-10/+36
2022-08-28Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiserMatthias Krüger-1/+86
2022-08-28Use hir::Map to prevent false positivesHirochika Matsumoto-14/+4
2022-08-28Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrumbors-0/+5
2022-08-28Add test for APITMichael Goulet-3/+23
2022-08-28Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcmbors-0/+11
2022-08-28More descriptive argument placeholdersMichael Goulet-40/+40
2022-08-28Suggest calling when operator types mismatchMichael Goulet-24/+16
2022-08-27Suggest calling trait objects and parameters too, when possibleMichael Goulet-16/+93
2022-08-27adjust testsRalf Jung-28/+311
2022-08-27Add testMichael Goulet-0/+45
2022-08-27Only suggest call on nonexistent fields and methods if they make senseMichael Goulet-69/+62
2022-08-27Use autoderefMichael Goulet-0/+27
2022-08-27Review updates: simpler MWE and docsMatthew Kelly-50/+19
2022-08-28extend attrs if local_def_id existsTakayuki Maeda-0/+14
2022-08-27Update tests for UEFI and AVRVadim Petrochenkov-2/+2
2022-08-27remove an ineffective check in const_propRalf Jung-1/+2
2022-08-27Auto merge of #100989 - lcnr:implied-bounds-uwu, r=spastorinobors-0/+48
2022-08-27use smaller span for suggestionsTakayuki Maeda-12/+20
2022-08-27Auto merge of #101074 - JohnTitor:rollup-zwznihq, r=JohnTitorbors-22/+40
2022-08-27Rollup merge of #101046 - notriddle:notriddle/table-css, r=jshaYuki Okushi-0/+30
2022-08-27Rollup merge of #101018 - notriddle:notriddle/item-right-docblock-short, r=Gu...Yuki Okushi-4/+2
2022-08-27Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-SimulacrumYuki Okushi-14/+7
2022-08-27Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar...Yuki Okushi-4/+1
2022-08-27SadMichael Goulet-0/+16
2022-08-27Auto merge of #100732 - dpaoliello:import_name_type, r=wesleywiserbors-6/+398
2022-08-27Revert "Remove deferred sized checks"Michael Goulet-25/+203
2022-08-27Auto merge of #101064 - compiler-errors:rollup-fwm5m5f, r=compiler-errorsbors-0/+37
2022-08-26Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwcoMichael Goulet-0/+37
2022-08-26Auto merge of #100043 - RalfJung:scalar-always-init, r=RalfJungbors-429/+282
2022-08-26More tests for invalid_value lint5225225-7/+49
2022-08-26Make invalid-value trigger on uninit primitives5225225-10/+23
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-429/+282
2022-08-26Implementation of import_name_typeDaniel Paoliello-6/+398
2022-08-26rustdoc: remove incorrect CSS selector `.impl-items table td`Michael Howell-0/+30
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-24/+30
2022-08-26add a testRalf Jung-0/+17
2022-08-26`alloc`: add unstable cfg features `no_rc` and `no_sync`Miguel Ojeda-0/+8
2022-08-26Auto merge of #101037 - GuillaumeGomez:rollup-opn6kj1, r=GuillaumeGomezbors-17/+173
2022-08-26Rollup merge of #101006 - GuillaumeGomez:doc-cfg-reexport, r=notriddleGuillaume Gomez-0/+33
2022-08-26Rollup merge of #100956 - GuillaumeGomez:reduce-rightside-dom-size, r=notriddleGuillaume Gomez-17/+140
2022-08-26Auto merge of #100944 - nnethercote:shrink-thir-Expr, r=cjgillotbors-9/+12
2022-08-26Auto merge of #100705 - compiler-errors:issue-100620, r=oli-obkbors-0/+19
2022-08-26Erase late bound regions before comparing types in suggest_dereferencesMichael Goulet-0/+62
2022-08-25rustdoc: omit start/end tags for empty item description blocksMichael Howell-4/+2
2022-08-26Suggest returning closure as impl FnMichael Goulet-0/+20
2022-08-26Rollup merge of #100978 - nnethercote:fix-100948, r=petrochenkovYuki Okushi-0/+29
2022-08-26Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebankYuki Okushi-14/+14