1. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  2. 32ad2ee Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, by Ted Kremenek · 12 years ago
  3. c13a34b Eliminate the uglified keyword __import_module__ for importing by Douglas Gregor · 13 years ago
  4. 07165b9 When making a module visible, also make any of its exported modules by Douglas Gregor · 13 years ago
  5. ecc2c09 Implement name hiding for declarations deserialized from a non-visible by Douglas Gregor · 13 years ago
  6. 6649014 Eliminate the -emit-module option, which emitted a module by parsing a by Douglas Gregor · 13 years ago
  7. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  8. 6e975c4 For modules, use a hash of the compiler version, language options, and by Douglas Gregor · 13 years ago
  9. 9a6da69 Introduce a cc1-level option to provide the path to the module cache, by Douglas Gregor · 13 years ago
  10. 65030af Switch __import__ over to __import_module__, so we don't conflict with by Douglas Gregor · 13 years ago
  11. 6aa52ec Introduce support for a simple module import declaration, which by Douglas Gregor · 13 years ago
  12. 0c02ada Make the loading of multiple records for the same identifier (from by Douglas Gregor · 13 years ago
  13. 211f6e8 Introduce a module visitation function that starts at the top-level by Douglas Gregor · 13 years ago
  14. fac4ece Teach ModuleManager::addModule() to check whether a particular module by Douglas Gregor · 13 years ago
  15. 870d1fe Temporarily revert r137925 to appease buildbots. Original commit message: by Chad Rosier · 13 years ago
  16. a4c189f Teach ModuleManager::addModule() to check whether a particular module by Douglas Gregor · 13 years ago