about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-09-06Auto merge of #53575 - matthewjasper:unsized-is-an-error, r=estebankbors-15/+106
2018-09-06Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obkbors-0/+67
2018-09-06Auto merge of #53707 - eddyb:phantom-waffles, r=oli-obkbors-7/+38
2018-09-06Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakisbors-0/+29
2018-09-05Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrcbors-2/+2
2018-09-04Move #[test_case] to a syntax extensionJohn Renner-12/+4
2018-09-04Document #[test_case] and #![test_runner]John Renner-4/+4
2018-09-04Fix #[test] shadowing in macro_preludeJohn Renner-0/+32
2018-09-04Introduce Custom Test FrameworksJohn Renner-23/+286
2018-09-03Add regression test for #52475Bruno Dutra-0/+67
2018-09-03Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obkbors-0/+482
2018-09-03Add missing braceTim Diekmann-1/+1
2018-09-03Add ident function to the rest of the testsCyres-22/+34
2018-09-03Wrap rhs in ident functionTim Diekmann-7/+11
2018-09-03Auto merge of #53831 - TheDarkula:pointer-check, r=oli-obkbors-52/+343
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-01rebaseTim-0/+466
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-31Fix tests for json formattingCharlie Andrews-2/+2
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-31Added pointer checking to sanity checksthedarkula-52/+343
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-31rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignor...Eduard-Mihai Burtescu-7/+38
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