1. 25 5月, 2016 2 次提交
  2. 11 5月, 2016 7 次提交
  3. 12 4月, 2016 3 次提交
  4. 06 4月, 2016 2 次提交
  5. 01 4月, 2016 1 次提交
  6. 27 3月, 2016 2 次提交
  7. 26 3月, 2016 2 次提交
  8. 25 3月, 2016 1 次提交
    • N
      remove ErasedRegions from substitutions · f3ac5092
      Niko Matsakis 提交于
      This hack has long since outlived its usefulness; the transition to
      trans passing around full substitutions is basically done. Instead of
      `ErasedRegions`, just supply substitutions with a suitable number of
      `'static` entries, and invoke `erase_regions` when needed (the latter of
      which we already do).
      f3ac5092
  9. 18 3月, 2016 8 次提交
  10. 17 3月, 2016 1 次提交
  11. 15 3月, 2016 1 次提交
  12. 09 3月, 2016 2 次提交
  13. 13 2月, 2016 1 次提交
  14. 12 2月, 2016 1 次提交
  15. 11 2月, 2016 1 次提交
  16. 07 2月, 2016 1 次提交
  17. 16 1月, 2016 1 次提交
  18. 31 12月, 2015 1 次提交
  19. 17 12月, 2015 1 次提交
  20. 07 12月, 2015 1 次提交
    • J
      Align pointers to DST fields properly · a2557d47
      James Miller 提交于
      DST fields, being of an unknown type, are not automatically aligned
      properly, so a pointer to the field needs to be aligned using the
      information in the vtable.
      
      Fixes #26403 and a number of other DST-related bugs discovered while
      implementing this.
      a2557d47