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-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
2024-05-28
Create const block DefIds in typeck instead of ast lowering
Oli Scherer
-10
/
+0
2024-05-18
Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank
bors
-0
/
+1
2024-05-15
delegation: Implement list delegation
Vadim Petrochenkov
-0
/
+2
2024-05-10
Remove `#[macro_use] extern crate tracing` from `rustc_resolve`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Add StaticForeignItem and use it on ForeignItemKind
Santiago Pastorino
-1
/
+1
2024-04-27
Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr
Matthias Krüger
-1
/
+1
2024-04-25
ast: Generalize item kind visiting
Vadim Petrochenkov
-1
/
+1
2024-04-24
resolve: Remove two cases of misleading macro call visiting
Vadim Petrochenkov
-7
/
+2
2024-03-12
s/mt/mutability/
Oli Scherer
-2
/
+4
2024-03-12
Add `nested` bool to `DefKind::Static`.
Oli Scherer
-2
/
+2
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-2
/
+2
2024-03-05
Bubble up the TyCtxtFeed
Oli Scherer
-8
/
+10
2024-02-18
By tracking import use types to check whether it is scope uses or the other s...
surechen
-1
/
+1
2024-02-12
Check representation of unnamed fields
Frank King
-13
/
+18
2024-02-12
Lowering field access for anonymous adts
Frank King
-1
/
+14
[next]