Historial de Commits

Autor SHA1 Mensaje Fecha
  Jon Ross-Perkins 6b5eb1a101 Id::Invalid -> Id::None (#4834) hace 1 año
  Jon Ross-Perkins c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) hace 1 año
  Chandler Carruth 4148161e24 Refactor value store code to use separate files. (#4477) hace 1 año
  Jon Ross-Perkins e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hace 1 año
  David Blaikie a17480133f Remove excess use of auto on initializers (auto x = Y(z) -> Y x(z)) (#4239) hace 1 año
  Jon Ross-Perkins f67791cfee Separate subtree size information from parse nodes. (#4174) hace 1 año
  Jon Ross-Perkins ae675e61bd Add initial parsing for 'extern library' (#4173) hace 1 año
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hace 1 año
  Richard Smith 28170c7867 Parse parameters in name qualifiers. (#3988) hace 1 año
  Richard Smith 23f9065949 Implement proposal #3927. (#3963) hace 1 año
  Jon Ross-Perkins 03e3a72628 Rename Directive->Decl in general, BindExport->ExportDecl (#3957) hace 1 año
  Jon Ross-Perkins ecb300ee5e Move 'export name' out of the import section. (#3950) hace 1 año
  Jon Ross-Perkins a16842ab37 Add export keyword handling. (#3944) hace 2 años
  Jon Ross-Perkins 096f1dc68a Rename functions which only print a diagnostic to Diagnose* (#3886) hace 2 años
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) hace 2 años
  Jon Ross-Perkins 7083b267d4 Switch clang::fallthrough to fallthrough (#3593) hace 2 años
  Richard Smith d87fe8b532 Rename `Carbon::StringLiteralId` -> `Carbon::StringLiteralValueId`. (#3522) hace 2 años
  josh11b 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) hace 2 años
  Richard Smith eae630a3db Rename Lex::{Token,Line} -> Lex::{Token,Line}Index. (#3433) hace 2 años
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
  Jon Ross-Perkins 3f208e27f9 Align on FileStart/FileEnd for naming. (#3428) hace 2 años
  Jon Ross-Perkins 204c04dbb9 Add more package and import support. (#3402) hace 2 años
  Jon Ross-Perkins d024403dc4 Refactor checking flow to allow for ordering based on import/package. (#3379) hace 2 años
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) hace 2 años
  Jon Ross-Perkins c9458fe30a Add parse support for 'import', brush up 'package' a little. (#3347) hace 2 años