summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-22Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichtonkennytm-2/+0
2018-03-22Fix the conversion between bit representations and i128 representationsOliver Schneider-0/+27
2018-03-22Rollup merge of #48759 - QuietMisdreavus:simd-feature-docs, r=GuillaumeGomezkennytm-0/+24
2018-03-22Produce nice array lengths on a best effort basisOliver Schneider-1/+41
2018-03-22Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ...bors-5/+127
2018-03-21termination_trait: Make error message more helpfulTyler Mandry-5/+6
2018-03-21add target_feature items to doc_cfg rustdoc testQuietMisdreavus-0/+24
2018-03-21Moved test to uivarkor-0/+18
2018-03-21termination_trait: Put examples in error help, not labelTyler Mandry-3/+3
2018-03-21Fix type_dependent_defs ICE on method callsvarkor-0/+15
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-2/+0
2018-03-21WIP fix mir-opt-end-region-8Niko Matsakis-2/+4
2018-03-21use subtyping when we create a closure instead of for upvar typesNiko Matsakis-3/+34
2018-03-21report an error if we see an unexpected lifetime in impl TraitNiko Matsakis-0/+89
2018-03-21Use NOTE instead of error-pattern directiveTyler Mandry-1/+2
2018-03-21termination_trait: Add () example to error messageTyler Mandry-2/+2
2018-03-21Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoeristerbors-0/+21
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-94/+70
2018-03-21Rollup merge of #49196 - Phlosioneer:49123-sort-where-conditions, r=QuietMisd...kennytm-2/+0
2018-03-20Propose a variant if it is an enum for E0599Guillaume Gomez-0/+4
2018-03-20typeck: Report main return type errors on return type spanTyler Mandry-2/+12
2018-03-20rename epoch to editionKurtis Nusbaum-7/+7
2018-03-20Add unit test for Implemented-From-Envvarkor-0/+30
2018-03-20Auto merge of #49190 - kennytm:rollup, r=kennytmbors-3/+165
2018-03-20Encode/decode extern statics in metadata and incremental cacheOliver Schneider-0/+21
2018-03-20Auto merge of #48516 - petrochenkov:stabsl, r=nikomatsakisbors-151/+97
2018-03-20ignore emscripten in run-pass testgnzlbg-0/+2
2018-03-20Match against friendly error messageTyler Mandry-2/+2
2018-03-19Fix ordering of auto-generated trait bounds in rustdoc outputPhlosioneer-2/+0
2018-03-20Rollup merge of #49166 - dileepbapat:pr-49133, r=nikomatsakiskennytm-3/+3
2018-03-20Rollup merge of #49157 - estebank:const-into, r=oli-obkkennytm-0/+36
2018-03-19Reduce diagnostic verbosity by removing labelsEsteban Küber-15/+9
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-151/+97
2018-03-20Rollup merge of #49104 - csmoe:semicolon_error, r=petrochenkovkennytm-0/+20
2018-03-20Rollup merge of #48834 - ysiraichi:suggest-remove-ref, r=estebankkennytm-0/+106
2018-03-19Auto merge of #49058 - withoutboats:pin, r=cramertjbors-0/+2
2018-03-19Okay this is the right way.boats-3/+1
2018-03-19Comment out entire test.boats-1/+3
2018-03-19Fix automatic urls with backticksGuillaume Gomez-0/+18
2018-03-19Single diagnostic for all non-mentioned fields in a patternEsteban Küber-0/+24
2018-03-19Ignore properly.boats-3/+1
2018-03-19Comment out flakey test.boats-0/+4
2018-03-19Merge branch 'update-beta-freebsd' into freebsd-posix-spawnBryan Drewery-9083/+15405
2018-03-19Do not suggest `.into()` in `const`sEsteban Küber-0/+36
2018-03-19update compile-fail tests: fewer warnings because this is now a HIR lintRalf Jung-3/+0
2018-03-19wording nitsRalf Jung-2/+2
2018-03-19#49133 - Reworded the Error message: "`pub` not needed here" messageDileep Bapat-3/+3
2018-03-19Document only-X test headerSeo Sanghyeon-0/+2
2018-03-19Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoeristerbors-0/+18
2018-03-19Stabilize termination_traitTyler Mandry-15/+2