summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-06-01Fix regression in `macro_rules!` name matching.Jeffrey Seyfried-0/+30
2017-05-23do not fetch variance for items when equatingNiko Matsakis-0/+43
2017-05-23use equality in the coerce-unsized checkNiko Matsakis-0/+38
2017-05-23add a WF obligation if a type variable appears in bivariant positionNiko Matsakis-0/+37
2017-05-22refactor the handling of lvalue opsAriel Ben-Yehuda-0/+20
2017-05-10Added test for #41479 from @eddyb.Cameron Hart-0/+18
2017-05-10typeck: resolve type vars before calling `try_index_step`Ariel Ben-Yehuda-0/+26
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-0/+98
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-37/+27
2017-04-20Remove float_extrasJosh Stone-5/+3
2017-04-20Remove num::{Zero,One}Josh Stone-12/+23
2017-04-20Remove BinaryHeap::{push_pop,replace}Josh Stone-2/+0
2017-04-20Remove EnumSetJosh Stone-18/+1
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-0/+1
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-0/+195
2017-04-19propagate obligations during overlap checkNiko Matsakis-0/+16
2017-04-19Auto merge of #41325 - eddyb:isolate-snapshots-for-good, r=arielb1bors-0/+4
2017-04-17Rollup merge of #41012 - durka:vis-matcher, r=petrochenkovCorey Farwell-0/+115
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-15reduce macro rule duplication in testAlex Burka-20/+4
2017-04-15feature gate :vis matcherAlex Burka-0/+1
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-6/+31
2017-04-14Put overlapping impls behind feature gate, add testsSean Griffin-0/+34
2017-04-14Update with response to feedbackSean Griffin-0/+1
2017-04-14Implement RFC 1268Sean Griffin-0/+23
2017-04-14Rollup merge of #40702 - mrhota:global_asm, r=nagisaCorey Farwell-0/+59
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-13Make simple_global_asm even simplerA.J. Gardner-3/+5
2017-04-13Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...bors-198/+66
2017-04-12Add global_asm testsA.J. Gardner-0/+55
2017-04-13Fixed invalid 128-bit division on 32-bit target. Fixed issue #41228.kennytm-0/+50
2017-04-11generalize type variables tooNiko Matsakis-0/+80
2017-04-11remove type variable defaults codeNiko Matsakis-212/+0
2017-04-11We have to use u16 to test field reordering because u64's alignment changes b...Austin Hicks-5/+5
2017-04-11Tests for -Z fuel=foo=nAustin Hicks-0/+50
2017-04-11Initial attempt at implementing optimization fuel and re-enabling struct fiel...Austin Hicks-0/+13
2017-04-07Rollup merge of #41061 - arielb1:parent-lock, r=eddybCorey Farwell-0/+41
2017-04-06Rollup merge of #40976 - matthewjasper:char-const-expr, r=eddybCorey Farwell-0/+4