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_builtin_macros
/
src
/
global_allocator.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-23
Add attributes for #[global_allocator] functions
Nikita Popov
-3
/
+13
2025-08-09
remove `P`
Deadbeef
-7
/
+6
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-12
/
+8
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-0
/
+1
2025-02-03
Express contracts as part of function header and lower it to the contract lan...
Celina G. Val
-0
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+7
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-2
/
+2
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-4
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-14
/
+16
2023-08-06
Generate better function argument names in global_allocator expansion
David Tolnay
-19
/
+14
2023-08-05
Delete some useless casts from global_allocator expansion
David Tolnay
-14
/
+6
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
He1pa
-1
/
+2
2023-05-11
Split AllocatorKind::fn_name in global_fn_name and default_fn_name
bjorn3
-2
/
+2
2023-05-11
Inline AllocFnFactory kind field
bjorn3
-4
/
+2
2023-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-2
/
+2
2023-04-04
box a bunch of large types
Oli Scherer
-2
/
+2
2023-04-04
rust-analyzer guided tuple field to named field
Oli Scherer
-2
/
+2
2023-04-04
rust-analyzer guided enum variant structification
Oli Scherer
-2
/
+2
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-7
/
+7
2022-12-18
remove redundant clone
Matthias Krüger
-1
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-18
/
+14
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-3
/
+1
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-1
/
+2
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-3
/
+3
2021-12-15
Point at type when a `static` `#[global_allocator]` doesn't `impl` `GlobalAlloc`
Esteban Kuber
-10
/
+12
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-7
/
+7
2021-08-18
Remove box syntax from rustc_builtin_macros
est31
-2
/
+6
2021-03-25
Don't ICE when using `#[global_alloc]` on a non-item statement
Aaron Hill
-16
/
+16
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-2
/
+3
2020-11-24
Handle `Annotatable::Stmt` in some builtin macros
Aaron Hill
-3
/
+19
2020-08-30
mv compiler to compiler/
mark
-0
/
+171