about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-09-03Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelixbors-2071/+140
2018-09-02Auto merge of #53887 - flip1995:tool_lints, r=Manishearthbors-0/+48
2018-09-01Auto merge of #53842 - estebank:various, r=petrochenkovbors-9/+7
2018-09-01deprcated -> deprecatedManish Goregaokar-1/+1
2018-09-01Add tests for cmdline tool lintsflip1995-0/+48
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-165/+141
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-0/+25
2018-09-01Rollup merge of #53790 - zilbuz:issue-52060, r=nikomatsakiskennytm-0/+25
2018-09-01Rollup merge of #53622 - petrochenkov:nomain, r=oli-obkkennytm-165/+91
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-175/+1131
2018-09-01Update testsBasile Desloges-2071/+140
2018-09-01Auto merge of #53762 - flip1995:tool_lints, r=Manishearthbors-9/+84
2018-08-31Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisabors-0/+23
2018-08-31feature(doc_cfg): set cfg(rustdoc) when rustdoc is runningQuietMisdreavus-0/+25
2018-08-31Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomezbors-0/+18
2018-08-31cleanup: Add main functions to some UI testsVadim Petrochenkov-165/+91
2018-08-31Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakisbors-1/+92
2018-08-31Auto merge of #53403 - spastorino:move-out-lazily, r=nikomatsakisbors-8/+0
2018-08-31Update testsflip1995-17/+26
2018-08-31Add hint for cfg_attr and fix testflip1995-7/+8
2018-08-31Add deprecated_name argument to the register lint group functionsflip1995-1/+1
2018-08-31Add tests for backward compatflip1995-7/+72
2018-08-31Add test that min const fns can't call unstable min const fns even with the f...Oliver Schneider-2/+16
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-37/+35
2018-08-31Libstd only has `min_const_fn` const fnsOliver Schneider-0/+38
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-138/+1044
2018-08-30Use suggestion for dereference helpEsteban Küber-1/+3
2018-08-30Point at def span on incorrect panic or alloc error handlerEsteban Küber-8/+4
2018-08-30Make move out computation lazySantiago Pastorino-8/+0
2018-08-30Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=ManishearthPietro Albini-27/+27
2018-08-30Rollup merge of #53727 - estebank:incorrect-deref-suggestion, r=nikomatsakisPietro Albini-12/+28
2018-08-30Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAusPietro Albini-0/+21
2018-08-30Rollup merge of #53129 - nikomatsakis:issue-51172-tweak-test, r=pnkfelixPietro Albini-8/+8
2018-08-30Auto merge of #53535 - TheDarkula:master, r=oli-obkbors-9/+117
2018-08-30Made std::intrinsics::transmute() const fn.thedarkula-9/+117
2018-08-30Auto merge of #53757 - oli-obk:validation, r=RalfJungbors-2/+23
2018-08-30fix u32 steps_between for 16-bit systemsAndre Bogus-0/+23
2018-08-30Add regression test for issue #52060Basile Desloges-0/+25
2018-08-30Auto merge of #53685 - alexcrichton:more-keywords, r=varkorbors-9/+75
2018-08-29Generalize `async_idents` to all new keywordsAlex Crichton-9/+75
2018-08-29Don't emit "unused extern crate" warnings for `extern crate foo as _;`Josh Triplett-13/+1
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-27/+27
2018-08-29Auto merge of #53711 - arielb1:macro-table, r=michaelwoeristerbors-0/+106
2018-08-29Auto merge of #53684 - alexcrichton:suggest-remove, r=oli-obkbors-0/+122
2018-08-29Auto merge of #53642 - alexcrichton:fix-target-cpu-native, r=arielb1bors-2/+17
2018-08-29Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obkbors-28/+91
2018-08-28Fix warnings about the `native` target-cpuAlex Crichton-2/+17
2018-08-28Add partialeq implementation for TryFromIntError typeGuillaume Gomez-0/+21
2018-08-28restructure unary_op to also dispatch on type first; fix promotion with unary...Ralf Jung-0/+8
2018-08-28address nitsRalf Jung-3/+3