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_hir
/
src
/
def.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-04
Add safe/unsafe to static inside extern blocks
Santiago Pastorino
-0
/
+2
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-1
/
+1
2024-04-15
Opaque types have no namespace
Michael Goulet
-2
/
+2
2024-04-05
explaining `DefKind::Field`
bohan
-0
/
+3
2024-03-21
Fix bad span for explicit lifetime suggestion
Shoyu Vanilla
-0
/
+2
2024-03-12
Some comment nits
Oli Scherer
-1
/
+1
2024-03-12
s/mt/mutability/
Oli Scherer
-1
/
+1
2024-03-12
Ensure nested allocations in statics do not get deduplicated
Oli Scherer
-0
/
+3
2024-03-12
Add `nested` bool to `DefKind::Static`.
Oli Scherer
-0
/
+2
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-5
/
+8
2024-02-12
Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk
Matthias Krüger
-0
/
+6
2024-02-12
Lower anonymous structs or unions to HIR
Frank King
-0
/
+2
2024-02-11
is_closure_like
Michael Goulet
-0
/
+6
2023-12-20
Give `VariantData::Struct` named fields, to clairfy `recovered`.
Alona Enraght-Moony
-1
/
+1
2023-12-18
Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl...
Michael Woerister
-2
/
+2
2023-12-03
rustc: Harmonize `DefKind` and `DefPathData`
Vadim Petrochenkov
-0
/
+37
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-5
/
+1
2023-11-20
Put derives on a single line where possible.
Nicholas Nethercote
-10
/
+5
2023-11-20
Add a comment.
Nicholas Nethercote
-0
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-3
/
+3
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-5
/
+5
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-6
/
+4
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-4
/
+6
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-6
/
+1
2023-04-16
use matches! macro in more places
Matthias Krüger
-4
/
+1
2023-02-22
diagnostics: if AssocFn has self argument, describe as method
Michael Howell
-0
/
+9
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-5
/
+7
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-1
/
+15
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+1
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-18
/
+4
2022-10-11
rustc_hir: Less error-prone methods for accessing `PartialRes` resolution
Vadim Petrochenkov
-0
/
+10
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-50
/
+65
2022-09-09
Address nits
Michael Goulet
-2
/
+2
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+5
2022-09-08
remove unnecessary `PartialOrd` and `Ord`
Takayuki Maeda
-1
/
+1
2022-09-05
Add some blank lines to the definition of `Res`.
Nicholas Nethercote
-1
/
+5
2022-08-28
Remove `register_attr` feature
Yuki Okushi
-8
/
+2
2022-07-26
Replace LifetimeRes::Anonymous by LifetimeRes::Infer.
Camille GILLOT
-5
/
+2
2022-07-26
Remove the distinction between LifetimeName::Implicit and LifetimeName::Under...
Camille GILLOT
-2
/
+0
2022-07-25
Report elision failures on the AST.
Camille GILLOT
-1
/
+1
2022-07-20
Introduce AnonymousLifetimeRib::Elided and use it for implied 'static.
Camille GILLOT
-1
/
+1
2022-06-21
Always create parameters for functions-like types.
Camille GILLOT
-2
/
+1
2022-06-19
Leave the responsibility to create `Fresh` lifetimes to lowering.
Camille GILLOT
-1
/
+3
2022-06-14
Make ResolverAstLowering a struct.
Camille GILLOT
-1
/
+41
2022-05-31
Apply track_caller to closure on `expect_non_local()`
Yuki Okushi
-1
/
+4
2022-05-30
Default methods of traits are also AssocFn defs as they essentially desugar t...
Oli Scherer
-0
/
+1
2022-05-09
review
lcnr
-0
/
+37
2022-05-07
Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors
bors
-0
/
+1
2022-05-03
Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis
bors
-0
/
+5
[next]