Wesley Wiser
Wesley Wiser
That seems correct to me but I don't know much about rustup components.
Looks like clang just got a similar feature https://www.snsystems.com/technology/tech-blog/clang-time-trace-feature
> As far as I know, MSVC does not support 128-bit integers, so LLVM just assumes its windows targets use the same size/alignment as Linux. Have to imagine if they...
I think this is a reasonable addition to the `--print` command. What do you all think? @rfcbot fcp merge
Can we separate out the questions regarding `TypeId` and incremental compilation? `TypeId` is an interesting intersection of compiler, language and library design but incremental compilation is purely a compiler feature....
Hi @cjgillot, it looks like this PR is ready for review again when you have time. Thanks 🙂
r? rust-lang/compiler
T-compiler reviewed during the weekly triage meeting. We decided to go with a modification of @workingjubilee's first suggestion, tweaking to highlight this also affects `addr_of(_mut)!` and attempting to remove the...
Recording some objections that should be resolved prior to accepting this MCP: @rustbot concern impl-at-mir-level [Zulip](https://rust-lang.zulipchat.com/#narrow/channel/233931-t-compiler.2Fmajor-changes/topic/Proposal.20for.20Adapt.20Stack.20Protector.20for.20Ru.E2.80.A6.20compiler-team.23841/near/501274719): doing this on MIR [...] will end up up protecting a lot more functions...