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_hir
/
src
/
lang_items.rs
Age
Commit message (
Expand
)
Author
Lines
2021-11-23
Add generator lang-item
Michael Goulet
-0
/
+1
2021-10-31
Require `panic` and `panic_bounds_check` to be non-generic
Gary Guo
-2
/
+2
2021-10-20
Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se
Yuki Okushi
-1
/
+0
2021-10-19
Deduplicate panic_fmt
Gary Guo
-1
/
+0
2021-10-12
Add const_eval_select intrinsic
Deadbeef
-0
/
+2
2021-09-30
Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot
Manish Goregaokar
-1
/
+1
2021-09-15
Allow `panic!("{}", computed_str)` in const fn.
Gary Guo
-0
/
+1
2021-09-14
Fix ICE when `start` lang item has wrong generics
asquared31415
-1
/
+1
2021-08-23
Detect incorrect number of lang item generics
asquared31415
-151
/
+163
2021-07-28
Make const panic!("..") work in Rust 2021.
Mara Bos
-0
/
+3
2021-06-29
Remove lang items Send, UnwindSafe and RefUnwindSafe
Roxane Fruytier
-3
/
+0
2021-06-20
Squashed implementation of the pass
Alex Vlasov
-0
/
+2
2021-05-18
Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr
bors
-4
/
+7
2021-05-06
Actually implement the feature in the compiler
Scott McMurray
-4
/
+7
2021-05-06
Add additional migrations to handle auto-traits and clone traits
Roxane
-0
/
+3
2021-03-10
Remove unnecessary `#[allow(dead_code)]`
Camelid
-1
/
+0
2021-03-10
Clarify docs
Camelid
-1
/
+2
2021-03-10
Remove `sym::` and `kw::` from generated docs
Camelid
-3
/
+3
2021-03-10
Fix bug
Camelid
-2
/
+2
2021-02-28
Convert some lang item comments to doc-comments
Camelid
-6
/
+8
2021-02-28
Improve lang item generated docs
Camelid
-10
/
+16
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-0
/
+1
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-0
/
+4
2021-02-13
Remove ProjectionTy::from_ref_and_name
Matthew Jasper
-0
/
+1
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-1
/
+1
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-1
/
+1
2020-10-22
Fix const core::panic!(non_literal_str).
Mara Bos
-0
/
+1
2020-09-01
hir: replace `lazy_static` by `SyncLazy` from std
marmeladema
-9
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+334