or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
T-compiler Meeting Agenda 2022-07-28
Announcements
Other WG meetings
MCPs/FCPs
#[alias]
attribute to allow symbol aliasing" compiler-team#526 (last review activity: about 6 days ago).comment
section like GCC/Clang (!llvm.ident
)" rust#97550-Zgcc-ld=lld
as-Clink-self-contained=linker -Clinker-flavor=gcc-lld
" compiler-team#510#[rustc_on_type_error]
mimicking#[rustc_on_unimplemented]
for E0308 customization" compiler-team#530Predicate
intoGoal
andClause
" compiler-team#531nvptx-nvidia-cuda
(32-bit target)" compiler-team#496-Z
flag to control how proc-macros are run" compiler-team#528WG checkins
@_WG-rls2.0 by @Lukas Wirth (previous checkin):
@_WG-self-profile by @mw and @Wesley Wiser (previous checkin):
Backport nominations
T-compiler beta / T-compiler stable
T-compiler
this time.T-rustdoc beta / T-rustdoc stable
T-rustdoc
this time.T-rustdoc
this time.- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →PRs S-waiting-on-team
T-compiler
--cfg
in--check-cfg
" rust#99519Oldest PRs waiting for review
T-compiler
T-libs-api
, cc: @_Josh Triplett#[rustc_default_body_unstable]
" rust#96478 (last review activity: about 36 days ago)-Clinker-flavor=gcc:lld
for MCP 510" rust#96827 (last review activity: about 30 days ago)Issues of Note
Short Summary
P-critical
T-compiler
T-rustdoc
P-critical
issues forT-rustdoc
this time.P-high regressions
P-high beta regressions
Unassigned P-high nightly regressions
Performance logs
Overall it was a mostly good week, with some very significant wins among the
secondary benchmarks. Rollups continue to complicate triage process.
Triage done by @pnkfelix.
Revision range: 8bd12e8c..50166d5e
Summary:
5 Regressions, 4 Improvements, 4 Mixed; 4 of them in rollups
30 Untriaged Pull Requests
61 artifact comparisons made in total
Regressions
Rollup of 9 pull requests #99520 (Comparison Link)
move
considering_regions
to the infcx #99501 (Comparison Link)Sync in portable-simd subtree #99491 (Comparison Link)
Fix hack that remaps env constness. #99521 (Comparison Link)
Rollup of 8 pull requests #99792 (Comparison Link)
metadata_decode_entry_item_attrs
andvisible_parent_map
; those are the ones that had a significant time delta that end up explaining the overall time delta (0.003 + 0.003 > 0.005).visible_parent_map
slowdown may be due to PR #99698.metadata_decode_entry_Item_attrs
may be due to PR #99712 ? Hard to say.metadata_decode_entry_item_attrs
andvisible_parent_map
regressions, as well as a little bit more time spent intype_op_prove_predicate
,evaluate_obligation
, andnormalize_projection_ty
. Not sure why though, I don't think those got touched by this rollup. Maybe just different execution paths from the stdlib changes that did come in with this rollup?Improvements
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r… #99495 (Comparison Link)
Rollup of 7 pull requests #99506 (Comparison Link)
Tweak
SubstFolder
implementation #99600 (Comparison Link)Remove new allocations from
imported_source_files
#99677 (Comparison Link)Mixed
Improve the function pointer docs #98180 (Comparison Link)
Rollup of 11 pull requests #99567 (Comparison Link)
rustc_expand: Switch FxHashMap to FxIndexMap where iteration is used #99320 (Comparison Link)
Upgrade indexmap and thorin-dwp to use hashbrown 0.12 #99251 (Comparison Link)
Nominated Issues
T-compiler
--cfg
in--check-cfg
" rust#99519RFC
T-compiler
this time.Next week's WG checkins