Commit History

Author SHA1 Message Date
  Jon Ross-Perkins a910eda020 Switch decl_state to an arg for modifier functions (#4027) 1 year ago
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
  Jon Ross-Perkins d9c62b106d Rename enclosing scope to parent scope (#4020) 1 year ago
  Jon Ross-Perkins 517a416852 Clean up some misc toolchain braced inits. (#4013) 1 year ago
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) 1 year ago
  Jon Ross-Perkins 7e81c1710e Refactor modifier fetching of enclosing scopes to avoid duplicate calls. (#4010) 1 year ago
  Richard Smith 28cefe98df Factor out pushing / popping of names plus parameters. (#4005) 1 year ago
  Jon Ross-Perkins 512583d744 Refactor KeywordModifierSet to provide a class API (#4003) 1 year ago
  Jon Ross-Perkins 73f8490660 On NameContext, rename enclosing_scope and target_scope_id. (#3948) 1 year ago
  Richard Smith e0b8728263 Allocate de Bruijn levels to symbolic bindings. (#3906) 2 years ago
  Richard Smith f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 years ago
  Jon Ross-Perkins 1c673041f0 Provide locations for indirectly imported instructions. (#3811) 2 years ago
  Richard Smith e8cc089b2b Allow simple uses of `Self` in `impl`s. (#3824) 2 years ago
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 years ago
  Jon Ross-Perkins 096daecc57 Add framework for the extern keyword. (#3755) 2 years ago
  Jon Ross-Perkins 9ff20928a2 Offer GetTypeIdForTypeInst (#3742) 2 years ago
  Richard Smith f5a3a9a7e0 Add `Self` into scope in interface definitions and using facets as types. (#3740) 2 years ago
  Richard Smith 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 years ago
  Jon Ross-Perkins abe8ce6653 Add support for importing interfaces. (#3726) 2 years ago
  Jon Ross-Perkins 364ea5d3f2 Assign a constant to ClassDecl/InterfaceDecl for name references. (#3722) 2 years ago
  Jon Ross-Perkins 7e7e87056a Add diagnostic support to pass in NameId. (#3696) 2 years ago
  Richard Smith fdfb1fb5ef Factor the scope stack and lexical lookups out of Check::Context. (#3688) 2 years ago
  Richard Smith 44fca1669a Keep parameters in scope throughout the entity that they parameterize. (#3671) 2 years ago
  Jon Ross-Perkins 91f0c23124 Provide diagnostic locations for imported namespaces. (#3640) 2 years ago
  Jon Ross-Perkins d0fb4b5815 Change DiagnoseDuplicateName to expect an inst ID for the duplicate. (#3616) 2 years ago
  Richard Smith 906346cf35 Ensure we evaluate instructions created in uncommon ways. (#3598) 2 years ago
  Jon Ross-Perkins e305c896a1 Add TODOs for implicit params to class and interface. (#3596) 2 years ago
  Jon Ross-Perkins f5e9158fa7 Support passing an InstId for check diagnostics. (#3597) 2 years ago
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) 2 years ago
  Jon Ross-Perkins cad4605dad Add imports of enclosing scopes. (#3575) 2 years ago