Historial de Commits

Autor SHA1 Mensaje Fecha
  Jon Ross-Perkins a910eda020 Switch decl_state to an arg for modifier functions (#4027) hace 1 año
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hace 1 año
  Jon Ross-Perkins d9c62b106d Rename enclosing scope to parent scope (#4020) hace 1 año
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) hace 1 año
  Jon Ross-Perkins 7e81c1710e Refactor modifier fetching of enclosing scopes to avoid duplicate calls. (#4010) hace 1 año
  Jon Ross-Perkins 512583d744 Refactor KeywordModifierSet to provide a class API (#4003) hace 1 año
  Jon Ross-Perkins f9a4371aca Refactor name addition, particularly for associated entities. (#3924) hace 2 años
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) hace 2 años
  Jon Ross-Perkins b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) hace 2 años
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) hace 2 años
  Jon Ross-Perkins 096daecc57 Add framework for the extern keyword. (#3755) hace 2 años
  Jon Ross-Perkins 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) hace 2 años
  Gıyaseddin Tanrıkulu bdff7ccf28 Add GlobalInit to blocks to emit initialization instructions for globals (#3687) hace 2 años
  Richard Smith fdfb1fb5ef Factor the scope stack and lexical lookups out of Check::Context. (#3688) hace 2 años
  Richard Smith 44fca1669a Keep parameters in scope throughout the entity that they parameterize. (#3671) hace 2 años
  Chandler Carruth bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) hace 2 años
  Richard Smith afd194de9d Runtime `:` name bindings are not constants. (#3639) hace 2 años
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) hace 2 años
  Geoff Romer 927d633762 Simplify handling of `VariableInitializer` (#3515) hace 2 años
  Richard Smith a6508fcf05 Basic support for generic bindings. (#3555) hace 2 años
  Jon Ross-Perkins 0205645e7d Refactor BindName to support tracking the enclosing scope. (#3566) hace 2 años
  josh11b 48c986f52d Start using typed parse node ids in the check stage (#3547) hace 2 años
  Richard Smith 0a1abe9f64 Clean up some uses of the node stack. (#3512) hace 2 años
  josh11b 23c7d7dd99 Underline the complete declaration in diagnostics (#3508) hace 2 años
  Geoff Romer 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) hace 2 años
  Geoff Romer 39750b9925 Parse support for tuple patterns in `var` and `let` (#3448) hace 2 años
  josh11b fada410559 Support declaration modifier keywords (#3412) hace 2 años
  Geoff Romer b8d4e2f41b Binding pattern naming cleanup (#3410) hace 2 años
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
  Richard Smith 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) hace 2 años