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_trans
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2017-04-13
use `tcx.crate_name(LOCAL_CRATE)` rather than `LinkMeta::crate_name`
Niko Matsakis
-2
/
+2
2017-04-13
redirect `exported_symbols` through `shared`
Niko Matsakis
-1
/
+1
2017-04-12
rustc_trans: avoid a separate entry BB if START_BLOCK has no backedges.
Eduard-Mihai Burtescu
-1
/
+2
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-1
/
+1
2017-04-08
rustc: add some abstractions to ty::layout for a more concise API.
Eduard-Mihai Burtescu
-2
/
+3
2017-04-08
rustc_trans: avoid sizing_type_of everywhere possible.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-08
rustc: add a TyLayout helper for type-related layout queries.
Eduard-Mihai Burtescu
-1
/
+1
2017-03-18
move Instance to rustc and use it in the collector
Ariel Ben-Yehuda
-8
/
+8
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-2
/
+2
2017-03-01
more through normalization in typeck & trans
Ariel Ben-Yehuda
-12
/
+8
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-15
/
+14
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-5
/
+5
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-9
/
+5
2017-02-13
Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis
bors
-1
/
+1
2017-02-11
Fix as_ptr() drop problem
Matt Ickstadt
-4
/
+4
2017-02-11
[LLVM 4.0] Fix CreateCompileUnit
Matt Ickstadt
-7
/
+10
2017-02-10
Move type of discriminant to AdtDef
Simonas Kazlauskas
-1
/
+1
2017-02-09
Auto merge of #38109 - tromey:main-subprogram, r=michaelwoerister
bors
-1
/
+11
2017-02-08
Rollup merge of #39529 - dylanmckay:llvm-4.0-align32, r=alexcrichton
Corey Farwell
-6
/
+9
2017-02-05
Use u32 for alignments instead of u64
Dylan McKay
-14
/
+17
2017-02-04
Emit DW_AT_main_subprogram
Tom Tromey
-1
/
+11
2017-02-04
[llvm] Use 32-bits for alignment
Dylan McKay
-10
/
+10
2017-02-03
Add warning for () to ! switch
Andrew Cann
-7
/
+7
2017-02-02
Auto merge of #39411 - tamird:match-arm-statics-ICE, r=alexcrichton
bors
-2
/
+1
2017-01-30
Fix debuginfo scope issue with `Box`
Vadim Petrochenkov
-1
/
+1
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-31
/
+38
2017-01-30
trans::debuginfo: simplify
Tamir Duberstein
-2
/
+1
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-3
/
+3
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-8
/
+0
2017-01-04
Add Builder::sess and Builder::tcx methods
Mark Simulacrum
-1
/
+1
2017-01-04
Purge FunctionContext
Mark Simulacrum
-4
/
+4
2017-01-04
Replace BlockAndBuilder with Builder.
Mark Simulacrum
-2
/
+3
2017-01-02
Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoerister
bors
-1
/
+1
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-1
/
+2
2016-12-22
Fix debuginfo for unsized struct members
Philip Craig
-1
/
+1
2016-12-20
Replace bcx.ccx() with bcx.ccx
Mark Simulacrum
-1
/
+1
2016-12-20
Add helper function to set debug locations
Mark Simulacrum
-9
/
+3
2016-12-20
Move debug info check into create_function_debug_context
Mark Simulacrum
-9
/
+6
2016-12-20
Make debuginfo take debug_context instead of MirContext
Mark Simulacrum
-19
/
+16
2016-12-20
Move debug_context to MirContext from FunctionContext
Mark Simulacrum
-12
/
+16
2016-12-20
Remove lifetime parameter
Mark Simulacrum
-4
/
+2
2016-12-20
Rename 'blk and 'bcx to 'a
Mark Simulacrum
-7
/
+7
2016-12-20
Remove Ref::clone for MirContext mir
Mark-Simulacrum
-2
/
+1
2016-12-20
Inline FunctionContext.mir
Mark-Simulacrum
-2
/
+5
2016-12-20
Remove global builder
Mark-Simulacrum
-53
/
+21
2016-12-20
Remove DebugLoc.
Mark-Simulacrum
-36
/
+10
2016-12-20
Unbox FunctionDebugContextData.
Mark-Simulacrum
-19
/
+7
2016-12-20
Refactor Block into BlockAndBuilder
Mark-Simulacrum
-5
/
+5
2016-12-18
Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddyb
bors
-23
/
+34
2016-12-16
Incorporate review comments.
Austin Hicks
-3
/
+3
[next]