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 9 pull requests #106725

Closed
wants to merge 22 commits into from
Closed

Commits on Jan 5, 2023

  1. Improve fluent error messages

    mejrs committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0b5d6ae View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    9fd744b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae615d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    262ff86 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    mejrs committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    4c0c32c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    36ee66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2855794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4b859e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 11, 2023

  1. Disable "split dwarf inlining" by default.

    This matches clang's behavior and makes split-debuginfo behave as expected (i.e. actually split the debug info).
    
    Fixes rust-lang#106592
    khuey committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    aca2f88 View commit details
    Browse the repository at this point in the history
  2. a

    BoxyUwU committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d031bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cce2f5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5135eac View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#104645 - yukiomoto:log-backtrace-option, r=…

    …oli-obk
    
    Add log-backtrace option to show backtraces along with logging
    
    according to rust-lang#90698, I added a compiler option, `-Zlog-backtrace=filter`, where `filter` is a module name, to show backtraces for logging without rebuilding.
    
    resolve rust-lang#90698
    Noratrieb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    368dacc View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#106397 - compiler-errors:new-solver-impl-wc…

    …, r=lcnr
    
    Check `impl`'s `where` clauses in `consider_impl_candidate` in experimental solver
    
    Check impl's nested predicates as part of the recursive evaluate in `consider_impl_candidate`.
    
    <sub>Unless, for some reason, these are intentionally **not** checked here -- in which case, I really don't understand where they're being checked...<sub>
    
    r? ``@lcnr``
    Noratrieb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    7aa788f View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#106427 - mejrs:translation_errors, r=davidtwco

    Improve fluent error messages
    
    These have been really frustrating me while migrating diagnostics.
    Noratrieb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d3df1e4 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#106570 - Xaeroxe:div-duration-tests, r=John…

    …Titor
    
    add tests for div_duration_* functions
    
    Per rust-lang#63139 (comment)
    
    this adds unit tests for the functions that will hopefully effectively demonstrate that `div_duration` is ready to be stabilized.
    Noratrieb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    5a80933 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#106648 - Nilstrieb:poly-cleanup, r=compiler…

    …-errors
    
    Polymorphization cleanup
    
    Split out of rust-lang#106233
    
    Use a newtype instead of a bitset directly. This makes the code way easier to read and easier to adapt for future changes.
    Noratrieb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    25e5025 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#106664 - chenyukang:yukang/fix-106597-remov…

    …e-lseek, r=cuviper
    
    Remove unnecessary lseek syscall when using std::fs::read
    
    Fixes rust-lang#106597
    r? ``@bjorn3``
    Noratrieb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    aa91217 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#106709 - khuey:disable_split_dwarf_inlining…

    …_by_default, r=davidtwco
    
    Disable "split dwarf inlining" by default.
    
    This matches clang's behavior and makes split-debuginfo behave as expected (i.e. actually split the debug info).
    
    Fixes rust-lang#106592
    Noratrieb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1a86934 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#106715 - BoxyUwU:new_solver_triagebot, r=lcnr

    Autolabel and ping wg for changes to new solver
    
    r? ``@lcnr``
    Noratrieb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8ca15b4 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#106717 - klensy:typo, r=lcnr

    fix typo LocalItemId -> ItemLocalId
    Noratrieb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    65a92f3 View commit details
    Browse the repository at this point in the history