about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-02lint: deny incoherent_fundamental_impls by defaultHoàng Đức Hiếu-38/+0
2018-05-01Auto merge of #49982 - petrochenkov:noreex, r=alexcrichtonbors-548/+237
2018-05-01Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakisbors-0/+171
2018-05-01Fix an error from "unused" lint + Fix rebaseVadim Petrochenkov-82/+74
2018-05-01Give removal reasons to removed featuresVadim Petrochenkov-0/+6
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-547/+238
2018-05-01Auto merge of #50198 - oli-obk:const_prop, r=eddybbors-9/+8
2018-05-01Auto merge of #48786 - nagisa:fp, r=nikomatsakisbors-0/+17
2018-05-01Force frame pointers for the backtrace testSimonas Kazlauskas-0/+1
2018-05-01Rework force-frame-pointerSimonas Kazlauskas-1/+1
2018-05-01Don't force-enable frame pointers when generating debug infoBjörn Steinbrink-0/+16
2018-05-01Auto merge of #50304 - nox:uninhabited-output, r=eddybbors-6/+16
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-239/+104
2018-05-01Rollup merge of #50330 - japaric:used, r=nagisakennytm-0/+28
2018-05-01Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebankkennytm-6/+85
2018-05-01Rollup merge of #50325 - petrochenkov:pmgate, r=alexcrichtonkennytm-13/+42
2018-05-01Rollup merge of #50233 - mark-i-m:const_vec, r=kennytmkennytm-0/+17
2018-04-30Improve div by zero const eval errorsOliver Schneider-6/+5
2018-04-30Update ui test outputOliver Schneider-7/+7
2018-04-30Auto merge of #50326 - ollie27:rustdoc_cross_crate_const_link, r=GuillaumeGomezbors-0/+103
2018-04-30Auto merge of #50272 - scottmcm:termination-test-error, r=nikomatsakisbors-0/+34
2018-04-30check that #[used] is used only on staticsJorge Aparicio-0/+28
2018-04-30Correct unused field warning on struct match container patternsvarkor-6/+55
2018-04-30Auto merge of #50092 - abonander:issue-49934, r=petrochenkovbors-0/+102
2018-04-30Correct unused field warning on box struct matchvarkor-9/+21
2018-04-30Correct unused field warning on &struct matchvarkor-4/+22
2018-04-29Warn on pointless `#[derive]` in more placesAustin Bonander-0/+102
2018-04-29rustdoc: Fix links to constants in external cratesOliver Middleton-0/+103
2018-04-30Add a few more tests for proc macro feature gatingVadim Petrochenkov-13/+42
2018-04-29Auto merge of #50317 - varkor:repr-align-assign, r=nagisabors-0/+32
2018-04-29Add test for repr(align=x)varkor-0/+32
2018-04-29Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakisbors-18/+99
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-239/+104
2018-04-29Auto merge of #50271 - sinkuu:fix_ice, r=eddybbors-0/+33
2018-04-28feature on testMark Mansi-0/+2
2018-04-28Add `-C target-feature` to all functionsAlex Crichton-0/+19
2018-04-28Mark functions returning uninhabited types as noreturnAnthony Ramine-6/+16
2018-04-28Auto merge of #50164 - nox:rval-range-metadata, r=eddybbors-0/+29
2018-04-28Auto merge of #50295 - SergioBenitez:master, r=alexcrichtonbors-24/+18
2018-04-28Auto merge of #50155 - est31:label_expressions, r=petrochenkovbors-0/+37
2018-04-28Track unused mutable variables across closuresKeith Yeung-18/+99
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-24/+18
2018-04-28Auto merge of #50149 - aaronaaeng:master, r=estebankbors-0/+184
2018-04-28Make `trait_of_item` return None for non associated itemsShotaro Yamada-0/+33
2018-04-27Auto merge of #49822 - matthewjasper:dropck-closures, r=nikomatsakisbors-30/+72
2018-04-28Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakiskennytm-1/+22
2018-04-27Access individual fields of tuples, closures and generators on drop.Matthew Jasper-30/+72
2018-04-28Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichtonkennytm-27/+44
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-194/+140
2018-04-27fixed testsChristian Poveda-18/+12