index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
rust
/
util
/
rust-attributes.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-14
attributes: Handle external tool annotations like rustfmt::
Arthur Cohen
1
-1
/
+2
2025-04-14
attributes: Add missing attributes used in `core`
Arthur Cohen
1
-1
/
+19
2025-04-14
Add `#[track_caller]` as known attribute
beamandala
1
-1
/
+2
2025-01-16
attributes: Add #[derive] as a built-in attribute
Arthur Cohen
1
-0
/
+1
2025-01-10
Revert "gcc/rust/ChangeLog:"
CohenArthur
1
-8
/
+0
2025-01-10
gcc/rust/ChangeLog:
Om Swaroop Nayak
1
-0
/
+8
2024-12-04
attributes: Add class for sharing methods on attributes.
Arthur Cohen
1
-0
/
+9
2024-08-22
attributes: Start handling prelude_import properly
Arthur Cohen
1
-1
/
+2
2024-05-29
Allow rustc_const_stable and rustc_const_unstable
Owen Avery
1
-1
/
+4
2024-03-27
Recognize unstable as a builtin attribute
Owen Avery
1
-1
/
+2
2024-03-27
Recognize rustc_deprecated as a builtin attribute
Owen Avery
1
-0
/
+1
2024-03-05
Remove dead code associated with `AST::ExternalFunctionItem`
0xn4utilus
1
-4
/
+0
2024-02-16
Update copyright years.
Sahil Yeole
1
-1
/
+1
2024-02-05
Remove obsolete classes and functions.
Kushal Pal
1
-8
/
+0
2023-12-06
Make function bodies truly optional
Pierre-Emmanuel Patry
1
-1
/
+2
2023-12-01
Change the attribute checker visitor to default one
Pierre-Emmanuel Patry
1
-12
/
+11
2023-11-14
Rework function special parameters
Pierre-Emmanuel Patry
1
-0
/
+12
2023-11-09
Replace AST::Method with existing AST::Function
Owen Avery
1
-6
/
+0
2023-09-07
Unify raw attribute values
Pierre-Emmanuel Patry
1
-29
/
+32
2023-09-01
gccrs: Add check for no_mangle attribute
Raiki Tamura
1
-0
/
+19
2023-07-29
Remove Location typedef
Owen Avery
1
-1
/
+1
2023-07-27
Check proc_macro attributes on non root functions
Pierre-Emmanuel Patry
1
-6
/
+50
2023-07-27
Emit error with proc macro on non functions
Pierre-Emmanuel Patry
1
-26
/
+80
2023-07-20
proc macro: Add help message to malformed derive
Pierre-Emmanuel Patry
1
-0
/
+4
2023-07-20
proc macro: Detect malformed proc_macro_derive
Pierre-Emmanuel Patry
1
-0
/
+5
2023-07-20
proc macros: Add crate type attribute check
Pierre-Emmanuel Patry
1
-2
/
+33
2023-06-29
ast: Change Identifier definition
Pierre-Emmanuel Patry
1
-1
/
+1
2023-06-08
expand: Add prc macro expander and registration
Pierre-Emmanuel Patry
1
-0
/
+1
2023-06-08
attributes: Add allow_internal_unstable attribute
Pierre-Emmanuel Patry
1
-0
/
+1
2023-05-17
Add AST::AttrInputMacro
Owen Avery
1
-0
/
+5
2023-05-15
ast: Remove ExprStmtWithBlock / ExprStmtWithoutBlock distinction
Matthew Jasper
1
-5
/
+1
2023-04-14
Unify AST::IfLetExprConseqIf{,Let} into AST::IfLetExprConseqElse
Owen Avery
1
-8
/
+0
2023-04-12
Unify AST::IfExprConseqIf{,Let} into AST::IfExprConseqElse
Owen Avery
1
-8
/
+0
2023-04-05
expand: Add builtin attribute identification
Pierre-Emmanuel Patry
1
-0
/
+1
2023-03-30
gccrs: Add missing known attribute stable
Philip Herron
1
-1
/
+2
2023-03-25
Revert "hir: Add ExportedMacro node and handling."
Arthur Cohen
1
-1
/
+0
2023-03-14
hir: Add ExportedMacro node and handling.
Arthur Cohen
1
-0
/
+1
2023-02-28
ast: Add RestPattern AST node
Pierre-Emmanuel Patry
1
-0
/
+4
2023-02-24
ast: Add ExternalTypeItem node
Arthur Cohen
1
-0
/
+4
2023-02-16
Add AST::AltPattern class
Owen Avery
1
-0
/
+4
2023-02-12
Merge commit '83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c' into HEAD
Thomas Schwinge
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-02
unsafe: check use of `target_feature` attribute
Prajwal S N
1
-0
/
+3
2022-12-13
gccrs: Add attributes checker
Arthur Cohen
1
-0
/
+839
2022-12-05
Cleanup unused parameters to fix the bootstrap build
Philip Herron
1
-156
/
+156
2022-12-04
Revert "rust: Remove unused variables and fix dangling references"
Philip Herron
1
-156
/
+156
2022-11-15
rust: Remove unused variables and fix dangling references
Arthur Cohen
1
-156
/
+156
2022-10-27
attribute checker: Remove system includes
Arthur Cohen
1
-1
/
+1
2022-09-13
attributes: Add #[macro_use] as builtin
Arthur Cohen
1
-0
/
+1
2022-08-26
rustc_attrs: Allow `rustc_inherit_overflow_checks` as a builtin
Arthur Cohen
1
-15
/
+17
[next]