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
/
debuginfo
/
metadata.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-5
/
+5
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-6
/
+6
2019-01-25
Set the DICompileUnit emissionKind
Josh Stone
-2
/
+4
2019-01-22
Simplify the version check
Tom Tromey
-4
/
+3
2019-01-22
Fix issue 57762
Tom Tromey
-1
/
+5
2019-01-12
Use `ptr::eq` where applicable
Igor Matuszewski
-1
/
+1
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-1
/
+2
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-03
Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister
bors
-5
/
+61
2018-11-29
Add template parameter debuginfo to generic types
Tom Tromey
-5
/
+61
2018-11-29
Rename conversion util; remove duplicate util in librustc_codegen_llvm.
Corey Farwell
-2
/
+2
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-18
/
+18
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-14
/
+14
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-16
/
+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
-2
/
+1
2018-11-16
Adapt code to latest rustc master changes
Denis Merigoux
-7
/
+1
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-58
/
+62
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-51
/
+54
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-1
/
+1
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-1
/
+1
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-2
/
+3
2018-11-12
Use type safe `VariantIdx` instead of `usize` everywhere
Oliver Scherer
-5
/
+5
2018-11-12
Auto merge of #55701 - tromey:ice-fix, r=matthewjasper
bors
-4
/
+4
2018-11-05
Fix emission of niche-filling discriminant values
Tom Tromey
-4
/
+4
2018-11-03
Implement rotate using funnel shift on LLVM >= 7
Nikita Popov
-3
/
+3
2018-10-30
Avoid possible integer overflow in niche value computation
Tom Tromey
-2
/
+5
2018-10-30
Address review comments
Tom Tromey
-11
/
+11
2018-10-30
Fix DWARF generation for enums
Tom Tromey
-144
/
+379
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-9
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-3
/
+3
2018-10-18
Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkor
kennytm
-47
/
+46
2018-10-16
end return statements and void expressions with a semicolon
ljedrz
-5
/
+5
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-6
/
+1
2018-10-09
codegen_llvm/misc: convert string literals with to_owned
ljedrz
-5
/
+5
2018-10-09
codegen_llvm/misc: improve common patterns
ljedrz
-24
/
+23
2018-10-09
codegen_llvm/misc: remove explicit returns
ljedrz
-3
/
+3
2018-10-09
codegen_llvm/misc: whitespace & formatting improvements
ljedrz
-15
/
+15
2018-09-14
Remove LLVM 3.9 workaround.
Unknown
-7
/
+1
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-12
/
+12
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
-22
/
+22
2018-08-22
miri/CTFE refactor
Ralf Jung
-0
/
+1
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-1
/
+1
2018-08-10
Introduce SmallCStr and use it where applicable.
Michael Woerister
-38
/
+36
2018-08-10
Introduce const_cstr!() macro and use it where applicable.
Michael Woerister
-2
/
+2
2018-08-09
Move Fingerprint to data structures
Mark Rousskov
-1
/
+2
[next]