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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
hir
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-0
/
+12
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-16
Use FnSig instead of raw FnDecl for ForeignItemKind::Fn
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-1
/
+1
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-4
/
+7
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-1
/
+1
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-04
hir: Use `ItemLocalId` in a couple more places
Vadim Petrochenkov
-1
/
+1
2024-04-03
hir: Drop owner's own item-local id (zero) from parenting tables
Vadim Petrochenkov
-2
/
+6
2024-03-21
rename items -> free_items
Ralf Jung
-5
/
+7
2024-03-21
add some comments to hir::ModuleItems
Ralf Jung
-0
/
+6
2024-03-14
Fill in HIR hash for associated opaque types
Vadim Petrochenkov
-0
/
+27
2024-03-13
Create some minimal HIR for associated opaque types
Vadim Petrochenkov
-6
/
+4
2024-02-10
hir: Introduce `TyCtxt::parent_hir_{id,node}`
Vadim Petrochenkov
-7
/
+8
2024-02-07
hir: Remove `fn opt_hir_id` and `fn opt_span`
Vadim Petrochenkov
-5
/
+2
2024-02-03
hir: Remove the generic type parameter from `MaybeOwned`
Vadim Petrochenkov
-5
/
+4
2024-01-30
hir: Simplify `hir_owner_nodes` query
Vadim Petrochenkov
-7
/
+2
2024-01-16
Get rid of the hir_owner query.
Camille GILLOT
-28
/
+7
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-11-28
resolve: Feed the `def_kind` query immediately on `DefId` creation
Vadim Petrochenkov
-1
/
+0
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-4
/
+4
2023-11-25
rustc: Make `def_kind` mandatory for all `DefId`s
Vadim Petrochenkov
-1
/
+1
2023-10-20
Avoid a `track_errors` by bubbling up most errors from `check_well_formed`
Oli Scherer
-10
/
+22
2023-08-19
remove redundant var rebindings
Matthias Krüger
-5
/
+2
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-5
/
+5
2023-08-05
parent_module_from_def_id does not need to be a query.
Camille GILLOT
-5
/
+15
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-17
Retire is_foreign_item query.
Camille GILLOT
-0
/
+7
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-5
/
+5
2023-04-13
make impl_subject more readable
Kyle Matsuda
-6
/
+4
2023-04-13
make tcx.impl_subject return EarlyBinder, remove bound_impl_subject, rename u...
Kyle Matsuda
-6
/
+8
2023-03-21
Use local key in providers
Michael Goulet
-8
/
+6
2023-03-13
Don't opt_rpitit_info as a separate query
Michael Goulet
-1
/
+0
2023-03-08
Only compute the crate hash when necessary.
Nicholas Nethercote
-5
/
+5
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-03-01
Add opt_rpitit_info query
Santiago Pastorino
-0
/
+1
2023-02-26
Simplify diagnostic_items.
Camille GILLOT
-5
/
+9
2023-02-17
Make encode_attrs use opt_local_def_id_to_hir_id so we can feed it with None ...
Santiago Pastorino
-3
/
+3
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-01-17
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-1
/
+2
2022-12-27
Provide local extern function arg names
Michael Goulet
-1
/
+5
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-2
/
+0
2022-11-26
Verify that HIR parenting and Def parenting match.
Camille GILLOT
-7
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
[next]