1. 1dfc415 Fix up slang for merge through LLVM r163557. by Stephen Hines · 12 years ago
  2. e2597ac Migrate to upstream-153220-20120321. by Shih-wei Liao · 12 years ago
  3. 0444de0 Adapt to upstream Clang/LLVM changes. by Stephen Hines · 12 years ago
  4. f6c0ca8 am 47e7ca09: am c1024ba2: Merge "Xcode 4.3 compatibility checkin" by Stephen Hines · 12 years ago
  5. 246fa17 Xcode 4.3 compatibility checkin by Al Sutton · 12 years ago
  6. c7234c1 am 9f1d0aa5: Update error diagnostic for struct/array copy. by Stephen Hines · 13 years ago
  7. 9f1d0aa Update error diagnostic for struct/array copy. by Stephen Hines · 13 years ago
  8. d1123c2 am 6a20005e: Merge "Adapt to upstream changes." by Stephen Hines · 13 years ago
  9. 4c622e0 Adapt to upstream changes. by Stephen Hines · 13 years ago
  10. db6dfdf Add path object type. by Jason Sams · 13 years ago
  11. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  12. 3f175af Fix .rs.dtor scoping bug. by Stephen Hines · 13 years ago
  13. 688e64b Generate .rs.dtor() to clean up globals. by Stephen Hines · 13 years ago
  14. a883ce3 Fix refcount issue with locals declared in middle of compound statements. by Stephen Hines · 13 years ago
  15. ab992e5 Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  16. 78e69cb Forbid RS objects from being contained in unions. by Stephen Hines · 13 years ago
  17. d0b5edd Disallow union copies that contain RS object types by Stephen Hines · 13 years ago
  18. cc887ba Apply changes to migrate to upstream as of March 18th, 2011 from logn. by Shih-wei Liao · 13 years ago
  19. 292e00a Add support for RSASTReplace for ref-counting. by Stephen Hines · 13 years ago
  20. 9be9360 Re-enable warnings as errors in Slang. by Alex Sakhartchouk · 13 years ago
  21. be27482 Apply changes to migrate to LLVM Mar 6th 2011. by Logan · 13 years ago
  22. 832429f Add proper line info to rsSetObject diagnostic. by Stephen Hines · 13 years ago
  23. a0611e6 Initialize structs. by Stephen Hines · 13 years ago
  24. 2bb67db Replace struct assignments with rsSetObject calls. by Stephen Hines · 13 years ago
  25. f2174cf Handle struct reference counting. by Stephen Hines · 13 years ago
  26. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 13 years ago
  27. feaca06 Zero-initialize structs containing RS objects. by Stephen Hines · 13 years ago
  28. e79fb5e Handle local RS object initialization properly. by Stephen Hines · 13 years ago
  29. 4cc67fc Support for generating .java dependencies for RS. by Stephen Hines · 13 years ago
  30. c202d2d Replace RS object assignments with rsSetObject(). by Stephen Hines · 13 years ago
  31. a858cb6 Fix variable names for Clang-based compilation. by Stephen Hines · 13 years ago
  32. 9d2c0fa Fix style and a small typo. by Stephen Hines · 14 years ago
  33. 03981a3 Support basic array destructors for RS types. by Stephen Hines · 14 years ago
  34. d5f9d6c Convert from use of Expr -> Stmt. by Stephen Hines · 14 years ago
  35. 2d09504 Properly zero-initialize local arrays of RS types. by Stephen Hines · 14 years ago
  36. 4464d82 Support local destructor for many return stmts. by Stephen Hines · 14 years ago
  37. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  38. 1bdd497 Add simple destructors to local RS objects. by Stephen Hines · 14 years ago
  39. 4b32ffd Factor out RSObjectRefCount for destructor work. by Stephen Hines · 14 years ago