-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
String literals #199
String literals #199
Commits on Jan 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 93991aa - Browse repository at this point
Copy the full SHA 93991aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7223ce0 - Browse repository at this point
Copy the full SHA 7223ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a57ca75 - Browse repository at this point
Copy the full SHA a57ca75View commit details -
Apply suggestions from code review
Co-authored-by: Jon Meow <[email protected]> Co-authored-by: Chandler Carruth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46e657c - Browse repository at this point
Copy the full SHA 46e657cView commit details
Commits on Jan 29, 2021
-
Respond to review comments. Major change:
\a
,\b
,\v
,\f
nolonger supported (following Rust and Swift).
Configuration menu - View commit details
-
Copy full SHA for 733c745 - Browse repository at this point
Copy the full SHA 733c745View commit details
Commits on Feb 3, 2021
-
Apply suggestions from code review
Co-authored-by: josh11b <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5f74bb - Browse repository at this point
Copy the full SHA c5f74bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d22b7b - Browse repository at this point
Copy the full SHA 1d22b7bView commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f40a2e - Browse repository at this point
Copy the full SHA 3f40a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5453e2c - Browse repository at this point
Copy the full SHA 5453e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 809caa5 - Browse repository at this point
Copy the full SHA 809caa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b72a98d - Browse repository at this point
Copy the full SHA b72a98dView commit details -
Consistently use \<newline> not \<line feed>. We do want to allow
\<carriage return><line feed> here.
Configuration menu - View commit details
-
Copy full SHA for 7ebeb36 - Browse repository at this point
Copy the full SHA 7ebeb36View commit details -
Configuration menu - View commit details
-
Copy full SHA for f965bf1 - Browse repository at this point
Copy the full SHA f965bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70fb976 - Browse repository at this point
Copy the full SHA 70fb976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e46ca - Browse repository at this point
Copy the full SHA 90e46caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5431607 - Browse repository at this point
Copy the full SHA 5431607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82f0b5d - Browse repository at this point
Copy the full SHA 82f0b5dView commit details -
Make the Proposal section more explicit about what we mean by "most C
and C++ escape sequences".
Configuration menu - View commit details
-
Copy full SHA for 19edc34 - Browse repository at this point
Copy the full SHA 19edc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9f175 - Browse repository at this point
Copy the full SHA 0c9f175View commit details
Commits on Feb 10, 2021
-
Remove \uNNNN escape sequence based on core team discussion and
follow-up in open discussion slot.
Configuration menu - View commit details
-
Copy full SHA for ceffde0 - Browse repository at this point
Copy the full SHA ceffde0View commit details -
Apply suggestions from code review
Co-authored-by: Dmitri Gribenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f122cd - Browse repository at this point
Copy the full SHA 9f122cdView commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fce62f3 - Browse repository at this point
Copy the full SHA fce62f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68278a0 - Browse repository at this point
Copy the full SHA 68278a0View commit details -
Weaken recommentation for possible future directions. It's premature to
say exactly what constraints we'd want for guaranteed-valid-UTF-8 string literals.
Configuration menu - View commit details
-
Copy full SHA for 492c7c5 - Browse repository at this point
Copy the full SHA 492c7c5View commit details -
Add brief rationale for choice of
#
rather than any other characterfor raw strings.
Configuration menu - View commit details
-
Copy full SHA for 0c281ba - Browse repository at this point
Copy the full SHA 0c281baView commit details
Commits on Feb 12, 2021
-
Apply suggestions from code review
Co-authored-by: Geoff Romer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e982db9 - Browse repository at this point
Copy the full SHA e982db9View commit details -
Rephrase \<newline> and \# descriptions to improve clarity and
precision. Define what a "non-empty content line" is rather than leaving the reader to guess. No change to the proposed direction is intended.
Configuration menu - View commit details
-
Copy full SHA for f1a6369 - Browse repository at this point
Copy the full SHA f1a6369View commit details