1. 13 6月, 2022 1 次提交
  2. 12 6月, 2022 1 次提交
  3. 10 6月, 2022 1 次提交
  4. 04 6月, 2022 1 次提交
  5. 03 6月, 2022 1 次提交
  6. 29 5月, 2022 1 次提交
  7. 23 5月, 2022 1 次提交
  8. 21 5月, 2022 1 次提交
  9. 13 5月, 2022 2 次提交
  10. 10 5月, 2022 3 次提交
  11. 09 5月, 2022 3 次提交
  12. 07 5月, 2022 1 次提交
  13. 05 5月, 2022 2 次提交
  14. 02 5月, 2022 1 次提交
    • V
      rustc: Panic by default in `DefIdTree::parent` · 5b5964f5
      Vadim Petrochenkov 提交于
      Only crate root def-ids don't have a parent, and in majority of cases the argument of `DefIdTree::parent` cannot be a crate root.
      So we now panic by default in `parent` and introduce a new non-panicing function `opt_parent` for cases where the argument can be a crate root.
      
      Same applies to `local_parent`/`opt_local_parent`.
      5b5964f5
  15. 30 4月, 2022 3 次提交
  16. 27 4月, 2022 2 次提交
  17. 25 4月, 2022 2 次提交
  18. 10 4月, 2022 1 次提交
  19. 09 4月, 2022 1 次提交
  20. 08 4月, 2022 1 次提交
  21. 07 4月, 2022 1 次提交
  22. 01 4月, 2022 1 次提交
  23. 31 3月, 2022 1 次提交
    • Y
      Spellchecking compiler comments · 5160f8f8
      Yuri Astrakhan 提交于
      This PR cleans up the rest of the spelling mistakes in the compiler comments. This PR does not change any literal or code spelling issues.
      5160f8f8
  24. 30 3月, 2022 1 次提交
    • C
      Remember mutability in `DefKind::Static`. · 21a554ca
      Camille GILLOT 提交于
      This allows to compute the `BodyOwnerKind` from `DefKind` only, and
      removes a direct dependency of some MIR queries onto HIR.
      
      As a side effect, it also simplifies metadata, since we don't need 4
      flavours of `EntryKind::*Static` any more.
      21a554ca
  25. 15 3月, 2022 1 次提交
    • T
      Stabilize ADX target feature · 78567df5
      Tony Arcieri 提交于
      This is a continuation of #60109, which noted that while the ADX
      intrinsics were stabilized, the corresponding target feature never was.
      
      This PR follows the same general structure and stabilizes the ADX target
      feature.
      78567df5
  26. 14 3月, 2022 1 次提交
  27. 11 3月, 2022 1 次提交
    • N
      Improve `AdtDef` interning. · ca5525d5
      Nicholas Nethercote 提交于
      This commit makes `AdtDef` use `Interned`. Much the commit is tedious
      changes to introduce getter functions. The interesting changes are in
      `compiler/rustc_middle/src/ty/adt.rs`.
      ca5525d5
  28. 02 3月, 2022 1 次提交
  29. 26 2月, 2022 1 次提交
  30. 25 2月, 2022 1 次提交