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 2023-12-21
Announcements
Other WG meetings (calendar link)
MCPs/FCPs
--known-broken-llvm
flag for x.py to skip codegen tests on old LLVM" compiler-team#687 (Zulip)-Cinstrument-coverage=all
" compiler-team#690 (Zulip) (last review activity: about 8 days ago)wasm32-wasi-preview2
" compiler-team#694 (Zulip) (last review activity: about 2 days ago)wasm32-wasi
" compiler-team#695 (Zulip) (last review activity: about 8 days ago)wasm-c-abi
flag" compiler-team#703 (Zulip) (last review activity: about 6 days ago)--build-id
flag to rustc" compiler-team#635 (Zulip)--json=unused-externs(-silent)
" compiler-team#674 (Zulip)warnings
level for a specific lint via command line" rust#113307unstable_features
and make use of it in the compiler" rust#118639--json=unused-externs(-silent)
" compiler-team#674 (Zulip)@ninja:path
syntax" compiler-team#684 (Zulip)u32
" compiler-team#693 (Zulip)Handler
naming" compiler-team#699 (Zulip)default
on free const items" rust#117818WG checkins
Backport nominations
T-compiler stable / T-compiler beta
T-compiler
this time.T-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
regressions this time.Unassigned P-high nightly regressions
P-high
nightly regressions this time.Performance logs
A lot of noise in the results this week; there was an lull in the noise
recently, so our auto-inferred noise threshold went down, and thus five PR's
were artificially flagged this week (and three supposed improvements were just
reverting to the mean). Beyond that, we had three nice improvements: the first
to debug builds in #117962 (by ceasing emission of expensive+unused
.debug_pubnames
and.debug_pubtypes
), a second to diesel and serde in#119048 (by avoiding some unnecessary work), and a third to several benchmarks
in #117749 (by adding some caching of an internal compiler structure).
Triage done by @pnkfelix.
Revision range: 57010939..bf9229a2
Summary:
6 Regressions, 9 Improvements, 3 Mixed; 5 of them in rollups
67 artifact comparisons made in total
Regressions
rustc_passes: Enforce
rustc::potential_query_instability
lint #118870 (Comparison Link)fix –dry-run when the change-id warning is printed #118789 (Comparison Link)
Rollup of 3 pull requests #118982 (Comparison Link)
Rollup of 5 pull requests #119002 (Comparison Link)
More unescaping cleanups #118897 (Comparison Link)
coverage: Regression test for
assert!(!false)
#119011 (Comparison Link)Improvements
Rollup of 8 pull requests #118838 (Comparison Link)
fix: stop emitting
.debug_pubnames
and.debug_pubtypes
#117962 (Comparison Link)Unbreak non-unix non-windows bootstrap #118894 (Comparison Link)
cache param env canonicalization #117749 (Comparison Link)
-Ztrait-solver=next
to-Znext-solver
#118937 (Comparison Link)Use the LLVM option NoTrapAfterNoreturn #110494 (Comparison Link)
Add support for
--env
ontracked_env::var
#118830 (Comparison Link)don't fold ParamEnv in register_predicate_obligation #119048 (Comparison Link)
resolve: Replace visibility table in resolver outputs with query feeding #118657 (Comparison Link)
Mixed
codegen_llvm: set
DW_AT_accessibility
#115165 (Comparison Link)Rollup of 6 pull requests #119009 (Comparison Link)
Rollup of 5 pull requests #119069 (Comparison Link)
Nominated Issues
T-compiler
RFC
Oldest PRs waiting for review
T-compiler
#![allow_internal_unstable(..)]
work withstmt_expr_attributes
" rust#117420 (last review activity: about 51 days ago)Next week's WG checkins
Next meetings' agenda draft: hackmd link