about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-01-17Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelixGuillaume Gomez-47/+253
2018-01-17Rollup merge of #47468 - estebank:closure-mut-mut, r=pnkfelixGuillaume Gomez-0/+35
2018-01-17Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavusGuillaume Gomez-0/+40
2018-01-17Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-SimulacrumGuillaume Gomez-0/+142
2018-01-18Rollup merge of #47481 - estebank:unused-args, r=arielb1kennytm-39/+30
2018-01-18Rollup merge of #47479 - zackmdavis:and_the_case_of_the_suggested_double-pub,...kennytm-10/+32
2018-01-18Rollup merge of #47467 - arielb1:cleanup-shims, r=eddybkennytm-0/+32
2018-01-18Rollup merge of #47458 - mark-i-m:lint_array_comma, r=estebankkennytm-13/+48
2018-01-18Rollup merge of #47456 - chrisvittal:nll-tests, r=nikomatsakiskennytm-0/+41
2018-01-18Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=est...kennytm-5/+5
2018-01-18Rollup merge of #47407 - gaurikholkar:master, r=estebankkennytm-0/+53
2018-01-16Add secondary span pointing at the statement (error span)Esteban Küber-15/+25
2018-01-16Allow a trailing comma in lint_array; fix #47428Mark Mansi-13/+48
2018-01-17fix minor errorsGauri-12/+11
2018-01-17using tabs in ui testsGauri-6/+7
2018-01-17fix tidy checksGauri-21/+22
2018-01-16in which the private no-mangle lints receive a valued lesson in humilityZack M. Davis-10/+32
2018-01-15Point at unused arguments for format stringEsteban Küber-45/+26
2018-01-15On E0283, point at method with the requirementsEsteban Küber-47/+253
2018-01-15Do not suggest to make `mut` binding external to `Fn` closureEsteban Küber-0/+35
2018-01-16remove noop landing pads in cleanup shimsAriel Ben-Yehuda-0/+32
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-7/+7
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-24/+26
2018-01-15Add NLL test for #45045Christopher Vittal-0/+41
2018-01-15Auto merge of #47413 - GuillaumeGomez:unstable-error-code, r=estebankbors-296/+309
2018-01-15Rollup merge of #47432 - etaoins:make-fulldeps-update-references-exec, r=petr...kennytm-0/+0
2018-01-15Rollup merge of #47372 - topecongiro:issue-43925, r=alexcrichtonkennytm-0/+30
2018-01-15Rollup merge of #47368 - chrisvittal:nll-tests, r=nikomatsakiskennytm-0/+75
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-296/+309
2018-01-15Don't include bang in macro replacement suggestionRyan Cumming-5/+5
2018-01-15Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakisbors-19/+52
2018-01-15Make ui-fulldeps/update-references executableRyan Cumming-0/+0
2018-01-14Auto merge of #46455 - petrochenkov:pimpl, r=nikomatsakisbors-30/+138
2018-01-14syntax: Disambiguate generics and qualified pathsVadim Petrochenkov-3/+21
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-27/+117
2018-01-14Auto merge of #47322 - nikomatsakis:nll-ice, r=pnkfelixbors-0/+47
2018-01-14Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavusbors-0/+29
2018-01-14Auto merge of #47261 - estebank:immutable-arg, r=petrochenkovbors-3/+41
2018-01-14Auto merge of #47223 - alexcrichton:new-target-feature, r=eddybbors-2/+71
2018-01-13rustc: Refactor attribute checking to operate on HIRAlex Crichton-12/+14
2018-01-13Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkovbors-195/+57
2018-01-13rustc: Tweak `#[target_feature]` syntaxAlex Crichton-0/+67
2018-01-13Re-add support for `impl Trait for ..` to the parserVadim Petrochenkov-0/+29
2018-01-13Address review.leonardo.yvens-14/+6
2018-01-13Parse `auto trait` inside fns.leonardo.yvens-1/+4
2018-01-13Remove wfcheck for auto traits, remove dead error codesleonardo.yvens-9/+5
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-166/+27
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-19/+0
2018-01-13Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddybbors-466/+411
2018-01-13Auto merge of #47242 - estebank:issue-15980, r=petrochenkovbors-4/+60