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
/
alloc_error_handler.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-2
/
+1
2025-06-20
Avoid some unnecessary symbol interning.
Nicholas Nethercote
-2
/
+2
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-5
/
+6
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-0
/
+1
2025-02-08
Rustfmt
bjorn3
-4
/
+5
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
-7
/
+6
2024-08-02
chore: use shorthand initializer
Yuri Astrakhan
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+6
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-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-0
/
+97
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-97
/
+0
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-1
/
+2
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-6
/
+9
2022-12-13
remove unnecessary uses of `clone`
Takayuki Maeda
-1
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-23
/
+14
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-3
/
+1
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-0
/
+104