1. 27 4月, 2020 1 次提交
  2. 23 4月, 2020 2 次提交
  3. 19 4月, 2020 1 次提交
  4. 23 3月, 2020 1 次提交
  5. 21 3月, 2020 1 次提交
  6. 16 3月, 2020 1 次提交
  7. 08 3月, 2020 1 次提交
  8. 05 3月, 2020 1 次提交
  9. 04 3月, 2020 1 次提交
  10. 01 3月, 2020 1 次提交
  11. 29 2月, 2020 1 次提交
  12. 28 2月, 2020 2 次提交
  13. 25 2月, 2020 1 次提交
  14. 24 2月, 2020 1 次提交
  15. 22 2月, 2020 1 次提交
  16. 27 1月, 2020 1 次提交
    • E
      Suggest defining type parameter when appropriate · 697fdc56
      Esteban Küber 提交于
      ```
      error[E0412]: cannot find type `T` in this scope
       --> file.rs:3:12
        |
      3 | impl Trait<T> for Struct {}
        |     -      ^ not found in this scope
        |     |
        |     help: you might be missing a type parameter: `<T>`
      ```
      
      Fix #64298.
      697fdc56
  17. 19 1月, 2020 1 次提交
  18. 10 1月, 2020 1 次提交
  19. 08 1月, 2020 1 次提交
    • M
      - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} · 2c3e5d3d
      Mazdak Farrokhzad 提交于
      - remove syntax::{help!, span_help!, span_note!}
      - remove unused syntax::{struct_span_fatal, struct_span_err_or_warn!, span_err_or_warn!}
      - lintify check_for_bindings_named_same_as_variants + conflicting_repr_hints
      - inline syntax::{struct_span_warn!, diagnostic_used!}
      - stringify_error_code! -> error_code! & use it more.
      - find_plugin_registrar: de-fatalize an error
      - de-fatalize metadata errors
      - move type_error_struct! to rustc_typeck
      - struct_span_err! -> rustc_errors
      2c3e5d3d
  20. 05 1月, 2020 2 次提交
  21. 02 1月, 2020 1 次提交
  22. 01 1月, 2020 1 次提交
  23. 23 12月, 2019 7 次提交
  24. 14 11月, 2019 1 次提交
  25. 28 10月, 2019 2 次提交
  26. 27 10月, 2019 2 次提交
  27. 18 10月, 2019 2 次提交
  28. 16 10月, 2019 1 次提交