@@ -8,7 +8,9 @@ Thanks again to [[https://opensrcsec.com/][Open Source Security, inc]] and [[htt
8
8
9
9
- 20 pull requests merged this week
10
10
- Rework macro expansion to make it more correct as it is lacking in some places
11
-
11
+ - More backend support for complex pattern matching
12
+ - Have to write talks for Cauldron, Kangrejos and Oxidize so progress will slow down in the coming weeks
13
+ - Still working on some issues with macro expansion for core, which is lacking in several places as it was written 4 years ago!
12
14
13
15
** Completed Activities
14
16
@@ -78,9 +80,7 @@ Thanks again to [[https://opensrcsec.com/][Open Source Security, inc]] and [[htt
78
80
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
79
81
| Explicit generics with impl Trait | 85% | 100% | - | 28th Feb 2025 | 21st Jul 2025 | 28th Mar 2025 | GCC 16.1 |
80
82
| Final Inline assembly fixes | 65% | 65% | - | | - | | GCC 16.1 |
81
- | try blocks | 100% | 100% | - | | 30th Jul 2025 | | GCC 16.1 |
82
- | while-let loops | 100% | 100% | - | | 30th Jul 2025 | | GCC 16.1 |
83
- | offset_of!() builtin macro | 100% | 100% | - | 15th Mar 2025 | 4th Aug 2025 | 15th Aug 2025 | GCC 16.1 |
83
+ | Remaining macro expansion fixes | 0% | 25% | - | | - | | GCC 16.1 |
84
84
85
85
| Upcoming Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
86
86
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
@@ -142,6 +142,9 @@ Thanks again to [[https://opensrcsec.com/][Open Source Security, inc]] and [[htt
142
142
| Specialization | 100% | 100% | - | 1st Jan 2025 | 1st Apr 2025 | 1st Mar 2025 | GCC 15.1 |
143
143
| cfg-rfl | 100% | 100% | - | 7th Jan 2025 | 19th Mar 2025 | 15th Feb 2025 | GCC 15.1 |
144
144
| Downgrade to Rust 1.49 | 100% | 100% | - | 14th Mar 2025 | 26th Mar 2025 | 1st Apr 2025 | GCC 15.1 |
145
+ | try blocks | 100% | 100% | - | | 30th Jul 2025 | | GCC 16.1 |
146
+ | while-let loops | 100% | 100% | - | | 30th Jul 2025 | | GCC 16.1 |
147
+ | offset_of!() builtin macro | 100% | 100% | - | 15th Mar 2025 | 4th Aug 2025 | 15th Aug 2025 | GCC 16.1 |
145
148
146
149
*** Risks
147
150
0 commit comments