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_codegen_llvm
/
src
/
allocator.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-31
Add -Zuse-sync-unwind
quininer
-1
/
+2
2023-12-14
Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin
bors
-1
/
+1
2023-12-13
Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.
Lukasz Anforowicz
-3
/
+3
2023-12-03
compiler: replace cstr macro with c str literals in compiler and few other c ...
klensy
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-08-13
Auto merge of #113722 - bjorn3:allocator_shim_refactor, r=jackh726
bors
-92
/
+90
2023-08-06
Generate better function argument names in global_allocator expansion
David Tolnay
-2
/
+2
2023-08-04
Extract a create_wrapper_function for use in allocator shim writing
bjorn3
-92
/
+90
2023-07-29
cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-1
/
+1
2023-07-05
Revert "use new c literals instead of cstr! macro"
León Orell Valerian Liehr
-2
/
+2
2023-05-31
use new c literals instead of cstr! macro
klensy
-2
/
+2
2023-05-11
Prevent insta-stable no alloc shim support
bjorn3
-1
/
+9
2023-05-11
Use global_fn_name instead of format!
bjorn3
-2
/
+3
2023-05-11
Split AllocatorKind::fn_name in global_fn_name and default_fn_name
bjorn3
-2
/
+2
2023-05-11
Don't use an allocator shim for `#[global_allocator]`
bjorn3
-66
/
+70
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-0
/
+48
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-48
/
+0
2022-12-08
Add LLVM KCFI support to the Rust compiler
Ramon de C Valle
-3
/
+11
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-3
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-03-18
Auto merge of #88098 - Amanieu:oom_panic, r=nagisa
bors
-1
/
+11
2022-03-14
debuginfo: Refactor debuginfo generation for types
Michael Woerister
-2
/
+2
2022-03-03
Add -Z oom={panic,abort} command-line option
Amanieu d'Antras
-1
/
+11
2022-02-26
Add LLVM attributes in batches instead of individually
Erik Desjardins
-4
/
+7
2022-02-14
llvm: migrate to new parameter-bearing uwtable attr
Augie Fackler
-2
/
+2
2021-08-31
Include debug info for the allocator shim
Daniel Paoliello
-3
/
+12
2021-08-05
Prepare call/invoke for opaque pointers
Josh Stone
-3
/
+10
2021-02-17
Remove redundant to_string calls
est31
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-2
/
+2
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-3
/
+3
2020-10-15
Rename target_pointer_width to pointer_width and turn it into an u32
est31
-4
/
+4
2020-10-02
Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)
Harald Hoyer
-1
/
+44
2020-08-30
mv compiler to compiler/
mark
-0
/
+85