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-09-17
rustc: Move codegen to a query
Alex Crichton
-2
/
+2
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-1
/
+2
2017-09-17
rustc_trans: Refactor collection to use tcx
Alex Crichton
-2
/
+2
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-2
/
+3
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-2
/
+2
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-2
/
+2
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-4
/
+4
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-4
/
+4
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-31
/
+31
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-31
/
+31
2017-08-15
Fix typos & us spellings
Fourchaux
-4
/
+4
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+13
2017-07-28
Auto merge of #43221 - MaulingMonkey:natvis-improvements, r=michaelwoerister
bors
-4
/
+30
2017-07-19
Expand one-liners, rename is_like_msvc to cpp_like_names and explain.
MaulingMonkey
-11
/
+30
2017-07-13
Modify type names on MSVC to make strings and slices .natvis compatible.
MaulingMonkey
-4
/
+11
2017-07-13
trans: Internalize symbols at the trans-item level, without relying on LLVM.
Michael Woerister
-1
/
+1
2017-07-07
incr.comp.: Don't include span information in the ICH of type definitions.
Michael Woerister
-28
/
+14
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-7
/
+6
2017-06-22
debuginfo: Work around crash-bug in MSDIA library
Michael Woerister
-3
/
+27
2017-06-04
Use the three-element variant of the 'llvm.gcov' metadata
Marco Castelluccio
-6
/
+2
2017-06-04
Add llvm.gcov metadata only if profiler is enabled
Marco Castelluccio
-22
/
+24
2017-06-04
Merge branch 'profiling' of github.com:whitequark/rust into profiling
Marco Castelluccio
-2
/
+40
2017-05-27
Remove trans-internal re-exports of rustc modules
Robin Kruppe
-6
/
+5
2017-05-19
debuginfo: Generate unique DW_AT_names for compilation units to work around O...
Michael Woerister
-13
/
+16
2017-05-01
Add profiling support, through the rustc -Z profile flag.
whitequark
-2
/
+40
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-70
/
+69
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-2
/
+2
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
[next]