Skip to content

Commit 8d55932

Browse files
committed
Update prev minutes
1 parent 07ea32c commit 8d55932

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

content/minutes/triage-meeting/T-compiler Meeting Agenda 2023-09-21.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
tags: weekly, rustc
33
type: docs
4+
note_id: CG_A-TBVTBqsH_mfID3Fvg
45
---
56

67
# T-compiler Meeting Agenda 2023-09-21

content/minutes/triage-meeting/T-compiler Meeting Agenda 2023-10-26.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,32 @@ note_id: I7BHh5YMReC2jAyhFwUwSQ
5050
> Checkin text
5151
5252
- @_*WG-rustc-dev-guide* by @**Santiago Pastorino** and @**Yuki Okushi|217081** ([previous checkin](https://hackmd.io/0I_xYjKMSc6lYT655FpWbg#WG-checkins)):
53-
> Checkin text
53+
> ### Most notable changes
54+
>
55+
> - Start a chapter about the evolving const effect system [#1808](https://github.com/rust-lang/rustc-dev-guide/pull/1808)
56+
> - Document subtle implied bounds issue in RPITIT inference [#1807](https://github.com/rust-lang/rustc-dev-guide/pull/1807)
57+
> - update new trait solver docs [#1802](https://github.com/rust-lang/rustc-dev-guide/pull/1802)
58+
> - Clarify all the `{AP,RP}IT{,IT}` impl trait types [#1798](https://github.com/rust-lang/rustc-dev-guide/pull/1798)
59+
> - Add deep dive document about early/late bound parameters interacting with turbofish [#1794](https://github.com/rust-lang/rustc-dev-guide/pull/1794)
60+
> - explain the MIR const vs TY const situation [#1793](https://github.com/rust-lang/rustc-dev-guide/pull/1793)
61+
> - Document the `coverage-map` and `run-coverage` test suites [#1790](https://github.com/rust-lang/rustc-dev-guide/pull/1790)
62+
> - Add section about building an optimized version of `rustc` [#1787](https://github.com/rust-lang/rustc-dev-guide/pull/1787)
63+
> - Add dropck documentation [#1767](https://github.com/rust-lang/rustc-dev-guide/pull/1767)
64+
> - Add RPITIT documentation [#1764](https://github.com/rust-lang/rustc-dev-guide/pull/1764)
65+
> - Explain more in depth what early and late bound generic parameters are [#1732](https://github.com/rust-lang/rustc-dev-guide/pull/1732)
66+
> - add section for normalization with the new solver [#1731](https://github.com/rust-lang/rustc-dev-guide/pull/1731)
67+
> - various fixes/improvements to Contributing chapter [#1723](https://github.com/rust-lang/rustc-dev-guide/pull/1723)
68+
> - document `./x test --rustc-args` option [#1719](https://github.com/rust-lang/rustc-dev-guide/pull/1719)
69+
>
70+
> ### Most notable WIPs
71+
>
72+
> - Update some outdated descriptions of coverage instrumentation [#1809](https://github.com/rust-lang/rustc-dev-guide/pull/1809)
73+
> - update some of the diagnostic translations info [#1711](https://github.com/rust-lang/rustc-dev-guide/pull/1711)
74+
> - rewrite bootstrapping stages [#1650](https://github.com/rust-lang/rustc-dev-guide/pull/1650)
75+
> - new chapter with examples of diagnostic translation PRs [#1621](https://github.com/rust-lang/rustc-dev-guide/pull/1621)
76+
> - Add back the `canonicalization` chapter. [#1532](https://github.com/rust-lang/rustc-dev-guide/pull/1532)
77+
> - Improve documentation of MIR queries & passes [#1434](https://github.com/rust-lang/rustc-dev-guide/pull/1434)
78+
> - Document inert vs active attributes [#1110](https://github.com/rust-lang/rustc-dev-guide/pull/1110)
5479
5580
## Backport nominations
5681

0 commit comments

Comments
 (0)