about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-12-03Fix stderr file (unused variable)John Ginger-0/+1
2018-12-03Improve filter testGuillaume Gomez-3/+2
2018-12-04syntax: `dyn` is a used keyword nowVadim Petrochenkov-4/+4
2018-12-03Auto merge of #56451 - kennytm:rollup, r=kennytmbors-71/+29
2018-12-03Handle existential types in dead code analysisOliver Scherer-0/+13
2018-12-03Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoeristerbors-6/+44
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-36/+16
2018-12-03Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppebors-5/+8
2018-12-03pass the parameter environment to `traits::find_associated_item`Ariel Ben-Yehuda-0/+38
2018-12-02Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertjbors-37/+82
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-02Auto merge of #56396 - dlrobertson:fix_va_list_tests, r=nikicbors-174/+57
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-01Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakisbors-37/+38
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-31/+1
2018-11-30Fix bug in matching on floating-point rangesvarkor-51/+23
2018-11-30Separate out precise_pointer_size_matching tests from exhaustive_integer_patt...varkor-17/+50
2018-11-30tests: Simplify VaList run-make testDan Robertson-174/+57
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-86/+23
2018-12-01Rollup merge of #56367 - alexreg:move-feature-gate-tests-1, r=Centrilkennytm-0/+0
2018-12-01Rollup merge of #56014 - euclio:issue-21335, r=nagisakennytm-0/+5
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-85/+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/+102
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-30Fix a compile-fail testOliver Scherer-1/+1
2018-11-30Improve the diagnostic messageOliver Scherer-34/+22
2018-11-30Reenable `const_let` feature gateOliver Scherer-354/+662
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-525/+351
2018-11-30Add tests for mutable borrowsOliver Scherer-1/+32
2018-11-30Also test the `const_let` feature gate in staticsOliver Scherer-1/+54
2018-11-30Add a test for various const let featuresOliver Scherer-0/+468