]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-03-10  Thomas SchwingeMerge commit '1aee5d2ace9ea8f35baf5b18e36caf44fe018ea3...
2024-03-10  Thomas SchwingeMerge commit '1ad5ae5a45f2e3fc6948b35a3b052fdd48453704...
2024-03-10  Thomas SchwingeMerge commit '1ad5ae5a45f2e3fc6948b35a3b052fdd48453704...
2024-03-10  Thomas SchwingeMerge commit 'f3f6ff7b16861cd0651eccff14689536550762ae...
2024-03-10  Thomas SchwingeMerge commit 'f3f6ff7b16861cd0651eccff14689536550762ae...
2024-03-10  Thomas SchwingeMerge commit 'dc17ceb3055f56aa3a59c6ef3ae32043d58502d1...
2024-03-10  Thomas SchwingeMerge commit 'dc17ceb3055f56aa3a59c6ef3ae32043d58502d1...
2024-03-10  Thomas SchwingeMerge commit '9fc0ae6033f3e41c9b4605531a6a8543414b0d2d...
2024-03-10  Thomas SchwingeMerge commit '9fc0ae6033f3e41c9b4605531a6a8543414b0d2d...
2024-03-10  Thomas SchwingeMerge commit 'ead5103cc6f526bcc5a30c8c7185e9dd5de73d55...
2024-03-10  Thomas SchwingeMerge commit 'f330710912229678b65def1f6f52765baa3d0f7a...
2024-03-10  Thomas SchwingeMerge commit 'ab422974567ae73926c2308c3400b5974d6e09f1...
2024-03-10  Thomas SchwingeMerge commit 'ab422974567ae73926c2308c3400b5974d6e09f1...
2024-03-10  Thomas SchwingeMerge commit '9c7797a8c2d707ba4516d3d96d8dff6201476fb6...
2024-03-10  Thomas SchwingeMerge commit '126f707efbb5184178701cbdc753a10fd831374e...
2024-03-10  Thomas SchwingeMerge commit '126f707efbb5184178701cbdc753a10fd831374e...
2024-03-10  Thomas SchwingeMerge commit 'f4a2ae2338962208b8039f154f5912402e94c378...
2024-03-10  Thomas SchwingeMerge commit 'f4a2ae2338962208b8039f154f5912402e94c378...
2024-03-10  Thomas SchwingeMerge commit '8a30775b0d3037123ee540f7b65a736ad49e05ce...
2024-03-10  Thomas SchwingeMerge commit '8a30775b0d3037123ee540f7b65a736ad49e05ce...
2024-03-10  Thomas SchwingeMerge commit '33ebb0dff9bb022f1e0709e0e73faabfc3df7931...
2024-03-10  Thomas SchwingeMerge commit '33ebb0dff9bb022f1e0709e0e73faabfc3df7931...
2024-03-10  Thomas SchwingeMerge commit '4f01ae3761ca1f8dd7a33b833ae30624f047ac9c...
2024-03-10  Thomas SchwingeMerge commit '4f01ae3761ca1f8dd7a33b833ae30624f047ac9c...
2024-03-10  Thomas SchwingeMerge commit 'ea1cd66f2200839d46a8b4dc140d18c00b849c82...
2024-03-10  Thomas SchwingeMerge commit 'ea1cd66f2200839d46a8b4dc140d18c00b849c82...
2024-03-10  Thomas SchwingeMerge commit 'bc45e18d433f879a02e369d027829f90f9e85724...
2024-03-10  Thomas SchwingeMerge commit 'bc45e18d433f879a02e369d027829f90f9e85724...
2024-03-10  Thomas SchwingeMerge commit '0a85544e1aaeca41133ecfc438cda913dbc0f122...
2024-03-10  Thomas SchwingeMerge commit '0a85544e1aaeca41133ecfc438cda913dbc0f122...
2024-03-05  0xn4utilusRemove dead code associated with `AST::ExternalFunction...
2024-03-05  0xn4utilusUpdate resolver to use `AST::Function` instead of ...
2024-03-05  0xn4utilusUnify ASTValidation::visit for ExternalFunctionItem...
2024-03-05  0xn4utilusAdd get_pattern_kind to Pattern
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...
next