История коммитов

Автор SHA1 Сообщение Дата
  Jon Ross-Perkins e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 год назад
  Jon Ross-Perkins f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
  Jon Ross-Perkins db022658c6 Implement syntactic merge checks for parameters. (#4149) 1 год назад
  Jon Ross-Perkins 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
  Geoff Romer 5a8dfda4f0 Diagnose missing definitions in impl files (#4079) 1 год назад
  Jon Ross-Perkins d1862e829b Add a macro for introducer tokens. (#4031) 1 год назад
  Jon Ross-Perkins 0ffa5bf659 For modifiers, get the TokenKind from DeclKind instead of argument. (#4028) 1 год назад
  Jon Ross-Perkins a910eda020 Switch decl_state to an arg for modifier functions (#4027) 1 год назад
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 год назад
  Jon Ross-Perkins d9c62b106d Rename enclosing scope to parent scope (#4020) 1 год назад
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) 1 год назад
  Jon Ross-Perkins 512583d744 Refactor KeywordModifierSet to provide a class API (#4003) 1 год назад
  Jon Ross-Perkins 73f8490660 On NameContext, rename enclosing_scope and target_scope_id. (#3948) 1 год назад
  Richard Smith f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 лет назад
  Richard Smith e8cc089b2b Allow simple uses of `Self` in `impl`s. (#3824) 2 лет назад
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 лет назад
  Jon Ross-Perkins 096daecc57 Add framework for the extern keyword. (#3755) 2 лет назад
  Richard Smith abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 лет назад
  Jon Ross-Perkins abe8ce6653 Add support for importing interfaces. (#3726) 2 лет назад
  Richard Smith 8e8eeb3243 Add diagnostics for `extend impl` misuse. (#3721) 2 лет назад
  Richard Smith eed33c3b8c Redeclaration support for `impl` declarations. (#3717) 2 лет назад
  Richard Smith b1850920e4 Add diagnostic for `impl as` outside a class. (#3716) 2 лет назад
  Richard Smith 14388fe081 Remove unnecessary pop and re-push of same value. (#3715) 2 лет назад
  Jon Ross-Perkins 1bf4dc53d9 Add diagnostic support so that we can just pass in TypeId. (#3695) 2 лет назад
  Richard Smith 4d0c3811c9 Add a diagnostic for trying to extend an undefined interface. (#3689) 2 лет назад
  Richard Smith 5ab26072fd Use the DeclNameStack for impl declarations. (#3691) 2 лет назад
  Richard Smith 0e053703f8 Build Impl entity to represent an impl declaration. (#3683) 2 лет назад
  Richard Smith fdfb1fb5ef Factor the scope stack and lexical lookups out of Check::Context. (#3688) 2 лет назад
  josh11b 03bf22e55e Parse tree for `impl` that is better for check stage (#3678) 2 лет назад
  Richard Smith 9e7a17b1a1 Scaffolding for checking impls. (#3672) 2 лет назад