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
/
src
/
librustc_codegen_llvm
/
mir
/
statement.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-115
/
+0
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-12
/
+10
2018-11-16
New files and folders for traits
Denis Merigoux
-1
/
+1
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-0
/
+1
2018-11-16
Reduced line length to pass tidy
Denis Merigoux
-1
/
+2
2018-11-07
no more action on ref or cast, but add new MIR statement for escaping a ptr t...
Ralf Jung
-1
/
+2
2018-11-02
Auto merge of #55087 - levex:e0669-improve-span, r=nagisa
bors
-8
/
+5
2018-10-29
Emit Retag statements, kill Validate statements
Ralf Jung
-1
/
+1
2018-10-28
inline-asm: emit as many E0669 errors as we can
Levente Kurusa
-8
/
+5
2018-10-17
rustc: improve E0669 span
Levente Kurusa
-4
/
+4
2018-10-06
codegen_llvm: verify that inline assembly operands are scalars
Levente Kurusa
-7
/
+21
2018-09-26
fixup! codegen_llvm: check inline assembly constraints with LLVM
Levente Kurusa
-1
/
+2
2018-09-25
codegen_llvm: check inline assembly constraints with LLVM
Levente Kurusa
-1
/
+4
2018-09-18
Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read
Remy Rakic
-1
/
+1
2018-09-10
add the `AscribeUserType` statement kind
Niko Matsakis
-1
/
+1
2018-08-19
Implement simple codegen for unsized rvalues.
Masaki Hara
-0
/
+7
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-3
/
+3
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+91