about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-12-04generalize the message about the creation of layout restricted typesOliver Scherer-1/+1
2018-12-04Trailing newlines againOliver Scherer-2/+2
2018-12-04Forbid the creation of mutable borrows to fields of layout constrained typesOliver Scherer-0/+39
2018-12-04Make sure the initialization of constrained int range newtypes is unsafeOliver Scherer-0/+136
2018-12-04Add test for dereferencing raw pointers and immediately referencing againOliver Scherer-3/+22
2018-12-04Allow calling `const unsafe fn` in `const fn` behind a feature gateOliver Scherer-7/+124
2018-12-04Update ui testsOliver Scherer-28/+29
2018-12-04Remove unused stderr fileOliver Scherer-49/+0
2018-12-04Newlines.... newlines everywhereOliver Scherer-1/+1
2018-12-04Add a test ensuring that we don't regress thisOliver Scherer-0/+6
2018-12-04Update testsOliver Scherer-252/+387
2018-12-03Propagate all closure requirements to the callerMatthew Jasper-0/+42
2018-12-03Fix stderr file (unused variable)John Ginger-0/+1
2018-12-04syntax: `dyn` is a used keyword nowVadim Petrochenkov-4/+4
2018-12-03Handle existential types in dead code analysisOliver Scherer-0/+13
2018-12-03Fix stderr filesJohn Ginger-0/+6
2018-12-03Rollup merge of #56412 - petrochenkov:extself, r=Centrilkennytm-1/+1
2018-12-03Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapinkennytm-34/+12
2018-12-03Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centrilkennytm-34/+15
2018-12-02Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertjbors-37/+81
2018-12-02Delay gensym creation for "underscore items" until name resolutionVadim Petrochenkov-13/+123
2018-12-02resolve: Avoid "self-confirming" resolutions in import validationVadim Petrochenkov-15/+3
2018-12-01Update tracking issue for `extern_crate_self`Vadim Petrochenkov-1/+1
2018-12-01resolve: Support aliasing local crate root in extern preludeVadim Petrochenkov-0/+51
2018-12-01stabilize std::dbg!(...)Mazdak Farrokhzad-34/+12
2018-11-30Use appropriate terminology based on heuristicEsteban Küber-16/+34
2018-11-30Updated ui tests.Alexander Regueiro-5/+15
2018-11-30Removed feature gate.Alexander Regueiro-29/+0
2018-11-30Fix bug in matching on floating-point rangesvarkor-7/+23
2018-11-30Separate out precise_pointer_size_matching tests from exhaustive_integer_patt...varkor-17/+50
2018-11-30Suggest an appropriate token when encountering `pub Ident<'a>`Esteban Küber-0/+47
2018-12-01Rollup merge of #56337 - phansch:fix_const_ice, r=oli-obkkennytm-0/+28
2018-12-01Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centrilkennytm-84/+23
2018-11-30Moved feature-gate tests to correct dir.Alexander Regueiro-0/+0
2018-11-30Updated ui tests.Alexander Regueiro-4/+3
2018-11-30Removed feature gate.Alexander Regueiro-83/+4
2018-11-30Refer to the second borrow as the "second borrow".Daan de Graaf-8/+8
2018-11-30Update existing tests with more precise error messagesvarkor-76/+58
2018-11-30Add precise_pointer_size_matching featurevarkor-0/+30
2018-11-30Stabilise exhaustive_integer_patternsvarkor-1/+1
2018-11-30Test float assign opsOliver Scherer-0/+279
2018-11-30Add trailing newlineOliver Scherer-1/+1
2018-11-30Re-add accidentally deleted testOliver Scherer-0/+16
2018-11-30Improve the diagnostic messageOliver Scherer-33/+21
2018-11-30Reenable `const_let` feature gateOliver Scherer-353/+657
2018-11-30Add a test for single variant matchesOliver Scherer-2/+23
2018-11-30Improve the error around short circuiting and let bindingsOliver Scherer-0/+54
2018-11-30Allow `let` bindings everywhereOliver Scherer-520/+350
2018-11-30Add tests for mutable borrowsOliver Scherer-1/+32
2018-11-30Also test the `const_let` feature gate in staticsOliver Scherer-1/+54