Commit History

Author SHA1 Message Date
  Calvin dcfccd3187 Support references in `ErrorOr` (#4889) 1 year ago
  Jon Ross-Perkins 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 year ago
  Jon Ross-Perkins 5880954041 Refactor command line errors to mirror diagnostic style (#4568) 1 year ago
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
  Jon Ross-Perkins e66406ec93 Disable bugprone-macro-parentheses and let clang-format insert braces. (#3825) 2 years ago
  Richard Smith f0e940ddfd Initial support for builtin functions. (#3803) 2 years ago
  Jon Ross-Perkins 35d15a390c Remove nodiscard uses. (#3418) 2 years ago
  Jon Ross-Perkins 53af8f04b2 Provide a Printable CRTP parent to replace HasPrintable templates. (#3166) 2 years ago
  Richard Smith e0c90767be Support for templated impl declarations (#2700) 3 years ago
  Richard Smith f50ca72797 Propagate errors out of Substitute. (#2694) 3 years ago
  Richard Smith 374bf9f853 Require convertibility to the type of the associated constant when checking a rewrite constraint. (#2321) 3 years ago
  Richard Smith 8f0f69b65f Remove RuntimeError / CompilationError. (#2258) 3 years ago
  Richard Smith 7a67715ac5 Error: track message and prefix/location separately. (#1529) 3 years ago
  mirmik 04cfcc1dc2 Add missed header. (#1464) 3 years ago
  Jon Meow 20728dbd3a CARBON_ header guards (#1261) 4 years ago
  Jon Meow af694b97cb Prefix most macro names with CARBON_ (#1232) 4 years ago
  Jon Meow 87e58f5db3 Switch executable semantics to use ErrorBuilder directly and relocate macros (#1184) 4 years ago
  pk19604014 aa8a5f174d Replaced std::exit() with return Carbon::ErrorOr for expected errors like invalid syntax (#1120) 4 years ago
  Jon Meow c546c81d07 Create Error type (#1137) 4 years ago