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
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-13
/
+14
2022-12-18
avoid .into() conversion to identical types
Matthias Krüger
-2
/
+0
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-1
/
+1
2022-10-29
Simplify lang item groups
Cameron Steffen
-3
/
+0
2022-10-29
Factor out ITEM_REFS
Cameron Steffen
-8
/
+7
2022-10-29
Encode LangItem directly
Cameron Steffen
-8
/
+8
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-2
/
+2
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-5
/
+11
2022-10-07
First batch of review feedback changes from #102110
Nathan Stocks
-4
/
+4
2022-10-07
migrate lang_items.rs to translateable diagnostics
Nathan Stocks
-91
/
+79
2022-10-07
use consistent names
Nathan Stocks
-4
/
+4
2022-10-07
Migrate InvalidAttrAtCrateLevel
rdvdev2
-5
/
+2
2022-10-07
Migrate derivable diagnostics in lang_items.rs
rdvdev2
-22
/
+8
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