Historial de Commits

Autor SHA1 Mensaje Fecha
  Richard Smith f0e940ddfd Initial support for builtin functions. (#3803) hace 2 años
  Jon Ross-Perkins 15932ac990 Start filling in `extern` support on functions. (#3795) 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 1bf9b24303 Expand handling of function redeclarations. (#3739) hace 2 años
  Richard Smith 5f4e6c768a Format the decl block for a declaration as a trailing block. (#3731) hace 2 años
  Richard Smith 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) hace 2 años
  Richard Smith 8e8eeb3243 Add diagnostics for `extend impl` misuse. (#3721) hace 2 años
  Jon Ross-Perkins 7e7e87056a Add diagnostic support to pass in NameId. (#3696) hace 2 años
  Jon Ross-Perkins 1bf4dc53d9 Add diagnostic support so that we can just pass in TypeId. (#3695) 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
  Jon Ross-Perkins 9e3c4a3ef1 Reduce a few cases of retrieving the parse node for conditional diagnostics. (#3620) hace 2 años
  Richard Smith b138c90c9e Use constant evaluation to determine the identity of types. (#3617) hace 2 años
  Jon Ross-Perkins d0fb4b5815 Change DiagnoseDuplicateName to expect an inst ID for the duplicate. (#3616) hace 2 años
  Richard Smith 906346cf35 Ensure we evaluate instructions created in uncommon ways. (#3598) hace 2 años
  Richard Smith d712bf12a6 Remove parse nodes from constants. (#3599) hace 2 años
  Jon Ross-Perkins f5e9158fa7 Support passing an InstId for check diagnostics. (#3597) hace 2 años
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) hace 2 años
  Jon Ross-Perkins cad4605dad Add imports of enclosing scopes. (#3575) hace 2 años
  josh11b 0b9e73ab07 Put check stage handle functions in execution order (#3573) 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 770876bbcb Define `Any`...`DeclId` aliases for brevity (#3562) hace 2 años
  josh11b b0da52a3d7 Use typed parse node ids in SemIR instruction types (#3560) hace 2 años
  josh11b 48c986f52d Start using typed parse node ids in the check stage (#3547) hace 2 años
  Richard Smith fe24ebc021 Create a BindName for function parameters. (#3535) hace 2 años
  Richard Smith 0a1abe9f64 Clean up some uses of the node stack. (#3512) hace 2 años
  Richard Smith fbb4ecf319 Remove `SelfParam`, add an `AddrPattern` instead. (#3506) hace 2 años
  josh11b 23c7d7dd99 Underline the complete declaration in diagnostics (#3508) hace 2 años