about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-08-13Rollup merge of #43782 - nrc:include, r=GuillaumeGomezGuillaume Gomez-0/+20
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-0/+59
2017-08-12Auto merge of #43736 - ollie27:rustdoc_impls_js, r=QuietMisdreavusbors-0/+15
2017-08-12Check #[thread_local] statics correctly in the compiler.Eduard-Mihai Burtescu-10/+164
2017-08-12syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu-1/+33
2017-08-12Auto merge of #43772 - arielb1:nonfree-block, r=nagisabors-15/+13
2017-08-11Auto merge of #43800 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-11/+129
2017-08-11Rollup merge of #43752 - arshiamufti:union-test, r=estebankGuillaume Gomez-0/+5
2017-08-11Rollup merge of #43744 - MaloJaffre:stage1-test, r=Mark-SimulacrumGuillaume Gomez-0/+53
2017-08-11Rollup merge of #43650 - RalfJung:mir-validate, r=arielb1Guillaume Gomez-11/+71
2017-08-11Auto merge of #43745 - kennytm:fix-43162, r=aturonbors-0/+23
2017-08-11Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddybbors-0/+5
2017-08-10Auto merge of #43720 - pornel:staticconst, r=petrochenkovbors-0/+27
2017-08-10For box expressions, use NZ drop instead of a free blockAriel Ben-Yehuda-15/+13
2017-08-10Reword error hintKornel-1/+1
2017-08-10Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoeristerbors-217/+312
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-0/+20
2017-08-10Auto merge of #43737 - GuillaumeGomez:duplicate-method, r=eddybbors-0/+42
2017-08-10doc tests: use the filename from the source file for doc test programs, rathe...Nick Cameron-0/+20
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+59
2017-08-10Auto merge of #43735 - est31:master, r=alexcrichtonbors-0/+37
2017-08-10Add a feature gateest31-0/+14
2017-08-10Better diagnostics and recovery for `const` in extern blocksVadim Petrochenkov-0/+27
2017-08-09Auto merge of #43484 - estebank:point-to-return, r=arielb1bors-7/+28
2017-08-09Readd backticks around ()Esteban Küber-4/+4
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-217/+312
2017-08-09Erase/anonymize regions while computing TypeId hash.Michael Woerister-0/+5
2017-08-08Only refer to return type when it matchesEsteban Küber-7/+4
2017-08-09Auto merge of #43728 - zackmdavis:fnused, r=eddybbors-0/+47
2017-08-08Auto merge of #43691 - GuillaumeGomez:fix-rustdoc, r=QuietMisdreavusbors-0/+18
2017-08-08explain that the example is indeed UB, but that's okayRalf Jung-0/+3
2017-08-08Improve error message when duplicate names for type and trait methodGuillaume Gomez-0/+42
2017-08-08#[must_use] for functions (RFC 1940)Zack M. Davis-0/+47
2017-08-08Ignore tests that fail on stage1Malo Jaffré-0/+53
2017-08-09Type-check `break value;` even outside of `loop {}`.kennytm-0/+23
2017-08-08rustdoc: Don't add external impls to implementors jsOliver Middleton-0/+15
2017-08-08Avoid calling the column!() macro in panicest31-0/+23
2017-08-07Remove \0 printingGuillaume Gomez-1/+1
2017-08-07Auto merge of #43699 - GuillaumeGomez:e0623, r=eddybbors-0/+22
2017-08-06Add missing error code for private methodGuillaume Gomez-0/+22
2017-08-06Fix hoedown error in rustdocGuillaume Gomez-0/+18
2017-08-06Auto merge of #43397 - GuillaumeGomez:unused-union-field, r=petrochenkovbors-0/+74
2017-08-06Handle type aliases as wellGuillaume Gomez-1/+16
2017-08-06Added closure test case.Isaac van Bakel-0/+6
2017-08-06Fix union unused fields checkGuillaume Gomez-5/+17
2017-08-06Improve union unused field detectionGuillaume Gomez-12/+16
2017-08-06Auto merge of #43488 - Florob:repeat-opt, r=arielb1bors-0/+74
2017-08-05Don't warn on unused field on unionGuillaume Gomez-0/+43
2017-08-05Auto merge of #43554 - eddyb:apfloat, r=nikomatsakisbors-2/+2
2017-08-05Auto merge of #43642 - mmatyas:unskip_aarch64_tests, r=sanxiynbors-6/+0