1. 10 1月, 2018 2 次提交
  2. 08 1月, 2018 4 次提交
  3. 07 1月, 2018 2 次提交
  4. 06 1月, 2018 2 次提交
    • A
      rustc: Don't ICE if we invalidate an invalid incr dir · fcdca7f2
      Alex Crichton 提交于
      This showed up on the Windows bot for testing this PR, and this pr allows
      `mark_incr_comp_session_as_invalid` ok if it's already invalid, hopefully
      avoiding scary ICEs and instead leaving the nicely printed errors
      fcdca7f2
    • S
      Use name-discarding LLVM context · b719578f
      Simonas Kazlauskas 提交于
      This is only applicable when neither of --emit=llvm-ir or --emit=llvm-bc are not
      requested.
      
      In case either of these outputs are wanted, but the benefits of such context are
      desired as well, -Zfewer_names option provides the same functionality regardless
      of the outputs requested.
      b719578f
  5. 05 1月, 2018 2 次提交
  6. 04 1月, 2018 3 次提交
  7. 02 1月, 2018 2 次提交
    • R
      Check all repr hints together when checking for mis-applied attributes · 03936115
      Robin Kruppe 提交于
      Fixes #47094
      
      Besides fixing that bug, this change has a user-visible effect on the spans in the "incompatible repr hints" warning and another error: they now point at `foo` and/or `bar` in `repr(foo, bar)` instead of the whole attribute. This is sometimes more precise (e.g., `#[repr(C, packed)]` on an enum points at the `packed`) but sometimes not. I moved a compile-fail test to a ui test to illustrate how it now looks in the common case of only one attribute.
      03936115
    • W
      Fix typo · 05cbe6d7
      Who? Me?! 提交于
      05cbe6d7
  8. 01 1月, 2018 4 次提交
  9. 31 12月, 2017 1 次提交
  10. 28 12月, 2017 2 次提交
  11. 27 12月, 2017 2 次提交
  12. 26 12月, 2017 4 次提交
  13. 24 12月, 2017 3 次提交
  14. 22 12月, 2017 5 次提交
  15. 21 12月, 2017 2 次提交