Michael Woerister

Results 27 issues of Michael Woerister

# Proposal This MCP has the goal of removing unsound `HashStable` impls that currently exist for various widely used collection types, in particular collections derived from `std::collections::HashMap` and `std::collections::HashSet` (e.g....

T-compiler
final-comment-period
major-change
to-announce

# Meeting proposal info - **Title:** Discuss concrete ways of making incr. comp. more robust - **Type:** it's complicated # Summary I don't have a concrete proposal of what to...

meeting-proposal
meeting-scheduled

# Meeting proposal info - **Title:** Discuss extending the compiler team’s review policy - **Type:** non-technical # Summary The compiler team has a review policy but it is very sparse...

meeting-proposal
meeting-scheduled

Updating the review policy has been discussed in https://github.com/rust-lang/compiler-team/issues/444 and a pull request to merge the new policy is open at https://github.com/rust-lang/rust-forge/pull/553. One [open question](https://github.com/rust-lang/rust-forge/pull/553/files#r673185999) that come out of that...

We have `cargo incremental build`, we also need `cargo incremental test` that will work the same as `cargo test`, just with building everything incrementally.

Right now we don't support `cargo build --release` for example, or `cargo build --verbose`. We could have an argument separator after which all args go to cargo, like ``` cargo...

Calling, for example, `cargo incremental build --skip-tests` does not make sense, so we might want to emit a warning at least.

The in-tree documentation about this is not too bad but it would be good to give a high-level overview here, and especially add a step-by-step guide how to add new...

waiting-on-author

It would be very handy to have clickable shortcuts for displaying + the last week + the last month + the last 3 months in the "graph" view. Also, some...

A-ui
C-feature-request

This should implement https://github.com/rust-lang/rust/issues/48750, but for starters just containing the FROM-SCRATCH and SMALL-CHANGE usage scenarios. I imagine this to be a separate page on perf.rlo, showing just two graphs, one...

A-ui
C-feature-request