Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serde-deprecated/syntex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.28.0
Choose a base ref
...
head repository: serde-deprecated/syntex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.29.0
Choose a head ref
  • 8 commits
  • 15 files changed
  • 2 contributors

Commits on Feb 17, 2016

  1. Configuration menu
    Copy the full SHA
    c3e96b3 View commit details
    Browse the repository at this point in the history
  2. fix(syntex_syntax): Fix doc comments on first line

    This avoids a problem where a doc comment on the first line
    wasn't getting a newline after the comment.
    
    Closes #31
    erickt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    3b45ced View commit details
    Browse the repository at this point in the history
  3. fix(syntex): Use pprust::print_crate to write crate

    This lets syntex_syntax's print_crate keep in sync with
    the rustc pretty printer, and also makes sure that things
    like comments are properly synchronized.
    erickt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    a45aa72 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Enable quasi quote macros

    You have to opt in with the quote feature so this should be backwards
    compatible.
    sfackler committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    8c3fc0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb0bb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76a01a4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'rust'

    # Conflicts:
    #	syntex_syntax/src/parse/parser.rs
    erickt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    6283a53 View commit details
    Browse the repository at this point in the history
  5. feat(cargo): Version bump

    erickt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    5b2e4e0 View commit details
    Browse the repository at this point in the history
Loading