| Age | Commit message (Expand) | Author | Lines |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -1/+8 |
| 2023-08-28 | Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=Amanieu | Matthias Krüger | -3/+4 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -3/+4 |
| 2023-08-19 | Correct and expand documentation of `handle_alloc_error` and `set_alloc_error... | Kevin Reid | -6/+19 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -1/+0 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -21/+0 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -2/+5 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -2/+0 |
| 2023-05-11 | Prevent insta-stable no alloc shim support | bjorn3 | -1/+11 |
| 2023-04-25 | Revert "Report allocation errors as panics" | Matthias Krüger | -75/+9 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -2/+8 |
| 2023-04-25 | Revert "Rename -Zoom=panic to -Zoom=unwind" | Matthias Krüger | -2/+2 |
| 2023-04-16 | Rename -Zoom=panic to -Zoom=unwind | Amanieu d'Antras | -2/+2 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -8/+2 |
| 2023-04-16 | Report allocation errors as panics | Amanieu d'Antras | -9/+75 |
| 2023-03-28 | Remove ~const from alloc | Jubilee Young | -7/+1 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -2/+2 |
| 2023-01-03 | Rollup merge of #106045 - RalfJung:oom-nounwind-panic, r=Amanieu | Michael Goulet | -1/+14 |
| 2023-01-02 | default OOM handler: use non-unwinding panic (unless -Zoom=panic is set), to ... | Ralf Jung | -1/+14 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -13/+0 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -8/+4 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -6/+5 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -4/+8 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -3/+3 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -1/+4 |
| 2022-07-14 | add missing null ptr check in alloc example | Ralf Jung | -1/+4 |
| 2022-05-19 | Auto merge of #97033 - nbdd0121:unwind3, r=Amanieu | bors | -2/+2 |
| 2022-05-14 | Rollup merge of #95365 - mkroening:hermit-alloc-error-handler, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2022-05-14 | Use Rust ABI for `__rust_start_panic` and `_{rdl,rg}_oom` | Gary Guo | -2/+2 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -5/+1 |
| 2022-03-27 | Use default alloc_error_handler for hermit | Martin Kröning | -1/+1 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -1/+7 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-02-05 | Mark __rgl_oom and __rd_oom as "C-unwind" | Amanieu d'Antras | -2/+2 |
| 2022-02-05 | Allow handle_alloc_error to unwind | Amanieu d'Antras | -2/+0 |
| 2022-01-04 | Add tracking issues (`const_box`, `const_alloc_error`) | woppopo | -2/+2 |
| 2021-12-23 | Constify `Box<T, A>` methods | woppopo | -5/+18 |
| 2021-10-30 | Add #[must_use] to alloc functions that would leak memory | John Kugelman | -0/+3 |
| 2021-09-25 | Use Rvalue::ShallowInitBox for box expression | Gary Guo | -1/+0 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-05-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -4/+5 |
| 2021-01-12 | move WriteCloneIntoRaw into alloc::alloc | Josh Stone | -0/+23 |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -20/+20 |
| 2020-11-23 | Auto merge of #79172 - a1phyr:cold_abort, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -17/+2 |
| 2020-11-18 | Add #[cold] to `abort` and `handle_alloc_error` | Benoît du Garreau | -0/+1 |
| 2020-11-15 | document that __rust_alloc is also magic to our LLVM fork | Ralf Jung | -0/+2 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -1/+1 |
| 2020-10-24 | Rollup merge of #77610 - hermitcore:dtors, r=m-ou-se | Jonas Schievink | -1/+1 |