about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-08-31Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomezbors-0/+18
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-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-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
2018-08-28Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakisbors-183/+116
2018-08-28Use partial but correct vtable layoutOliver Schneider-2/+23
2018-08-28Auto merge of #53314 - nikomatsakis:nll-invert-liveness, r=pnkfelixbors-13/+11
2018-08-28Auto merge of #53616 - varkor:hir-map-rename, r=nikomatsakisbors-1/+2
2018-08-28Auto merge of #53272 - mark-i-m:anon_param_error_now, r=nikomatsakisbors-12/+12
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-7/+7
2018-08-27remove `let x = baz` which was obscuring the real errorNiko Matsakis-8/+8
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-2/+2
2018-08-27Remove path prefixes from NodeKindvarkor-1/+2
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-1/+1
2018-08-27Auto merge of #51456 - qmx:crate-in-path, r=nikomatsakisbors-0/+72
2018-08-27fix test stderrsMark Mansi-4/+4
2018-08-27merge `PointIndexMap` and `RegionValueElements`Niko Matsakis-9/+9
2018-08-27implement liveness tracing, remove old liveness systemNiko Matsakis-4/+2
2018-08-27rustc: Suggest removing `extern crate` in 2018Alex Crichton-0/+122
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+21
2018-08-27fix anotherMark Mansi-1/+1
2018-08-27fix some anon paramsMark Mansi-7/+7
2018-08-27fix handling of unsized types in validation; validate str to be UTF-8Ralf Jung-25/+80
2018-08-27validate enum discriminant whenever it is readRalf Jung-3/+3
2018-08-27Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelixbors-0/+98
2018-08-27add test for the suggestion from preludeDouglas Campos-0/+37
2018-08-27no need to special case stdDouglas Campos-3/+3
2018-08-27Also use smaller spans for unsize adjustmentsMatthew Jasper-89/+55
2018-08-27Auto merge of #53624 - Zoxc:ice-fix, r=oli-obkbors-1/+3
2018-08-26readd final newlineEsteban Kuber-1/+1
2018-08-27Move with_globals setup from run_compiler to runJohn Kåre Alsaker-1/+3