public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
☝ 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  (107+ messages)
` [committed 001/103] gccrs: Fix missing dead code analysis ICE on local enum definition
` [committed 002/103] gccrs: visibility: Rename get_public_vis_type -> get_vis_type
` [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 004/103] gccrs: Add catch for recusive type queries
` [committed 005/103] gccrs: testing: try loop in const function
` [committed 006/103] gccrs: ast: dump assignment and compound assignment expr
` [committed 007/103] gccrs: ast: dump If expressions
` [committed 008/103] gccrs: builtins: Move implementation into source file
` [committed 009/103] gccrs: Track DefId on ADT variants
` [committed 010/103] gccrs: Ensure uniqueness on Path probe's
` [committed 011/103] gccrs: Support looking up super traits for trait items
` [committed 012/103] gccrs: ast: dump: add emit_generic_params helper
` [committed 013/103] gccrs: ast: dump: add format_{tuple,struct}_field helpers
` [committed 014/103] gccrs: ast: dump structs, enums and unions
` [committed 015/103] gccrs: intrinsics: Add data prefetching intrinsics
` [committed 016/103] gccrs: fix ICE on missing closing paren
` [committed 017/103] gccrs: mappings: Add MacroInvocation -> MacroRulesDef mappings
` [committed 018/103] gccrs: rust-ast-resolve-item: Add note about resolving glob uses
` [committed 019/103] gccrs: ast: Add accept_vis() method to `GenericArg`
` [committed 020/103] gccrs: early-name-resolver: Add simple macro name resolution
` [committed 021/103] gccrs: Support type resolution on super traits on dyn objects
` [committed 022/103] gccrs: Add mappings for fn_once lang item
` [committed 023/103] gccrs: Add ABI mappings for rust-call to map to ABI::RUST
` [committed 024/103] gccrs: Method resolution must support multiple candidates
` [committed 025/103] gccrs: ast: dump: fix extra newline in block without tail
` [committed 026/103] gccrs: ast: dump: minor fixups to IfExpr formatting
` [committed 027/103] gccrs: ast: dump: ComparisonExpr and LazyBooleanExpr
` [committed 028/103] gccrs: ast: dump: ArrayExpr
` [committed 029/103] gccrs: ast: dump: various simple Exprs
` [committed 030/103] gccrs: ast: dump: RangeExprs
` [committed 031/103] gccrs: Refactor TraitResolver to not require a visitor
` [committed 032/103] gccrs: ast: dump TypeAlias
` [committed 033/103] gccrs: Support outer attribute handling on trait items just like normal items
` [committed 034/103] gccrs: dump: Emit visibility when dumping items
` [committed 035/103] gccrs: dump: Dump items within modules
` [committed 036/103] gccrs: dump: Fix module dumping
` [committed 037/103] gccrs: ast: Module: unloaded module and inner attributes
` [committed 038/103] gccrs: dump: Dump macro rules definition
` [committed 039/103] gccrs: Add check for recursive trait cycles
` [committed 040/103] gccrs: ast: Refactor ASTFragment -> Fragment class
` [committed 041/103] gccrs: rust: Replace uses of ASTFragment -> Fragment
` [committed 042/103] gccrs: ast: Improve Fragment API
` [committed 043/103] gccrs: Add missing fn_once_output langitem
` [committed 044/103] gccrs: Refactor expression hir lowering into cc file
` [committed 045/103] gccrs: Formatting cleanup in HIR lowering pattern
` [committed 046/103] gccrs: Add name resolution for closures
` [committed 047/103] gccrs: Refactor method call type checking
` [committed 048/103] gccrs: Add closures to lints and error checking
` [committed 049/103] gccrs: Initial Type resolution for closures
` [committed 050/103] gccrs: Closure support at CallExpr
` [committed 051/103] gccrs: Add missing name resolution to Function type-path segments
` [committed 052/103] gccrs: Add missing hir lowering to function "
` [committed 053/103] gccrs: Add missing type resolution for function type segments
` [committed 054/103] gccrs: Support Closure calls as generic trait bounds
` [committed 055/103] gccrs: Implement the inline visitor
` [committed 056/103] gccrs: rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++
` [committed 057/103] gccrs: builtins: Rename all bang macro handlers
` [committed 058/103] gccrs: intrinsics: Add `sorry_handler` intrinsic handler
` [committed 059/103] gccrs: constexpr: Add `rust_sorry_at` in places relying on init values
` [committed 060/103] gccrs: intrinsics: Add early implementation for atomic_store_{seqcst, relaxed, release}
` [committed 061/103] gccrs: intrinsics: Add unchecked operation intrinsics
` [committed 062/103] gccrs: intrinsics: Use lambdas for wrapping_<op> intrinsics
` [committed 063/103] gccrs: intrinsics: Cleanup error handling around atomic_store_*
` [committed 064/103] gccrs: intrinsics: Implement atomic_load intrinsics
` [committed 065/103] gccrs: ast: visitor pattern -> overload syntax compatibility layer
` [committed 066/103] gccrs: ast: transform helper methods to visits and add methods to simplify repeated patterns
` [committed 067/103] gccrs: ast: refer correctly to arguments in docs-strings
` [committed 068/103] gccrs: ast: Dump unit struct
` [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  (5+ 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] "

Rust frontend patches v2
 2023-02-20 13:33 UTC  (3+ messages)
` [PATCH Rust front-end v2 32/37] gccrs: Add config-lang.in
  ` Rust: Don't depend on unused 'target-libffi', 'target-libbacktrace' (was: [PATCH Rust front-end v2 32/37] gccrs: Add config-lang.in)

'#include "tm_p.h"' in 'gcc/rust/backend/rust-tree.cc' (was: [gcc r13-5533] gccrs: const folding port)
 2023-02-17 23:11 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-13 22:08 UTC 

☠ Buildbot (Sourceware): gccrust - failed 'grep unexpected ...' (failure) (master)
 2023-02-13 21:22 UTC 

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

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

[Bug rust/108102] New: rust bootstrap comparison failure on s390x-linux-gnu
 2023-02-13 15:50 UTC  (5+ messages)
` [Bug middle-end/108102] "

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-13 15:00 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-13 12:53 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-13 12:51 UTC 

☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
 2023-02-13 12:36 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-02-10 11:33 UTC 

[PATCH] Disable mn_gccrust and mn_gccrust_bootstrap services
 2023-02-03 22:42 UTC 

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

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

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2023-02-02 22:47 UTC 

☠ Buildbot (Sourceware): gccrust - failed configure (failure) (master)
 2023-02-02 22:26 UTC 

[COMMITTED] gccrs: Add testcase to show forward declared items work via TypeAlias
 2023-01-31 13:27 UTC 

[COMMITTED] gccrs: Add testcase to show forward declared items work
 2023-01-31 13:27 UTC 

[COMMITTED] gccrs: Refactor TypeResolution to be a simple query based system
 2023-01-31 13:27 UTC 

[COMMITTED] gccrs: Fix duplicated function generation on higher ranked trait bounds
 2023-01-31 13:27 UTC 

[COMMITTED] gccrs: Make constexpr constructors type-checking more permissive
 2023-01-31 13:27 UTC 

[COMMITTED] gccrs: Cleanup formatting of backend expression visitor
 2023-01-31 13:27 UTC 

[COMMITTED] gccrs: testsuite/rust: add a testcase for testing 
 2023-01-31 13:27 UTC 

[COMMITTED] gccrs: expand: eager evaluate macros inside builtin macros
 2023-01-31 13:27 UTC 

[COMMITTED] gccrs: rust: Add -frust-compile-until option
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: Add testcase for const-eval issue from rust-blog
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: remove bad assertion
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: Statics are a coercion site
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: Static Items must be const evaluated
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: module lowering: Do not append null pointers as items
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: attributes: Add #[macro_use] as builtin
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: const generics: Forbid default values in Functions, Traits and Impls
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: const generics: Make sure const generic types are visited properly
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: testsuite: add loop condition execution test
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: add testcase with struct to test component_ref and constructor codes
 2023-01-31 13:26 UTC 

[COMMITTED] gccrs: backend: correctly formulate the exit condition 
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: add testcase to test component_ref and constructor codes in eval_constant_expression()
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: bugfix: initialize slice from array in const context
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: Unit structs are not concrete when they need substitutions
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: Add new check for contains_associated_types
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: Add extra debugging for method call expressions
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: Create canonical process of compiling constant items
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: Remove param_use_canonical_types checks ported from c++ front-end
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: Refactor unify to hit a unify_site
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: Add missing location info to coercions
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: Add guards against getting data from an empty vector
 2023-01-31 13:25 UTC 

[COMMITTED] gccrs: parser: Parse RangeFullExpr without erroring out
 2023-01-31 13:24 UTC 

[COMMITTED] gccrs: lint: Do not emit unused warnings for public items
 2023-01-31 13:24 UTC 

[COMMITTED] gccrs: backend: Expose Bvariable class through rust-gcc header
 2023-01-31 13:23 UTC 

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).