提交历史

作者 SHA1 备注 提交日期
  Jon Ross-Perkins b0b1554904 Refactor diagnostic_emitter.h (#4871) 1 年之前
  Jon Ross-Perkins 133717cd7e Eliminate NodeLocConverter (#4870) 1 年之前
  Jon Ross-Perkins 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 年之前
  Geoff Romer 943acf1ec2 Separate node kind for bindings inside `var` (#4822) 1 年之前
  Jon Ross-Perkins 8f685b6953 Change how diagnostics are ordered (#4778) 1 年之前
  Jon Ross-Perkins 08f24551ec Add bit packing to NodeImpl (#4651) 1 年之前
  Jon Ross-Perkins 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 年之前
  Chandler Carruth 06344aeb7c Do some tactical inlining across lexer and parser. (#4307) 1 年之前
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 年之前
  Chandler Carruth 0c8ab663c9 Migrate all CARBON_VLOG to the format string variant. (#4284) 1 年之前
  Jon Ross-Perkins f67791cfee Separate subtree size information from parse nodes. (#4174) 1 年之前
  Jon Ross-Perkins ae675e61bd Add initial parsing for 'extern library' (#4173) 1 年之前
  Jon Ross-Perkins d9c62b106d Rename enclosing scope to parent scope (#4020) 1 年之前
  Chandler Carruth dd0890619a Enable a couple of boring warnings. (#4018) 1 年之前
  Richard Smith 23f9065949 Implement proposal #3927. (#3963) 1 年之前
  Jon Ross-Perkins 03e3a72628 Rename Directive->Decl in general, BindExport->ExportDecl (#3957) 1 年之前
  Jon Ross-Perkins 5fa341f16a Unify more invalid declaration recovery. (#3942) 2 年之前
  Jon Ross-Perkins 096f1dc68a Rename functions which only print a diagnostic to Diagnose* (#3886) 2 年之前
  Richard Smith f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 年之前
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
  Jon Ross-Perkins 95746df788 Split out context targets for check and parse. (#3558) 2 年之前
  josh11b 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 年之前
  josh11b b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 年之前
  Jon Ross-Perkins 50071532fe Refactor state construction and change how the decl loop makes state. (#3467) 2 年之前
  Geoff Romer 39750b9925 Parse support for tuple patterns in `var` and `let` (#3448) 2 年之前
  Jon Ross-Perkins ef0fa81a58 Upgrade clang-format version (#3471) 2 年之前
  josh11b 2e29b48d26 Drop `GetDeclContext` from parse, errors will be diagnosed in check (#3468) 2 年之前
  josh11b fada410559 Support declaration modifier keywords (#3412) 2 年之前
  Geoff Romer b8d4e2f41b Binding pattern naming cleanup (#3410) 2 年之前
  Jon Ross-Perkins 0d618b1278 Tidy up lint issues. (#3429) 2 年之前