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.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
T-compiler Meeting Agenda 2024-05-09
Announcements
Other WG meetings
MCPs/FCPs
--build-id
flag to rustc (compiler-team#635)--env-set
option (rust#119926)--emit foo
in json artifact notifications (rust#122597)rustc --version
(rust#124339)--emit=thin-link-bitcode
to enable distributed ThinLTO users" compiler-team#735 (Zulip)-Cforce-frame-pointers=non-leaf
" compiler-team#744 (Zulip)Self
ctor from outer item is referenced in inner nested item" rust#124187WG checkins
None
Backport nominations
T-compiler beta / T-compiler stable
#[macro_export]
/doctest help suggestion for non_local_defs lint" rust#124568diagnostic::on_unimplemented
" rust#124683diagnostic::on_unimplemented
diagnostic::on_unimplemented
" rust#124875diagnostic::on_unimplemented
" rust#124683diagnostic::on_unimplemented
" rust#124875T-types stable / T-types beta
T-types
this time.T-types
this time.PRs S-waiting-on-team
T-compiler
Issues of Note
Short Summary
P-critical
T-compiler
P-critical
issues forT-compiler
this time.T-types
P-critical
issues forT-types
this time.P-high regressions
P-high beta regressions
P-high
beta regressions this time.Unassigned P-high nightly regressions
P-high
nightly regressions this time.Performance logs
Largely uneventful week; the most notable shifts were considered false-alarms
that arose from changes related to cfg-checking (either cargo enabling it, or
adding cfg's like
rustfmt
to the "well-known cfgs list").Triage done by @pnkfelix.
Revision range: c65b2dc9..69f53f5e
Summary:
3 Regressions, 2 Improvements, 3 Mixed; 5 of them in rollups
30 Untriaged Pull Requests
54 artifact comparisons made in total
Regressions
Rollup of 7 pull requests #124675 (Comparison Link)
Update cargo #124684 (Comparison Link)
Rollup of 3 pull requests #124784 (Comparison Link)
rustfmt
to the well-known cfgs list.Improvements
Rollup of 10 pull requests #124646 (Comparison Link)
Some hir cleanups #124401 (Comparison Link)
AnonConst
(e.g. for array lengths) in the HIR arena, and then move the ConstArg span over to AnonConst span instead.AnonConst
; maybe the benefit comes more from the places where we now pass a span by value instead of passing a pointer to it.Mixed
Account for immutably borrowed locals in MIR copy-prop and GVN #123602 (Comparison Link)
Rollup of 8 pull requests #124703 (Comparison Link)
Rollup of 4 pull requests #124716 (Comparison Link)
Nominated Issues
T-compiler
build.rs
to use conditional compilation" rust#124800@epage
of T-cargo (last) discussion on the topic in this commentRFC
Oldest PRs waiting for review
None
Next week's WG checkins
Probably none