about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-07-11Rollup merge of #99124 - compiler-errors:issue-99122, r=oli-obkMatthias Krüger-0/+45
2022-07-11Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkovMatthias Krüger-25/+1
2022-07-11Rollup merge of #99055 - GuillaumeGomez:rustdoc-help-options, r=jyn514Matthias Krüger-0/+254
2022-07-11rustc_target: Flip the default for `TargetOptions::executables` to trueVadim Petrochenkov-1/+1
2022-07-11Fix sized check ICE in intrisicckMichael Goulet-0/+45
2022-07-11Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkovbors-0/+49
2022-07-11compiletest: trim edition before passing as flagDeadbeef-1/+1
2022-07-11Only check relative sizes on platform specific typesOli Scherer-37/+32
2022-07-11tidyOli Scherer-1/+4
2022-07-11Simplify size checkingOli Scherer-39/+31
2022-07-11Don't allow accidental runtime-checksOli Scherer-51/+50
2022-07-11Add test for issue 99071Amanieu d'Antras-0/+29
2022-07-11tidyOli Scherer-4/+16
2022-07-11Make tests work on 32 bit and 64 bitOli Scherer-19/+22
2022-07-11Show sizes in error outputOli Scherer-1/+3
2022-07-11Rename assertion macroOli Scherer-27/+27
2022-07-11Simplify assertion macroOli Scherer-29/+28
2022-07-11Move checks to compile-timeOli Scherer-1/+8
2022-07-11Hide niches in SIMD types, tooOli Scherer-0/+8
2022-07-11Rollup merge of #99147 - compiler-errors:issue-55673, r=lcnrDylan DPC-3/+24
2022-07-11Rollup merge of #99091 - compiler-errors:private-types-should-stay-private, r...Dylan DPC-1/+47
2022-07-11Rollup merge of #98907 - compiler-errors:plz-no-float, r=oli-obkDylan DPC-0/+34
2022-07-11Rollup merge of #98882 - compiler-errors:explain-doc-comments-in-macros, r=da...Dylan DPC-2/+8
2022-07-11Add tests for -Chelp and -ZhelpGuillaume Gomez-0/+254
2022-07-11Handle tags better.Nicholas Nethercote-118/+78
2022-07-11Do not mention private Self types from other cratesMichael Goulet-1/+47
2022-07-11Mention similarly named associated type even if it's not clearly in supertraitMichael Goulet-3/+24
2022-07-11Do not suggest same trait over againMichael Goulet-5/+0
2022-07-11Use fake substs to check for `Self: Sized` predicates on method receiversMichael Goulet-0/+59
2022-07-11Avoid some unnecessary blocks in derive output.Nicholas Nethercote-9/+6
2022-07-11Rename tag-related things.Nicholas Nethercote-90/+89
2022-07-11Remove unnecessary `&*` sigil pairs in derived code.Nicholas Nethercote-42/+37
2022-07-11Remove unnecessary sigils and `ref`s in derived code.Nicholas Nethercote-107/+105
2022-07-10fix(doctest): treat fatal parse errors as incomplete attributesMichael Howell-0/+16
2022-07-11Deny floats even when adt_const_params is enabledMichael Goulet-0/+34
2022-07-10explain doc comments in macros a bitMichael Goulet-2/+8
2022-07-11Rollup merge of #99095 - rhysd:issue-99092, r=compiler-errorsMatthias Krüger-1/+33
2022-07-11Rollup merge of #98713 - nikomatsakis:issue-98693, r=jackh726Matthias Krüger-1/+52
2022-07-11Add a fieldless enum with one variant to `deriving-all-codegen.rs`.Nicholas Nethercote-0/+81
2022-07-11Add a non-`Copy` packed struct to `deriving-all-codegen.rs`.Nicholas Nethercote-22/+124
2022-07-11Add a struct with an unsized field to the `deriving-all-codegen.rs` test.Nicholas Nethercote-1/+60
2022-07-10Fix drop-tracking ICE when a struct containing a field with a `Drop` impl is ...Joshua Nelson-32/+344
2022-07-10Don't try to resolve inference variables in WF computation, just registerJack Huey-3/+8
2022-07-11remove a string matching about methodsTakayuki Maeda-31/+72
2022-07-10Auto merge of #98785 - compiler-errors:no-check-expr-in-check-compatible, r=e...bors-18/+5
2022-07-10Auto merge of #98463 - mystor:expand_expr_bool, r=eddybbors-1/+70
2022-07-10Rollup merge of #99086 - GuillaumeGomez:search-result-crate-filter-dropdown, ...Matthias Krüger-0/+28
2022-07-10Remove duplicate notes from error on inter-crate ambiguous impl of traits (fi...rhysd-1/+33
2022-07-10Auto merge of #97522 - xfix:stabilize-slice-from-raw-parts, r=dtolnaybors-60/+56
2022-07-09Auto merge of #98950 - ChrisDenton:getoverlapped-io, r=thomccbors-0/+81