about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-15/+83
2018-01-13Rollup merge of #47382 - topecongiro:issue-43105, r=eddybkennytm-0/+21
2018-01-13Rollup merge of #47344 - topecongiro:fixed-ices, r=alexcrichtonkennytm-0/+110
2018-01-13Rollup merge of #47306 - alexreg:dataflow-analysis, r=eddybkennytm-0/+10
2018-01-13Rollup merge of #47305 - cramertj:better-calendar-alone, r=eddybkennytm-47/+14
2018-01-13Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakiskennytm-26/+1
2018-01-13Rollup merge of #47289 - etaoins:skip-linker-output-non-utf8-test-on-apple, r...kennytm-4/+12
2018-01-12remove unnecessary compile-flags commentsChristopher Vittal-12/+8
2018-01-12Avoid panicking when invalid argument is passed to cfg(..)Seiichi Uchida-0/+30
2018-01-12Ignore CTFE errors while lowering patternsSeiichi Uchida-0/+21
2018-01-12Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrcbors-0/+160
2018-01-11Add NLL tests for #46557 and #38899Chris Vittal-0/+79
2018-01-11Don't track local_needs_drop separately in qualify_consts (fixes #47351).Alexander Regueiro-0/+10
2018-01-11Add tests to fixed issues.Seiichi Uchida-0/+110
2018-01-10Modify message to match labelEsteban Küber-3/+3
2018-01-10Updated other tests affected by change.David Wood-19/+24
2018-01-10Added test for #46983David Wood-0/+28
2018-01-10resolve type and region variables in "NLL dropck"Niko Matsakis-0/+47
2018-01-10Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakisbors-0/+58
2018-01-10Add test for #45868Manish Goregaokar-0/+29
2018-01-09Rollup merge of #47262 - estebank:issue-45562, r=petrochenkovCorey Farwell-0/+26
2018-01-09Use copy/clone closures to simplify calendar testTaylor Cramer-47/+14
2018-01-10Fix typoRyan Cumming-1/+1
2018-01-10Restore the original Window commentRyan Cumming-2/+6
2018-01-09Treat #[path] files as mod.rs filesTaylor Cramer-26/+1