about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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
2017-04-04cstore: return an immutable borrow from `visible_parent_map`Ariel Ben-Yehuda-0/+41
2017-04-03Fix bug parsing `#[derive]` macro invocations.Jeffrey Seyfried-0/+20
2017-03-31Don't warn about `char` comparisons in constexprsMatthew Jasper-0/+4
2017-03-30remove comments that were tripping up pretty printerNiko Matsakis-1/+1
2017-03-30add regression test for #39808Niko Matsakis-5/+10
2017-03-30more detailed tests around diverging type variablesNiko Matsakis-22/+139
2017-03-30change the strategy for diverging typesNiko Matsakis-0/+21
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-1/+1
2017-03-27Rollup merge of #40813 - jseyfried:fix_expansion_regression, r=nrcAlex Crichton-0/+19
2017-03-26Auto merge of #40347 - alexcrichton:rm-liblog, r=brsonbors-2/+0
2017-03-25Fix ICE with nested macros in certain situations.Jeffrey Seyfried-0/+19
2017-03-24Auto merge of #40806 - frewsxcv:rollup, r=frewsxcvbors-15/+14
2017-03-24Rollup merge of #40636 - nikomatsakis:revert-39485, r=eddybCorey Farwell-15/+14
2017-03-24Auto merge of #40779 - arielb1:bad-arm, r=alexcrichtonbors-0/+38
2017-03-24appveyor: Upgrade MinGW toolchains we useAlex Crichton-20/+7
2017-03-24update LLVM with fix for PR32379Ariel Ben-Yehuda-0/+38
2017-03-23Remove internal liblogAlex Crichton-2/+0
2017-03-22Rollup merge of #40523 - durka:patch-38, r=petrochenkovCorey Farwell-0/+18
2017-03-22add regression test for #39984Niko Matsakis-0/+21
2017-03-22Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis"Niko Matsakis-26/+4
2017-03-21add test for nested macro def (#31946)Alex Burka-0/+18
2017-03-21Refactor parsing of trait object typesVadim Petrochenkov-2/+1
2017-03-20Rollup merge of #40229 - cramertj:break-to-blocks, r=nikomatsakisCorey Farwell-0/+42
2017-03-20Auto merge of #39628 - arielb1:shimmir, r=eddybbors-1/+72