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
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
2022-01-21
Reject unsupported naked functions
Tomasz Miąsko
-45
/
+46
2022-01-17
Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot
bors
-19
/
+1
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-19
/
+1
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-16
/
+0
2021-12-15
Remove `in_band_lifetimes` for `rustc_passes`
Peter Jaszkowiak
-1
/
+1
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-0
/
+1
2021-08-04
Move naked function ABI check to its own lint
Nathaniel McCallum
-1
/
+2
2021-08-02
Validate that naked functions are never inlined
Nathaniel McCallum
-1
/
+11
2021-03-09
Do not store attrs in FnKind.
Camille GILLOT
-2
/
+3
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-0
/
+1
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-1
/
+1
2020-12-07
Validate naked functions definitions
Tomasz Miąsko
-15
/
+224
2020-11-25
Validate use of parameters in naked functions
Tomasz Miąsko
-0
/
+113