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
/
meth.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-126
/
+0
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-8
/
+8
2018-11-16
Generalized base::coerce_unsized_into
Denis Merigoux
-5
/
+5
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-13
/
+11
2018-11-16
Added StaticMethods trait
Denis Merigoux
-3
/
+2
2018-11-16
Generalized memset and memcpy
Denis Merigoux
-1
/
+1
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-1
/
+1
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-3
/
+3
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-6
/
+6
2018-11-16
Traitification of type_ methods
Denis Merigoux
-5
/
+7
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-5
/
+5
2018-11-16
Added self argument for Codegen CommonMethod trait methods
Denis Merigoux
-1
/
+1
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-4
/
+4
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-8
/
+14
2018-11-16
New files and folders for traits
Denis Merigoux
-1
/
+1
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-1
/
+1
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-1
/
+7
2018-11-08
Support for the program data address space option
Tim Neumann
-1
/
+1
2018-10-24
Resolve to Instance::VtableShim when necessary.
Masaki Hara
-1
/
+1
2018-10-15
Add comments to remind everyone to keep the `get_vtable` impls in sync
Oliver Scherer
-0
/
+4
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-14
/
+10
2018-07-31
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
-1
/
+1
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-11
/
+11
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-2
/
+2
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+115