]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust/checks
RISC-V: Adding H to the canonical order [PR121312]
[thirdparty/gcc.git] / gcc / rust / checks /
2025-06-26  Martin Jamborrust: Silence a clang warning in borrow-checker-diagnostics
2025-04-28  Owen Averygccrs: Fix narrowing conversion warnings
2025-04-28  Pierre-Emmanuel... gccrs: Parse and lower llvm asm node
2025-04-28  Philip Herrongccrs: Fix segv in unsafe chcker
2025-04-14  Owen Averygccrs: Fix const checking of enum discriminants
2025-04-08  Matty Kuhngccrs: fix ICE segfault with empty feature gate
2025-04-08  Arthur Cohengccrs: feature: Add min_specialization feature
2025-03-31  Owen Averygccrs: Fix validation of constant items
2025-03-31  Arthur Cohenrust: Lower minimum supported Rust version to 1.49
2025-03-24  Owen Averygccrs: Reduce usage of rust-session-manager.h
2025-03-24  Philip Herrongccrs: initial setup for new OpaqueType to represent...
2025-03-24  Philip Herrongccrs: Add name resolution and HIR lowering for ImplTra...
2025-03-24  Philip Herrongccrs: Fix crash in privay reporter for placeholder...
2025-03-24  Owen Averygccrs: nr2.0: Remove accidental copies of resolver
2025-03-24  Arthur Cohengccrs: scan-deadcode: Do not warn unused fields if...
2025-03-24  Arthur Cohengccrs: marklive: Fix handling for lang item PathInExpre...
2025-03-21  Philip Herrongccrs: improve mutability checks
2025-03-21  Arthur Cohengccrs: ast: Use StackedContexts class in ContextualASTV...
2025-03-21  Arthur Cohengccrs: hir: Remove duplicate function in TraitItemFunc
2025-03-21  Philip Herrongccrs: empty match expressions should resolve to !
2025-03-21  Owen Averygccrs: Use nr2.0 in PrivacyReporter
2025-03-21  Pierre-Emmanuel... gccrs: Fixes some tests appearing with a moved variant
2025-03-21  Pierre-Emmanuel... gccrs: Refactor hir to avoid raw pointers and unneeded fwd
2025-03-21  Pierre-Emmanuel... gccrs: Refactor HIR with optionals, references & newtypes
2025-03-21  Pierre-Emmanuel... gccrs: Refactor HIR to reduce the amount of raw pointers
2025-03-21  Arthur Cohengccrs: asm: Fix clang warnings
2025-03-21  Owen Averygccrs: Use name resolver 2.0 for module descendance...
2025-03-21  Owen Averygccrs: Use name resolver 2.0 in VisibilityResolver
2025-03-21  Marc Poulhièsrust: Desugar IfLet* into MatchExpr
2025-03-21  Owen Averygccrs: Fix name resolution 2.0 definition lookups in...
2025-03-19  Owen Averygccrs: Use name resolver 2.0 in pattern checker
2025-03-19  Owen Averygccrs: Use name resolver 2.0 in const checker
2025-03-19  Owen Averygccrs: Use name resolver 2.0 in MarkLive
2025-03-19  Pierre-Emmanuel... gccrs: Move bir builder function implementation
2025-03-19  benjamin.thosgccrs: Emit error on auto-traits
2025-03-19  Raiki Tamuragccrs: Implement initial pattern analysis pass.
2025-03-19  Kushal Palgccrs: Used `IndexVec` for place_map
2025-03-19  Kushal Palgccrs: Use `IndexVec` for bb_fold_map
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Places
2025-03-19  Kushal Palgccrs: Used `IndexVec` for BasicBlocks
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Loans
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Scopes
2025-03-19  Kushal Palgccrs: Introduce `IndexVec`
2025-03-19  Kushal Palgccrs: Strong type BasicBlockId
2025-03-19  Kushal Palgccrs: Strong type ScopeId
2025-03-19  Kushal Palgccrs: Strong type LoanId
2025-03-19  Kushal Palgccrs: Use FreeRegions inplace of `std::vector<FreeRegion>`
2025-03-19  Kushal Palgccrs: Strong type FreeRegion
2025-03-19  Kushal Palgccrs: Strong type PlaceId
2025-03-19  badumbatishgccrs: Rehaul, Apply code review from Arthur
2025-03-19  jjasminegccrs: Scaffolding asm codegen
2025-03-19  Arthur Cohengccrs: feature-gate: Cleanup visitor and constructor
2025-03-19  Arthur Cohengccrs: attributes: Start handling prelude_import properly
2025-03-19  Kushal Palgccrs: Move errors with locations
2025-03-19  Kushal Palgccrs: Subset errors with locations
2025-03-19  Kushal Palgccrs: Map locations to placeholder regions
2025-03-19  Kushal Palgccrs: Simplify construction of BIR::Statement
2025-03-19  Kushal Palgccrs: Loan errors with locations
2025-03-19  Kushal Palgccrs: Add location to BIR::Statement of kind RETURN
2025-03-19  Kushal Palgccrs: Add location to BIR::Loan
2025-03-19  Kushal Palgccrs: Add location support to BIR::Statement
2025-03-19  Kushal Palgccrs: Improve compressed point bit manipulation
2025-03-19  Kushal Palgccrs: Fixed bitwise operation in `extract_stmt`
2025-03-19  Arthur Cohengccrs: ffi-polonius: Remove usage of extern types.
2025-03-19  Liam Naddellgccrs: [gccrs#3045] #[may_dangle] in safe impl
2025-03-18  Arthur Cohengccrs: polonius: Vendor Rust dependencies
2025-03-17  Kushal Palgccrs: Introduce new class to handle borrow errors
2025-03-17  Kushal Palgccrs: Added FFIVector to get Polonius output on C...
2025-03-17  jjasminegccrs: Fix visitor-related warnings
2025-03-17  jjasminegccrs: Partial unsafe support for inline asm
2025-03-17  jjasminegccrs: Refactoring for inline asm pr
2025-03-17  jjasminegccrs: Scaffolding parse_reg
2025-03-17  Pierre-Emmanuel... gccrs: Add exclusive_range_pattern feature gate
2025-03-17  Pierre-Emmanuel... gccrs: Add raw_ref_op feature gate
2025-03-17  Pierre-Emmanuel... gccrs: Add dropck_eyepatch feature gate for may_dangle
2025-03-17  Pierre-Emmanuel... gccrs: Add feature gate for box syntax
2025-03-17  jjasminegccrs: Make gccrs recognize negative_impls
2025-03-17  Arthur Cohengccrs: mingw: Fix build with patch from Liu Hao
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_visibility's return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_implitem return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_module function return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_extern_item return type
2025-03-17  Pierre-Emmanuel... gccrs: Change return type of lookup_defid
2025-03-17  Pierre-Emmanuel... gccrs: Change crate name retrieval function return...
2025-03-17  Pierre-Emmanuel... gccrs: Change return type of lookup_hir_extern_block
2025-03-17  Pierre-Emmanuel... gccrs: Change return type for lookup_hir_item to optional
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_to_node return type to optional
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_node_to_hir return type to optional
2025-03-17  Pierre-Emmanuel... gccrs: Change singleton returned type to a reference
2025-03-17  Jakub Dupakgccrs: borrowck: Use std::ignore
2025-03-17  Jakub Dupakgccrs: borrowck: Polonius error reporting
2025-03-17  Jakub Dupakgccrs: borrowck: Link Polonius and run it
2025-03-17  Jakub Dupakgccrs: borrowck: Polonius dump
2025-01-02  Jakub JelinekUpdate copyright years.
2024-11-28  David Malcolmdiagnostics: replace %<%s%> with %qs [PR104896]
2024-09-26  Owen AveryAdd virtual destructor to AbstractExpr
2024-08-12  Arthur Cohenborrowck: Fix debug prints on 32-bits architectures
2024-08-12  Arthur Cohenborrowck: Avoid overloading issues on 32bit architectures
2024-08-01  Jakub Dupakgccrs: borrowck: Bump copyright notice
2024-08-01  Jakub Dupakgccrs: borrowck: Remove block braces to satisfy GNU...
next