index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast_lowering
/
src
/
delegation.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-13
Remove hir::AssocItemKind.
Camille GILLOT
-15
/
+0
2025-07-13
Delegation: self parameter must be named exactly `self`.
Camille GILLOT
-7
/
+33
2025-06-01
Add `visit_id` to ast `Visitor`
Deadbeef
-7
/
+1
2025-04-14
Move `has_self` field to `hir::AssocKind::Fn`.
Nicholas Nethercote
-1
/
+1
2025-04-10
Avoid empty identifiers for delegate params and args.
Nicholas Nethercote
-7
/
+8
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-3
/
+5
2025-03-25
Avoid some more global state
Oli Scherer
-4
/
+12
2025-03-13
Delegation: allow foreign fns `reuse`
Bryanskiy
-5
/
+10
2025-03-12
Delegation: one more ICE fix for `MethodCall` generation
Bryanskiy
-0
/
+1
2025-03-10
Delegation: fix ICE with invalid MethodCall generation
Bryanskiy
-14
/
+16
2025-02-09
compiler: remove rustc_target::spec::abi reexports
Jubilee Young
-2
/
+2
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-15
Treat safe target_feature functions as unsafe by default
Oli Scherer
-2
/
+13
2025-01-14
Add hir::HeaderSafety to make follow up commits simpler
Oli Scherer
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-28
Add duplicate lowering check
Adwin White
-1
/
+1
2024-10-28
Lower AST node id only once
Adwin White
-2
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-20
Conditionally allow lowering RTN (..) in paths
Michael Goulet
-1
/
+2
2024-09-02
chore: Fix typos in 'compiler' (batch 1)
Alexander Cyon
-2
/
+2
2024-08-26
Rename ParenthesizedGenericArgs to GenericArgsMode
Michael Goulet
-2
/
+2
2024-08-16
Use FnSig instead of raw FnDecl for ForeignItemKind::Fn
Michael Goulet
-1
/
+1
2024-08-07
Use more slice patterns inside the compiler
León Orell Valerian Liehr
-2
/
+2
2024-07-29
Delegation: support generics for delegation from free functions
Bryanskiy
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+7
2024-07-16
Delegation: support coercion for target expression
Bryanskiy
-15
/
+69
2024-06-25
Delegation: ast lowering refactor
Bryanskiy
-58
/
+49
2024-06-10
Delegation: fix ICE on recursive delegation
Bryanskiy
-1
/
+3
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-2
/
+2
2024-04-23
delegation: Support async, const, extern "ABI" and C-variadic functions
Vadim Petrochenkov
-41
/
+76
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-1
/
+1
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-3
/
+4
2024-02-27
Refactor `LoweringContext::get_delegation_sig_id`.
Nicholas Nethercote
-6
/
+2
2024-02-23
compiler: clippy::complexity fixes
Matthias Krüger
-1
/
+1
2024-02-07
No need to take ImplTraitContext by ref
Michael Goulet
-1
/
+1
2024-01-12
Delegation implementation: step 1
Bryanskiy
-0
/
+348