Skip to content

Commit 1f2ce99

Browse files
committed
2024/11-25: Add weekly report
1 parent 5d0bef0 commit 1f2ce99

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed

2024/2024-11-25-report.org

+133
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
#+title: Weekly report for 18th of November to 25th of November 2024
2+
#+author: Philip Herron, Pierre-Emmanuel Patry, Arthur Cohen
3+
#+date: 2024-11-25
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+
- Now in stage 3
10+
- Git repo update underway
11+
- Getting ready to upstream again with even fewer issues this time around
12+
- Massive rework of how the repo is organized which will help with maintaining an out-of-tree fork
13+
- Lots of time spent on updating our github fork, which is not productive and needs to improve
14+
- More name resolution fixes and type system fixes
15+
16+
** Completed Activities
17+
18+
- ci: remove bors mention [[https://github.com/rust-gcc/gccrs/pull/3263][PR3263]]
19+
- Clean up some system includes [[https://github.com/rust-gcc/gccrs/pull/3259][PR3259]]
20+
- Prevent execution of some nr1.0 functions with nr2.0 [[https://github.com/rust-gcc/gccrs/pull/3257][PR3257]]
21+
- gccrs: empty match expressions should resolve to ! [[https://github.com/rust-gcc/gccrs/pull/3256][PR3256]]
22+
- Add a new CI step to detect raw issue references in commit messages [[https://github.com/rust-gcc/gccrs/pull/3255][PR3255]]
23+
- Handle type path segments during late resolution 2.0 [[https://github.com/rust-gcc/gccrs/pull/3254][PR3254]]
24+
- Use nr2.0 in typechecker [[https://github.com/rust-gcc/gccrs/pull/3253][PR3253]]
25+
- Use nr2.0 in `PrivacyReporter` [[https://github.com/rust-gcc/gccrs/pull/3252][PR3252]]
26+
- Reduce the amount of raw pointer the HIR API [[https://github.com/rust-gcc/gccrs/pull/2878][PR2878]]
27+
28+
*** Contributors this week
29+
30+
- [[https://github.com/dkm][Marc Poulhiès]]
31+
- [[https://github.com/powerboat9][Owen Avery]]
32+
- [[https://github.com/philberty][Philip Herron]]
33+
- [[https://github.com/P-E-P][Pierre-Emmanuel Patry]]
34+
35+
*** Overall Task Status
36+
37+
| Category | Last Week | This Week | Delta |
38+
|-------------+-----------+-----------+-------|
39+
| TODO | 318 | 319 | +1 |
40+
| In Progress | 81 | 80 | -1 |
41+
| Completed | 901 | 904 | +3 |
42+
43+
*** Test Cases
44+
45+
| TestCases | Last Week | This Week | Delta |
46+
|-----------+-----------+-----------+-------|
47+
| Passing | 9241 | 9256 | +15 |
48+
| Failed | - | - | - |
49+
| XFAIL | 277 | 269 | -8 |
50+
| XPASS | | | |
51+
52+
*** Bugs
53+
54+
| Category | Last Week | This Week | Delta |
55+
|-------------+-----------+-----------+-------|
56+
| TODO | 113 | 112 | -1 |
57+
| In Progress | 41 | 41 | - |
58+
| Completed | 445 | 447 | +2 |
59+
60+
*** Milestones Progress
61+
62+
| Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
63+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
64+
| GCC 14.2 | 100% | 100% | - | 7th Jun 2024 | 15th Jun 2024 | 15th Jun 2024 | GCC 14.2 |
65+
| GCC 15.1 | 100% | 100% | - | 21st Jun 2024 | 31st Jun 2024 | 1st Jul 2024 | GCC 15.1 |
66+
| Name resolution 2.0 rework | 6% | 6% | - | 1st Jun 2024 | - | 1st Apr 2025 | GCC 15.1 |
67+
| Macro expansion | 29% | 29% | - | 1st Jun 2024 | - | 1st Jan 2025 | GCC 15.1 |
68+
| Unhandled attributes | 100% | 100% | - | 1st Jul 2024 | 15th Aug 2024 | 15th Aug 2024 | GCC 15.1 |
69+
| Lang items | 66% | 66% | - | 1st Jul 2024 | - | 21st Nov 2024 | GCC 15.1 |
70+
| Deref and DerefMut improvements | 100% | 100% | - | 28th Sep 2024 | 25th Oct 2024 | 28th Dec 2024 | GCC 15.1 |
71+
| Indexing fixes | 0% | 0% | - | 21st Jul 2024 | - | 15th Nov 2024 | GCC 15.1 |
72+
| Iterator fixes | 0% | 0% | - | 21st Jul 2024 | - | 15th Nov 2024 | GCC 15.1 |
73+
74+
| Upcoming Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
75+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
76+
| Auto traits improvements | 0% | 0% | - | 15th Sep 2024 | - | 21st Dec 2024 | GCC 15.1 |
77+
| Remaining typecheck issues | 85% | 85% | - | 21st Oct 2024 | - | 1st Mar 2025 | GCC 15.1 |
78+
| cfg-core | 0% | 0% | - | 1st Dec 2024 | - | 1st Mar 2025 | GCC 15.1 |
79+
| Question mark operator | 0% | 0% | - | 15th Dec 2024 | - | 21st Feb 2025 | GCC 15.1 |
80+
| Codegen fixes | 0% | 0% | - | 7th Oct 2024 | - | 1st Mar 2025 | GCC 15.1 |
81+
| Specialization | 0% | 0% | - | 1st Jan 2025 | - | 1st Mar 2025 | GCC 15.1 |
82+
| Inline assembly | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
83+
| Borrow checker improvements | 100% | 100% | - | 1st Jun 2024 | 26th Aug 2024 | 15th Sep 2024 | GCC 15.1 |
84+
| Rustc Testsuite Adaptor | 0% | 0% | - | 1st Jun 2024 | - | 15th Sep 2024 | GCC 15.1 |
85+
| black_box intrinsic | 0% | 0% | - | 28th Oct 2024 | - | 28th Jan 2025 | GCC 15.1 |
86+
| Unstable RfL features | 0% | 0% | - | 7th Jan 2025 | - | 1st Mar 2025 | GCC 15.1 |
87+
| cfg-rfl | 0% | 0% | - | 7th Jan 2025 | - | 15th Feb 2025 | GCC 15.1 |
88+
| alloc parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 15.1 |
89+
| let-else | 0% | 0% | - | 28th Jan 2025 | - | 28th Feb 2025 | GCC 15.1 |
90+
| Explicit generics with impl Trait | 0% | 0% | - | 28th Feb 2025 | - | 28th Mar 2025 | GCC 15.1 |
91+
| offset_of!() builtin macro | 0% | 0% | - | 15th Mar 2025 | - | 15th May 2025 | GCC 15.1 |
92+
| Generic Associated Types | 0% | 0% | - | 15th Mar 2025 | - | 15th Jun 2025 | GCC 16.1 |
93+
| RfL const generics | 0% | 0% | - | 1st May 2025 | - | 15th Jun 2025 | GCC 16.1 |
94+
| frontend plugin hooks | 0% | 0% | - | 15th May 2025 | - | 7th Jul 2025 | GCC 16.1 |
95+
| Handling the testsuite issues | 0% | 0% | - | 15th Sep 2024 | - | 15th Sep 2025 | GCC 16.1 |
96+
| std parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 16.1 |
97+
| main shim | 0% | 0% | - | 28th Jul 2025 | - | 15th Sep 2025 | GCC 16.1 |
98+
99+
| Past Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
100+
|-----------------------------------+------------+------------+-------+---------------+-----------------+---------------|------------|
101+
| Data Structures 1 - Core | 100% | 100% | - | 30th Nov 2020 | 27th Jan 2021 | 29th Jan 2021 | GCC 14.1 |
102+
| Control Flow 1 - Core | 100% | 100% | - | 28th Jan 2021 | 10th Feb 2021 | 26th Feb 2021 | GCC 14.1 |
103+
| Data Structures 2 - Generics | 100% | 100% | - | 11th Feb 2021 | 14th May 2021 | 28th May 2021 | GCC 14.1 |
104+
| Data Structures 3 - Traits | 100% | 100% | - | 20th May 2021 | 17th Sep 2021 | 27th Aug 2021 | GCC 14.1 |
105+
| Control Flow 2 - Pattern Matching | 100% | 100% | - | 20th Sep 2021 | 9th Dec 2021 | 29th Nov 2021 | GCC 14.1 |
106+
| Macros and cfg expansion | 100% | 100% | - | 1st Dec 2021 | 31st Mar 2022 | 28th Mar 2022 | GCC 14.1 |
107+
| Imports and Visibility | 100% | 100% | - | 29th Mar 2022 | 13th Jul 2022 | 27th May 2022 | GCC 14.1 |
108+
| Const Generics | 100% | 100% | - | 30th May 2022 | 10th Oct 2022 | 17th Oct 2022 | GCC 14.1 |
109+
| Initial upstream patches | 100% | 100% | - | 10th Oct 2022 | 13th Nov 2022 | 13th Nov 2022 | GCC 14.1 |
110+
| Upstream initial patchset | 100% | 100% | - | 13th Nov 2022 | 13th Dec 2022 | 19th Dec 2022 | GCC 14.1 |
111+
| Update GCC's master branch | 100% | 100% | - | 1st Jan 2023 | 21st Feb 2023 | 3rd Mar 2023 | GCC 14.1 |
112+
| Final set of upstream patches | 100% | 100% | - | 16th Nov 2022 | 1st May 2023 | 30th Apr 2023 | GCC 14.1 |
113+
| Borrow Checking 1 | 100% | 100% | - | TBD | 8th Jan 2024 | 15th Aug 2023 | GCC 14.1 |
114+
| Procedural Macros 1 | 100% | 100% | - | 13th Apr 2023 | 6th Aug 2023 | 6th Aug 2023 | GCC 14.1 |
115+
| GCC 13.2 Release | 100% | 100% | - | 13th Apr 2023 | 22nd Jul 2023 | 15th Jul 2023 | GCC 14.1 |
116+
| GCC 14 Stage 3 | 100% | 100% | - | 1st Sep 2023 | 20th Sep 2023 | 1st Nov 2023 | GCC 14.1 |
117+
| GCC 14.1 Release | 100% | 100% | - | 2nd Jan 2024 | 2nd Jun 2024 | 15th Apr 2024 | GCC 14.1 |
118+
| format_args!() support | 100% | 100% | - | 15th Feb 2024 | - | 1st Apr 2024 | GCC 14.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+
| Risk | Impact (1-3) | Likelihood (0-10) | Risk (I * L) | Mitigation |
125+
|-----------------------------------------------+--------------+-------------------+--------------+-----------------------------------------------------------------|
126+
| Missing features for GCC 15.1 deadline | 2 | 0 | 0 | Start working on required features as early as July (6mo ahead) |
127+
128+
** Planned Activities
129+
130+
- Continue fixing remaining failing test for name resolution 2.0
131+
- Continue with lang item codegen
132+
133+
** Detailed changelog

0 commit comments

Comments
 (0)