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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_llvm
/
mir
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-09
codegen_llvm/misc: whitespace & formatting improvements
ljedrz
-4
/
+4
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-3
/
+3
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-6
/
+6
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
Integrate PassMode::UnsizedIndirect into PassMode::Indirect.
Masaki Hara
-1
/
+1
2018-08-19
Implement simple codegen for unsized rvalues.
Masaki Hara
-12
/
+46
2018-08-09
rustc_codegen_llvm: Restore the closure env alloca hack for LLVM 5.
Josh Stone
-2
/
+24
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-3
/
+3
2018-08-01
Split out growth functionality into BitVector type
Mark Rousskov
-3
/
+3
2018-07-30
rustc_codegen_llvm: use safe references for BasicBlock.
Irina Popa
-7
/
+7
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-14
/
+15
2018-07-30
rustc_codegen_llvm: use safe references for Metadata and DI*.
Irina Popa
-14
/
+13
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-12
/
+13
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-12
/
+13
2018-07-25
parameterize `BitVector` and `BitMatrix` by their index types
Niko Matsakis
-4
/
+4
2018-07-09
bump minimum LLVM version to 5.0
gnzlbg
-18
/
+4
2018-05-30
rustc: rename mir::LocalDecl's syntactic_source_info to source_info.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.
Eduard-Mihai Burtescu
-2
/
+5
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-5
/
+5
2018-05-21
rustc_codegen_llvm: remove closure env alloca hack around upvar debuginfo.
Eduard-Mihai Burtescu
-22
/
+2
2018-05-21
rustc_codegen_llvm: remove debuginfo::VariableKind::CapturedVariable.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+652