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
/
intrinsicck.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-24
move intrinsicck to typeck
Oli Scherer
-564
/
+0
2022-05-17
Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
bors
-3
/
+1
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-3
/
+1
2022-05-13
rename visit item-like methods
Miguel Guarniz
-1
/
+1
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-1
/
+1
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-1
/
+41
2022-03-22
use `format-args-capture` and remove unnecessary nested if blocks in some par...
Takayuki Maeda
-28
/
+24
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-6
/
+6
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+1
2022-02-21
Take CodegenFnAttrs into account when validating asm! register operands
Amanieu d'Antras
-15
/
+28
2022-02-19
Adopt let else in more places
est31
-35
/
+26
2022-01-18
Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisa
bors
-7
/
+9
2022-01-17
Fix review comment
bjorn3
-1
/
+5
2022-01-17
Use Symbol for target features in asm handling
bjorn3
-7
/
+5
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-13
/
+1
2021-12-15
Remove `in_band_lifetimes` for `rustc_passes`
Peter Jaszkowiak
-3
/
+3
2021-10-07
make #[target_feature] work with `asm` register classes
asquared31415
-16
/
+120
2021-08-12
Forbid `!` from being used in `asm!` output
Gary Guo
-5
/
+10
2021-05-14
Remove support for floating-point constants in asm!
Amanieu d'Antras
-41
/
+2
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-0
/
+27
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-5
/
+6
2021-01-18
Use ty::{IntTy,UintTy,FloatTy} in rustc
LeSeulArtichaut
-2
/
+2
2021-01-10
Fix small typo
Camelid
-1
/
+1
2020-12-06
Retain assembly operands span when lowering AST to HIR
Tomasz MiÄ…sko
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-2
/
+2
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-6
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+438