public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2023-04-11 18:44 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-04-11 14:16 UTC 

☠ Buildbot (Sourceware): gccrust - failed 'grep unexpected ...' (failure) (master)
 2023-04-11 14:12 UTC 

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2023-04-11 11:58 UTC 

Rust front-end update 2023-04-05
 2023-04-11  9:09 UTC  (92+ messages)
` [committed 01/88] gccrs: fatal_error_flag: Fix typo in error message
` [committed 02/88] gccrs: unsafe: check use of `target_feature` attribute
` [committed 03/88] gccrs: Check for mutable references in const functions
` [committed 04/88] gccrs: rust: add bound parsing in parse_generic_arg
` [committed 05/88] gccrs: Implement declarative macro 2.0 parser
` [committed 06/88] gccrs: Add name resolution to generic argument associated item bindings
` [committed 07/88] gccrs: Support associated type bound arguments
` [committed 08/88] gccrs: Reuse TypeCheckPattern on LetStmt's
` [committed 09/88] gccrs: Add get_locus function for abstract class MetaItemInner
` [committed 10/88] gccrs: diagnostics: Add underline for tokens in diagnostics
` [committed 11/88] gccrs: Change how CompileVarDecl outputs Bvariable's
` [committed 12/88] gccrs: testsuite: Handle Windows carriage returns properly
` [committed 13/88] gccrs: Support GroupedPattern during name resolution
` [committed 14/88] gccrs: Do not crash on empty macros expand. Fixes #1712
` [committed 15/88] gccrs: Add HIR lowering for GroupedPattern
` [committed 16/88] gccrs: Add get_item method for HIR::GroupedPattern
` [committed 17/88] gccrs: Add type resolution for grouped patterns
` [committed 18/88] gccrs: Added missing GroupedPattern visitors for code generation
` [committed 19/88] gccrs: Rename file rust-ast-full-test.cc to rust-ast.cc
` [committed 20/88] gccrs: moved operator.h to util/rust-operators.h
` [committed 21/88] gccrs: fixed compiler error message on wildcard pattern within expression
` [committed 22/88] gccrs: fixed indentations in AST pretty expanded dump of trait
` [committed 23/88] gccrs: macro: Allow builtin `MacroInvocation`s within the AST
` [committed 24/88] gccrs: Create and use CompilePatternLet visitor for compiling let statments
` [committed 25/88] gccrs: parser: Allow parsing multiple reference types
` [committed 26/88] gccrs: Move rust-buffered-queue.h to util folder #1766
` [committed 27/88] gccrs: Improve GroupedPattern lowering
` [committed 28/88] gccrs: Remove HIR::GroupedPattern
` [committed 29/88] gccrs: Optimize HIR::ReferencePattern
` [committed 30/88] gccrs: Implement lowering ReferencePattern from AST to HIR
` [committed 31/88] gccrs: parser: Improve parsing of complex generic arguments
` [committed 32/88] gccrs: parser: Fix parsing of closure param list
` [committed 33/88] gccrs: Add support for feature check
` [committed 34/88] gccrs: Removed comment copy-pasted from gcc/tree.def
` [committed 35/88] gccrs: Add another test case for passing associated type-bounds
` [committed 36/88] gccrs: Move TypePredicateItem impl out of the header
` [committed 37/88] gccrs: Refactor TyVar and TypeBoundPredicates
` [committed 38/88] gccrs: Refactor SubstitutionRef base class into its own CC file
` [committed 39/88] gccrs: Refactor all substitution mapper code implementation "
` [committed 40/88] gccrs: Refactor BaseType, InferType and ErrorType impl into cc file
` [committed 41/88] gccrs: Refactor PathProbe "
` [committed 42/88] gccrs: Refactor PathProbeType code into CC file
` [committed 43/88] gccrs: Refactor all code out of the rust-tyty.h header
` [committed 44/88] gccrs: Rename rust-tyctx.cc to rust-typecheck-context.cc
` [committed 45/88] gccrs: Rename header rust-hir-trait-ref.h to rust-hir-trait-reference.h
` [committed 46/88] gccrs: Refactor handle_substitutions to take a reference
` [committed 47/88] gccrs: Clear the substitution callbacks when copying ArgumentMappings
` [committed 48/88] gccrs: Add missing param subst callback
` [committed 49/88] gccrs: Remove monomorphization hack to setup possible associated types
` [committed 50/88] gccrs: Refactor the type unification code
` [committed 51/88] gccrs: Fix nullptr dereference
` [committed 52/88] gccrs: Add missing Sized, Copy and Clone lang item mappings
` [committed 53/88] gccrs: Fix higher ranked trait bounds computation of self
` [committed 54/88] gccrs: Remove bad error message on checking function arguments
` [committed 55/88] gccrs: Add general TypeBounds checks
` [committed 56/88] gccrs: Add support for TuplePattern in let statements
` [committed 57/88] gccrs: rust-item: include rust-expr.h
` [committed 58/88] gccrs: parser: Expose parse_macro_invocation as public API
` [committed 59/88] gccrs: expansion: Add `get_token_slice` to `MacroInvocLexer` class
` [committed 60/88] gccrs: macros: Perform macro expansion in a fixed-point fashion
` [committed 61/88] gccrs: expander: Add documentation for `expand_eager_invocations`
` [committed 62/88] gccrs: typecheck: Refactor rust-hir-trait-reference.h
` [committed 63/88] gccrs: cli: Update safety warning message
` [committed 64/88] gccrs: Update copyright years
` [committed 65/88] gccrs: Add feature gate for "rust-intrinsic"
` [committed 66/88] gccrs: Add variadic argument type checking
` [committed 67/88] gccrs: Add test
` [committed 68/88] gccrs: Simplify WildcardPattern let statement handling
` [committed 69/88] gccrs: lex: Prevent directories in RAIIFile
` [committed 70/88] gccrs: testsuite: Add empty string macro test
` [committed 71/88] gccrs: Add support for parsing empty tuple patterns
` [committed 72/88] gccrs: Implemented UTF-8 checking for include_str!()
` [committed 73/88] gccrs: Extract query_type from TypeCheckBase to be a simple extern
` [committed 74/88] gccrs: Add new virtual function HIR::ImplItem::get_impl_item_name
` [committed 75/88] gccrs: Support for Sized builtin marker trait
` [committed 76/88] gccrs: Fix regression in testcase
` [committed 77/88] gccrs: Add trailing newline
` [committed 78/88] gccrs: builtins: Return empty list of tokens instead of nullptr
` [committed 79/88] gccrs: Fix formatting
` [committed 80/88] gccrs: Add AST::AltPattern class
` [committed 81/88] gccrs: Fix up DejaGnu directives in 'rust/compile/issue-1830_{bytes,str}.rs' test cases [#1838]
` [committed 82/88] gccrs: rename rust-hir-full-tests.cc
` [committed 83/88] gccrs: add test case to show our query-type system is working
` [committed 84/88] gccrs: ast: Refactor TraitItem to keep Location info
` [committed 85/88] gccrs: diagnostic: Refactor Error class
` [committed 86/88] gccrs: Added AST Node AST::InlineAsm
` [committed 87/88] gccrs: Address unsafe with/without block handling ambiguity
` [committed 88/88] gccrs: Fix issue with parsing unsafe block expression statements

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-04-10  9:46 UTC 

