Skip to content
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

feat: Rust-style raw string literals #2929

Merged
merged 6 commits into from
Dec 20, 2023
Merged

Commits on Dec 19, 2023

  1. feat: Rust-style raw string literals

    For example, `r#"The word "this" is in quotes."#`.
    
    Implements leanprover#1422
    kmill committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    5e7aa83 View commit details
    Browse the repository at this point in the history
  2. linearity

    kmill committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    556b5f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aca96e View commit details
    Browse the repository at this point in the history
  4. Release notes

    kmill committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e31e575 View commit details
    Browse the repository at this point in the history
  5. pay attention to allocations

    kmill committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    918f374 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary instance

    kmill committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    781869c View commit details
    Browse the repository at this point in the history