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 2021-08-19
Tracking Issue
Announcements
MCPs/FCPs
pc
in place ofunknown
andunknown
in place ofpc
forx86_64
andi?86
targets" compiler-team#441 (last comments: GH 48d ago, Zulip 59d ago)resolve_instance
fallible" compiler-team#449 (last comments: GH 18d ago, Zulip none)TyKind::Const
and removeGenericArgKind::Const
" compiler-team#453 (last comment: GH none, Zulip yesterday)-o -
or--emit asm=-
are provided" compiler-team#431-Cdebuginfo
with new options and named aliases" rust#83947WG checkins
@WG-self-profile by @mw @Wesley Wiser (previous checkin)
Backport nominations
T-compiler stable / T-compiler beta
T-compiler
this time.T-rustdoc stable / T-rustdoc beta
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
-Cdebuginfo
with new options and named aliases" rust#83947Issues of Note
Short Summary
+label%3AP-critical+no%3Aassignee)
P-critical
T-compiler
T-rustdoc
P-critical
issues forT-rustdoc
this time.P-high regressions
P-high beta regressions
P-high
as sibling rust#87455- 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 →Unassigned P-high nightly regressions
P-high
nightly regressions this time.Performance logs
A fairly busy week which was to expected given that we've adjusted our algorithm for whether we label a change as a regression or not. Most regressions were relatively small, and only one has not yet been addressed in some way.
Triage done by @rylev.
Revision range: 6b20506d17f4e5e5bf5bcad7e94add4d754b0ae3..aa8f27bf4d980023a8b245ceb25a490a18041eb2
59 comparisons made in total
3 Regressions, 2 Improvements, 2 Mixed; 0 of them in rollups
Regressions
encode
generics_of
for fields and ty params #87815incr-unchanged
builds ofdiesel
)explicit_predicates_of
query which would seem to be directly impacted by this change.Various refactorings of the TAIT infrastructure #87587
full
builds ofinflate
)Name the captured upvars for closures/generators in debuginfo #85020
incr-patched: println
builds ofwebrender-wrench
)Improvements
copy_nonoverlapping
wrapper throughmem::replace
. #87827Mixed
Introduce
hir::ExprKind::Let
- Take 2 #80357incr-patched: println
builds ofwebrender
)full
builds ofcranelift-codegen
)BTree: merge the complication introduced by #81486 and #86031 #87696
full
builds ofissue-46449
)full
builds ofripgrep
)Untriaged Pull Requests
Nominated Issues
T-compiler
S-waiting-on-team
1.46.0
to1.51.0
" rust#86610RFC
<const>
to includestr
and structural constants." rfcs#3161I-nominated
can be removed?