about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-07-10bless missing testsRalf Jung-5/+4
2021-07-10remove const_raw_ptr_to_usize_cast featureRalf Jung-251/+45
2021-07-10Auto merge of #86987 - lcnr:const-default-eval-bound, r=oli-obkbors-23/+10
2021-07-10Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obkbors-0/+63
2021-07-09Auto merge of #86419 - ricobbe:raw-dylib-stdcall, r=petrochenkovbors-2/+293
2021-07-09Respond to review feedbackWesley Wiser-5/+5
2021-07-09Fix the ICE described in #83693Fabian Wolff-0/+87
2021-07-09Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obkbors-70/+965
2021-07-09Enhance well-formedness checks for `#[repr(...)]` attributesFabian Wolff-2/+138
2021-07-09Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows...Richard Cobbe-2/+293
2021-07-09Don't stub out part of testSmitty-5/+12
2021-07-09Check for union field accesses in THIR unsafeckSmitty-65/+953
2021-07-09Ensure deterministic ordering for diagnosticsRoxane-2/+2
2021-07-09Auto merge of #87003 - m-ou-se:rollup-x7mhv3v, r=m-ou-sebors-18/+45
2021-07-09Store names of captured variables in `optimized_mir`lrh2000-17/+84
2021-07-09Name the captured upvars for closures/generators in debuginfolrh2000-7/+94
2021-07-09Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obkMara Bos-15/+42
2021-07-09Rollup merge of #86937 - rylev:tracking-more-qualified-paths, r=nagisaMara Bos-3/+3
2021-07-09Address commentsRoxane-10/+10
2021-07-09Fix default_hash_types to use resolved pathCameron Steffen-25/+31
2021-07-09Handle multi diagnosticsRoxane-8/+448
2021-07-09Fix wordingRoxane-379/+235
2021-07-09Add note clarifying why a closure no longer implements a traitRoxane-10/+30
2021-07-09Add note pointing to where a closure and it's captured variables are droppedRoxane-30/+333
2021-07-09Update error messageRoxane-32/+32
2021-07-09Add note on why the variable is not fully capturedRoxane-44/+166
2021-07-09Use #[track_caller] in const panic diagnostics.Mara Bos-15/+42
2021-07-09Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwcobors-266/+42
2021-07-09Auto merge of #85828 - scottmcm:raw-eq, r=oli-obkbors-2/+121
2021-07-09Add more testsAman Arora-1/+105
2021-07-09Move optimization to the central processing functionAman Arora-6/+6
2021-07-09Rewrite closure capture analysisAman Arora-51/+33
2021-07-09Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakisbors-1/+43
2021-07-08Add regression testinquisitivecrystal-0/+63
2021-07-09Replace associated item bound vars with placeholders when projecting.jackh726-27/+242
2021-07-09Auto merge of #86869 - sexxi-goose:rfc2229-migration-capture-kind, r=nikomats...bors-0/+13
2021-07-09Auto merge of #86701 - sexxi-goose:optimization, r=nikomatsakisbors-10/+107
2021-07-08Bless a UI testScott McMurray-18/+5
2021-07-08Adjust the threshold to look at the ABI, not just the sizeScott McMurray-0/+12
2021-07-08Add another codegen test, array_eq_zeroScott McMurray-0/+9
2021-07-08Stop generating `alloca`s+`memcmp` for simple array equalityScott McMurray-2/+113
2021-07-08Consider capture kind for auto traits migrationRoxane-1/+1
2021-07-08Add new test caseRoxane-0/+13
2021-07-08only check cg defaults wf once instantiatedlcnr-23/+10
2021-07-08Do not allow JSON targets to set is-builtin: trueSimonas Kazlauskas-1/+15
2021-07-08Add visualizer for OsString and fixup other string visualizersWesley Wiser-2/+3
2021-07-08Add/improve visualizations for liballoc typesWesley Wiser-3/+36
2021-07-08Add natvis for Duration, ManuallyDrop and Pin typesWesley Wiser-0/+40
2021-07-08Add natvis for Range typesWesley Wiser-17/+19
2021-07-08Fixup natvis for NonNull and Unique typesWesley Wiser-0/+21