1. 13 1月, 2021 1 次提交
  2. 27 7月, 2019 1 次提交
  3. 26 12月, 2018 1 次提交
  4. 26 9月, 2018 1 次提交
  5. 06 9月, 2018 1 次提交
  6. 07 5月, 2016 2 次提交
    • N
      s/aux/auxiliary, because windows · 8b1941a7
      Niko Matsakis 提交于
      For legacy reasons (presumably), Windows does not permit files name aux.
      8b1941a7
    • N
      move auxiliary builds to a test-relative `aux` · fbc082dc
      Niko Matsakis 提交于
      Instead of finding aux-build files in `auxiliary`, we now search for an
      `aux` directory relative to the test. So if your test is
      `compile-fail/foo.rs`, we would look in `compile-fail/aux`.  Similarly,
      we ignore the `aux` directory when searching for tets.
      fbc082dc
  7. 13 1月, 2016 2 次提交
  8. 13 6月, 2015 1 次提交
  9. 27 3月, 2015 1 次提交
  10. 03 1月, 2015 1 次提交
  11. 16 10月, 2014 1 次提交
  12. 13 10月, 2014 1 次提交
    • S
      Continue cfg syntax transition · aa3b1261
      Steven Fackler 提交于
      All deprecation warnings have been converted to errors. This includes
      the warning for multiple cfgs on one item. We'll leave that as an error
      for some period of time to ensure that all uses are updated before the
      behavior changes from "or" to "and".
      aa3b1261
  13. 28 5月, 2014 1 次提交
    • A
      Move std::{reflect,repr,Poly} to a libdebug crate · b53454e2
      Alex Crichton 提交于
      This commit moves reflection (as well as the {:?} format modifier) to a new
      libdebug crate, all of which is marked experimental.
      
      This is a breaking change because it now requires the debug crate to be
      explicitly linked if the :? format qualifier is used. This means that any code
      using this feature will have to add `extern crate debug;` to the top of the
      crate. Any code relying on reflection will also need to do this.
      
      Closes #12019
      
      [breaking-change]
      b53454e2
  14. 20 11月, 2013 1 次提交
  15. 19 11月, 2013 1 次提交
  16. 11 10月, 2013 1 次提交
  17. 07 10月, 2013 1 次提交
  18. 01 10月, 2013 1 次提交
  19. 30 3月, 2013 1 次提交
  20. 28 3月, 2013 1 次提交
  21. 23 3月, 2013 1 次提交
  22. 08 3月, 2013 1 次提交
  23. 07 3月, 2013 1 次提交
  24. 06 2月, 2013 2 次提交
  25. 02 2月, 2013 1 次提交
  26. 12 1月, 2013 1 次提交
    • J
      Add more tests for enum constants. · 79f0d67d
      Jed Davis 提交于
      The tests have consts defined both before and after their uses in order
      to prevent bugs that depend on the order in which they are translated.
      79f0d67d
  27. 05 1月, 2013 1 次提交
  28. 11 12月, 2012 1 次提交
  29. 01 12月, 2012 1 次提交