about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-01-20Rollup merge of #47193 - cramertj:result-opts, r=TimNNGuillaume Gomez-0/+57
2018-01-20Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize...bors-5/+7
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-2/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-3/+3
2018-01-20Replace Box::{from,into}_unique with {from,into}_nonnull_rawSimon Sapin-1/+0
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-1/+1
2018-01-19Auto merge of #47503 - arielb1:check-size, r=eddybbors-0/+37
2018-01-19Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakisbors-0/+58
2018-01-19Auto merge of #47401 - rkruppe:issue-47278, r=eddybbors-0/+19
2018-01-18in which the unused-parens lint comes to cover function and method argsZack M. Davis-5/+7
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-16avoid double-unsizing arrays in bytestring match loweringAriel Ben-Yehuda-0/+37
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-16Add incremental-fulldeps test suite and regression test for #47290.Michael Woerister-0/+58
2018-01-16Compute LLVM argument indices correctly in face of paddingRobin Kruppe-0/+19
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