summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-04-18change note for patternsCengiz Can-3/+3
2017-04-18fixes #40013Cengiz Can-19/+36
2017-04-18Rollup merge of #41361 - arielb1:move-mir-init, r=pnkfelixCorey Farwell-0/+29
2017-04-18update `dep-graph-struct-signature` test caseNiko Matsakis-11/+0
2017-04-18lower `move_val_init` during MIR constructionAriel Ben-Yehuda-0/+29
2017-04-17Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakisCorey Farwell-2/+6
2017-04-17Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkovbors-11/+90
2017-04-17libsyntax/parse: improve associated item error reportingAriel Ben-Yehuda-11/+90
2017-04-17Rollup merge of #41012 - durka:vis-matcher, r=petrochenkovCorey Farwell-0/+134
2017-04-16Auto merge of #40409 - mbrubeck:calloc, r=sfacklerbors-0/+5
2017-04-16rustc_typeck: fix binops needing more type informations to coerce.Eduard-Mihai Burtescu-0/+4
2017-04-16rustc: use monomorphic const_eval for cross-crate enum discriminants.Eduard-Mihai Burtescu-2/+6
2017-04-15reduce macro rule duplication in testAlex Burka-20/+4
2017-04-15feature gate :vis matcherAlex Burka-0/+20
2017-04-15parse interpolated visibility tokensAlex Burka-2/+14
2017-04-15update :vis implementation to current rustAlex Burka-10/+9
2017-04-15Implementation of the `vis` macro matcher.Daniel Keep-0/+119
2017-04-15Specialize Vec::from_elem<u8> to use calloc or memsetMatt Brubeck-0/+5
2017-04-15Auto merge of #41316 - suchithjn225:issue-41272, r=eddybbors-0/+29
2017-04-15Fixed aesthetics and testSuchith J N-2/+8
2017-04-15[41272] - Fixed to conform to rust project styleSuchith J N-0/+10
2017-04-15[41272] - code for desugaring iflet changedSuchith J N-0/+13
2017-04-14update tests slightlyNiko Matsakis-8/+76
2017-04-14Name files what tidy wants them to be namdSean Griffin-0/+0
2017-04-14Put overlapping impls behind feature gate, add testsSean Griffin-0/+53
2017-04-14Further update with response to feedbackSean Griffin-0/+1
2017-04-14Update with response to feedbackSean Griffin-0/+1
2017-04-14Implement RFC 1268Sean Griffin-21/+44
2017-04-14Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcvCorey Farwell-0/+26
2017-04-14Rollup merge of #41172 - Aaron1011:rustdoc-overflow, r=frewsxcvCorey Farwell-0/+31
2017-04-14Rollup merge of #40702 - mrhota:global_asm, r=nagisaCorey Farwell-0/+308
2017-04-14Auto merge of #41153 - petrochenkov:umove, r=pnkfelixbors-0/+57
2017-04-13Comply with windows symbol name conventionsA.J. Gardner-0/+2
2017-04-13Rollup merge of #41279 - arielb1:adjustment-composition, r=nikomatsakisCorey Farwell-0/+32
2017-04-13rustc_typeck: consolidate adjustment compositionAriel Ben-Yehuda-0/+32
2017-04-13Rollup merge of #41250 - kennytm:fix-41228, r=nikomatsakisCorey Farwell-0/+50
2017-04-13Auto merge of #40367 - eddyb:naked-cruft, r=nagisabors-10/+37
2017-04-13Make simple_global_asm even simplerA.J. Gardner-3/+5
2017-04-13Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...bors-277/+124
2017-04-12Add global_asm testsA.J. Gardner-0/+304
2017-04-12rustc_trans: avoid a separate entry BB if START_BLOCK has no backedges.Eduard-Mihai Burtescu-10/+37
2017-04-13Fixed invalid 128-bit division on 32-bit target. Fixed issue #41228.kennytm-0/+50
2017-04-12Fix invalid associated type rendering in rustdocGuillaume Gomez-0/+26
2017-04-12Rollup merge of #41232 - arielb1:mir-rvalues, r=eddybTim Neumann-0/+18
2017-04-12Rollup merge of #41206 - eddyb:avoid-illegal-vectors, r=nagisaTim Neumann-0/+30
2017-04-12Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakisTim Neumann-5/+136
2017-04-12Rollup merge of #41141 - michaelwoerister:direct-metadata-ich-final, r=nikoma...Tim Neumann-154/+287
2017-04-12Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1Tim Neumann-3/+12
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-154/+287
2017-04-12Add a way to get shorter spans until `char` for pointing at defsEsteban Küber-3/+48