about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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
2017-03-19Rollup merge of #40398 - eddyb:struct-hint, r=nikomatsakisCorey Farwell-0/+20
2017-03-19Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichtonCorey Farwell-0/+28
2017-03-19Rollup merge of #40589 - topecongiro:floating-point-literal, r=nagisaCorey Farwell-0/+16
2017-03-19Rollup merge of #40588 - topecongiro:add-missing-tests, r=alexcrichtonCorey Farwell-0/+20
2017-03-19Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrcCorey Farwell-0/+29
2017-03-19Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddybCorey Farwell-0/+17
2017-03-18Parse 0e+10 as a valid floating-point literaltopecongiro-0/+16
2017-03-17Add more catch-related CFG and lifetime tests and fix CFG bugTaylor Cramer-0/+8
2017-03-17Implement ? in catch expressions and add testsTaylor Cramer-0/+34
2017-03-18translate closure shims using MIRAriel Ben-Yehuda-1/+16
2017-03-18translate function shims using MIRAriel Ben-Yehuda-0/+56
2017-03-17Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ...Jeffrey Seyfried-0/+29
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-1/+1
2017-03-17Add a test for issue 34571topecongiro-0/+20
2017-03-15Change how the 0 flag works in format! for floatsPiotr Jawniak-0/+12
2017-03-15Change how the `0` flag works in format!Piotr Jawniak-0/+16
2017-03-14Improve the documentation for `rvalue_static_promotion`Tobias Schottdorf-1/+1
2017-03-14Add feature toggle for rvalue-static-promotion RFCTobias Schottdorf-0/+17
2017-03-14Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakisbors-0/+32
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-03-11Temporarily prefix catch block with do keywordTaylor Cramer-1/+3
2017-03-11Add catch expr to AST and disallow catch as a struct nameTaylor Cramer-0/+30
2017-03-11Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1Ariel Ben-Yehuda-1/+20
2017-03-11Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakisAriel Ben-Yehuda-0/+48