]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2024-03-05 0xn4utilusAdd support for external functions
2024-03-05 Sourabh JaiswalClean BiMap to use tl::optional for lookups
2024-03-04 Owen AveryEnsure TupleStructPattern and TuplePattern have items
2024-03-04 jjasmineAdd curly brackets, formatted clang
2024-03-04 jjasmineAdd error emitting when we can't resolve id expr
2024-03-01 Arthur Cohenformat-args: Add documentation for future expansion...
2024-03-01 Arthur Cohenlower: Add base for lowering FormatArgs nodes
2024-03-01 Arthur Cohenformat-args: Fix Rust interface and add input parsing.
2024-03-01 Arthur Cohenparser: Add peek(n) method to parser
2024-03-01 Arthur Cohenmacro-builtins: Add newline generic format_args!()...
2024-03-01 Arthur Cohenast: Add base nodes for FormatArgs
2024-03-01 Owen AveryMake DefaultResolver visit more of the AST
2024-02-29 Arthur Cohenextern-types: Lower to HIR::ExternalTypeItem properly
2024-02-29 Arthur Cohenhir: Add ExternalTypeItem node
2024-02-29 Arthur Cohenextern-types: Declare external types in name resolver.
2024-02-29 Arthur Cohenlang-items: Make lang items enum stronger, rename class...
2024-02-29 Arthur Cohenlang-items: Cleanup parsing and lookups of lang items.
2024-02-29 Thomas SchwingeMerge commit '705de6d54ca95b8277a15fe9a2255af6168ae086...
2024-02-27 jjasmineFix small FixMe task in rust macro builtins
2024-02-27 Owen AveryAdjust error checks to match name resolution 2.0
2024-02-26 Arthur Cohenci: Install cargo on ubuntu 18.04 container.
2024-02-26 Arthur Cohenformat-parser: Add `is_some_and` method for Option<T>
2024-02-26 Arthur Cohenlibformat_parser: Fix Rust warnings.
2024-02-26 Arthur Cohenrust-fmt: Store parsed string in Pieces struct
2024-02-26 Arthur Cohenformat_args: Parse entire token invocation
2024-02-26 Arthur Cohenformat_args: Parse format string properly
2024-02-26 Arthur Cohenlibformat_parser: Send boxed values across FFI properly
2024-02-26 Arthur Cohenlibformat_parser: Update header and remove old interface
2024-02-26 Arthur Cohengit: Ignore libgrust build folders
2024-02-26 Arthur Cohenlibformat_parser: Start experimenting with cbindgen
2024-02-26 Arthur Cohenlibformat_parser: Add FFI safe interface
2024-02-26 Arthur Cohenlibgrust: Add format_parser library
2024-02-26 Arthur Cohenfmt: Start working on format_args!() parser
2024-02-20 Marc Poulhièsgccrs: minor cleanup in langhook.type_for_mode
2024-02-20 Owen AveryFix false positive for top-level AltPattern
2024-02-20 Marc Poulhièsgccrs: fix powif64 intrinsic
2024-02-16 Pierre-Emmanuel... libgrust: Add entry for maintainers
2024-02-16 Pierre-Emmanuel... libgrust: Add ChangeLog file
2024-02-16 Jakub Jelinekgccrs: Avoid *.bak suffixed tests - use dg-skip-if...
2024-02-16 Sahil YeoleUpdate copyright years.
2024-02-16 Sahil Yeolecontrib: Add libgrust to update-copyright.py script
2024-02-15 0xn4utilusAdd variadic check on function params
2024-02-13 Owen AveryFix lookup of TuplePattern sub-pattern types
2024-02-13 Marc Poulhièsgccrs: add powi intrinsics
2024-02-13 Arthur Cohengccrs: Add testcase for #[rustc_const_stable]
2024-02-13 Arthur Cohenexpand: Fix formatting for "macro not found" error
2024-02-13 Owen AveryFix rebinding imports
2024-02-08 Arthur Cohengccrs: Add testcase for matches!() macro
2024-02-08 Arthur Cohengccrs: Fix typo in RegionConstraints instance
2024-02-05 Kushal PalFix macro parsing for trait items.
2024-02-05 Kushal PalRemove obsolete classes and functions.
2024-02-05 Kushal PalParse trait functions as `AST::Function`.
2024-02-05 Kushal PalFix inconsistent formatting.
2024-02-05 Kushal PalAdd missing visitors for AST::Function.
2024-02-05 Kushal PalAdd checks for Trait functions
2024-02-05 Kushal PalUse AssociatedItem in place of TraitItem
2024-02-05 Philip Herrongccrs: fix bug in pattern check for tuples
2024-02-04 Philip Herrongccrs: Add testcase to show issue is already fixed
2024-02-04 Nobel SinghMove the Implementation of implitem lowering into its...
2024-02-04 Philip Herrongccrs: refactor inference variable computation into...
2024-02-04 Philip Herrongccrs: remove similar hack in type paths as we had...
2024-02-04 Philip Herrongccrs: remove old generics hack to reuse generic symbol...
2024-02-03 Philip Herrongccrs: Fix ICE accessing empty vector without check
2024-02-03 Philip Herrongccrs: add test cases to prove type inference is working
2024-02-03 Philip Herrongccrs: add testcase to prove issue has already been...
2024-02-03 Nobel SinghSet the default ABI to C for extern blocks and extern...
2024-02-03 Jakub DupakTyTy: Store reference to type before any substitutions
2024-02-03 Jakub DupakTyTy: Store region constraints
2024-02-03 Jakub DupakTypecheck: add regions (lifetimes) to TyTy
2024-02-03 Jakub DupakHIR: Add mising getter
2024-02-03 Jakub DupakTyTy: Region (lifetime) representation
2024-02-03 Jakub DupakTypecheck: lifetime interning and resolution tool
2024-01-29 Raiki Tamuragccrs: Implement quick-check for Unicode
2024-01-26 Kushal PalParse normal functions with `self` parameter correctly
2024-01-25 Arthur Cohengccrs: Fix output line ending patterns.
2024-01-24 Owen AveryRemove TraitImplItem
2024-01-23 Robert GossAdd improved error when no fields in initializer
2024-01-22 Jakub DupakTest: check implemented for lifetime handling
2024-01-22 Jakub DupakAST: Fix for lifetime lowering
2024-01-22 Jakub DupakAST: Fix for lifetime parsing
2024-01-22 Jakub DupakTest: fix missing lifetime in a test
2024-01-18 Kushal PalAdded newline to get more readable lexdump
2024-01-18 Owen AveryUnify storage of associated items in SingleASTNode
2024-01-18 Robert GossAdd improved error when a field is redefined in a struc...
2024-01-18 Arthur Cohenrust_debug: Cast size_t values to unsigned long before...
2024-01-17 Kushal PalHandle `async` keyword for regular implementations
2024-01-16 Kushal PalFix inconsistent formatting
2024-01-16 Kushal PalHandle `async` functions in traits
2024-01-15 Arthur Cohenexpand: C++ify proc macro decls generation
2024-01-04 Nirmal PatelHandle newlines during string parsing while lexing
2023-12-27 Jakub DupakTyTy: Refactor FnType deprecated API
2023-12-27 Jakub Dupakast: Lower 'for' lifetimes
2023-12-27 Jakub Dupakast: Infer static lifetime for const and static items
2023-12-27 Jakub Dupakast: Full lifetime elision handling
2023-12-27 Jakub Dupakast: Unify explicitly and implicitly elided lifettimes
2023-12-27 Jakub Dupakast: Fix lifetime type parsing
2023-12-27 Kushal PalGenerate error for `async` trait fucntions
2023-12-27 Kushal PalHandle `async` qualifier inside trait
2023-12-26 Raiki Tamuragccrs: split rust-mangle.cc into two files
2023-12-19 Jakub DupakBIR: Cleanup
next
This page took 0.079385 seconds and 5 git commands to generate.