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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-2
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-17
Auto merge of #56642 - nikic:llvm-6, r=alexcrichton
bors
-5
/
+0
2018-12-12
rustc: Switch `extern` functions to abort by default on panic
Alex Crichton
-1
/
+0
2018-12-11
Remove env_alloca hack
Nikita Popov
-5
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-02
Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb
bors
-7
/
+7
2018-11-29
Remove an unnecessary reference
bjorn3
-1
/
+1
2018-11-29
Don't use llvm intrinsic names in cg_ssa
bjorn3
-2
/
+2
2018-11-29
Remove static_replace_all_uses and statics_to_rauw from cg_ssa
bjorn3
-4
/
+4
2018-11-26
libcore: Add va_list lang item and intrinsics
Dan Robertson
-11
/
+16
2018-11-16
[eddyb] rustc_codegen_llvm: remove unused parametrization of `CodegenCx` and ...
Eduard-Mihai Burtescu
-12
/
+12
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-9
/
+10
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+4
2018-11-16
Preparing the generalization of base:compile_coodegen_unit
Denis Merigoux
-0
/
+31
2018-11-16
Renamed lifetimes for better understanding
Denis Merigoux
-14
/
+13
2018-11-16
Move doc to trait declarations
Denis Merigoux
-1
/
+0
2018-11-16
Generalized base:maybe_create_entry_wrapper
Denis Merigoux
-0
/
+8
2018-11-16
Generalized mono_item.rs and base.rs:codegen_instance
Denis Merigoux
-0
/
+8
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-87
/
+97
2018-11-16
Generalized base::unsize_thin_ptr
Denis Merigoux
-26
/
+0
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-2
/
+13
2018-11-16
[eddyb/rebase cleanup] s/&self./self.
Eduard-Mihai Burtescu
-29
/
+29
2018-11-16
Traitified IntrinsicCallMethods
Denis Merigoux
-7
/
+2
2018-11-16
Generalized memset and memcpy
Denis Merigoux
-316
/
+322
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-26
/
+26
2018-11-16
Traitification of type_ methods
Denis Merigoux
-26
/
+27
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-21
/
+21
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-18
/
+23
2018-11-16
Reduced line length to pass tidy
Denis Merigoux
-13
/
+12
2018-11-12
Use type safe `VariantIdx` instead of `usize` everywhere
Oliver Scherer
-2
/
+2
2018-11-10
Auto merge of #55650 - nikic:funnel-shift, r=nagisa
bors
-0
/
+12
2018-11-08
Rollup merge of #55633 - nikic:memcpy-align, r=nagisa
Mark Rousskov
-6
/
+0
2018-11-04
rustc_target: pass contexts by reference, not value.
Eduard-Mihai Burtescu
-6
/
+6
2018-11-04
Support memcpy/memmove with differing src/dst alignment
Nikita Popov
-6
/
+0
2018-11-03
Implement rotate using funnel shift on LLVM >= 7
Nikita Popov
-0
/
+12
2018-10-24
Make declare_fn accept PolyFnSig instead of Ty.
Masaki Hara
-3
/
+3
2018-10-24
Make declare_fn aware of vtable shims.
Masaki Hara
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-9
/
+9
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-9
/
+9
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-1
/
+1
2018-10-11
Auto merge of #54592 - GabrielMajeri:no-plt, r=nagisa
bors
-0
/
+7
2018-10-11
Support for disabling the PLT on ELF targets
Gabriel Majeri
-0
/
+7
2018-10-08
codegen_llvm: remove explicit returns
ljedrz
-1
/
+2
2018-10-08
codegen_llvm: improve common patterns
ljedrz
-7
/
+6
2018-10-08
codegen_llvm: whitespace & formatting improvements
ljedrz
-7
/
+7
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
[next]