[GSoC] gcc-rs - Unicode Support or Metadata
 2023-04-06  2:20 UTC 

☠ Buildbot (Sourceware): gccrust - failed 'grep unexpected ...' (failure) (master)
 2023-04-05 11:16 UTC 

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2023-04-05 11:10 UTC 

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2023-04-05 11:04 UTC 

☠ Buildbot (Sourceware): gccrust - failed 'grep unexpected ...' (failure) (master)
 2023-04-05 11:04 UTC 

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2023-04-05 10:59 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-04-05 10:55 UTC 

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2023-04-05 10:15 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-04-04 13:25 UTC 

[GSoC] gccrs Unicode Support
 2023-03-31 10:27 UTC 

Invitation: gccrs April monthly call @ Mon 3 Apr 2023 11am - 12pm (CEST) (gcc-rust@gcc.gnu.org)
 2023-03-27 10:43 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-03-25  9:54 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-03-20 23:28 UTC 

rust frontend and UTF-8/unicode processing/properties
 2023-03-20 10:19 UTC  (13+ messages)
    ` [GSoC] gccrs Unicode support

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-03-17 18:02 UTC 

☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
 2023-03-17 18:01 UTC 

[Bug rust/108111] New: Rust meets clang
 2023-03-10  3:17 UTC  (2+ messages)
` [Bug rust/108111] "

Sourceware infrastructure updates Q1 2023
 2023-03-08 10:57 UTC 

☠ Buildbot (Sourceware): gccrust - failed 'grep unexpected ...' (failure) (master)
 2023-03-04 22:29 UTC 

☝ Buildbot (Sourceware): gccrust - retry lost connection update (retry) (master)
 2023-03-04  1:41 UTC 

☝ Buildbot (Sourceware): gccrust - exception update (exception) (master)
 2023-03-03 20:53 UTC 

☠ Buildbot (Sourceware): gccrust - failed 'grep unexpected ...' (failure) (master)
 2023-03-02 20:53 UTC 

