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_resolve
/
src
/
def_collector.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
Pass the target type down to `parse_attribute_list`
Jonathan Brouwer
-0
/
+2
2025-08-12
Switch to a bitflags `MacroKinds` to support macros with more than one kind
Josh Triplett
-2
/
+2
2025-07-15
Fix ice for feature-gated cfg attributes applied to the crate
Jonathan Brouwer
-2
/
+2
2025-07-15
Allow `Early` stage to emit errors
Jonathan Brouwer
-0
/
+1
2025-07-09
MacroData in ResolverArenas + split macro_map into extern_macro_map and local...
LorrensP-2158466
-1
/
+1
2025-06-25
Don't give APITs names with macro expansion placeholder fragments in it
Michael Goulet
-9
/
+9
2025-06-20
remove equivalent new method on context
Jana Dönszelmann
-2
/
+2
2025-06-12
introduce new lint infra
Jana Dönszelmann
-1
/
+7
2025-06-06
deduplicate more `walk_*` methods in AST visit
Deadbeef
-3
/
+6
2025-05-28
Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.
Nicholas Nethercote
-2
/
+2
2025-04-01
Address review comments.
Nicholas Nethercote
-1
/
+4
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-15
/
+18
2025-03-26
Don't deaggregate InvocationParent just to reaggregate it again
Oli Scherer
-24
/
+15
2025-03-25
Allow defining opaques in statics and consts
Michael Goulet
-1
/
+7
2025-03-07
Pass `Option<Symbol>` to `def_path_data`/`create_def` methods.
Nicholas Nethercote
-31
/
+21
2025-03-03
Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov
Matthias Krüger
-0
/
+8
2025-03-01
Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses
Frank King
-0
/
+8
2025-02-26
Handle asm const similar to inline const
Gary Guo
-0
/
+39
2025-02-24
lower attr spans and inline some functions to hopefully mitigate perf regress...
Jana Dönszelmann
-1
/
+6
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-1
/
+13
2025-02-08
Rustfmt
bjorn3
-5
/
+8
2025-02-03
Express contracts as part of function header and lower it to the contract lan...
Celina G. Val
-1
/
+4
2025-01-28
Refactor FnKind variant to hold &Fn
Celina G. Val
-3
/
+6
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-14
Don't make a def id for impl_trait_in_bindings
Michael Goulet
-0
/
+9
2024-11-28
always create `DefId`s when lowering anon-consts
lcnr
-132
/
+26
2024-11-20
Use edition of `macro_rules` when compiling the macro
Eric Huss
-1
/
+1
2024-11-05
Check for both `StmtKind::MacCall` and `ExprKind::MacCall`
Boxy
-19
/
+10
2024-10-26
expand: Stop using artificial `ast::Item` for macros loaded from metadata
Vadim Petrochenkov
-2
/
+4
2024-10-01
Remove anon struct and union types
Michael Goulet
-18
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-11
/
+8
2024-09-21
Handle macro calls in anon const def creation take 2
Boxy
-18
/
+86
2024-09-13
Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwU
bors
-40
/
+80
2024-09-12
Re-enable `ConstArgKind::Path` lowering by default
Noah Lev
-16
/
+14
2024-09-12
Fix anon const def-creation when macros are involved
Noah Lev
-34
/
+76
2024-09-12
Introduce `'ra` lifetime name.
Nicholas Nethercote
-4
/
+4
2024-09-01
Replace walk with visit so we dont skip outermost expr kind in def collector
Michael Goulet
-1
/
+1
2024-08-31
Create opaque definitions in resolver.
Camille GILLOT
-52
/
+64
2024-08-19
Retroactively feature gate `ConstArgKind::Path`
Boxy
-7
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-2
/
+13
2024-07-06
out_of_scope_macro_calls: Detect calls inside attributes more precisely
Vadim Petrochenkov
-6
/
+17
2024-06-27
Tighten spans for async blocks
Michael Goulet
-1
/
+1
2024-06-21
Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino
Matthias Krüger
-6
/
+1
2024-06-20
StaticForeignItem and StaticItem are the same
Michael Goulet
-6
/
+1
2024-06-20
collect attrs in const block expr
bohan
-0
/
+3
2024-06-14
delegation: Implement glob delegation
Vadim Petrochenkov
-4
/
+6
2024-06-07
Revert "Create const block DefIds in typeck instead of ast lowering"
Oli Scherer
-0
/
+10
2024-06-04
Add safe/unsafe to static inside extern blocks
Santiago Pastorino
-3
/
+15
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-3
/
+6
[next]