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(embedded): Hack in code fence support #12681

Merged
merged 6 commits into from
Sep 26, 2023
Merged

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    0f964d3 View commit details
    Browse the repository at this point in the history
  2. fix(embedded): report parse errors

    Before we were delegating to rustc for errors but that doesn't help with
    commands like `cargo metadata`.
    epage committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    6e90f0e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    4638ef9 View commit details
    Browse the repository at this point in the history
  2. feat(embedded): Hack in code fence support

    This is to allow us to get feedback on the design proposed
    [on zulip](https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Embedding.20cargo.20manifests.20in.20rust.20source/near/391427092)
    to verify we want to make an RFC for this syntax.
    epage committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ba869d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a365a69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3bc676 View commit details
    Browse the repository at this point in the history