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
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2019-03-29
Move get_param and set_value_name
bjorn3
-0
/
+7
2019-03-29
[WIP] Make some debug info methods take &mut FunctionDebugContext
bjorn3
-2
/
+2
2019-03-29
Remove internal mutability from source_locations_enabled
bjorn3
-4
/
+4
2019-03-29
rustc_target: factor out common fields of non-Single Variants.
Eduard-Mihai Burtescu
-20
/
+48
2019-03-28
Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk
Mazdak Farrokhzad
-1
/
+2
2019-03-28
fixed shift overflow
Marcel Hellwig
-1
/
+2
2019-03-27
Give variant parts their own unique id
Philip Craig
-13
/
+23
2019-03-23
Fix invalid DWARF for enums when using thinlto
Philip Craig
-7
/
+13
2019-03-22
Correct minimum system LLVM version in tests
Samuel Holland
-3
/
+5
2019-03-11
Fix incorrect links in librustc_codegen_llvm documentation
Nikita Baksalyar
-3
/
+3
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-1
/
+1
2019-02-27
rename Substs to InternalSubsts
csmoe
-5
/
+5
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-16
/
+16
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-33
/
+33
2019-02-10
rustc: doc comments
Alexander Regueiro
-5
/
+5
2019-01-25
Set the DICompileUnit emissionKind
Josh Stone
-2
/
+4
2019-01-25
Rebase to the llvm-project monorepo
Josh Stone
-5
/
+10
2019-01-22
Simplify the version check
Tom Tromey
-4
/
+3
2019-01-22
Fix issue 57762
Tom Tromey
-1
/
+5
2019-01-15
Querify entry_fn
Igor Matuszewski
-4
/
+3
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
-7
/
+12
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
-90
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-6
/
+6
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-2
/
+2
2018-12-03
Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister
bors
-5
/
+61
2018-12-02
Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb
bors
-5
/
+5
2018-11-29
Add template parameter debuginfo to generic types
Tom Tromey
-5
/
+61
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-5
/
+5
2018-11-29
Rename conversion util; remove duplicate util in librustc_codegen_llvm.
Corey Farwell
-2
/
+2
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+1
2018-11-23
Auto merge of #54071 - eddyb:alignsssss, r=oli-obk
bors
-32
/
+28
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-19
/
+19
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-15
/
+15
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-16
/
+12
2018-11-21
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-6
/
+6
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-4
/
+4
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-15
/
+15
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-82
/
+16
2018-11-16
Preparing the generalization of base:compile_coodegen_unit
Denis Merigoux
-0
/
+4
2018-11-16
Move doc to trait declarations
Denis Merigoux
-6
/
+0
2018-11-16
Generalized base:maybe_create_entry_wrapper
Denis Merigoux
-0
/
+3
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
-388
/
+435
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-52
/
+54
2018-11-16
Generalized memset and memcpy
Denis Merigoux
-1
/
+1
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-2
/
+2
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-1
/
+1
[prev]
[next]