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
/
src
/
allocator.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-09
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...
bjorn3
-2
/
+2
2023-08-06
Generate better function argument names in global_allocator expansion
David Tolnay
-2
/
+2
2023-06-15
Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-202...
bjorn3
-8
/
+8
2023-05-11
Prevent insta-stable no alloc shim support
bjorn3
-1
/
+8
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
-34
/
+37
2023-03-09
Don't export of __rust_* alloc symbols if not codegened
Collin Baker
-18
/
+10
2023-02-09
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-202...
bjorn3
-61
/
+14
2022-12-14
Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-202...
bjorn3
-2
/
+2
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-4
/
+5
2022-10-23
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...
bjorn3
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-03-03
Add -Z oom={panic,abort} command-line option
Amanieu d'Antras
-1
/
+16
2022-02-23
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...
bjorn3
-7
/
+2
2021-08-06
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...
bjorn3
-6
/
+4
2021-06-20
Make allocator_kind a query.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Make allocator_kind a query.
Camille GILLOT
-1
/
+1
2021-05-12
Use () in dependency_formats.
Camille GILLOT
-1
/
+1
2021-04-30
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
Erin Power
-2
/
+2
2021-03-29
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...
bjorn3
-2
/
+3
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-22
/
+7
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-2
/
+2
2020-10-08
Use the new cranelift-module interface
bjorn3
-2
/
+2
2020-10-05
Rustup to rustc 1.49.0-nightly (beb5ae474 2020-10-04)
bjorn3
-2
/
+48
2020-09-23
Document almost all modules
bjorn3
-9
/
+2
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-5
/
+7
2020-06-12
Emit unwind info for main and alloc shim
bjorn3
-3
/
+12
2020-03-31
Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
bjorn3
-1
/
+1
2020-03-28
Update Cranelift
bjorn3
-1
/
+5
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-1
/
+1
2020-03-04
Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)
bjorn3
-1
/
+1
2020-02-14
Update Cranelift for basic blocks
bjorn3
-3
/
+3
2020-01-14
Reduce visibility
bjorn3
-1
/
+1
2019-12-18
Fix some warnings
bjorn3
-2
/
+2
2019-12-17
[OPT] Avoid calling target_triple for every call to codegen
bjorn3
-1
/
+1
2019-11-14
Rustup to rustc 1.41.0-nightly (ded5ee001 2019-11-13)
bjorn3
-1
/
+1
2019-11-01
Rustup to rustc 1.40.0-nightly (aa4e57ca8 2019-10-31)
bjorn3
-1
/
+1
2019-10-18
Rustup to rustc 1.40.0-nightly (fa0f7d008 2019-10-17)
bjorn3
-1
/
+1
2019-10-03
Update cranelift, faerie and target-lexicon
bjorn3
-5
/
+6
2019-09-28
Use CallConv::triple_default instead of hard coding SystemV
bjorn3
-3
/
+3
2019-09-28
Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
bjorn3
-3
/
+3
2019-09-08
Use upstream cranelift
bjorn3
-6
/
+5
2019-07-27
Rustup to rustc 1.38.0-nightly (c43753f91 2019-07-26)
bjorn3
-2
/
+1
2019-02-21
Rustfmt
bjorn3
-8
/
+4
2018-12-13
Put allocator shim in a different object file
bjorn3
-1
/
+6
2018-12-12
Some refactorings for codegen_mono_items
bjorn3
-1
/
+16
2018-12-11
Change the CallConv for "rust" abi functions to "SystemV" to match the "C" abi
bjorn3
-4
/
+2
2018-11-17
Fix some 2018 edition idioms
bjorn3
-1
/
+1
[next]