☝ Buildbot (Sourceware): gccrust - exception update (exception) (master)
 2023-03-02 11:31 UTC 

☠ Buildbot (Sourceware): gccrust - failed 'grep unexpected ...' (failure) (master)
 2023-03-01 16:50 UTC  (2+ messages)

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-28 22:32 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-28 22:06 UTC 

Rust: In 'type_for_mode' langhook also consider all 'int_n' modes/types (was: Modula-2 / Rust: Many targets failing)
 2023-02-25 22:20 UTC  (5+ messages)

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-24  2:14 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-24  1:59 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-24  1:20 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-24  1:05 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-24  0:53 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-24  0:11 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-23 22:56 UTC 

[Bug translation/108890] Translation mistakes 2023
 2023-02-23 22:27 UTC  (5+ messages)

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-23 22:21 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-23 21:24 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-23 20:23 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-23 20:08 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-23 18:00 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-23 17:33 UTC 

GCC has been accepted as a GSoC mentoring org
 2023-02-23 17:00 UTC 

Rust front-end update
 2023-02-23 10:53 UTC  (41+ messages)
` [committed 003/103] gccrs: dump: Emit visibility when dumping items
  ` Update copyright years. (was: [committed 003/103] gccrs: dump: Emit visibility when dumping items)
` [committed 034/103] gccrs: dump: Emit visibility when dumping items
` [committed 069/103] gccrs: add lang item "phantom_data"
` [committed 070/103] gccrs: add Location to AST::Visibility
` [committed 071/103] gccrs: typecheck: Fix overzealous `delete` call
` [committed 072/103] gccrs: ast: add visit overload for references
` [committed 073/103] gccrs: ast: Dump where clause and recursively needed nodes
` [committed 074/103] gccrs: ast: Dump slice type
` [committed 075/103] gccrs: ast: Dump array type
` [committed 076/103] gccrs: ast: Dump raw pointer type
` [committed 077/103] gccrs: ast: Dump never type
` [committed 078/103] gccrs: ast: Dump tuple type
` [committed 079/103] gccrs: ast: Dump inferred type
` [committed 080/103] gccrs: ast: Dump bare function type
` [committed 081/103] gccrs: ast: Dump impl trait type one bound
` [committed 082/103] gccrs: ast: Dump impl trait type
` [committed 083/103] gccrs: ast: Dump trait object type
` [committed 084/103] gccrs: ast: Dump parenthesised type
` [committed 085/103] gccrs: ast: Dump trait object type one bound
` [committed 086/103] gccrs: ast: Dump type param type
` [committed 087/103] gccrs: ast: Dump generic parameters
` [committed 088/103] gccrs: ast: Remove unused include in rust-ast-dump.cc
` [committed 089/103] gccrs: ast: Dump remove /* stmp */ comment to not clutter the dump
` [committed 090/103] gccrs: ast: Dump no comma after self in fn params if it is the last one
` [committed 091/103] gccrs: Remove default location. Add visibility location to create_* functions
` [committed 092/103] gccrs: Improve lexer dump
` [committed 093/103] gccrs: Get rid of make builtin macro
` [committed 094/103] gccrs: Refactor name resolver to take a Rib::ItemType
` [committed 095/103] gccrs: Add closure binding's tracking to name resolution
` [committed 096/103] gccrs: Add capture tracking to the type info for closures
` [committed 097/103] gccrs: Add initial support for argument capture of closures
` [committed 098/103] gccrs: Fix undefined behaviour issues on macos
` [committed 099/103] gccrs: Skip this debug test case which is failing on the latest mac-os devtools and its only for debug info
` [committed 100/103] gccrs: Cleanup unused parameters to fix the bootstrap build
` [committed 101/103] gccrs: Repair 'gcc/rust/lang.opt' comment
` [committed 102/103] gccrs: const evaluator: Remove get_nth_callarg
` [committed 103/103] gccrs: add math intrinsics

[Bug rust/108631] New: gcc/rust/backend/rust-constexpr.cc:2099:33: error: too few arguments to function ‘tree_node* Rust::Compile::unshare_constructor(tree, const char*, int, const char*)’ with --enable-gather-detailed-mem-stats
 2023-02-22 13:22 UTC  (2+ messages)
` [Bug rust/108631] "

Rust: Move void_list_node init to common code (was: [PATCH] Move void_list_node init to common code)
 2023-02-22  9:33 UTC 

Make '-frust-incomplete-and-experimental-compiler-do-not-use' a 'Common' option (was: Rust front-end patches v4)
 2023-02-21 23:20 UTC  (13+ messages)
              ` Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere (was: Make '-frust-incomplete-and-experimental-compiler-do-not-use' a 'Common' option)
                ` [PING] Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere
                    ` [PING, v2] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).