summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-13gccrs: Add implementation of OptionalArthur Cohen
2022-12-13gccrs: Add Base62 implementationArthur Cohen
2022-12-13gccrs: Add Rust ABI enum helpersPhilip Herron
2022-12-13gccrs: Add port of FNV hash used during legacy symbol manglingPhilip Herron
2022-12-13gccrs: Add wrapper for make_uniquePhilip Herron
2022-12-13gccrs: Add AST to HIR lowering passPhilip Herron
2022-12-13gccrs: Add HIR definitions and visitor frameworkPhilip Herron
2022-12-13gccrs: Add declarations for Rust HIRPhilip Herron
2022-12-13gccrs: Add name resolution pass to the Rust front-endPhilip Herron
2022-12-13gccrs: Add expansion pass for the Rust front-endArthur Cohen
2022-12-13gccrs: Add Parser for Rust front-end pt.2Joel Phillips
2022-12-13gccrs: Add Parser for Rust front-end pt.1Joel Phillips
2022-12-13gccrs: Add Lexer for Rust front-endJoel Phillips
2022-12-13gccrs: Add Rust AST visitorsJoel Phillips
2022-12-13gccrs: Add full definitions of Rust AST data structuresJoel Phillips
2022-12-13gccrs: Add definitions of Rust Items in AST data structuresJoel Phillips
2022-12-13gccrs: Add Rust front-end base AST data structuresJoel Phillips
2022-12-13gccrs: Add gcc-check-target check-rustPhilip Herron
2022-12-13gccrs: Add execution test casesPhilip Herron
2022-12-13gccrs: Add general compilation test casesPhilip Herron
2022-12-13gccrs: Add link cases testsuitePhilip Herron
2022-12-13gccrs: Add Debug info testsuitePhilip Herron
2022-12-13gccrs: Add necessary hooks for a Rust front-end testsuitePhilip Herron
2022-12-13Use DW_ATE_UTF for the Rust 'char' typeTom Tromey
2022-12-13tree-optimization/108076 - if-conversion and forced labelsRichard Biener
2022-12-13libsanitizer: Fix up libbacktrace build after r13-4547 [PR108072]Jakub Jelinek
2022-12-13rs6000: enable cbranchcc4Haochen Gui
2022-12-13optabs: make prepare_cmp_insn goto fail when cbranchcc4 checks unsatisfiedHaochen Gui
2022-12-13Daily bump.GCC Administrator
2022-12-12Revert "c++: build initializer_list<string> in a loop [PR105838]"Jason Merrill
2022-12-12Rebuilt gcc/config.in and gcc/configure.Gaius Mulley
2022-12-12libgo: bump major versionIan Lance Taylor
2022-12-12Fortran: improve checking of assumed-size array spec [PR102180]Harald Anlauf
2022-12-12d: Fix undefined reference to nested lambda in template (PR108055)Iain Buclaw
2022-12-12Python3 detected in gcc/configure.ac, python3 modules install.texi.Gaius Mulley
2022-12-12AArch64: Enable TARGET_CONST_ANCHORWilco Dijkstra
2022-12-12middle-end: simplify complex if expressions where comparisons are inverse of ...Tamar Christina
2022-12-12AArch64: Fix vector re-interpretation between partial SIMD modesTamar Christina
2022-12-12AArch64: Support new tbranch optab.Tamar Christina
2022-12-12middle-end: Add new tbranch optab to add support for bit-test-and-branch oper...Tamar Christina
2022-12-12aarch64: Make existing V2HF be usable.Tamar Christina
2022-12-12libstdc++: Add a test checking for chrono::duration overflowsJonathan Wakely
2022-12-12libstdc++: Fix constraint on std::basic_format_string [PR108024]Jonathan Wakely
2022-12-12libstdc++: Change names that clash with Win32 or ClangJonathan Wakely
2022-12-12libstdc++: Define atomic lock-free type aliases for C++20 [PR98034]Jonathan Wakely
2022-12-12libstdc++: Make operator<< for stacktraces less templated (LWG 3515)Jonathan Wakely
2022-12-12mklog: do not parse binary file for PR entryMartin Liska
2022-12-12aarch64: Add __ARM_FEATURE_PAUTH and __ARM_FEATURE_BTI ACLE definesKyrylo Tkachov
2022-12-12Revert parts of ADDR_EXPR/CONSTRUCTOR treatment change in match.pdRichard Biener
2022-12-12tree-optimization/89317 - another pattern for &p->x != p + 4Richard Biener