Historique des commits

Auteur SHA1 Message Date
  Jon Ross-Perkins 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) il y a 3 mois
  Richard Smith b300f36e6f Use `inline constexpr` where appropriate. (#6374) il y a 5 mois
  Jon Ross-Perkins 8d08e774fc Add a feature to explicitly include a file's SemIR (#5961) il y a 8 mois
  Jon Ross-Perkins cae8aa3adf Support lexing characters (#5893) il y a 9 mois
  Jon Ross-Perkins a65f4b89e2 Make ValueStore require a ValueT parameter (#5757) il y a 10 mois
  Jon Ross-Perkins 6683cf3b1c Switch token_infos_ to a ValueStore (#5633) il y a 11 mois
  Jon Ross-Perkins 766ef7077d Change comments and lines to ValueStores (#5621) il y a 11 mois
  Jon Ross-Perkins 1f268b5d8b Consolidate token-related range handling to one struct (#5399) il y a 1 an
  Jon Ross-Perkins 8eae40646a Add formatter support for dump-sem-ir ranges (#5379) il y a 1 an
  Jon Ross-Perkins 828eccebba Switch dump-sem-ir-start to dump-sem-ir-begin (#5378) il y a 1 an
  Jon Ross-Perkins a342e5c117 Add lexing for dump-sem-ir-start and end (#5357) il y a 1 an
  Jon Ross-Perkins acbe6530c3 Move diagnostics into a namespace (#5173) il y a 1 an
  Dana Jansens 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) il y a 1 an
  Jon Ross-Perkins e79d3be5bd Combine DiagnosticConverter into DiagnosticEmitter (#4878) il y a 1 an
  Jon Ross-Perkins 133717cd7e Eliminate NodeLocConverter (#4870) il y a 1 an
  Jon Ross-Perkins 6b5eb1a101 Id::Invalid -> Id::None (#4834) il y a 1 an
  Jon Ross-Perkins 8f685b6953 Change how diagnostics are ordered (#4778) il y a 1 an
  Jon Ross-Perkins 08f24551ec Add bit packing to NodeImpl (#4651) il y a 1 an
  Jon Ross-Perkins 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) il y a 1 an
  Jon Ross-Perkins bc24a6c5d8 Refactor IdBase to provide CRTP-based printing (#4626) il y a 1 an
  Chandler Carruth 3ba4997855 Canonicalize away bit width and embed small integers into `IntId`s (#4487) il y a 1 an
  Chandler Carruth 4148161e24 Refactor value store code to use separate files. (#4477) il y a 1 an
  Jon Ross-Perkins 06f4eec91e Modify lex yaml output to elide FileStart/End in tests. (#4433) il y a 1 an
  Richard Smith e68e54dae4 Issue a diagnostic if we try to parse a source file that is too large. (#4429) il y a 1 an
  Jon Ross-Perkins 0db96ebc52 Stitch together adjacent comments using the indent. (#4397) il y a 1 an
  Jon Ross-Perkins 1338f9e0ad Add tracking of lexed comments, with skeletal formatting. (#4385) il y a 1 an
  Chandler Carruth 06344aeb7c Do some tactical inlining across lexer and parser. (#4307) il y a 1 an
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
  josh11b d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) il y a 1 an
  Chandler Carruth c43fa3a8a5 Bit-pack the lexer's token info (#4270) il y a 1 an