Skip to content

Commit 4f3cbc2

Browse files
committed
Add weekly report
2025-06-16: Add weekly report Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
1 parent 3321181 commit 4f3cbc2

File tree

1 file changed

+137
-0
lines changed

1 file changed

+137
-0
lines changed

2025/2025-06-16-report.org

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
#+title: Weekly report for 9th of June to 16th of June 2025
2+
#+author: Philip Herron, Pierre-Emmanuel Patry, Arthur Cohen
3+
#+date: 2025-06-16
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+
- Establish timelines for 16.1 milestones
10+
- Continue work on NR2.0 as that is now top priority
11+
- Then resume work on fixing macro expansion issues and other ~core~ issues
12+
13+
This week we merged upstream back into our master branch, this means we will be able to easily keep both of those branch in sync in the future.
14+
15+
** Completed Activities
16+
17+
- Synchronize development branch with GCC's master branch [[https://github.com/rust-gcc/gccrs/pull/38][PR3761]]
18+
- Add new function ClosureExpr::get_definition_expr [[https://github.com/rust-gcc/gccrs/pull/38][PR3815]]
19+
- nr2.0: Improve StructPatternFieldIdent handling [[https://github.com/rust-gcc/gccrs/pull/38][PR3816]]
20+
- nr2.0: Adjust pub_restricted tests [[https://github.com/rust-gcc/gccrs/pull/38][PR3817]]
21+
- nr2.0: Improve handling of single segment paths [[https://github.com/rust-gcc/gccrs/pull/38][PR3820]]
22+
- nr2.0: Fix closure parameter scoping [[https://github.com/rust-gcc/gccrs/pull/38][PR3819]]
23+
- gccrs: Add initial compilation support for IdentifierPattern's subpatterns [[https://github.com/rust-gcc/gccrs/pull/38][PR3814]]
24+
- nr2.0: Adjust alternate identifier handling [[https://github.com/rust-gcc/gccrs/pull/38][PR3821]]
25+
- gccrs: Fix bad type canonicalization on ARRAY_TYPES [[https://github.com/rust-gcc/gccrs/pull/38][PR3824]]
26+
- gccrs: Fix bug in query type stopping PartialOrd [[https://github.com/rust-gcc/gccrs/pull/38][PR3825]]
27+
- Add derive(Ord) and derive(PartialOrd) [[https://github.com/rust-gcc/gccrs/pull/38][PR3818]]
28+
- gccrs: Improve HIR dumps for patterns [[https://github.com/rust-gcc/gccrs/pull/38][PR3827]]
29+
- nr2.0: Adjust lookup of associated items [[https://github.com/rust-gcc/gccrs/pull/38][PR3823]]
30+
- gccrs: Implement compilation of IdentifierPattern's subpattern bindings [[https://github.com/rust-gcc/gccrs/pull/38][PR3822]]
31+
32+
*** Contributors this week
33+
34+
- dkm
35+
- [[https://github.com/powerboat9][Owen Avery]]
36+
- [[https://github.com/Polygonalr][Zhi Heng]]
37+
- [[https://github.com/philberty][Philip Herron]]
38+
- [[https://github.com/dkm][Marc Poulhiès]]
39+
- [[https://github.com/cohenarthur][Arthur Cohen]]
40+
41+
*** Overall Task Status
42+
43+
| Category | Last Week | This Week | Delta |
44+
|-------------+------------+------------+-------|
45+
| TODO | 470 | 355 | -115 |
46+
| In Progress | 114 | 113 | -1 |
47+
| Completed | 1065 | 1067 | +2 |
48+
49+
*** Bugs
50+
51+
| Category | Last Week | This Week | Delta |
52+
|-------------+------------+------------+-------|
53+
| TODO | 206 | 150 | -56 |
54+
| In Progress | 56 | 55 | -1 |
55+
| Completed | 522 | 523 | +1 |
56+
57+
*** Test Cases
58+
59+
| TestCases | Last Week | This Week | Delta |
60+
|-----------+------------+------------+-------|
61+
| Passing | 10675 | 10745 | +144 |
62+
| Failed | - | - | - |
63+
| XFAIL | 76 | 70 | -6 |
64+
| XPASS | - | - | - |
65+
66+
*** Milestones Progress
67+
68+
| Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
69+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
70+
| Explicit generics with impl Trait | 75% | 85% | +10% | 28th Feb 2025 | - | 28th Mar 2025 | GCC 15.1 |
71+
72+
| Upcoming Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
73+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
74+
| Unstable RfL features | 0% | 0% | - | 7th Jan 2025 | - | 1st Aug 2025 | GCC 16.1 |
75+
| offset_of!() builtin macro | 0% | 0% | - | 15th Mar 2025 | - | 15th Aug 2025 | GCC 16.1 |
76+
| Generic Associated Types | 0% | 0% | - | 15th Mar 2025 | - | 15th Jun 2025 | GCC 16.1 |
77+
| RfL const generics | 0% | 0% | - | 1st May 2025 | - | 15th Jun 2025 | GCC 16.1 |
78+
| frontend plugin hooks | 0% | 0% | - | 15th May 2025 | - | 7th Jul 2025 | GCC 16.1 |
79+
| Handling the testsuite issues | 0% | 0% | - | 15th Sep 2024 | - | 15th Sep 2025 | GCC 16.1 |
80+
| main shim | 0% | 0% | - | 28th Jul 2025 | - | 15th Sep 2025 | GCC 16.1 |
81+
82+
| Past Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
83+
|-----------------------------------+------------+------------+-------+---------------+-----------------+---------------|------------|
84+
| Data Structures 1 - Core | 100% | 100% | - | 30th Nov 2020 | 27th Jan 2021 | 29th Jan 2021 | GCC 14.1 |
85+
| Control Flow 1 - Core | 100% | 100% | - | 28th Jan 2021 | 10th Feb 2021 | 26th Feb 2021 | GCC 14.1 |
86+
| Data Structures 2 - Generics | 100% | 100% | - | 11th Feb 2021 | 14th May 2021 | 28th May 2021 | GCC 14.1 |
87+
| Data Structures 3 - Traits | 100% | 100% | - | 20th May 2021 | 17th Sep 2021 | 27th Aug 2021 | GCC 14.1 |
88+
| Control Flow 2 - Pattern Matching | 100% | 100% | - | 20th Sep 2021 | 9th Dec 2021 | 29th Nov 2021 | GCC 14.1 |
89+
| Macros and cfg expansion | 100% | 100% | - | 1st Dec 2021 | 31st Mar 2022 | 28th Mar 2022 | GCC 14.1 |
90+
| Imports and Visibility | 100% | 100% | - | 29th Mar 2022 | 13th Jul 2022 | 27th May 2022 | GCC 14.1 |
91+
| Const Generics | 100% | 100% | - | 30th May 2022 | 10th Oct 2022 | 17th Oct 2022 | GCC 14.1 |
92+
| Initial upstream patches | 100% | 100% | - | 10th Oct 2022 | 13th Nov 2022 | 13th Nov 2022 | GCC 14.1 |
93+
| Upstream initial patchset | 100% | 100% | - | 13th Nov 2022 | 13th Dec 2022 | 19th Dec 2022 | GCC 14.1 |
94+
| Update GCC's master branch | 100% | 100% | - | 1st Jan 2023 | 21st Feb 2023 | 3rd Mar 2023 | GCC 14.1 |
95+
| Final set of upstream patches | 100% | 100% | - | 16th Nov 2022 | 1st May 2023 | 30th Apr 2023 | GCC 14.1 |
96+
| Borrow Checking 1 | 100% | 100% | - | TBD | 8th Jan 2024 | 15th Aug 2023 | GCC 14.1 |
97+
| Procedural Macros 1 | 100% | 100% | - | 13th Apr 2023 | 6th Aug 2023 | 6th Aug 2023 | GCC 14.1 |
98+
| GCC 13.2 Release | 100% | 100% | - | 13th Apr 2023 | 22nd Jul 2023 | 15th Jul 2023 | GCC 14.1 |
99+
| GCC 14 Stage 3 | 100% | 100% | - | 1st Sep 2023 | 20th Sep 2023 | 1st Nov 2023 | GCC 14.1 |
100+
| GCC 14.1 Release | 100% | 100% | - | 2nd Jan 2024 | 2nd Jun 2024 | 15th Apr 2024 | GCC 14.1 |
101+
| format_args!() support | 100% | 100% | - | 15th Feb 2024 | - | 1st Apr 2024 | GCC 14.1 |
102+
| GCC 14.2 | 100% | 100% | - | 7th Jun 2024 | 15th Jun 2024 | 15th Jun 2024 | GCC 14.2 |
103+
| GCC 15.1 | 100% | 100% | - | 21st Jun 2024 | 31st Jun 2024 | 1st Jul 2024 | GCC 15.1 |
104+
| Unhandled attributes | 100% | 100% | - | 1st Jul 2024 | 15th Aug 2024 | 15th Aug 2024 | GCC 15.1 |
105+
| Inline assembly | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
106+
| Rustc Testsuite Adaptor | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
107+
| Borrow checker improvements | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
108+
| Deref and DerefMut improvements | 100% | 100% | - | 28th Sep 2024 | 25th Oct 2024 | 28th Dec 2024 | GCC 15.1 |
109+
| Indexing fixes | 100% | 100% | - | 21st Jul 2024 | 25th Dec 2024 | 15th Nov 2024 | GCC 15.1 |
110+
| Iterator fixes | 100% | 100% | - | 21st Jul 2024 | 25th Dec 2024 | 15th Nov 2024 | GCC 15.1 |
111+
| Auto traits improvements | 100% | 100% | - | 15th Sep 2024 | 20th Jan 2025 | 21st Dec 2024 | GCC 15.1 |
112+
| Lang items | 100% | 100% | - | 1st Jul 2024 | 10th Jan 2025 | 21st Nov 2024 | GCC 15.1 |
113+
| alloc parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 15.1 |
114+
| std parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 16.1 |
115+
| Question mark operator | 100% | 100% | - | 15th Dec 2024 | 21st Feb 2025 | 21st Feb 2025 | GCC 15.1 |
116+
| Name resolution 2.0 rework | 100% | 100% | - | 1st Jun 2024 | - | 1st Apr 2025 | GCC 15.1 |
117+
| Macro expansion | 100% | 100% | - | 1st Jun 2024 | - | 1st Jan 2025 | GCC 15.1 |
118+
| Remaining typecheck issues | 100% | 100% | - | 21st Oct 2024 | - | 1st Mar 2025 | GCC 15.1 |
119+
| cfg-core | 100% | 100% | - | 1st Dec 2024 | 24th Mar 2025 | 1st Mar 2025 | GCC 15.1 |
120+
| Codegen fixes | 100% | 100% | - | 7th Oct 2024 | 1st Apr 2025 | 1st Mar 2025 | GCC 15.1 |
121+
| black_box intrinsic | 100% | 100% | - | 28th Oct 2024 | - | 28th Jan 2025 | GCC 15.1 |
122+
| let-else | 100% | 100% | - | 28th Jan 2025 | - | 28th Feb 2025 | GCC 15.1 |
123+
| Specialization | 100% | 100% | - | 1st Jan 2025 | 1st Apr 2025 | 1st Mar 2025 | GCC 15.1 |
124+
| cfg-rfl | 100% | 100% | - | 7th Jan 2025 | 19th Mar 2025 | 15th Feb 2025 | GCC 15.1 |
125+
| Downgrade to Rust 1.49 | 100% | 100% | - | 14th Mar 2025 | 26th Mar 2025 | 1st Apr 2025 | GCC 15.1 |
126+
127+
*** Risks
128+
129+
** Planned Activities
130+
131+
- Write a 15.1 release retrospective blogpost
132+
- Spend some time preparing milestones and times for 16.1
133+
- Continue fixing remaining failing test for name resolution 2.0
134+
- Finish built-in derive work
135+
136+
** Detailed changelog
137+

0 commit comments

Comments
 (0)