Skip to content

Commit ac368cb

Browse files
committed
2024/10-28: Add weekly report
1 parent 9413221 commit ac368cb

File tree

1 file changed

+134
-0
lines changed

1 file changed

+134
-0
lines changed

2024/2024-10-28-report.org

+134
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
#+title: Weekly report for 21st of October to 28th of October 2024
2+
#+author: Philip Herron, Pierre-Emmanuel Patry, Arthur Cohen
3+
#+date: 2024-10-28
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+
- Lot of work on name resolution 2.0 this week
10+
- Longstanding type system bugs have been fixed
11+
12+
** Completed Activities
13+
14+
- Use name resolution 2.0 in `TraitItemReference` [[https://github.com/rust-gcc/gccrs/pull/3228][PR3228]]
15+
- Insert trait names during toplevel resolution 2.0 [[https://github.com/rust-gcc/gccrs/pull/3227][PR3227]]
16+
- Fix variable shadowing in late resolution 2.0 [[https://github.com/rust-gcc/gccrs/pull/3226][PR3226]]
17+
- Use name resolver 2.0 in `CompileTraitItem` [[https://github.com/rust-gcc/gccrs/pull/3223][PR3223]]
18+
- Rename some `PathIdentSegment` functions [[https://github.com/rust-gcc/gccrs/pull/3219][PR3219]]
19+
- Fix name resolution 2.0 definition lookups in unsafe checker [[https://github.com/rust-gcc/gccrs/pull/3217][PR3217]]
20+
- Add a newline to the end of `nr2/exclude` [[https://github.com/rust-gcc/gccrs/pull/3216][PR3216]]
21+
- gccrs: Fix bad recursive operator overload call [[https://github.com/rust-gcc/gccrs/pull/3214][PR3214]]
22+
- Make `const` references to `ForeverStack` more useful [[https://github.com/rust-gcc/gccrs/pull/3211][PR3211]]
23+
- Use name resolver 2.0 in const checker [[https://github.com/rust-gcc/gccrs/pull/3207][PR3207]]
24+
- Use name resolver 2.0 for compiling break/continue [[https://github.com/rust-gcc/gccrs/pull/3206][PR3206]]
25+
- Load unloaded modules during toplevel resolution 2.0 [[https://github.com/rust-gcc/gccrs/pull/3205][PR3205]]
26+
- Use name resolver 2.0 in pattern checker [[https://github.com/rust-gcc/gccrs/pull/3204][PR3204]]
27+
- Improve path handling while testing name resolution 2.0 [[https://github.com/rust-gcc/gccrs/pull/3203][PR3203]]
28+
- Handle external static items in toplevel resolver 2.0 [[https://github.com/rust-gcc/gccrs/pull/3201][PR3201]]
29+
30+
*** Contributors this week
31+
32+
- [[https://github.com/powerboat9][Owen Avery]]
33+
- [[https://github.com/philberty][Philip Herron]]
34+
35+
*** Overall Task Status
36+
37+
| Category | Last Week | This Week | Delta |
38+
|-------------+-----------+-----------+-------|
39+
| TODO | 323 | 322 | -1 |
40+
| In Progress | 78 | 79 | +1 |
41+
| Completed | 892 | 894 | +2 |
42+
43+
*** Test Cases
44+
45+
| TestCases | Last Week | This Week | Delta |
46+
|-----------+-----------+-----------+-------|
47+
| Passing | 9165 | 9181 | +16 |
48+
| Failed | - | - | - |
49+
| XFAIL | 308 | 296 | -12 |
50+
| XPASS | | | |
51+
52+
*** Bugs
53+
54+
| Category | Last Week | This Week | Delta |
55+
|-------------+-----------+-----------+-------|
56+
| TODO | 118 | 118 | - |
57+
| In Progress | 40 | 41 | +1 |
58+
| Completed | 439 | 439 | - |
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 | 21% | 21% | - | 1st Jun 2024 | - | 1st Jan 2025 | GCC 15.1 |
68+
| Unhandled attributes | 100% | 100% | - | 1st Jul 2024 | 19th Aug 2024 | 15th Aug 2024 | GCC 15.1 |
69+
| Lang items | 66% | 66% | - | 1st Jul 2024 | - | 1st Sep 2024 | GCC 15.1 |
70+
| Indexing fixes | 0% | 0% | - | 21st Jul 2024 | - | 15th Sep 2024 | GCC 15.1 |
71+
| Iterator fixes | 0% | 0% | - | 21st Jul 2024 | - | 15th Sep 2024 | GCC 15.1 |
72+
73+
| Upcoming Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
74+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
75+
| Auto traits improvements | 0% | 0% | - | 15th Sep 2024 | - | 21st Oct 2024 | GCC 15.1 |
76+
| Deref and DerefMut improvements | 0% | 0% | - | 28th Sep 2024 | - | 28th Oct 2024 | GCC 15.1 |
77+
| Remaining typecheck issues | 0% | 0% | - | 21st Oct 2024 | - | 1st Jan 2025 | GCC 15.1 |
78+
| cfg-core | 0% | 0% | - | 1st Dec 2024 | - | 1st Jan 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 | - | 15th Sep 2024 | GCC 15.1 |
83+
| Borrow checker improvements | 100% | 100% | - | 1st Jun 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 Nov 2024 | 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+
There have been no changes to the Risk table.
123+
124+
| Risk | Impact (1-3) | Likelihood (0-10) | Risk (I * L) | Mitigation |
125+
|-----------------------------------------------+--------------+-------------------+--------------+-----------------------------------------------------------------|
126+
| Missing features for GCC 15.1 deadline | 2 | 1 | 2 | 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+
- Update changes to the build system to detect cargo correctly before stage 3 freeze
132+
- Fix the remaining failing tests on the HIR rework
133+
134+
** Detailed changelog

0 commit comments

Comments
 (0)