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_passes
/
src
/
naked_functions.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-07
Add `naked_functions_rustic_abi` feature gate
Folkert de Vries
-27
/
+6
2025-03-06
Implement .use keyword as an alias of clone
Santiago Pastorino
-0
/
+1
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-2
/
+2
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-02-09
compiler: remove rustc_target::spec::abi reexports
Jubilee Young
-3
/
+3
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+4
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-12
Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators
Michael Goulet
-0
/
+1
2024-10-06
various fixes for `naked_asm!` implementation
Folkert de Vries
-17
/
+13
2024-10-06
remove checks that are now performed during macro expansion of `naked_asm!`
Folkert de Vries
-45
/
+8
2024-10-06
disallow `asm!` in `#[naked]` functions
Folkert de Vries
-19
/
+28
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-10
disallow `naked_asm!` outside of `#[naked]` functions
Folkert de Vries
-11
/
+37
2024-07-28
Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3
Matthias Krüger
-12
/
+2
2024-07-25
improve error message when `global_asm!` uses `asm!` options
Folkert
-4
/
+1
2024-07-24
use an allow list for allowed asm options in naked functions
Folkert
-12
/
+9
2024-07-16
improve error message when `#[naked]` is used with `#[inline]`
Folkert
-12
/
+2
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-2
/
+1
2024-04-16
Avoid lots of `hir::HirId{,Map,Set}` qualifiers.
Nicholas Nethercote
-3
/
+3
2024-03-14
Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`
Guillaume Gomez
-1
/
+1
2024-02-24
Add asm label support to AST and HIR
Gary Guo
-1
/
+2
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-7
/
+7
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-2
/
+2
2023-06-26
`hir`: Add `Become` expression kind
Maybe Waffle
-0
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-21
offset_of
DrMeepster
-0
/
+1
2023-03-21
Use local key in providers
Michael Goulet
-2
/
+2
2023-03-14
Remove box expressions from HIR
clubby789
-2
/
+1
2023-02-25
Add ErrorGuaranteed to HIR ExprKind::Err
Michael Goulet
-1
/
+1
2022-10-07
migrate naked_functions.rs to translateable diagnostics
Nathan Stocks
-59
/
+25
2022-10-01
Refactor rustc lint API
Maybe Waffle
-3
/
+7
2022-09-02
Refactor and re-use BindingAnnotation
Cameron Steffen
-1
/
+1
2022-08-03
Only fetch HIR for naked functions that have the attribute.
Camille GILLOT
-53
/
+41
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-1
/
+1
2022-06-15
Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011
Yuki Okushi
-1
/
+1
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-13
rename visit item-like methods
Miguel Guarniz
-1
/
+1
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-4
/
+1
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-1
/
+3
2022-04-03
Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiasko
Dylan DPC
-3
/
+22
2022-04-01
Reword purpose description of noreturn in naked function
jam1garner
-1
/
+1
2022-04-01
Don't emit non-asm contents error for naked function composed of errors
jam1garner
-3
/
+22
2022-03-31
Add error message suggestion for missing noreturn in naked function
jam1garner
-1
/
+14
2022-01-21
Reject may_unwind option in naked functions
Tomasz Miąsko
-0
/
+1
[next]