CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Date: Sun, 12 Oct 2025 02:20:33 GMT
Server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_qos/11.74 mod_wsgi/4.6.4 Python/3.6 mod_perl/2.0.12 Perl/v5.26.3
Location: https://inbox.sourceware.org/gcc-rust/
Content-Type: text/plain; charset=UTF-8
Strict-Transport-Security: max-age=16070400
Transfer-Encoding: chunked
HTTP/1.1 200 OK
Date: Sun, 12 Oct 2025 02:20:33 GMT
Server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_qos/11.74 mod_wsgi/4.6.4 Python/3.6 mod_perl/2.0.12 Perl/v5.26.3
Content-Type: text/html; charset=UTF-8
Content-Length: 6403
Vary: Accept-Encoding
Content-Encoding: gzip
Strict-Transport-Security: max-age=16070400
public inbox for gcc-rust@gcc.gnu.org
[committed] all: Fix "specifc", "costant" and "constat" typos in comments 2025-10-07 14:42 UTC New privacy policy at codeberg.org 2025-09-24 18:36 UTC ☺ Buildbot (Sourceware): gccrust - build successful (master) 2025-09-09 9:06 UTC ☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master) 2025-09-09 7:35 UTC ☝ Buildbot (Sourceware): gccrust - worker not available (master) 2025-09-03 11:18 UTC ☺ Buildbot (Sourceware): gccrust - build successful (master) 2025-08-31 17:31 UTC Один из ваших прокси скоро истекает / getproxy.io 2025-08-21 9:05 UTC Один из ваших прокси скоро истекает / getproxy.io 2025-08-19 9:05 UTC [Bug rust/120018] [15/16 regression] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits 2025-08-17 17:25 UTC (2+ messages) ` [Bug rust/120018] [15 " ☺ Buildbot (Sourceware): gccrust - build successful (master) 2025-08-17 17:21 UTC ☝ Buildbot (Sourceware): gccrust - worker not available (master) 2025-08-14 11:32 UTC ☺ Buildbot (Sourceware): gccrust - build successful (master) 2025-08-14 10:57 UTC ☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master) 2025-08-14 10:32 UTC ☺ Buildbot (Sourceware): gccrust - build successful (master) 2025-08-08 21:55 UTC [Bug rust/116427] New: [15 regression] 32-bit crab1 fails to link on Solaris 2025-08-08 7:27 UTC (2+ messages) ` [Bug rust/116427] [15/16 " The 8th Guangzhou International Education & Study Abroad Expo on Nov 29-30, 2025 2025-08-07 8:05 UTC ☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master) 2025-08-06 2:23 UTC ☺ Buildbot (Sourceware): gccrust - build successful (master) 2025-08-05 21:41 UTC ☺ Buildbot (Sourceware): gccrust - build successful (master) 2025-08-05 21:25 UTC ☺ Buildbot (Sourceware): gccrust - build successful (master) 2025-08-05 21:08 UTC [COMMITTED 001/220] gccrs: nr2.0: late: Correctly initialize funny_error member 2025-08-05 14:56 UTC (180+ messages) ` [COMMITTED 042/220] gccrs: parser: fix ICE std::out_of_range with path attrs to nonexisting path ` [COMMITTED 043/220] gccrs: nr2.0: Improve visibility path handling ` [COMMITTED 044/220] gccrs: nr2.0: Catch Self in impl block self types ` [COMMITTED 045/220] gccrs: fix: ICE when parsing unterminated raw byte strings ` [COMMITTED 046/220] gccrs: Lower IdentifierPattern's to_bind to HIR ` [COMMITTED 047/220] gccrs: nr2.0: Separate out canonical path handling ` [COMMITTED 048/220] gccrs: Add new function ClosureExpr::get_definition_expr ` [COMMITTED 049/220] gccrs: nr2.0: Improve StructPatternFieldIdent handling ` [COMMITTED 050/220] gccrs: nr2.0: Adjust pub_restricted tests ` [COMMITTED 051/220] gccrs: nr2.0: Improve handling of single segment paths ` [COMMITTED 052/220] gccrs: nr2.0: Fix closure parameter scoping ` [COMMITTED 053/220] gccrs: Support compilation of IdentifierPattern's subpatterns ` [COMMITTED 054/220] gccrs: Rename IdentifierPattern's to_bind to subpattern ` [COMMITTED 055/220] gccrs: nr2.0: Adjust alternate identifier handling ` [COMMITTED 056/220] gccrs: Fix bad type canonicalization on ARRAY_TYPES ` [COMMITTED 057/220] gccrs: Fix bug in query type stopping PartialOrd ` [COMMITTED 058/220] gccrs: rib: Add all kinds of Ribs to pretty-printing ` [COMMITTED 059/220] gccrs: derive: chore: Add missing override qualifiers ` [COMMITTED 060/220] gccrs: derive(Ord, PartialOrd): Add base for deriving them ` [COMMITTED 061/220] gccrs: derive: Add const generics when deriving impls ` [COMMITTED 062/220] gccrs: builder: Add match_case() function and new block() one ` [COMMITTED 063/220] gccrs: derive: Add common comparison derive class ` [COMMITTED 064/220] gccrs: derive(PartialEq): Use that common class ` [COMMITTED 065/220] gccrs: derive(Ord, PartialOrd): Implement proper recursive match logic ` [COMMITTED 066/220] gccrs: derive(PartialEq): chore: Refactor using new SelfOther APIs ` [COMMITTED 067/220] gccrs: derive(Ord, PartialOrd): Handle tuples properly ` [COMMITTED 068/220] gccrs: builder: Add Builder::discriminant_value ` [COMMITTED 069/220] gccrs: derive(Hash): Use new Builder API ` [COMMITTED 070/220] gccrs: derive(Ord): Add handling for ordering of discriminant values ` [COMMITTED 071/220] gccrs: ast-builder: Make location public ` [COMMITTED 072/220] gccrs: derive-cmp: Add EnumMatchBuilder class ` [COMMITTED 073/220] gccrs: derive(PartialEq): Implement proper discriminant comparison ` [COMMITTED 074/220] gccrs: derive(Ord, PartialOrd): Finish implementation ` [COMMITTED 075/220] gccrs: derive(Ord): Fix condition for matching on Option::Some instead ` [COMMITTED 076/220] gccrs: derive(Ord): Fix cmp call to use references instead of values ` [COMMITTED 077/220] gccrs: derive(Ord): Handle unit structs properly ` [COMMITTED 078/220] gccrs: derive(Ord, Eq): Use different node IDs for variant paths ` [COMMITTED 079/220] gccrs: chore: Fix formatting ` [COMMITTED 080/220] gccrs: Improve HIR dumps for patterns ` [COMMITTED 081/220] gccrs: nr2.0: Adjust lookup of associated items ` [COMMITTED 082/220] gccrs: Rename get_pattern_to_bind to get_subpattern ` [COMMITTED 083/220] gccrs: Implement name resolution for IdentifierPattern's subpattern ` [COMMITTED 084/220] gccrs: Implement compilation of IdentifierPattern's subpattern bindings ` [COMMITTED 085/220] gccrs: nr2.0: Update IdentifierPattern's subpattern name resolution ` [COMMITTED 086/220] gccrs: Fix issues around PartialEq Eq Ord Partial Ord ` [COMMITTED 087/220] gccrs: Fix execute testsuite ` [COMMITTED 088/220] gccrs: Adjust external crate lowering and type checking ` [COMMITTED 089/220] gccrs: Fix ICE when constant is missing and expression ` [COMMITTED 090/220] gccrs: Add test case showing RPIT working to close issue ` [COMMITTED 091/220] gccrs: Move AST desugaring into expansion phase ` [COMMITTED 092/220] gccrs: Ensure we look at the bounds behind a reference ` [COMMITTED 093/220] gccrs: Fix cyclical projection to placeholder ` [COMMITTED 094/220] gccrs: Cleanup and refactor method resolution ` [COMMITTED 095/220] gccrs: Refactor marker builtin trait assembly ` [COMMITTED 096/220] gccrs: Fix bug with bad type bindings not looking at super traits ` [COMMITTED 097/220] gccrs: Fix silly ordering bug in trait reference resolution ` [COMMITTED 098/220] gccrs: Add unify rules for fnptr and closures ` [COMMITTED 099/220] gccrs: nr2.0: Fix resolution of constant items ` [COMMITTED 100/220] gccrs: Fix TupleStructPattern compilation throwing error ` [COMMITTED 101/220] gccrs: check for invalid const calls during code-gen ` [COMMITTED 102/220] gccrs: Fix bug with non compiled const decl ` [COMMITTED 103/220] gccrs: Fix scan-assembler regexp in recurse2.rs ` [COMMITTED 104/220] gccrs: Add getter for outer attributions ` [COMMITTED 105/220] gccrs: Add getter for non const lifetime object ` [COMMITTED 106/220] gccrs: Create Rust::GGC::Ident ` [COMMITTED 107/220] gccrs: Implement default HIR visitor class ` [COMMITTED 108/220] gccrs: Update C++ version check in rust-lang.cc ` [COMMITTED 109/220] gccrs: Implement type checking for ItemType::RANGED in TuplePattern ` [COMMITTED 110/220] gccrs: nr2.0: Adjust resolution of external crates ` [COMMITTED 111/220] gccrs: Add locus getters ` [COMMITTED 112/220] gccrs: nr2.0: Add more checks for alternate patterns ` [COMMITTED 113/220] gccrs: nr2.0: Adjust resolution of modules ` [COMMITTED 114/220] gccrs: ast: reconstruct: Add base for reconstructing and asserting different IDs ` [COMMITTED 115/220] gccrs: ast: Add reconstruct() method for Type nodes ` [COMMITTED 116/220] gccrs: ast: builder: Remove ASTTypeBuilder ` [COMMITTED 117/220] gccrs: reconstruct_vec: Allocate size when creating the vector ` [COMMITTED 118/220] gccrs: chore: ast: Fix formatting and includes ` [COMMITTED 119/220] gccrs: Fix type checking logic for TuplePattern ` [COMMITTED 120/220] gccrs: Implement compilation support for TuplePatternItems::RANGED ` [COMMITTED 121/220] gccrs: nr2.0: Enable by default ` [COMMITTED 122/220] gccrs: Remove -frust-name-resolution-2.0 usage in tests ` [COMMITTED 123/220] gccrs: nr1.0: Remove rust/backend support ` [COMMITTED 124/220] gccrs: Remove Late visitor override for StructStruct ` [COMMITTED 125/220] gccrs: Remove reinterpret_cast usages in DefaultASTVisitor ` [COMMITTED 126/220] gccrs: Change enum to enum class ` [COMMITTED 127/220] gccrs: Allow format_args to accept a raw string literal ` [COMMITTED 128/220] gccrs: Parse try expressions ` [COMMITTED 129/220] gccrs: ast: Check before visiting a while-let's label ` [COMMITTED 130/220] gccrs: nr2.0: Add proper handling for WhileLet loops ` [COMMITTED 131/220] gccrs: Do proper const folding during typechecking for array capacities ` [COMMITTED 132/220] gccrs: Fix ice with invalid borrow expression ` [COMMITTED 133/220] gccrs: Add type checking for SlicePattern ` [COMMITTED 134/220] gccrs: Improve LiteralPattern type checking ` [COMMITTED 135/220] gccrs: Fix narrowing of Loan (size_t) into LoanId (uint32) ` [COMMITTED 136/220] gccrs: Fix bad bounds checking for PartialOrd ` [COMMITTED 137/220] gccrs: nr2.0: Check before visiting a for-loop's label ` [COMMITTED 138/220] gccrs: Fix cast rules logic to try simple casts then fall back to coercions ` [COMMITTED 139/220] gccrs: Fix ICE when handling bad constructor ` [COMMITTED 140/220] gccrs: add test case to show issue is fixed ` [COMMITTED 141/220] gccrs: Add test case to show we emit better errors now ` [COMMITTED 142/220] gccrs: Add test case to show issue is fixed ` [COMMITTED 143/220] gccrs: attributes: Add #[test] and #[simd_test] ` [COMMITTED 144/220] gccrs: Add test case showing all derives working on enum ` [COMMITTED 145/220] gccrs: Add size checking to SlicePattern ` [COMMITTED 146/220] gccrs: Implement compilation for SlicePattern matching against ArrayType scrutinee ` [COMMITTED 147/220] gccrs: Reject loop in const/static context ` [COMMITTED 148/220] gccrs: Add test case to show issue is fixed ` [COMMITTED 149/220] gccrs: Improve parsing of simple paths ` [COMMITTED 150/220] gccrs: Fix ICE with duplicate root item main function ` [COMMITTED 151/220] gccrs: Add initial support for deffered operator overload resolution ` [COMMITTED 152/220] gccrs: return error node when this fails during constexpr case ` [COMMITTED 153/220] gccrs: Use MacroInvocLexer in AttributeParser ` [COMMITTED 154/220] gccrs: fix bad monomophization of generic paths ` [COMMITTED 155/220] gccrs: Specialize ExpandVisitor::expand_macro_children ` [COMMITTED 156/220] gccrs: Load modules during CfgStrip phase ` [COMMITTED 157/220] gccrs: mappings: Change mappings to allow other items as item containers ` [COMMITTED 158/220] gccrs: nr2.0: Handle glob imports of enum variants ` [COMMITTED 159/220] gccrs: ast: Use AnonConst for array type sizes ` [COMMITTED 160/220] gccrs: hir: Handle deferred const inference variables ` [COMMITTED 161/220] gccrs: chore: ast: Fix formatting in rust-expr.h ` [COMMITTED 162/220] gccrs: desugar: Add desugar dispatch for all desugars ` [COMMITTED 163/220] gccrs: ast: Visit block labels if they are present ` [COMMITTED 164/220] gccrs: Handle IfLetExprConseqElse in DefaultResolver ` [COMMITTED 165/220] gccrs: ast: Add Expr::Kind::Try ` [COMMITTED 166/220] gccrs: desugar: Handle try-blocks ` [COMMITTED 167/220] gccrs: Update SlicePattern typechecking against slice reference parents ` [COMMITTED 168/220] gccrs: Implement compilation for SlicePattern against SliceType scrutinee ` [COMMITTED 169/220] gccrs: Add indexed positional argument support in asm ` [COMMITTED 170/220] gccrs: Add pretty hir dump for inline assembly ` [COMMITTED 171/220] gccrs: Parse input and output expression ` [COMMITTED 172/220] gccrs: Add input/output from inout and split in out ` [COMMITTED 173/220] gccrs: Add execute test for variable and identifiers ` [COMMITTED 174/220] gccrs: nr1.0: Remove rust/typecheck support ` [COMMITTED 175/220] gccrs: Fix semicolon after some namespace ` [COMMITTED 176/220] gccrs: Fix infinite loop with missing comma ` [COMMITTED 177/220] gccrs: Error message field member was not properly updated ` [COMMITTED 178/220] gccrs: ast: Add OffsetOf node ` [COMMITTED 179/220] gccrs: expand: Add parser for offset_of!() and builtin resolution ` [COMMITTED 180/220] gccrs: hir: Add OffsetOf node ` [COMMITTED 181/220] gccrs: desugar: Add for-loop desugar to ExpressionYeast ` [COMMITTED 182/220] gccrs: desugar: Add assertions for try-blocks and question-mark ` [COMMITTED 183/220] gccrs: lower: Add assertions for desugared nodes ` [COMMITTED 184/220] gccrs: desugar: Cleanup for-loop desugar implementation ` [COMMITTED 185/220] gccrs: Fix AttrInputMacro operator= overloading ` [COMMITTED 186/220] gccrs: desugar: Add base for desugaring while-let loops ` [COMMITTED 187/220] gccrs: Do not warn about unused `self` parameter ` [COMMITTED 188/220] gccrs: Remove warning for " ` [COMMITTED 189/220] gccrs: Fix ICE during const eval of const capacity ` [COMMITTED 190/220] gccrs: Refactor substitution param mapping to be more abstract ` [COMMITTED 191/220] gccrs: simplify the is_eq on ADTType ` [COMMITTED 192/220] gccrs: Refactor the ParamType to a BaseGeneric base-type ` [COMMITTED 193/220] gccrs: Add ConstType boiler plate to handle const generics ` [COMMITTED 194/220] gccrs: Add initial support for " ` [COMMITTED 195/220] gccrs: fix clang formatting ` [COMMITTED 196/220] gccrs: Fix ICE for ast dump of deferred anon const ` [COMMITTED 197/220] gccrs: Fix ICE during hir dump of deferred anon constant ` [COMMITTED 198/220] gccrs: Support const generic inference variables ` [COMMITTED 199/220] gccrs: Fix ICE when extra const arguments supplied ` [COMMITTED 200/220] gccrs: Add rest pattern support for AST::SlicePattern ` [COMMITTED 201/220] gccrs: Retrieve token stream before vector move ` [COMMITTED 202/220] gccrs: Prevent used after move on self param ` [COMMITTED 203/220] gccrs: Initialize boolean flag correctly ` [COMMITTED 204/220] " ` [COMMITTED 205/220] gccrs: Ensure we track the const generic substitution on the param mappings ` [COMMITTED 206/220] gccrs: Remove more calls to the old TyTy::BaseType::can_eq interface ` [COMMITTED 207/220] gccrs: improve debug logging for unify site ` [COMMITTED 208/220] gccrs: remove old debug ` [COMMITTED 209/220] gccrs: Add test case showing method resolution with const-generics ` [COMMITTED 210/220] gccrs: Parse expression instead of literal in attributes ` [COMMITTED 211/220] gccrs: Fix object copying issue causing pointer inconsistency ` [COMMITTED 212/220] gccrs: Avoid including rust-parse-impl.h in rust-parse.h ` [COMMITTED 213/220] gccrs: Catch parse failure in parse_path_meta_item ` [COMMITTED 214/220] gccrs: offset_of: Compile the offset properly ` [COMMITTED 215/220] gccrs: Make AttributeParser rely more on Parser ` [COMMITTED 216/220] gccrs: Recognize rustc_args_required_const attribute ` [COMMITTED 217/220] gccrs: Remove undefined behavior with static_cast ` [COMMITTED 218/220] gccrs: Add check before calling `get_trait_ref()` ` [COMMITTED 219/220] gccrs: Call base class's accept_vis method ` [COMMITTED 220/220] gccrs: Add read-only check on HIR
page: next (older)
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).