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
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-3
/
+3
2018-11-16
Traitification of type_ methods
Denis Merigoux
-3
/
+2
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-2
/
+2
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-7
/
+7
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-6
/
+7
2018-11-16
New files and folders for traits
Denis Merigoux
-3
/
+3
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
-2
/
+8
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-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-0
/
+1
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
-13
/
+5
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-6
/
+6
2018-10-18
Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkor
kennytm
-64
/
+58
2018-10-16
end return statements and void expressions with a semicolon
ljedrz
-6
/
+6
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-14
/
+7
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
-38
/
+32
2018-10-09
codegen_llvm/misc: remove explicit returns
ljedrz
-5
/
+5
2018-10-09
codegen_llvm/misc: whitespace & formatting improvements
ljedrz
-16
/
+16
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+1
2018-09-30
use is_uninhabited in more places
Jorge Aparicio
-1
/
+1
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-1
/
+1
2018-09-22
use is_uninhabited in more places
Jorge Aparicio
-1
/
+1
2018-09-20
Rollup merge of #54233 - irinagpopa:llvm-3.9, r=tromey
kennytm
-7
/
+1
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-3
/
+3
2018-09-14
Remove LLVM 3.9 workaround.
Unknown
-7
/
+1
2018-09-11
renamed is_nil to is_unit
kenta7777
-1
/
+1
2018-09-11
Revert "renamed is_nil to is_unit"
kenta7777
-1
/
+1
2018-09-10
renamed is_nil to is_unit
kenta7777
-1
/
+1
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-1
/
+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
-18
/
+18
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-3
/
+3
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-42
/
+42
2018-08-22
miri/CTFE refactor
Ralf Jung
-0
/
+1
2018-08-19
mv codemap() source_map()
Donato Sciarra
-2
/
+2
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-1
/
+1
2018-08-10
Introduce SmallCStr and use it where applicable.
Michael Woerister
-43
/
+42
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
2018-08-09
Move path2cstr to rustc_fs_util
Mark Rousskov
-1
/
+1
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-6
/
+6
2018-08-01
Split out growth functionality into BitVector type
Mark Rousskov
-3
/
+3
2018-07-30
rustc_codegen_llvm: fix ownership of DIBuilder.
Irina Popa
-4
/
+14
[prev]
[next]