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-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
2018-07-30
rustc_codegen_llvm: fix tidy errors.
Irina Popa
-2
/
+5
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-23
/
+26
2018-07-30
rustc_codegen_llvm: use safe references for Metadata and DI*.
Irina Popa
-245
/
+287
2018-07-30
rustc_codegen_llvm: use safe references for DIBuilder.
Irina Popa
-5
/
+5
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-11
/
+12
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-8
/
+8
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-64
/
+67
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-15
/
+15
2018-07-25
parameterize `BitVector` and `BitMatrix` by their index types
Niko Matsakis
-3
/
+3
2018-07-02
Emit column info in debuginfo for non msvc like targets
est31
-4
/
+10
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-2
/
+2
2018-05-30
rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-9
/
+9
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-3
/
+3
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-6
/
+6
2018-05-21
rustc_codegen_llvm: remove debuginfo::VariableKind::CapturedVariable.
Eduard-Mihai Burtescu
-10
/
+2
2018-05-17
Fixed accidental removal of StableHasher declaration.
iancormac84
-0
/
+1
2018-05-17
Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A...
iancormac84
-6
/
+10
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+3190
[prev]