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 6 pull requests #107870

Merged
merged 16 commits into from
Feb 10, 2023
Merged

Rollup of 6 pull requests #107870

merged 16 commits into from
Feb 10, 2023

Commits on Jan 18, 2023

  1. Support true and false as boolean flag params

    Implements MCP 577.
    Noratrieb committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a6fda3e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    7605853 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    f7b3e39 View commit details
    Browse the repository at this point in the history
  2. Simplify with_tlv.

    nnethercote committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    18f751d View commit details
    Browse the repository at this point in the history
  3. Avoid some tls::with calls.

    These are in places where a `tcx` is easily obtained.
    nnethercote committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    afbe167 View commit details
    Browse the repository at this point in the history
  4. Remove QueryContext.

    There is a type `QueryCtxt`, which impls the trait `QueryContext`.
    Confusingly, there is another type `QueryContext`. The latter is (like
    `TyCtxt`) just a pointer to a `GlobalContext`. It's not used much, e.g.
    its `impl` block has a single method.
    
    This commit removes `QueryContext`, replacing its use with direct
    `GlobalCtxt` use.
    nnethercote committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    243944c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    858a4aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    792b846 View commit details
    Browse the repository at this point in the history
  7. Release 1.67.1

    cuviper committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    6e1a28b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    3c4e1f8 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#107043 - Nilstrieb:true-and-false-is-false,…

    … r=wesleywiser
    
    Support `true` and `false` as boolean flag params
    
    Implements [MCP 577](rust-lang/compiler-team#577).
    matthiaskrgr authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    8fc9ed5 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#107831 - nnethercote:query-refactoring, r=o…

    …li-obk
    
    Query refactoring
    
    Just some cleanups I found when learning about the query system.
    
    Best reviewed one commit at a time.
    
    r? `@oli-obk`
    matthiaskrgr authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    11e1280 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#107841 - tharunsuresh-code:snap_curl, r=ozk…

    …anonur
    
    Handled snap curl issue inside Rust
    matthiaskrgr authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    8bfb97c View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#107852 - notriddle:notriddle/rm-tab, r=Guil…

    …laumeGomez
    
    rustdoc: remove unused fn parameter `tab`
    matthiaskrgr authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d4d1c93 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#107861 - cuviper:relnotes-1.67.1, r=Mark-Si…

    …mulacrum
    
    Sync release notes for 1.67.1
    
    Closes rust-lang#107859.
    matthiaskrgr authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    dd5e4ad View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#107863 - compiler-errors:new-solver-multipl…

    …e-candidates, r=jackh726
    
    Allow multiple candidates with same response in new solver
    
    Treat >1 candidates as *not* ambiguous if they return the same response.
    matthiaskrgr authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9300617 View commit details
    Browse the repository at this point in the history