1. 22 5月, 2013 2 次提交
    • T
      testsuite: Test for #4780 · b6cf84f3
      Tim Chevalier 提交于
      b6cf84f3
    • B
      auto merge of #6611 : huonw/rust/syntax-ext-no-dup, r=jbclements · 64963d6c
      bors 提交于
      Fixes https://github.com/mozilla/rust/issues/6578 by merging the 3 different ways to build an AST into a single `AstBuilder` trait, creating a more uniform and briefer interface.
      
      Also, converts the `ext_ctxt` trait-object to be a plain struct, as well as renaming it to `ExtCtxt`.
      
      Seems to make expansion slightly faster for the normal case (e.g. `libcore` and `libstd`), but slower for `librustc` (slightly) and `libsyntax` (0.3s -> 0.8s! I'm investigating this, but I'd prefer this patch to land relatively quickly.).
      
      `git blame` suggests maybe @graydon or @erickt are familiar with this area of the code. r?
      64963d6c
  2. 21 5月, 2013 38 次提交