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_passes
/
src
/
lang_items.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-06
use def_span and def_kind queries instead of calling tcx.hir() methods
Miguel Guarniz
-2
/
+2
2022-04-08
add mapping from DefKind to Target and remove more ItemLikeVisitor impls
Miguel Guarniz
-27
/
+15
2022-04-08
remove some uses of visit_all_item_likes in typeck, symbol_mangling and passe...
Miguel Guarniz
-1
/
+16
2022-01-09
Clean up lang_items::extract
Eric Huss
-3
/
+1
2021-12-15
Remove `in_band_lifetimes` for `rustc_passes`
Peter Jaszkowiak
-2
/
+2
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-3
/
+2
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-1
/
+1
2021-08-25
Auto merge of #87875 - asquared31415:generic-lang-items, r=cjgillot
bors
-87
/
+35
2021-08-23
Detect incorrect number of lang item generics
asquared31415
-87
/
+35
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-1
/
+2
2021-07-08
Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio...
Guillaume Gomez
-3
/
+0
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-1
/
+1
2021-06-29
Remove lang items Send, UnwindSafe and RefUnwindSafe
Roxane Fruytier
-3
/
+0
2021-05-18
Rollup merge of #85339 - FabianWolff:issue-83893, r=varkor
Guillaume Gomez
-3
/
+124
2021-05-17
Two minor changes for readability and efficiency
Fabian Wolff
-3
/
+2
2021-05-16
Implement changes suggested by varkor
Fabian Wolff
-5
/
+49
2021-05-15
Report an error if a lang item has the wrong number of generic arguments
Fabian Wolff
-5
/
+83
2021-05-12
Use () for lang items.
Camille GILLOT
-6
/
+3
2021-03-09
Access attrs directly from HirId in rustc_passes::lang_items.
Camille GILLOT
-14
/
+6
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-1
/
+1
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+220