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

Rollup of 4 pull requests #65433

Merged
merged 13 commits into from
Oct 15, 2019
Merged

Rollup of 4 pull requests #65433

merged 13 commits into from
Oct 15, 2019

Commits on Oct 15, 2019

  1. Remove custom PartialEq impls for LocalInternedString.

    This is on-trend with the recent changes simplifying
    `LocalInternedString` and reducing its use.
    nnethercote committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    57d33b1 View commit details
    Browse the repository at this point in the history
  2. Refactor: Rename db locals to diag

    rust-lang#64272 replaced
    `DiagnosticBuilder` with `Diagnostic` in some places. This commit just
    renames the DB variable from `db` to `diag` where it wasn't renamed.
    phansch committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    6c75e81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39e188 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d80be3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c29fe81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52d0e86 View commit details
    Browse the repository at this point in the history
  7. move parse_lit to expr.rs

    Centril committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    79d0286 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae156a5 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#64035 - petrochenkov:stabmacgen, r=eddyb

    Stabilize proc macros generating `macro_rules` items
    
    Fn-like and attribute proc macros can now generate `macro_rules` items.
    
    cc rust-lang#54727
    Centril authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    19d4e2f View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#65376 - Centril:syntax-extractions-1, r=pet…

    …rochenkov
    
    syntax: misc extractions
    
    Part of rust-lang#65324.
    
    r? @petrochenkov
    Centril authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    d24c66f View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#65426 - nnethercote:rm-custom-LocalInterned…

    …String-PartialEq-impls, r=petrochenkov
    
    Remove custom `PartialEq` impls for `LocalInternedString`.
    
    This is on-trend with the recent changes simplifying
    `LocalInternedString` and reducing its use.
    
    r? @petrochenkov
    Centril authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    bc3e97a View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#65428 - phansch:rename_db_var, r=Centril

    Refactor: Rename `db` locals to `diag`
    
    rust-lang#64272 replaced `DiagnosticBuilder` with `Diagnostic` in some places. This PR just renames the db variable from `db` to `diag` where it wasn't renamed.
    
    r? @Mark-Simulacrum
    Centril authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    96d6409 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8370f14 View commit details
    Browse the repository at this point in the history