| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | Use FxIndexMap instead of otherwise unused StableMap for WEAK_ITEMS_REFS. | Michael Woerister | -3/+3 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -2/+2 |
| 2022-05-05 | generalize "incoherent impls" impl for custom types | lcnr | -2/+0 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+1 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+2 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -30/+0 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -1/+1 |
| 2022-03-21 | Add `Destructible` for replacing `~const Drop` | Deadbeef | -0/+1 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -2/+3 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -5/+6 |
| 2022-01-31 | Take in account the unreachable! macro in the non_fmt_panic lint | Loïc BRANSTETT | -1/+0 |
| 2022-01-17 | Change TerminatorKind::Abort to call the panic handler instead of | Amanieu d'Antras | -0/+1 |
| 2022-01-09 | Clean up lang_items::extract | Eric Huss | -12/+4 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -0/+1 |
| 2021-11-23 | Add generator lang-item | Michael Goulet | -0/+1 |
| 2021-11-22 | Reintroduce `into_future` in `.await` desugaring | Eric Holk | -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 |