Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Geoff Romer 80f035874d Restructure handling of paren expressions (#417) 5 gadi atpakaļ
  Geoff Romer 98a6477233 Change Doxygen-style `///` comments to `//` (see https://google.github.io/styleguide/cppguide.html#Comment_Style) (#330) 5 gadi atpakaļ
  Jeremy G. Siek 3d02412f2f rename env and ct_env (#419) 5 gadi atpakaļ
  josh11b c7b93c4477 gitignore emacs temp files (#421) 5 gadi atpakaļ
  Jeremy G. Siek 66de1981e4 fix bazeliskrc, change to use latest (#420) 5 gadi atpakaļ
  Jeremy G. Siek 3fa72d2984 Experimental control-flow operator (#368) 5 gadi atpakaļ
  Jon Meow 6df0d51516 if/else (#285) 5 gadi atpakaļ
  Geoff Romer 5fbad1089c Add bazel query flag to work around bug (#414) 5 gadi atpakaļ
  Richard Smith 9325b50cfe Make numeric literal parsing interface more value-oriented. (#407) 5 gadi atpakaļ
  Richard Smith 9400c1c8ae Switch from manually tracking whether we've emitted any errors to asking the diagnostics machinery. (#406) 5 gadi atpakaļ
  Matthew Riley cfe52b5705 Decision for #253 (#374) 5 gadi atpakaļ
  Dave Abrahams dd4e37e761 const-ify Value*s in preparation for value semantic transformation (#409) 5 gadi atpakaļ
  Jeremy G. Siek 1da97fc9cf Separate alive flag from the Value class (#408) 5 gadi atpakaļ
  Matthew Riley b8f6602857 Change Python version in CI to match the new minimum in our docs (#405) 5 gadi atpakaļ
  Chandler Carruth bbb38a3728 Format `WORKSPACE` with `buildifier`. (#403) 5 gadi atpakaļ
  Chandler Carruth 8f1f9b9fc2 Remove unused bits from our WORKSPACE. (#402) 5 gadi atpakaļ
  Chandler Carruth 251402ceb7 Make Python 3.6 our minimum version and fix tests. (#401) 5 gadi atpakaļ
  Richard Smith 426c789d6e Convert parser diagnostics to use the diagnostic emitter. (#389) 5 gadi atpakaļ
  Richard Smith 1e6c7e3963 Add sentinel Eof token at the end of the tokenized buffer. (#388) 5 gadi atpakaļ
  Richard Smith d1757d9979 Add location information to diagnostics. (#385) 5 gadi atpakaļ
  Jeremy G. Siek b2455d8dba renames ExecutionEnvironment, fixes #394 (#395) 5 gadi atpakaļ
  Chandler Carruth e440b07eb3 Improve correctness of our Clang tooling infrastructure. (#392) 5 gadi atpakaļ
  Dave Abrahams 7e1721dc01 lowerCamelCase => snake_case (#396) 5 gadi atpakaļ
  Dave Abrahams 71a8d072b4 Remove unused bazel rule (#376) 5 gadi atpakaļ
  Dave Abrahams c4252d1c6d Remove obsolete TODO (#375) 5 gadi atpakaļ
  Dave Abrahams 5ca6e21e11 Remove an unused function (#380) 5 gadi atpakaļ
  Richard Smith ae9ca945b9 Rename {String,Numeric}LiteralToken -> Lexed{String,Numeric}Literal. (#373) 5 gadi atpakaļ
  Jeremy G. Siek 7c4fcd3fa5 turn off tracing by default, change golden (#381) 5 gadi atpakaļ
  Jeremy G. Siek ced98ef021 Global variables (#378) 5 gadi atpakaļ
  Jon Meow 41786eae25 Decision for Comments #198 (#275) 5 gadi atpakaļ