Skip to content

Commit 3d9e045

Browse files
committed
2025/02-24: Add report for the week
1 parent f1feaeb commit 3d9e045

File tree

1 file changed

+132
-0
lines changed

1 file changed

+132
-0
lines changed

2025/2025-02-24-report.org

+132
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
#+title: Weekly report for 17th of February to 24th of February 2025
2+
#+author: Philip Herron, Pierre-Emmanuel Patry, Arthur Cohen
3+
#+date: 2025-02-24
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+
- Another 10 PRs merged this week
10+
- We are still making good progress on our milestones
11+
- Subjects have been decided for this year's GSoC
12+
- Next monthly call has been moved back by one week due to vacations
13+
- One missing issue for finishing the question mark operator milestone, likely resolved this week
14+
15+
** Completed Activities
16+
17+
- Add `derive(Hash)` expansion [[https://github.com/rust-gcc/gccrs/pull/3449][PR3449]]
18+
- Remove some member functions from `SingleASTNode` [[https://github.com/rust-gcc/gccrs/pull/3447][PR3447]]
19+
- Remove `PathInExpression::get_pattern_node_id` [[https://github.com/rust-gcc/gccrs/pull/3446][PR3446]]
20+
- Fix expansion of macros inside modules [[https://github.com/rust-gcc/gccrs/pull/3445][PR3445]]
21+
- nr2.0: Fix issue with external crates [[https://github.com/rust-gcc/gccrs/pull/3443][PR3443]]
22+
- Add comments to `resolve_segments` [[https://github.com/rust-gcc/gccrs/pull/3442][PR3442]]
23+
- nr2.0: Run `DefaultResolver::visit` on `PathInExpression` [[https://github.com/rust-gcc/gccrs/pull/3418][PR3418]]
24+
- nr2.0: Resolve paths which start with Self [[https://github.com/rust-gcc/gccrs/pull/3416][PR3416]]
25+
- derive(PartialEq): Add partial implementation (hehe) [[https://github.com/rust-gcc/gccrs/pull/3415][PR3415]]
26+
- Add type check on if-expr [[https://github.com/rust-gcc/gccrs/pull/3306][PR3306]]
27+
28+
*** Contributors this week
29+
30+
- [[https://github.com/powerboat9][Owen Avery]]
31+
- [[https://github.com/Kamiinarii79][Benjamin Thos]]
32+
- [[https://github.com/CohenArthur][Arthur Cohen]]
33+
34+
*** Overall Task Status
35+
36+
| Category | Last Week | This Week | Delta |
37+
|-------------+-----------+-----------+-------|
38+
| TODO | 285 | 282 | -3 |
39+
| In Progress | 85 | 87 | +2 |
40+
| Completed | 972 | 975 | +3 |
41+
42+
*** Bugs
43+
44+
| Category | Last Week | This Week | Delta |
45+
|-------------+-----------+-----------+-------|
46+
| TODO | 103 | 103 | - |
47+
| In Progress | 34 | 34 | - |
48+
| Completed | 474 | 474 | - |
49+
50+
*** Test Cases
51+
52+
| TestCases | Last Week | This Week | Delta |
53+
|-----------+-----------+-----------+-------|
54+
| Passing | 9682 | 9733 | +51 |
55+
| Failed | - | - | - |
56+
| XFAIL | 148 | 137 | -11 |
57+
| XPASS | | | |
58+
59+
*** Milestones Progress
60+
61+
| Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
62+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
63+
| Name resolution 2.0 rework | 32% | 37% | +5% | 1st Jun 2024 | - | 1st Apr 2025 | GCC 15.1 |
64+
| Macro expansion | 56% | 77% | +21% | 1st Jun 2024 | - | 1st Jan 2025 | GCC 15.1 |
65+
| Auto traits improvements | 100% | 100% | - | 15th Sep 2024 | 20th Jan 2025 | 21st Dec 2024 | GCC 15.1 |
66+
| Remaining typecheck issues | 89% | 89% | - | 21st Oct 2024 | - | 1st Mar 2025 | GCC 15.1 |
67+
| cfg-core | 0% | 0% | - | 1st Dec 2024 | - | 1st Mar 2025 | GCC 15.1 |
68+
| Codegen fixes | 0% | 0% | - | 7th Oct 2024 | - | 1st Mar 2025 | GCC 15.1 |
69+
| black_box intrinsic | 20% | 50% | +30% | 28th Oct 2024 | - | 28th Jan 2025 | GCC 15.1 |
70+
| Question mark operator | 80% | 80% | - | 15th Dec 2024 | - | 21st Feb 2025 | GCC 15.1 |
71+
72+
| Upcoming Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
73+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
74+
| alloc parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 15.1 |
75+
| cfg-rfl | 0% | 0% | - | 7th Jan 2025 | - | 15th Feb 2025 | GCC 15.1 |
76+
| let-else | 0% | 0% | - | 28th Jan 2025 | - | 28th Feb 2025 | GCC 15.1 |
77+
| Specialization | 0% | 0% | - | 1st Jan 2025 | - | 1st Mar 2025 | GCC 15.1 |
78+
| Inline assembly | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
79+
| Borrow checker improvements | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
80+
| Rustc Testsuite Adaptor | 0% | 0% | - | 1st Jun 2024 | - | 15th Sep 2024 | GCC 15.1 |
81+
| Unstable RfL features | 0% | 0% | - | 7th Jan 2025 | - | 1st Mar 2025 | GCC 15.1 |
82+
| Explicit generics with impl Trait | 0% | 0% | - | 28th Feb 2025 | - | 28th Mar 2025 | GCC 15.1 |
83+
| Downgrade to Rust 1.49 | 0% | 0% | - | - | - | 1st Apr 2025 | GCC 15.1 |
84+
| offset_of!() builtin macro | 0% | 0% | - | 15th Mar 2025 | - | 15th May 2025 | GCC 15.1 |
85+
| Generic Associated Types | 0% | 0% | - | 15th Mar 2025 | - | 15th Jun 2025 | GCC 16.1 |
86+
| RfL const generics | 0% | 0% | - | 1st May 2025 | - | 15th Jun 2025 | GCC 16.1 |
87+
| frontend plugin hooks | 0% | 0% | - | 15th May 2025 | - | 7th Jul 2025 | GCC 16.1 |
88+
| Handling the testsuite issues | 0% | 0% | - | 15th Sep 2024 | - | 15th Sep 2025 | GCC 16.1 |
89+
| std parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 16.1 |
90+
| main shim | 0% | 0% | - | 28th Jul 2025 | - | 15th Sep 2025 | GCC 16.1 |
91+
92+
| Past Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
93+
|-----------------------------------+------------+------------+-------+---------------+-----------------+---------------|------------|
94+
| Data Structures 1 - Core | 100% | 100% | - | 30th Nov 2020 | 27th Jan 2021 | 29th Jan 2021 | GCC 14.1 |
95+
| Control Flow 1 - Core | 100% | 100% | - | 28th Jan 2021 | 10th Feb 2021 | 26th Feb 2021 | GCC 14.1 |
96+
| Data Structures 2 - Generics | 100% | 100% | - | 11th Feb 2021 | 14th May 2021 | 28th May 2021 | GCC 14.1 |
97+
| Data Structures 3 - Traits | 100% | 100% | - | 20th May 2021 | 17th Sep 2021 | 27th Aug 2021 | GCC 14.1 |
98+
| Control Flow 2 - Pattern Matching | 100% | 100% | - | 20th Sep 2021 | 9th Dec 2021 | 29th Nov 2021 | GCC 14.1 |
99+
| Macros and cfg expansion | 100% | 100% | - | 1st Dec 2021 | 31st Mar 2022 | 28th Mar 2022 | GCC 14.1 |
100+
| Imports and Visibility | 100% | 100% | - | 29th Mar 2022 | 13th Jul 2022 | 27th May 2022 | GCC 14.1 |
101+
| Const Generics | 100% | 100% | - | 30th May 2022 | 10th Oct 2022 | 17th Oct 2022 | GCC 14.1 |
102+
| Initial upstream patches | 100% | 100% | - | 10th Oct 2022 | 13th Nov 2022 | 13th Nov 2022 | GCC 14.1 |
103+
| Upstream initial patchset | 100% | 100% | - | 13th Nov 2022 | 13th Dec 2022 | 19th Dec 2022 | GCC 14.1 |
104+
| Update GCC's master branch | 100% | 100% | - | 1st Jan 2023 | 21st Feb 2023 | 3rd Mar 2023 | GCC 14.1 |
105+
| Final set of upstream patches | 100% | 100% | - | 16th Nov 2022 | 1st May 2023 | 30th Apr 2023 | GCC 14.1 |
106+
| Borrow Checking 1 | 100% | 100% | - | TBD | 8th Jan 2024 | 15th Aug 2023 | GCC 14.1 |
107+
| Procedural Macros 1 | 100% | 100% | - | 13th Apr 2023 | 6th Aug 2023 | 6th Aug 2023 | GCC 14.1 |
108+
| GCC 13.2 Release | 100% | 100% | - | 13th Apr 2023 | 22nd Jul 2023 | 15th Jul 2023 | GCC 14.1 |
109+
| GCC 14 Stage 3 | 100% | 100% | - | 1st Sep 2023 | 20th Sep 2023 | 1st Nov 2023 | GCC 14.1 |
110+
| GCC 14.1 Release | 100% | 100% | - | 2nd Jan 2024 | 2nd Jun 2024 | 15th Apr 2024 | GCC 14.1 |
111+
| format_args!() support | 100% | 100% | - | 15th Feb 2024 | - | 1st Apr 2024 | GCC 14.1 |
112+
| GCC 14.2 | 100% | 100% | - | 7th Jun 2024 | 15th Jun 2024 | 15th Jun 2024 | GCC 14.2 |
113+
| GCC 15.1 | 100% | 100% | - | 21st Jun 2024 | 31st Jun 2024 | 1st Jul 2024 | GCC 15.1 |
114+
| Unhandled attributes | 100% | 100% | - | 1st Jul 2024 | 15th Aug 2024 | 15th Aug 2024 | GCC 15.1 |
115+
| Deref and DerefMut improvements | 100% | 100% | - | 28th Sep 2024 | 25th Oct 2024 | 28th Dec 2024 | GCC 15.1 |
116+
| Indexing fixes | 100% | 100% | - | 21st Jul 2024 | 25th Dec 2024 | 15th Nov 2024 | GCC 15.1 |
117+
| Iterator fixes | 100% | 100% | - | 21st Jul 2024 | 25th Dec 2024 | 15th Nov 2024 | GCC 15.1 |
118+
| Lang items | 100% | 100% | - | 1st Jul 2024 | 10th Jan 2025 | 21st Nov 2024 | GCC 15.1 |
119+
120+
*** Risks
121+
122+
We have now entered Stage 3 of GCC development, and all of the patches we needed to get upstreamed have been upstreamed. The risk present in this table is no longer present.
123+
124+
All the key risks have been addressed, this is just about getting as many features implemented as possible
125+
126+
** Planned Activities
127+
128+
- Continue fixing remaining failing test for name resolution 2.0
129+
- Finish built-in derive macros
130+
- Finish error propagation operator
131+
132+
** Detailed changelog

0 commit comments

Comments
 (0)