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
/
weak_lang_items.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-1
/
+2
2025-01-06
Add support for wasm exception handling to Emscripten target
Hood Chatham
-1
/
+4
2024-08-29
Add `warn(unreachable_pub)` to `rustc_passes`.
Nicholas Nethercote
-1
/
+5
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-1
/
+1
2024-05-22
rustc: Use `tcx.used_crates(())` more
Vadim Petrochenkov
-1
/
+1
2024-04-17
consistency rename: language item -> lang item
Ralf Jung
-1
/
+1
2024-01-10
Stop mentioning internal lang items in no_std binary errors
Nilstrieb
-1
/
+5
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-15
Collect lang items from AST
Michael Goulet
-11
/
+19
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-9
/
+1
2022-10-29
Cleanup weak lang items
Cameron Steffen
-6
/
+6
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-07
use cherry-picked commit from #100754 to emit note without error
Nathan Stocks
-2
/
+4
2022-10-07
migrate the rest of weak_lang_items.rs to translateable diagnostics
Nathan Stocks
-10
/
+4
2022-10-07
Migrate weak_lang_items.rs
rdvdev2
-10
/
+5
2022-07-20
Use FxIndexMap instead of otherwise unused StableMap for WEAK_ITEMS_REFS.
Michael Woerister
-1
/
+1
2022-06-18
rustc_target: Remove some redundant target properties
Vadim Petrochenkov
-1
/
+1
2022-04-09
restrict access to span only when we emit diagnostic
Miguel Guarniz
-1
/
+1
2022-04-08
add mapping from DefKind to Target and remove more ItemLikeVisitor impls
Miguel Guarniz
-35
/
+21
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-7
/
+1
2022-01-09
Clean up lang_items::extract
Eric Huss
-3
/
+1
2021-12-14
Suggest to specify a target triple when eh_personality lang item is missing
Lucas Kent
-2
/
+8
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-2
/
+2
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-1
/
+2
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-1
/
+1
2021-03-09
Remove hir::ForeignItem::attrs.
Camille GILLOT
-1
/
+2
2021-01-25
This should address issue 81294.
Felix S. Klock II
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-10-02
Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)
Harald Hoyer
-1
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+102