]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-04-23  zhanghe9702Remove redundant macro definition
2024-04-22  Pierre-Emmanuel... Add a test for inherent impl type name resolve
2024-04-22  Pierre-Emmanuel... Visit type during resolution of inherent impl
2024-04-16  Thomas SchwingeRust: Move 'libformat_parser' build into libgrust
2024-04-16  Thomas SchwingeRust: Move 'libformat_parser' build into the GCC build...
2024-04-16  Thomas SchwingeRust: Don't cache 'libformat_parser.a'
2024-04-16  Thomas SchwingeInline 'gcc/rust/Make-lang.in:RUST_LIBDEPS'
2024-04-16  Thomas SchwingeAdd 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER'
2024-04-16  Thomas SchwingeAdd 'gcc/rust/Make-lang.in:LIBPROC_MACRO_INTERNAL'
2024-04-16  Thomas SchwingeInline 'gcc/rust/Make-lang.in:RUST_LDFLAGS'
2024-04-16  Thomas SchwingeRemove 'libgrust/libproc_macro_internal' from 'gcc...
2024-04-16  Thomas SchwingeRemove 'libgrust/librustc_format_parser' from 'gcc...
2024-04-12  Arthur Cohenchore: Fix Remark CI
2024-04-10  Arthur Cohenrust: Add --offline flag to cargo when building Rust...
2024-04-10  Arthur Cohenlibgrust: Vendor Rust dependencies
2024-04-10  Thomas SchwingeMerge commit '013b520529d5f1bddec27dd921eab5e917663693...
2024-04-10  Thomas SchwingeAdjust '.github/bors_log_expected_warnings'
2024-04-10  Thomas SchwingeMerge commit 'f5a805d82902fe2d6e0a7af8c0e6519f9d25a8f3...
2024-04-10  Thomas SchwingeMerge commit '767698ff6c8f07047ad90bef89f3dc4c4515f0df...
2024-04-10  Thomas SchwingeMerge commit '8534cc772def8142379c0e72ab6392d40f3f60f6...
2024-04-10  Thomas SchwingeMerge commit 'f0b1cf01782ba975cfda32800c91076df78058d6...
2024-04-10  Thomas SchwingeMerge commit 'f0b1cf01782ba975cfda32800c91076df78058d6...
2024-04-10  Thomas SchwingeMerge commit 'af3f0482367232d2d655e51bee382e98ddbfb117...
2024-04-10  Thomas SchwingeMerge commit 'f89186f962421f6d972035fc4b4c20490e7b1c5b...
2024-04-10  Thomas SchwingeMerge commit '2a9881565c7b48d04cf891666a66a1a2e560bce8...
2024-04-10  Thomas SchwingeMerge commit 'ceed844b5284aeabbdfe25ccf099e7ebeeb14a9b...
2024-04-10  Thomas SchwingeMerge commit '2341df1cb9b3681bfefe29207887b2b3dc271a95...
2024-04-10  Thomas SchwingeMerge commit '2341df1cb9b3681bfefe29207887b2b3dc271a95...
2024-04-10  Thomas SchwingeMerge commit 'e621b174d7c622aa4b677a4c812e5061e311cc5c...
2024-04-10  Thomas SchwingeMerge commit 'a5258f3a11ab577835ef5e93be5cb65ec9e44132...
2024-04-10  Thomas SchwingeMerge commit '4bd09ce06f50d266c992c984cc993384d5e6655e...
2024-04-10  Thomas SchwingeMerge commit '7a6906c8d80e437a97c780370a8fec4e00561c7b...
2024-04-10  Thomas SchwingeMerge commit 'fc59a3995cb46c190c0efb0431ad204e399975c4...
2024-04-10  Thomas SchwingeMerge commit 'fc59a3995cb46c190c0efb0431ad204e399975c4...
2024-04-09  Jasmine TangFix grammar as pointed out by Marc
2024-04-09  Jasmine TangAdd an alternative solution on MacOS
2024-04-04  Jakub Dupakborrowck: Bump copyright notice
2024-04-04  Jakub Dupakborrowck: Remove block braces to satisfy GNU style
2024-04-04  Jakub Dupakborrowck: Fact collector
2024-04-04  Jakub Dupakborrowck: Regions in BIR
2024-04-04  Jakub Dupakborrowck: extract regions from types using VA
2024-04-04  Jakub Dupakborrowck: Free region representation
2024-04-04  Jakub Dupakborrowck: Polonius FFI
2024-04-04  Jakub Dupakborrowck: BIR: make BIR visitor const
2024-04-04  Jakub Dupakborrowck: BIR: emit moves
2024-04-04  Jakub Dupakborrowck: BIR: scope handling
2024-04-04  Jakub Dupakborrowck: BIR: Place tree traverse API
2024-04-04  Jakub Dupakborrowck: BIR: use callable API
2024-04-04  Jakub Dupakborrowck: Unify BIR terminilogy (node->statement)
2024-04-04  Jakub Dupakborrowck: Use rust-system.h
2024-04-03  Arthur Cohenunify: Always coerce `!` to the target type.
2024-04-03  Arthur Cohenraw-strings: Remove dg-excess-error directive
2024-03-28  Owen AveryImprove parsing of raw string literals
2024-03-27  Owen AveryAvoid parsing const unsafe/extern functions as async
2024-03-27  Owen AveryRecognize unstable as a builtin attribute
2024-03-27  Owen AveryRecognize rustc_deprecated as a builtin attribute
2024-03-27  Owen AveryImprove parsing of raw byte string literals
2024-03-26  Pierre-Emmanuel... Change dfs function return type to support gcc 4.8
2024-03-26  Pierre-Emmanuel... Add globbing name resolution 2.0 test
2024-03-26  Arthur Cohennr2.0: Add new test cases.
2024-03-26  Arthur Cohencompile: resolve-path-ref: properly resolve nodeId...
2024-03-26  Pierre-Emmanuel... Fix use rebind name resolution.
2024-03-26  Pierre-Emmanuel... Add mappings for struct base and struct fields
2024-03-26  Pierre-Emmanuel... Fix quoted string format
2024-03-26  Pierre-Emmanuel... Prevent getting immutable context with classic nr
2024-03-26  Pierre-Emmanuel... Update assignment operator with cratenum
2024-03-26  Pierre-Emmanuel... Reinject Self parameter in new resolver
2024-03-26  Pierre-Emmanuel... Use new name resolver to compile constant items
2024-03-26  Pierre-Emmanuel... Remove unsafe block empty visit function
2024-03-26  Pierre-Emmanuel... Remove extern block scoping
2024-03-26  Pierre-Emmanuel... Add constant identifiers to the value namespace
2024-03-26  Pierre-Emmanuel... Struct are types, not values
2024-03-26  Pierre-Emmanuel... Change enum namespace from value to type
2024-03-26  Pierre-Emmanuel... Add tuple struct to the type namespace
2024-03-26  Pierre-Emmanuel... Unit struct constructor shall be resolved
2024-03-26  Pierre-Emmanuel... Values shall be inserted in the value namespace
2024-03-26  Pierre-Emmanuel... Raw pointer type visitor didn't require overload
2024-03-26  Pierre-Emmanuel... Visit constant item type in default resolver
2024-03-26  Pierre-Emmanuel... Visit function return type in default resolver
2024-03-26  Pierre-Emmanuel... Change error message to match test
2024-03-26  Pierre-Emmanuel... Add tuple struct constructor to value namespace
2024-03-26  Pierre-Emmanuel... Add support for ambiguous use declarations
2024-03-26  Pierre-Emmanuel... Make globbing definition shadowable by default
2024-03-26  Pierre-Emmanuel... Add call to globbing visitor
2024-03-26  Pierre-Emmanuel... Shape up name resolver for normal direct calls
2024-03-26  Pierre-Emmanuel... Add name resolution for on globbing use decl
2024-03-26  Pierre-Emmanuel... Add modules to type namespace
2024-03-26  Arthur Cohenlate: Add bool builtin type
2024-03-26  Pierre-Emmanuel... Prevent error emission on resolver reentry
2024-03-26  Pierre-Emmanuel... Change error message on unresolved import
2024-03-26  Pierre-Emmanuel... Emit error on identical use declarations
2024-03-26  Pierre-Emmanuel... Fix duplicate detection
2024-03-26  Arthur Cohenlate: Setup builtin types properly, change Rib API
2024-03-26  Arthur Cohennr2.0: Start using newtype pattern for Usage and Declar...
2024-03-26  Arthur Cohenbackend: Use new name resolver where necessary
2024-03-26  Arthur Cohentypecheck: Start using nr2.0 properly
2024-03-26  Arthur Cohennr2.0: Add lookup of resolved nodes.
2024-03-26  Arthur Cohensession manager: Init Immutable name resolver.
2024-03-26  Arthur Cohensession-manager: Dump name resolution pass.
2024-03-26  Arthur Cohensesh: Add late name resolution 2.0
next