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-09-30
Tracking Issue
Announcements
-Z binary-dep-depinfo
the default behavior" compiler-team#464pc
in place ofunknown
andunknown
in place ofpc
forx86_64
andi?86
targets" compiler-team#441 (last review activity: GH none, Zulip: about 1 week ago)-o -
or--emit asm=-
are provided" compiler-team#431pie
relocation-model" compiler-team#461#[derive(A, B, ...)]
cfg-eval its input only forA, B, ...
and stabilizefeature(macro_attributes_in_derive_output)
" rust#87220WG checkins
@WG-self-profile by @mw and @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
Oldest PRs waiting for review
T-compiler
impl Foo<const N: ty> {}
syntax" rust#85346 (last review activity: 3 months ago):
in a pattern, use adequate AST pattern" rust#87160 (last review activity: 2 months ago)Issues of Note
Short Summary
P-critical
T-compiler
P-critical
issues forT-compiler
this time.T-rustdoc
P-critical
issues forT-rustdoc
this time.P-high regressions
P-high beta regressions
delay_span_bug
issued" rust#87757T-lang
Unassigned P-high nightly regressions
P-high
nightly regressions this time.Performance logs
The largest story for the week are the massive improvements that come from enabling the new pass manager in LLVM which leads to consistent 5% to 30% improvements across almost all test cases. The regressions were mostly minor with clear paths for addressing the ones that were not made with some specific trade off in mind.
Triage done by @rylev. Revision range: 7743c9fadd64886d537966ba224b9c20e6014a59..83f147b3baf21acfc367a6da1045d212cd3957e4
4 Regressions, 4 Improvements, 3 Mixed; 0 of them in rollups
43 comparisons made in total
Regressions
Revise never type fallback algorithm #88804
full
builds ofkeccak
)Introduce
Rvalue::ShallowInitBox
#89030incr-patched: println
builds ofsyn
)Fix spacing of links in inline code. #88343
incr-unchanged
builds ofwebrender-wrench
)Suggest both of immutable and mutable trait implementations #89263
full
builds ofdiesel
)evaluate_obligation
which seems like it would be effected by this change, but the only impacted benchmark is diesel doc which doesn't trigger this diagnosticImprovements
Duration
respectwidth
when formatting usingDebug
#88999Mixed
Use ZST for fmt unsafety #89139
full
builds ofcranelift-codegen
)full
builds ofdeeply-nested-async
)Support
#[track_caller]
on closures and generators #87064incr-unchanged
builds ofwebrender-wrench
)incr-unchanged
builds ofhelloworld
)Don't normalize opaque types with escaping late-bound regions #89285
full
builds ofissue-88862
)full
builds ofdeeply-nested-async
)Untriaged Pull Requests
Rvalue::ShallowInitBox
FnAbi::of_{fn_ptr,instance}
asfn_abi_of_{fn_ptr,instance}
.layout_raw
query intolayout_of
.generics_of
for fields and ty paramslet...else
#[track_caller]
on closures and generatorswrite
Nominated Issues
T-compiler
RFC
T-compiler
this time.Misc