1. 15 2月, 2016 1 次提交
  2. 05 12月, 2015 1 次提交
  3. 03 11月, 2015 1 次提交
  4. 26 10月, 2015 1 次提交
  5. 24 10月, 2015 1 次提交
  6. 23 10月, 2015 1 次提交
    • A
      mk: Prefer target libs coming from their host · 0528effc
      Alex Crichton 提交于
      It looks like the target libs aren't actually the same across hosts so instead
      of always packaging the target libs from CFG_BUILD take the target libs from the
      host if we have them and then only failing that do we take them from CFG_BUILD.
      
      Closes #29228
      0528effc
  7. 21 10月, 2015 1 次提交
  8. 16 10月, 2015 1 次提交
    • A
      mk: Split out a standard library package · 2199d18e
      Alex Crichton 提交于
      This commit splits out the standard library from the current 'rustc' package
      into a new 'rust-std' package. This is the basis for the work on easily
      packaging compilers that can cross-compile to new targets.
      2199d18e
  9. 19 9月, 2015 1 次提交
  10. 23 5月, 2015 1 次提交
    • B
      mk: Don't build compiler-docs before installation. #25699 · e90959e5
      Brian Anderson 提交于
      The install target depends on compiler-docs but 'all' does not.
      This means that running 'make && make install' will run additional
      doc builds and tests during installation, which hides bugs in
      the build.
      
      For now this just unconditionally stops building compiler docs.
      e90959e5
  11. 20 5月, 2015 1 次提交
    • A
      mk: Update `make dist` for MSVC targets · cb3071b2
      Alex Crichton 提交于
      This commit updates the `dist` target for MSVC to not build the mingw components
      and to also ensure that the `llvm-ar.exe` binary is ferried along into the right
      location for installs.
      cb3071b2
  12. 09 5月, 2015 1 次提交
  13. 17 3月, 2015 1 次提交
  14. 13 2月, 2015 1 次提交
  15. 09 1月, 2015 1 次提交
  16. 03 1月, 2015 1 次提交
  17. 02 1月, 2015 1 次提交
  18. 01 1月, 2015 2 次提交
  19. 31 12月, 2014 1 次提交
  20. 30 12月, 2014 5 次提交
  21. 18 12月, 2014 1 次提交
  22. 12 12月, 2014 1 次提交
  23. 11 12月, 2014 1 次提交
  24. 07 12月, 2014 1 次提交
  25. 11 11月, 2014 1 次提交
  26. 08 10月, 2014 1 次提交
  27. 02 10月, 2014 1 次提交
  28. 30 9月, 2014 1 次提交
  29. 12 9月, 2014 1 次提交
  30. 10 9月, 2014 2 次提交
  31. 24 7月, 2014 1 次提交
  32. 23 7月, 2014 1 次提交
  33. 10 7月, 2014 1 次提交
  34. 01 7月, 2014 1 次提交
    • S
      Fix distcheck · 21dba11f
      Steven Fackler 提交于
      libcoretest wasn't being included which broke the verification of the
      tarball.
      21dba11f