Histórico de Commits

Autor SHA1 Mensagem Data
  Jon Ross-Perkins 6b5eb1a101 Id::Invalid -> Id::None (#4834) há 1 ano atrás
  Jon Ross-Perkins 8f685b6953 Change how diagnostics are ordered (#4778) há 1 ano atrás
  Jon Ross-Perkins 08f24551ec Add bit packing to NodeImpl (#4651) há 1 ano atrás
  Jon Ross-Perkins 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) há 1 ano atrás
  Jon Ross-Perkins 2841e9a67e Require that InvalidParse nodes must have an error (#4482) há 1 ano atrás
  josh11b 607522c7de Fix a case of `InvalidParse` with `has_error = false` (#4481) há 1 ano atrás
  Jon Ross-Perkins 302aa1bb30 Remove uses of StringLiteral in format strings. (#4416) há 1 ano atrás
  Jon Ross-Perkins 96964ee534 Implement basic bool and int formatting for diagnostics (#4411) há 1 ano atrás
  Jon Ross-Perkins e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) há 1 ano atrás
  Chandler Carruth 06344aeb7c Do some tactical inlining across lexer and parser. (#4307) há 1 ano atrás
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) há 1 ano atrás
  Jon Ross-Perkins b72826c431 Fix parse to use the error tracking consumer for has_errors_. (#4261) há 1 ano atrás
  Jon Ross-Perkins f67791cfee Separate subtree size information from parse nodes. (#4174) há 1 ano atrás
  Jon Ross-Perkins ae675e61bd Add initial parsing for 'extern library' (#4173) há 1 ano atrás
  Jon Ross-Perkins d9c62b106d Rename enclosing scope to parent scope (#4020) há 1 ano atrás
  Richard Smith 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) há 1 ano atrás
  Jon Ross-Perkins 5fa341f16a Unify more invalid declaration recovery. (#3942) há 2 anos atrás
  Jon Ross-Perkins 096f1dc68a Rename functions which only print a diagnostic to Diagnose* (#3886) há 2 anos atrás
  Richard Smith f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) há 2 anos atrás
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) há 2 anos atrás
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) há 2 anos atrás
  Jon Ross-Perkins ee467900ed Use llvm:: for specializations instead of 'namespace llvm' (#3682) há 2 anos atrás
  Jon Ross-Perkins add31eb4e3 Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486) há 2 anos atrás
  josh11b 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) há 2 anos atrás
  Geoff Romer 39750b9925 Parse support for tuple patterns in `var` and `let` (#3448) há 2 anos atrás
  josh11b 2e29b48d26 Drop `GetDeclContext` from parse, errors will be diagnosed in check (#3468) há 2 anos atrás
  josh11b fada410559 Support declaration modifier keywords (#3412) há 2 anos atrás
  Geoff Romer b8d4e2f41b Binding pattern naming cleanup (#3410) há 2 anos atrás
  Jon Ross-Perkins 05723095bc Switch formatv adapters to format_provider (#3434) há 2 anos atrás
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) há 2 anos atrás