1. 24 6月, 2014 1 次提交
  2. 16 6月, 2014 4 次提交
  3. 15 6月, 2014 4 次提交
    • V
      Updated compiler-rt · 3446f288
      Valerii Hiora 提交于
      Previous update unfortunately included changes which
      broke Android compilation. This update fixes it and
      should allow correct compilation of SjLj for iOS and
      all builtins for Android.
      3446f288
    • B
      auto merge of #14835 : alexcrichton/rust/no-more-at, r=brson · 6d8342f5
      bors 提交于
      All functionality is now available through `Gc<T>` and `box(GC) expr`. This change also removes `GC` from the prelude (it's an experimental feature).
      6d8342f5
    • A
      rustc: Obsolete the `@` syntax entirely · ade807c6
      Alex Crichton 提交于
      This removes all remnants of `@` pointers from rustc. Additionally, this removes
      the `GC` structure from the prelude as it seems odd exporting an experimental
      type in the prelude by default.
      
      Closes #14193
      [breaking-change]
      ade807c6
    • A
      Register new snapshots · f20b1293
      Alex Crichton 提交于
      f20b1293
  4. 14 6月, 2014 31 次提交