]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust/util
Daily bump.
[thirdparty/gcc.git] / gcc / rust / util /
2025-04-28  Pierre-Emmanuel... gccrs: Use stacked context for nested bindings.
2025-04-14  Arthur Cohengccrs: lang-items: Add ManuallyDrop<T>
2025-04-14  Arthur Cohengccrs: attributes: Handle external tool annotations...
2025-04-14  Arthur Cohengccrs: attributes: Add missing attributes used in ...
2025-04-14  beamandalagccrs: Add `#[track_caller]` as known attribute
2025-04-08  Pierre-Emmanuel... gccrs: Revert part of 44ffe1193269
2025-03-24  Pierre-Emmanuel... gccrs: Add a function to get the crate number from...
2025-03-24  Arthur Cohengccrs: expansion: Correctly expand $crate metavar
2025-03-24  Owen Averygccrs: Reduce usage of rust-session-manager.h
2025-03-24  Owen Averygccrs: nr2.0: Handle lang item type path segments
2025-03-24  Philip Herrongccrs: add discriminant value intrinsic
2025-03-24  Owen Averygccrs: nr2.0: Resolve instances of TypePath more accurately
2025-03-24  Arthur Cohengccrs: lang-items: Add structural_{peq, teq}
2025-03-24  Arthur Cohengccrs: lang-items: Add From::from
2025-03-24  Arthur Cohengccrs: lang-items: Add LangItem::IsEnumVariant
2025-03-24  Arthur Cohengccrs: mappings: Improve error message for get_lang_ite...
2025-03-24  Pierre-Emmanuel... gccrs: Add environment capture to NR2
2025-03-24  Arthur Cohengccrs: lang-items: Add Result and Try lang items
2025-03-24  lishingccrs: lang-item:Add LangItem::Kind::RECEIVER
2025-03-24  Arthur Cohengccrs: typecheck: Add basic handling for applying auto...
2025-03-21  Arthur Cohengccrs: mappings: Add get_lang_item_node
2025-03-21  Arthur Cohengccrs: lang-item: Add LangItem::PrettyString
2025-03-21  Arthur Cohengccrs: attributes: Add #[derive] as a built-in attribute
2025-03-21  CohenArthurgccrs: Revert "gcc/rust/ChangeLog:"
2025-03-21  Om Swaroop Nayakgccrs: gcc/rust/ChangeLog:
2025-03-21  Philip Herrongccrs: add support for lang_item eq and PartialEq trait
2025-03-21  Owen Averygccrs: Remove Rust::make_unique
2025-03-21  Arthur Cohengccrs: lang-item: Add Option::{None, Some}, Iterator...
2025-03-21  Arthur Cohengccrs: lang-item: Add Sync trait
2025-03-21  Arthur Cohengccrs: attributes: Add class for sharing methods on...
2025-03-21  Arthur Cohengccrs: lang-items: Store NodeId mappings for lang items
2025-03-21  Arthur Cohengccrs: stacked-contexts: Add peek() method
2025-03-21  Arthur Cohengccrs: mappings: Move lang_item definitions to .cc
2025-03-21  Arthur Cohengccrs: lang-items: Move comment about arithmetic lang...
2025-03-21  Pierre-Emmanuel... gccrs: Clean up some system includes
2025-03-21  Pierre-Emmanuel... gccrs: Refactor HIR to reduce the amount of raw pointers
2025-03-19  Owen Averygccrs: Add extra assertions to tl::optional
2025-03-19  Owen Averygccrs: Fix v0-mangle1.rs test when run with ASAN
2025-03-19  Arthur Cohengccrs: attributes: Start handling prelude_import properly
2025-03-17  Pierre-Emmanuel... gccrs: Add dropck_eyepatch feature gate for may_dangle
2025-03-17  Owen Averygccrs: Allow rustc_const_stable and rustc_const_unstable
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_ast_item's return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_visibility's return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_macro_invocation's return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_macro_def return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_canonical_path's return path
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_pattern return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_struct_field return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_self_param return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_param return type with optional
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_smt's return type with optional
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_type return type with an optional
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_generic_param return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_path_expr_seg return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_expr return type to optional
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_implitem return type
2025-03-17  Pierre-Emmanuel... gccrs: Change return type to optional in get_lang_item
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_module function return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_extern_item return type
2025-03-17  Pierre-Emmanuel... gccrs: Change return type of lookup trait defid functions.
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_local_defid return type to optional
2025-03-17  Pierre-Emmanuel... gccrs: Change return type of lookup_defid
2025-03-17  Pierre-Emmanuel... gccrs: Change crate name retrieval function return...
2025-03-17  Pierre-Emmanuel... gccrs: Change crate_num_to_nodeid return type
2025-03-17  Pierre-Emmanuel... gccrs: Change return type of lookup_crate_name
2025-03-17  Pierre-Emmanuel... gccrs: Change return type of lookup_impl_block_type
2025-03-17  Pierre-Emmanuel... gccrs: Change return type for lookup_hir_impl_block
2025-03-17  Pierre-Emmanuel... gccrs: Change return type of lookup_hir_extern_block
2025-03-17  Pierre-Emmanuel... gccrs: Change return type of lookup_hir_trait_item
2025-03-17  Pierre-Emmanuel... gccrs: Change return type for lookup_hir_item to optional
2025-03-17  Pierre-Emmanuel... gccrs: Change return type of resolve_nodeid_to_stmt
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_to_node return type to optional
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_node_to_hir return type to optional
2025-03-17  Pierre-Emmanuel... gccrs: Change singleton returned type to a reference
2025-01-02  Jakub JelinekUpdate copyright years.
2024-11-28  David Malcolmdiagnostics: replace %<%s%> with %qs [PR104896]
2024-10-25  Jakub Jelinekgcc: Remove trailing whitespace
2024-08-01  Owen Averygccrs: Recognize unstable as a builtin attribute
2024-08-01  Owen Averygccrs: Recognize rustc_deprecated as a builtin attribute
2024-08-01  Pierre-Emmanuel... gccrs: Update assignment operator with cratenum
2024-08-01  Pierre-Emmanuel... gccrs: Add name resolution for on globbing use decl
2024-08-01  0xn4utilusgccrs: Remove dead code associated with `AST::ExternalF...
2024-08-01  Sourabh Jaiswalgccrs: Clean BiMap to use tl::optional for lookups
2024-08-01  Arthur Cohengccrs: lang-items: Make lang items enum stronger, renam...
2024-08-01  Arthur Cohengccrs: lang-items: Cleanup parsing and lookups of lang...
2024-02-21  Sahil YeoleUpdate copyright years.
2024-02-07  Kushal Palgccrs: Remove obsolete classes and functions.
2024-02-07  Raiki Tamuragccrs: Implement quick-check for Unicode
2024-01-30  Kushal Palgccrs: Renamed `WIN64` to `WIN_64`
2024-01-30  Pierre-Emmanuel... gccrs: Make function bodies truly optional
2024-01-30  Pierre-Emmanuel... gccrs: Change the attribute checker visitor to default one
2024-01-30  Pierre-Emmanuel... gccrs: Split async and const function qualifiers
2024-01-30  Pierre-Emmanuel... gccrs: Introduce a proper keyword list
2024-01-30  Pierre-Emmanuel... gccrs: Add a list of weak keyword
2024-01-30  Pierre-Emmanuel... gccrs: Add edition separation for keywords
2024-01-30  Pierre-Emmanuel... gccrs: Replace TOK suffix with KW
2024-01-16  Raiki Tamuragccrs: v0-mangle closures
2024-01-16  Pierre-Emmanuel... gccrs: Rework function special parameters
2024-01-16  Pierre-Emmanuel... gccrs: Change keyword set to a map
2024-01-16  Pierre-Emmanuel... gccrs: Add new keyword utility class
next