Skip to content

Commit 3ed838b

Browse files
committed
2025/10-27: Add weekly report
1 parent 1844314 commit 3ed838b

File tree

1 file changed

+129
-0
lines changed

1 file changed

+129
-0
lines changed

2025/2025-10-27-report.org

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
#+title: Weekly report for 20th of October to 27th of October 2025
2+
#+author: Philip Herron, Pierre-Emmanuel Patry, Arthur Cohen
3+
#+date: 2025-10-27
4+
5+
** Overview
6+
7+
Thanks again to [[https://opensrcsec.com/][Open Source Security, inc]] and [[https://www.embecosm.com/][Embecosm]] for their ongoing support for this project.
8+
9+
- PE and Arthur working almost exclusively on other Embecosm projects
10+
- CI patch emails for all merged commits has been deployed
11+
- No drive-by reviews from the GCC team yet
12+
- Next week will have the two interns
13+
14+
** Completed Activities
15+
16+
- gccrs: Fix ICE on enum in tuple struct pattern [[https://github.com/rust-gcc/gccrs/pull/4241][PR4241]]
17+
- Update tuple pattern type-check to attempt to continue resolving items after size error [[https://github.com/rust-gcc/gccrs/pull/4239][PR4239]]
18+
- Fix ICE for repr attribute malformation [[https://github.com/rust-gcc/gccrs/pull/4238][PR4238]]
19+
- Improve macro expansion for `libcore` [[https://github.com/rust-gcc/gccrs/pull/4053][PR4053]]
20+
21+
*** Contributors this week
22+
23+
- [[https://github.com/lowr][LowR]]
24+
- [[https://github.com/Polygonalr][Zhi Heng]]
25+
- [[https://github.com/dkm][Marc Poulhiès]]
26+
- [[https://github.com/powerboat9][Owen Avery]]
27+
28+
*** Overall Task Status
29+
30+
| Category | Last Week | This Week | Delta |
31+
|-------------+------------+------------+-------|
32+
| TODO | 419 | 419 | - |
33+
| In Progress | 116 | 116 | - |
34+
| Completed | 1162 | 1165 | +3 |
35+
36+
*** Bugs
37+
38+
| Category | Last Week | This Week | Delta |
39+
|-------------+------------+------------+-------|
40+
| TODO | 204 | 201 | -3 |
41+
| In Progress | 56 | 56 | - |
42+
| Completed | 577 | 580 | +3 |
43+
44+
*** Test Cases
45+
46+
| TestCases | Last Week | This Week | Delta |
47+
|-----------+------------+------------+-------|
48+
| Passing | 10313 | 10320 | +7 |
49+
| Failed | - | - | - |
50+
| XFAIL | 74 | 74 | - |
51+
| XPASS | - | - | - |
52+
53+
*** Milestones Progress
54+
55+
56+
| Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
57+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
58+
59+
| Upcoming Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
60+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
61+
| Unstable RfL features | 0% | 0% | - | 7th Jan 2025 | - | 1st Aug 2025 | GCC 16.1 |
62+
| Generic Associated Types | 0% | 0% | - | 15th Mar 2025 | - | 15th Jun 2025 | GCC 16.1 |
63+
| RfL const generics | 0% | 0% | - | 1st May 2025 | - | 15th Jun 2025 | GCC 16.1 |
64+
| frontend plugin hooks | 0% | 0% | - | 15th May 2025 | - | 7th Jul 2025 | GCC 16.1 |
65+
| Handling the testsuite issues | 0% | 0% | - | 15th Sep 2024 | - | 15th Sep 2025 | GCC 16.1 |
66+
| main shim | 0% | 0% | - | 28th Jul 2025 | - | 15th Sep 2025 | GCC 16.1 |
67+
| Final core attributes | 0% | 0% | - | | - | | GCC 16.1 |
68+
| Core nightly features | 0% | 0% | - | | - | | GCC 16.1 |
69+
| Defered inference | 0% | 0% | - | | - | | GCC 16.1 |
70+
| Fn traits fixes | 0% | 0% | - | | - | | GCC 16.1 |
71+
| Recursive types | 0% | 0% | - | | - | | GCC 16.1 |
72+
| Drop | 0% | 0% | - | | - | | GCC 16.1 |
73+
| Pin, PinInit | 0% | 0% | - | | - | | GCC 16.1 |
74+
75+
| Past Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
76+
|-----------------------------------+------------+------------+-------+---------------+-----------------+---------------|------------|
77+
| Data Structures 1 - Core | 100% | 100% | - | 30th Nov 2020 | 27th Jan 2021 | 29th Jan 2021 | GCC 14.1 |
78+
| Control Flow 1 - Core | 100% | 100% | - | 28th Jan 2021 | 10th Feb 2021 | 26th Feb 2021 | GCC 14.1 |
79+
| Data Structures 2 - Generics | 100% | 100% | - | 11th Feb 2021 | 14th May 2021 | 28th May 2021 | GCC 14.1 |
80+
| Data Structures 3 - Traits | 100% | 100% | - | 20th May 2021 | 17th Sep 2021 | 27th Aug 2021 | GCC 14.1 |
81+
| Control Flow 2 - Pattern Matching | 100% | 100% | - | 20th Sep 2021 | 9th Dec 2021 | 29th Nov 2021 | GCC 14.1 |
82+
| Macros and cfg expansion | 100% | 100% | - | 1st Dec 2021 | 31st Mar 2022 | 28th Mar 2022 | GCC 14.1 |
83+
| Imports and Visibility | 100% | 100% | - | 29th Mar 2022 | 13th Jul 2022 | 27th May 2022 | GCC 14.1 |
84+
| Const Generics | 100% | 100% | - | 30th May 2022 | 10th Oct 2022 | 17th Oct 2022 | GCC 14.1 |
85+
| Initial upstream patches | 100% | 100% | - | 10th Oct 2022 | 13th Nov 2022 | 13th Nov 2022 | GCC 14.1 |
86+
| Upstream initial patchset | 100% | 100% | - | 13th Nov 2022 | 13th Dec 2022 | 19th Dec 2022 | GCC 14.1 |
87+
| Update GCC's master branch | 100% | 100% | - | 1st Jan 2023 | 21st Feb 2023 | 3rd Mar 2023 | GCC 14.1 |
88+
| Final set of upstream patches | 100% | 100% | - | 16th Nov 2022 | 1st May 2023 | 30th Apr 2023 | GCC 14.1 |
89+
| Borrow Checking 1 | 100% | 100% | - | TBD | 8th Jan 2024 | 15th Aug 2023 | GCC 14.1 |
90+
| Procedural Macros 1 | 100% | 100% | - | 13th Apr 2023 | 6th Aug 2023 | 6th Aug 2023 | GCC 14.1 |
91+
| GCC 13.2 Release | 100% | 100% | - | 13th Apr 2023 | 22nd Jul 2023 | 15th Jul 2023 | GCC 14.1 |
92+
| GCC 14 Stage 3 | 100% | 100% | - | 1st Sep 2023 | 20th Sep 2023 | 1st Nov 2023 | GCC 14.1 |
93+
| GCC 14.1 Release | 100% | 100% | - | 2nd Jan 2024 | 2nd Jun 2024 | 15th Apr 2024 | GCC 14.1 |
94+
| format_args!() support | 100% | 100% | - | 15th Feb 2024 | - | 1st Apr 2024 | GCC 14.1 |
95+
| GCC 14.2 | 100% | 100% | - | 7th Jun 2024 | 15th Jun 2024 | 15th Jun 2024 | GCC 14.2 |
96+
| GCC 15.1 | 100% | 100% | - | 21st Jun 2024 | 31st Jun 2024 | 1st Jul 2024 | GCC 15.1 |
97+
| Unhandled attributes | 100% | 100% | - | 1st Jul 2024 | 15th Aug 2024 | 15th Aug 2024 | GCC 15.1 |
98+
| Inline assembly | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
99+
| Rustc Testsuite Adaptor | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
100+
| Borrow checker improvements | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
101+
| Deref and DerefMut improvements | 100% | 100% | - | 28th Sep 2024 | 25th Oct 2024 | 28th Dec 2024 | GCC 15.1 |
102+
| Indexing fixes | 100% | 100% | - | 21st Jul 2024 | 25th Dec 2024 | 15th Nov 2024 | GCC 15.1 |
103+
| Iterator fixes | 100% | 100% | - | 21st Jul 2024 | 25th Dec 2024 | 15th Nov 2024 | GCC 15.1 |
104+
| Auto traits improvements | 100% | 100% | - | 15th Sep 2024 | 20th Jan 2025 | 21st Dec 2024 | GCC 15.1 |
105+
| Lang items | 100% | 100% | - | 1st Jul 2024 | 10th Jan 2025 | 21st Nov 2024 | GCC 15.1 |
106+
| alloc parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 15.1 |
107+
| std parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 16.1 |
108+
| Question mark operator | 100% | 100% | - | 15th Dec 2024 | 21st Feb 2025 | 21st Feb 2025 | GCC 15.1 |
109+
| Name resolution 2.0 rework | 100% | 100% | - | 1st Jun 2024 | - | 1st Apr 2025 | GCC 15.1 |
110+
| Macro expansion | 100% | 100% | - | 1st Jun 2024 | - | 1st Jan 2025 | GCC 15.1 |
111+
| Remaining typecheck issues | 100% | 100% | - | 21st Oct 2024 | - | 1st Mar 2025 | GCC 15.1 |
112+
| cfg-core | 100% | 100% | - | 1st Dec 2024 | 24th Mar 2025 | 1st Mar 2025 | GCC 15.1 |
113+
| Codegen fixes | 100% | 100% | - | 7th Oct 2024 | 1st Apr 2025 | 1st Mar 2025 | GCC 15.1 |
114+
| black_box intrinsic | 100% | 100% | - | 28th Oct 2024 | - | 28th Jan 2025 | GCC 15.1 |
115+
| let-else | 100% | 100% | - | 28th Jan 2025 | - | 28th Feb 2025 | GCC 15.1 |
116+
| Specialization | 100% | 100% | - | 1st Jan 2025 | 1st Apr 2025 | 1st Mar 2025 | GCC 15.1 |
117+
| cfg-rfl | 100% | 100% | - | 7th Jan 2025 | 19th Mar 2025 | 15th Feb 2025 | GCC 15.1 |
118+
| Downgrade to Rust 1.49 | 100% | 100% | - | 14th Mar 2025 | 26th Mar 2025 | 1st Apr 2025 | GCC 15.1 |
119+
| try blocks | 100% | 100% | - | | 30th Jul 2025 | | GCC 16.1 |
120+
| while-let loops | 100% | 100% | - | | 30th Jul 2025 | | GCC 16.1 |
121+
| offset_of!() builtin macro | 100% | 100% | - | 15th Mar 2025 | 4th Aug 2025 | 15th Aug 2025 | GCC 16.1 |
122+
| Explicit generics with impl Trait | 100% | 100% | - | 28th Feb 2025 | 21st Jul 2025 | 28th Mar 2025 | GCC 16.1 |
123+
| Final Inline assembly fixes | 100% | 100% | - | | - | | GCC 16.1 |
124+
125+
** Planned Activities
126+
127+
** Detailed changelog
128+
129+

0 commit comments

Comments
 (0)