aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-04-10rust: Use FLOAT_TYPE_P instead of manual checkingAndrew Pinski1-4/+4
2025-04-07nr2.0: Adjust test macro6.rsOwen Avery2-2/+1
2025-04-07nr2.0: Adjust test issue-2812.rsOwen Avery2-3/+2
2025-04-07gccrs: fix ICE segfault with empty feature gateMatty Kuhn3-0/+12
2025-04-07Rename label getter to uncheckedPierre-Emmanuel Patry7-8/+11
2025-04-07Rename label getter in ContinueExprPierre-Emmanuel Patry7-10/+13
2025-04-07Change optional to expected for parse_loop_labelPierre-Emmanuel Patry2-7/+19
2025-04-07Adapt testcase to name resolution 2.0Pierre-Emmanuel Patry1-0/+4
2025-04-07Resolve labels within break or continue expressionsPierre-Emmanuel Patry3-11/+29
2025-04-07Fix unresolved label error messagePierre-Emmanuel Patry2-6/+6
2025-04-07Migrate error state to optionalsPierre-Emmanuel Patry31-266/+283
2025-04-07Update ast visitor with proper check for looplabelPierre-Emmanuel Patry1-1/+2
2025-04-07Remove unused error constructor and getterPierre-Emmanuel Patry1-5/+0
2025-04-07Make loop label truly optionalPierre-Emmanuel Patry9-78/+77
2025-04-07Visit loop label before predicate expressionPierre-Emmanuel Patry2-3/+1
2025-04-07Add check for labelPierre-Emmanuel Patry2-3/+2
2025-04-07Resolve labelsPierre-Emmanuel Patry6-20/+51
2025-04-07Revert part of 44ffe1193269Pierre-Emmanuel Patry1-3/+1
2025-04-04gccrs: refactoring rust_error_at "redefined multiple times"Sri Ganesh Thota5-37/+41
2025-04-04nr2.0: Improve test scriptOwen Avery1-14/+18
2025-04-04nr2.0: Remove duplicate self visitOwen Avery2-3/+0
2025-04-04gccrs: Fix ICE for reserved lifetime namePhilip Herron2-1/+17
2025-04-04hir: Add default qualifier to function, lower it properlyArthur Cohen7-11/+53
2025-04-04feature: Add min_specialization featureArthur Cohen2-0/+5
2025-04-04gccrs: Fix ICE when hitting invalid types for genericsPhilip Herron9-2/+53
2025-04-03gccrs: Fix ICE on raw referencePhilip Herron10-22/+53
2025-04-03gccrs: Fix ICE on invalid match armsPhilip Herron2-2/+29
2025-04-03gccrs: Fix recusive type query and nullptr on type pathPhilip Herron13-218/+144
2025-04-02gccrs: Fix ICE when there are 2 functions named mainPhilip Herron10-22/+30
2025-04-01gccrs: Fix ICE when resolving lifetimes without namePhilip Herron2-2/+8
2025-04-01gccrs: Fix ICE when doing shift checks on const declPhilip Herron2-0/+12
2025-04-01nr2.0: Handle global pathsOwen Avery5-51/+96
2025-03-31Evaluate the enum's discriminant in a const contextRyutaro Okada2-0/+9
2025-03-28gccrs: Fix SEGV when type path resolver fails outrightPhilip Herron2-0/+25
2025-03-28gccrs: fix crash in parse repr options and missing delete callPhilip Herron2-2/+24
2025-03-28gccrs: fix ice when setting up regionsPhilip Herron2-1/+6
2025-03-28gccrs: FIX ICE for malformed repr attributePhilip Herron2-0/+9
2025-03-28gccrs: FIX ICE when working with HIR::BareFunctionTypePhilip Herron3-2/+12
2025-03-28gccrs: Fix ICE in array ref constexprPhilip Herron2-4/+19
2025-03-28Add ending newline to rust-macro-builtins-log-debug.ccOwen Avery1-1/+1
2025-03-28nr2.0: Rename prelude to lang_preludeOwen Avery3-13/+14
2025-03-28nr2.0: Fix test macros/mbe/macro43.rsOwen Avery2-5/+11
2025-03-27gccrs: Fix ICE during const expr eval on array expressionsPhilip Herron3-1/+11
2025-03-27gccrs: Fix ICE when compiling path which resolves to trait constantPhilip Herron3-1/+38
2025-03-27Add new test to highlight namespace for self importPierre-Emmanuel Patry1-0/+14
2025-03-27Update exclusion listPierre-Emmanuel Patry1-6/+0
2025-03-27Resolve module final self segment in use declsPierre-Emmanuel Patry3-8/+42
2025-03-27gccrs: Give the builtin unit struct an actual locusPhilip Herron5-8/+17
2025-03-27gccrs: Fix ICE when doing method resolution on trait predicatesPhilip Herron3-2/+31
2025-03-27gccrs: Fix ICE when using super mid way though pathPhilip Herron3-0/+14