| Age | Commit message (Expand) | Author | Lines |
| 2023-12-19 | Desugar for await loops | Eric Holk | -0/+2 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+5 |
| 2023-11-21 | Wrap a long line. | Nicholas Nethercote | -1/+1 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -2/+2 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -1/+0 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -0/+1 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -1/+0 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -1/+0 |
| 2023-06-16 | `#[lang_item]` for `core::ptr::Unique` | Neven Villani | -0/+2 |
| 2023-05-16 | Remove `LangItems::require` | Nilstrieb | -8/+0 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+1 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+1 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -0/+1 |
| 2023-04-27 | Add a `ConstParamTy` trait | Maybe Waffle | -0/+2 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+1 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+1 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -0/+3 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+1 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -0/+1 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -1/+0 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -2/+0 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -1/+1 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -0/+8 |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -0/+1 |
| 2023-01-11 | Turn format arguments types into lang items. | Mara Bos | -0/+8 |
| 2022-12-22 | abort immediately on bad mem::zeroed/uninit | Ralf Jung | -2/+3 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -1/+2 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -2/+1 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -1/+5 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -0/+2 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -0/+2 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+2 |
| 2022-11-17 | Add variant_name function to `LangItem` | Philipp Krones | -0/+8 |
| 2022-11-17 | Minimal implementation of implicit deref patterns | Deadbeef | -0/+2 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -4/+1 |
| 2022-10-29 | Simplify lang item groups | Cameron Steffen | -70/+62 |
| 2022-10-29 | Use an array in LanguageItems | Cameron Steffen | -13/+12 |
| 2022-10-29 | Factor out ITEM_REFS | Cameron Steffen | -12/+14 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -6/+1 |
| 2022-10-29 | Improve LanguageItems api | Cameron Steffen | -21/+38 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -0/+2 |
| 2022-09-08 | Generator return doesn't need to be a lang item | Michael Goulet | -1/+0 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -2/+0 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -1/+2 |
| 2022-08-25 | allow non-monomorphize modules to access hard-coded error message through new... | Nathan Stocks | -3/+4 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -1/+2 |