1. 02 5月, 2020 2 次提交
  2. 25 4月, 2020 1 次提交
  3. 07 4月, 2020 1 次提交
  4. 25 12月, 2019 1 次提交
    • D
      Deprecate Error::description for real · 4646a88b
      David Tolnay 提交于
      `description` has been documented as soft-deprecated since 1.27.0 (17
      months ago). There is no longer any reason to call it or implement it.
      
      This commit:
      
      - adds #[rustc_deprecated(since = "1.41.0")] to Error::description;
      
      - moves description (and cause, which is also deprecated) below the
        source and backtrace methods in the Error trait;
      
      - reduces documentation of description and cause to take up much less
        vertical real estate in rustdocs, while preserving the example that
        shows how to render errors without needing to call description;
      
      - removes the description function of all *currently unstable* Error
        impls in the standard library;
      
      - marks #[allow(deprecated)] the description function of all *stable*
        Error impls in the standard library;
      
      - replaces miscellaneous uses of description in example code and the
        compiler.
      4646a88b
  5. 23 12月, 2019 1 次提交
  6. 01 10月, 2019 1 次提交
  7. 07 7月, 2019 2 次提交
  8. 03 7月, 2019 2 次提交
  9. 01 7月, 2019 1 次提交
  10. 26 6月, 2019 2 次提交
  11. 18 6月, 2019 1 次提交
  12. 16 6月, 2019 1 次提交
  13. 11 2月, 2019 1 次提交
  14. 09 2月, 2019 2 次提交
  15. 07 2月, 2019 1 次提交
  16. 14 1月, 2019 1 次提交
  17. 26 12月, 2018 1 次提交
  18. 13 12月, 2018 1 次提交
    • A
      Bump to 1.33.0 · cf47a193
      Alex Crichton 提交于
      * Update bootstrap compiler
      * Update version to 1.33.0
      * Remove some `#[cfg(stage0)]` annotations
      
      Actually updating the version number is blocked on updating Cargo
      cf47a193
  19. 11 9月, 2018 3 次提交
  20. 10 9月, 2018 2 次提交
  21. 15 8月, 2018 2 次提交
    • A
      Two small improvements · 4cae6650
      Andre Bogus 提交于
      In `librustc_apfloat/ieee.rs`, use the iterator.[r]find methods to
      simplify the code. In `libserialize/json.rs`, make use of the fact
      that `Vec.last` on an empty `Vec` returns `None` to simplify the
      code to a single match.
      4cae6650
    • J
      Corrected typing description in doc · 352b2e72
      Jacob 提交于
      352b2e72
  22. 12 8月, 2018 1 次提交
  23. 01 8月, 2018 1 次提交
  24. 30 7月, 2018 1 次提交
  25. 27 7月, 2018 1 次提交
  26. 12 7月, 2018 1 次提交
  27. 26 6月, 2018 1 次提交
  28. 10 12月, 2017 1 次提交
  29. 16 8月, 2017 1 次提交
  30. 23 6月, 2017 1 次提交
    • K
      Removed as many "```ignore" as possible. · 47119823
      kennytm 提交于
      Replaced by adding extra imports, adding hidden code (`# ...`), modifying
      examples to be runnable (sorry Homura), specifying non-Rust code, and
      converting to should_panic, no_run, or compile_fail.
      
      Remaining "```ignore"s received an explanation why they are being ignored.
      47119823
  31. 04 2月, 2017 1 次提交
    • A
      Bump version, upgrade bootstrap · 626e7544
      Alex Crichton 提交于
      This commit updates the version number to 1.17.0 as we're not on that version of
      the nightly compiler, and at the same time this updates src/stage0.txt to
      bootstrap from freshly minted beta compiler and beta Cargo.
      626e7544