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
/
library
/
alloc
/
src
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-28
Streamline the `format` macro.
Nicholas Nethercote
-2
/
+1
2025-03-07
Fully test the alloc crate through alloctests
bjorn3
-21
/
+2
2025-01-12
Update the explanation for why we use box_new in vec!
Ben Kimock
-2
/
+2
2025-01-03
turn rustc_box into an intrinsic
Ralf Jung
-3
/
+2
2024-07-06
Mark format! with must_use hint
lukas
-4
/
+8
2024-06-25
Remove `__rust_force_expr`.
Nicholas Nethercote
-14
/
+4
2023-09-06
Update doc for `alloc::format!` and `core::concat!`
ShE3py
-5
/
+9
2023-08-28
format, format_args: Make xref to std::fmt much more prominent
Ian Jackson
-3
/
+4
2023-02-27
Remove or justify use of #[rustc_box]
Ben Kimock
-0
/
+2
2022-08-21
Extra documentation for new formatting feature
Isaac Cloos
-0
/
+2
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-19
/
+1
2022-06-01
Use #[rustc_box] in alloc instead of box syntax
est31
-2
/
+23
2022-05-27
Finish bumping stage0
Mark Rousskov
-1
/
+1
2022-05-05
Allow unused rules in some places in the compiler, library and tools
est31
-0
/
+1
2022-04-16
`alloc`: make `vec!` unavailable under `no_global_oom_handling`
Miguel Ojeda
-2
/
+2
2022-01-06
Add diagnostic items for macros
Alex Macleod
-0
/
+1
2021-06-30
Remove alloc/malloc/calloc/realloc doc aliases
Amanieu d'Antras
-2
/
+0
2021-02-14
Only define rustc_diagnostic_item format_macro in not(test).
Mara Bos
-1
/
+1
2021-02-14
Improve suggestion for panic!(format!(..)).
Mara Bos
-0
/
+1
2021-01-22
Auto merge of #79233 - yoshuawuyts:alloc-doc-alias, r=GuillaumeGomez
bors
-0
/
+2
2021-01-22
Add doc aliases for memory allocations
Yoshua Wuyts
-0
/
+2
2021-01-21
Rename alloc::force_expr to __rust_force_expr.
Mara Bos
-4
/
+4
2021-01-21
Turn alloc's force_expr macro into a regular macro_rules!{}.
Mara Bos
-3
/
+13
2021-01-17
Force vec! to expressions only
Dániel Buga
-4
/
+4
2020-12-11
doc: apply suggestions
William Woodruff
-2
/
+3
2020-12-10
doc(array,vec): add notes about side effects when empty-initializing
William Woodruff
-0
/
+3
2020-10-31
Fix doc links to std::fmt
Ivan Pavluk
-2
/
+2
2020-08-21
Use intra-doc-links in `alloc`
LeSeulArtichaut
-6
/
+5
2020-07-27
mv std libs to library/
mark
-0
/
+110