1. 10 4月, 2022 1 次提交
  2. 08 4月, 2022 1 次提交
    • K
      check_doc_keyword: don't alloc string for emptiness check · d0cc9868
      klensy 提交于
      check_doc_alias_value: get argument as Symbol to prevent needless string convertions
      
      check_doc_attrs: don't alloc vec, iterate over slice. Vec introduced in #83149, but no perf run posted on merge
      
      replace as_str() check with symbol check
      
      get_single_str_from_tts: don't prealloc string
      
      trivial string to str replace
      
      LifetimeScopeForPath::NonElided use Vec<Symbol> instead of Vec<String>
      
      AssertModuleSource use BTreeSet<Symbol> instead of BTreeSet<String>
      
      CrateInfo.crate_name replace FxHashMap<CrateNum, String> with FxHashMap<CrateNum, Symbol>
      d0cc9868
  3. 25 2月, 2022 2 次提交
  4. 11 5月, 2021 1 次提交
  5. 31 3月, 2021 2 次提交
  6. 25 3月, 2021 1 次提交
  7. 17 1月, 2021 1 次提交
  8. 30 8月, 2020 1 次提交
  9. 15 8月, 2020 1 次提交
    • M
      Rework `rustc_serialize` · cbcef3ef
      Matthew Jasper 提交于
      - Move the type parameter from `encode` and `decode` methods to
        the trait.
      - Remove `UseSpecialized(En|De)codable` traits.
      - Remove blanket impls for references.
      - Add `RefDecodable` trait to allow deserializing to arena-allocated
        references safely.
      - Remove ability to (de)serialize HIR.
      - Create proc-macros `(Ty)?(En|De)codable` to help implement these new
        traits.
      cbcef3ef
  10. 30 3月, 2020 1 次提交
  11. 05 1月, 2020 2 次提交
  12. 31 12月, 2019 4 次提交
  13. 30 12月, 2019 1 次提交
  14. 28 12月, 2019 2 次提交
  15. 27 12月, 2019 1 次提交
  16. 25 12月, 2019 1 次提交
  17. 22 12月, 2019 5 次提交
  18. 20 11月, 2019 1 次提交
  19. 14 11月, 2019 1 次提交
  20. 08 11月, 2019 1 次提交
  21. 06 11月, 2019 1 次提交
  22. 16 10月, 2019 1 次提交
  23. 28 9月, 2019 1 次提交
  24. 27 9月, 2019 6 次提交