about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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-10Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakisbors-0/+58
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
2018-01-09Skip linker-output-non-utf8 test on AppleRyan Cumming-8/+12
2018-01-09Rollup merge of #47263 - ollie27:rustdoc_private_macro_import, r=GuillaumeGomezkennytm-0/+20
2018-01-09Rollup merge of #47210 - zackmdavis:the_3rd_of_2_hardest_problems_in_computer...kennytm-0/+18
2018-01-08Auto merge of #47232 - keatinge:master, r=petrochenkovbors-0/+25
2018-01-07Account for `pub` in `const` -> `static` suggestionEsteban Küber-0/+26
2018-01-08rustdoc: Don't import macros from private importsOliver Middleton-0/+20
2018-01-07Auto merge of #47171 - estebank:numeric-literal-suggestion, r=nikomatsakisbors-18/+92
2018-01-07Auto merge of #47039 - ollie27:rustdoc_trait_impl_src, r=GuillaumeGomezbors-0/+5
2018-01-07Added tests for non-obvious builtin indexingIsaac van Bakel-0/+58
2018-01-07Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakisbors-4/+141
2018-01-06Use span_suggestion instead of span_err_helpkeatinge-3/+1
2018-01-06wherein careful doc-decoration arithmetic proves quite the ICE-breakerZack M. Davis-0/+18
2018-01-07Rollup merge of #47230 - nerd2:debuginfo_shadow, r=alexcrichtonkennytm-9/+8
2018-01-07Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakiskennytm-0/+6
2018-01-06Add tests for error message for pattern matching typokeatinge-0/+27
2018-01-06Auto merge of #47099 - SergioBenitez:master, r=jseyfriedbors-0/+240
2018-01-06Debuginfo Shadowed Variable test: fix check numberingSam-9/+8
2018-01-06Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakisbors-0/+12
2018-01-06Auto merge of #47155 - nerd2:debuginfo_test_fix, r=alexcrichtonbors-2/+63
2018-01-05Disable failing tests temporarilySam-2/+25
2018-01-05Auto merge of #46907 - varkor:contrib-8, r=nagisabors-0/+8
2018-01-05Auto merge of #46739 - arielb1:simple-loops, r=nikomatsakisbors-0/+25
2018-01-04Do not use casting for suggestion to add type to numeric literalEsteban Küber-10/+23
2018-01-04Auto merge of #46916 - michaelwoerister:generate-dead-code-plz, r=alexcrichtonbors-0/+27
2018-01-04Auto merge of #47147 - projektir:to_ptr_cast, r=eddybbors-0/+18
2018-01-04Generate code for const- and inline-fns if -Clink-dead-code is specified.Michael Woerister-0/+27
2018-01-04Auto merge of #47124 - estebank:loan-paths, r=nikomatsakisbors-7/+72
2018-01-03Provide suggestion when trying to use method on numeric literalEsteban Küber-18/+79
2018-01-04Auto merge of #47132 - cramertj:impl-trait-camel-case, r=nikomatsakisbors-0/+20
2018-01-04rustc: remove misleading `Ty::is_uint` method.Eduard-Mihai Burtescu-0/+6
2018-01-03Tweak to mir borrow in a loop diagnosticEsteban Küber-4/+1
2018-01-03Add mir test, review commentsEsteban Küber-10/+36
2018-01-03Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakisbors-1/+78
2018-01-03Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytmbors-143/+247