|
| 1 | +#+title: Weekly report for 4th of November to 18th of November 2024 |
| 2 | +#+author: Philip Herron, Pierre-Emmanuel Patry, Arthur Cohen |
| 3 | +#+date: 2024-11-18 |
| 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 | +** Completed Activities |
| 10 | + |
| 11 | +- gccrs: Fix bad handling for recursive type query [[https://github.com/rust-gcc/gccrs/pull/3250][PR3250]] |
| 12 | +phil/dev about 5 days ago |
| 13 | +- Push ribs by kind rather than by value [[https://github.com/rust-gcc/gccrs/pull/3249][PR3249]] |
| 14 | +powerboat9:fix-rib-kind about 6 days ago |
| 15 | +- Improve handling of static items in toplevel 2.0 [[https://github.com/rust-gcc/gccrs/pull/3248][PR3248]] |
| 16 | +powerboat9:fix-static about 6 days ago |
| 17 | +- Cleanup clang warnings [[https://github.com/rust-gcc/gccrs/pull/3244][PR3244]] |
| 18 | +CohenArthur:cleanup-struct-warnings about 11 days ago |
| 19 | +- gccrs: add test case to show issue is fixed [[https://github.com/rust-gcc/gccrs/pull/3243][PR3243]] |
| 20 | +phil/inference-bug-fix about 11 days ago |
| 21 | +- Fix bad type checking on fn trait calls [[https://github.com/rust-gcc/gccrs/pull/3240][PR3240]] |
| 22 | +phil/inference-bug-fix about 12 days ago |
| 23 | +- Use name resolver 2.0 in `VisibilityResolver` [[https://github.com/rust-gcc/gccrs/pull/3239][PR3239]] |
| 24 | +powerboat9:priv-res about 12 days ago |
| 25 | +- Improve handling of implicit `Self` parameter in AST [[https://github.com/rust-gcc/gccrs/pull/3238][PR3238]] |
| 26 | +powerboat9:fix-self about 13 days ago |
| 27 | +- Use name resolver 2.0 for module descendance checks [[https://github.com/rust-gcc/gccrs/pull/3224][PR3224]] |
| 28 | +powerboat9:fix-mod-dec about 21 days ago |
| 29 | +- Reorganize the CPU feature detection [[https://github.com/rust-gcc/gccrs/pull/3195][PR3195]] |
| 30 | +antoyo:rust-and-jit-cpu-features about 1 month ago |
| 31 | + |
| 32 | +*** Contributors this week |
| 33 | + |
| 34 | +- [[https://github.com/powerboat9][Owen Avery]] |
| 35 | +- [[https://github.com/philberty][Philip Herron]] |
| 36 | +- [[https://github.com/antoyo][Antoni Boucher]] |
| 37 | + |
| 38 | +*** Overall Task Status |
| 39 | + |
| 40 | +| Category | Last Week | This Week | Delta | |
| 41 | +|-------------+-----------+-----------+-------| |
| 42 | +| TODO | 327 | 322 | -1 | |
| 43 | +| In Progress | 75 | 79 | +1 | |
| 44 | +| Completed | 897 | 894 | +2 | |
| 45 | + |
| 46 | +*** Test Cases |
| 47 | + |
| 48 | +| TestCases | Last Week | This Week | Delta | |
| 49 | +|-----------+-----------+-----------+-------| |
| 50 | +| Passing | 9212 | 9241 | +29 | |
| 51 | +| Failed | - | - | - | |
| 52 | +| XFAIL | 294 | 277 | -17 | |
| 53 | +| XPASS | | | | |
| 54 | + |
| 55 | +*** Bugs |
| 56 | + |
| 57 | +| Category | Last Week | This Week | Delta | |
| 58 | +|-------------+-----------+-----------+-------| |
| 59 | +| TODO | 120 | 118 | - | |
| 60 | +| In Progress | 40 | 41 | +1 | |
| 61 | +| Completed | 437 | 439 | - | |
| 62 | + |
| 63 | +*** Milestones Progress |
| 64 | + |
| 65 | +| Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC | |
| 66 | +|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------| |
| 67 | +| GCC 14.2 | 100% | 100% | - | 7th Jun 2024 | 15th Jun 2024 | 15th Jun 2024 | GCC 14.2 | |
| 68 | +| GCC 15.1 | 100% | 100% | - | 21st Jun 2024 | 31st Jun 2024 | 1st Jul 2024 | GCC 15.1 | |
| 69 | +| Name resolution 2.0 rework | 6% | 6% | - | 1st Jun 2024 | - | 1st Apr 2025 | GCC 15.1 | |
| 70 | +| Macro expansion | 21% | 21% | - | 1st Jun 2024 | - | 1st Jan 2025 | GCC 15.1 | |
| 71 | +| Unhandled attributes | 100% | 100% | - | 1st Jul 2024 | 19th Aug 2024 | 15th Aug 2024 | GCC 15.1 | |
| 72 | +| Lang items | 66% | 66% | - | 1st Jul 2024 | - | 1st Sep 2024 | GCC 15.1 | |
| 73 | +| Indexing fixes | 0% | 0% | - | 21st Jul 2024 | - | 15th Sep 2024 | GCC 15.1 | |
| 74 | +| Iterator fixes | 0% | 0% | - | 21st Jul 2024 | - | 15th Sep 2024 | GCC 15.1 | |
| 75 | + |
| 76 | +| Upcoming Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC | |
| 77 | +|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------| |
| 78 | +| Auto traits improvements | 0% | 0% | - | 15th Sep 2024 | - | 21st Oct 2024 | GCC 15.1 | |
| 79 | +| Deref and DerefMut improvements | 0% | 0% | - | 28th Sep 2024 | - | 28th Oct 2024 | GCC 15.1 | |
| 80 | +| Remaining typecheck issues | 0% | 0% | - | 21st Oct 2024 | - | 1st Jan 2025 | GCC 15.1 | |
| 81 | +| cfg-core | 0% | 0% | - | 1st Dec 2024 | - | 1st Jan 2025 | GCC 15.1 | |
| 82 | +| Question mark operator | 0% | 0% | - | 15th Dec 2024 | - | 21st Feb 2025 | GCC 15.1 | |
| 83 | +| Codegen fixes | 0% | 0% | - | 7th Oct 2024 | - | 1st Mar 2025 | GCC 15.1 | |
| 84 | +| Specialization | 0% | 0% | - | 1st Jan 2025 | - | 1st Mar 2025 | GCC 15.1 | |
| 85 | +| Inline assembly | 100% | 100% | - | 1st Jun 2024 | - | 15th Sep 2024 | GCC 15.1 | |
| 86 | +| Borrow checker improvements | 100% | 100% | - | 1st Jun 2024 | - | 15th Sep 2024 | GCC 15.1 | |
| 87 | +| Rustc Testsuite Adaptor | 0% | 0% | - | 1st Jun 2024 | - | 15th Sep 2024 | GCC 15.1 | |
| 88 | +| black_box intrinsic | 0% | 0% | - | 28th Oct 2024 | - | 28th Nov 2024 | GCC 15.1 | |
| 89 | +| Unstable RfL features | 0% | 0% | - | 7th Jan 2025 | - | 1st Mar 2025 | GCC 15.1 | |
| 90 | +| cfg-rfl | 0% | 0% | - | 7th Jan 2025 | - | 15th Feb 2025 | GCC 15.1 | |
| 91 | +| alloc parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 15.1 | |
| 92 | +| let-else | 0% | 0% | - | 28th Jan 2025 | - | 28th Feb 2025 | GCC 15.1 | |
| 93 | +| Explicit generics with impl Trait | 0% | 0% | - | 28th Feb 2025 | - | 28th Mar 2025 | GCC 15.1 | |
| 94 | +| offset_of!() builtin macro | 0% | 0% | - | 15th Mar 2025 | - | 15th May 2025 | GCC 15.1 | |
| 95 | +| Generic Associated Types | 0% | 0% | - | 15th Mar 2025 | - | 15th Jun 2025 | GCC 16.1 | |
| 96 | +| RfL const generics | 0% | 0% | - | 1st May 2025 | - | 15th Jun 2025 | GCC 16.1 | |
| 97 | +| frontend plugin hooks | 0% | 0% | - | 15th May 2025 | - | 7th Jul 2025 | GCC 16.1 | |
| 98 | +| Handling the testsuite issues | 0% | 0% | - | 15th Sep 2024 | - | 15th Sep 2025 | GCC 16.1 | |
| 99 | +| std parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 16.1 | |
| 100 | +| main shim | 0% | 0% | - | 28th Jul 2025 | - | 15th Sep 2025 | GCC 16.1 | |
| 101 | + |
| 102 | +| Past Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC | |
| 103 | +|-----------------------------------+------------+------------+-------+---------------+-----------------+---------------|------------| |
| 104 | +| Data Structures 1 - Core | 100% | 100% | - | 30th Nov 2020 | 27th Jan 2021 | 29th Jan 2021 | GCC 14.1 | |
| 105 | +| Control Flow 1 - Core | 100% | 100% | - | 28th Jan 2021 | 10th Feb 2021 | 26th Feb 2021 | GCC 14.1 | |
| 106 | +| Data Structures 2 - Generics | 100% | 100% | - | 11th Feb 2021 | 14th May 2021 | 28th May 2021 | GCC 14.1 | |
| 107 | +| Data Structures 3 - Traits | 100% | 100% | - | 20th May 2021 | 17th Sep 2021 | 27th Aug 2021 | GCC 14.1 | |
| 108 | +| Control Flow 2 - Pattern Matching | 100% | 100% | - | 20th Sep 2021 | 9th Dec 2021 | 29th Nov 2021 | GCC 14.1 | |
| 109 | +| Macros and cfg expansion | 100% | 100% | - | 1st Dec 2021 | 31st Mar 2022 | 28th Mar 2022 | GCC 14.1 | |
| 110 | +| Imports and Visibility | 100% | 100% | - | 29th Mar 2022 | 13th Jul 2022 | 27th May 2022 | GCC 14.1 | |
| 111 | +| Const Generics | 100% | 100% | - | 30th May 2022 | 10th Oct 2022 | 17th Oct 2022 | GCC 14.1 | |
| 112 | +| Initial upstream patches | 100% | 100% | - | 10th Oct 2022 | 13th Nov 2022 | 13th Nov 2022 | GCC 14.1 | |
| 113 | +| Upstream initial patchset | 100% | 100% | - | 13th Nov 2022 | 13th Dec 2022 | 19th Dec 2022 | GCC 14.1 | |
| 114 | +| Update GCC's master branch | 100% | 100% | - | 1st Jan 2023 | 21st Feb 2023 | 3rd Mar 2023 | GCC 14.1 | |
| 115 | +| Final set of upstream patches | 100% | 100% | - | 16th Nov 2022 | 1st May 2023 | 30th Apr 2023 | GCC 14.1 | |
| 116 | +| Borrow Checking 1 | 100% | 100% | - | TBD | 8th Jan 2024 | 15th Aug 2023 | GCC 14.1 | |
| 117 | +| Procedural Macros 1 | 100% | 100% | - | 13th Apr 2023 | 6th Aug 2023 | 6th Aug 2023 | GCC 14.1 | |
| 118 | +| GCC 13.2 Release | 100% | 100% | - | 13th Apr 2023 | 22nd Jul 2023 | 15th Jul 2023 | GCC 14.1 | |
| 119 | +| GCC 14 Stage 3 | 100% | 100% | - | 1st Sep 2023 | 20th Sep 2023 | 1st Nov 2023 | GCC 14.1 | |
| 120 | +| GCC 14.1 Release | 100% | 100% | - | 2nd Jan 2024 | 2nd Jun 2024 | 15th Apr 2024 | GCC 14.1 | |
| 121 | +| format_args!() support | 100% | 100% | - | 15th Feb 2024 | - | 1st Apr 2024 | GCC 14.1 | |
| 122 | + |
| 123 | +*** Risks |
| 124 | + |
| 125 | +There have been no changes to the Risk table. |
| 126 | + |
| 127 | +| Risk | Impact (1-3) | Likelihood (0-10) | Risk (I * L) | Mitigation | |
| 128 | +|-----------------------------------------------+--------------+-------------------+--------------+-----------------------------------------------------------------| |
| 129 | +| Missing features for GCC 15.1 deadline | 2 | 1 | 2 | Start working on required features as early as July (6mo ahead) | |
| 130 | + |
| 131 | +** Planned Activities |
| 132 | + |
| 133 | +- Continue fixing remaining failing test for name resolution 2.0 |
| 134 | +- Update changes to the build system to detect cargo correctly before stage 3 freeze |
| 135 | +- Fix the remaining failing tests on the HIR rework |
| 136 | + |
| 137 | +** Detailed changelog |
0 commit comments