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_trans
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-3190
/
+0
2018-05-15
Pull common parameters into GenericParamDef
varkor
-7
/
+1
2018-05-15
Refactor to address comments
varkor
-28
/
+20
2018-05-15
Use GenericParamCount instead of FxHashMap
varkor
-1
/
+7
2018-05-15
Eliminate ty::Generics::types()
varkor
-1
/
+1
2018-05-15
Generalise cases of explicit iteration of specific kinds
varkor
-4
/
+19
2018-05-15
Prefer iterator to vec
varkor
-1
/
+1
2018-05-15
Consolidate ty::Generics
varkor
-1
/
+1
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-2
/
+2
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-2
/
+2
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-1
/
+1
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-1
/
+1
2018-05-06
issue-49938: Reference tagged unions discr(iminant) as tag
Samuel Wilson
-2
/
+2
2018-05-01
Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi
bors
-1
/
+1
2018-05-01
Removed direct field usage of RangeInclusive in rustc itself.
kennytm
-1
/
+1
2018-04-28
Mark functions returning uninhabited types as noreturn
Anthony Ramine
-1
/
+1
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-5
/
+5
2018-04-26
rustc_target: move in type definitions from ty::layout.
Irina Popa
-1
/
+1
2018-04-17
Clean up attribute handling in create_function_debug_context().
Michael Woerister
-4
/
+5
2018-04-17
Support #[no_debug] for global variables.
Michael Woerister
-3
/
+10
2018-04-12
Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
bors
-1
/
+1
2018-04-11
Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis
bors
-3
/
+3
2018-04-10
Combine Session.entry_fn and Session.entry_type and make them thread-safe
John Kåre Alsaker
-1
/
+1
2018-04-06
refactor: simplify `needs_gdb_debug_scripts_section`
Jorge Aparicio
-2
/
+0
2018-04-06
add emit_debug_gdb_scripts target option and ..
Jorge Aparicio
-1
/
+2
2018-04-06
Use InternedString instead of Symbol for type parameters.
Michael Woerister
-3
/
+3
2018-03-14
remove defaulting to unit
Andrew Cann
-7
/
+7
2018-03-13
`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`
Niko Matsakis
-1
/
+5
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-9
/
+14
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-1
/
+1
2018-03-08
Produce instead of pointers
Oliver Schneider
-2
/
+2
2018-03-06
Rename exported_symbol_ids query to something more explicit and document what...
Michael Woerister
-1
/
+1
2018-02-19
Use DefId instead of NodeId while generating debuginfo for statics.
Michael Woerister
-27
/
+13
2018-01-25
Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoerister
Alex Crichton
-0
/
+3
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+1
2018-01-20
Teach rustc about DW_AT_noreturn and a few more DIFlags
A.J. Gardner
-0
/
+3
2018-01-14
rustc_trans: rename mircx: MirContext to fx: FunctionCx.
Eduard-Mihai Burtescu
-1
/
+1
2018-01-14
rustc_trans: rename bcx to bx.
Eduard-Mihai Burtescu
-22
/
+22
2018-01-14
rustc_trans: rename ccx to cx.
Eduard-Mihai Burtescu
-44
/
+44
2018-01-14
rustc_trans: rename CrateContext to CodegenCx.
Eduard-Mihai Burtescu
-66
/
+66
2018-01-14
rustc_trans: access fields directly on CrateContext.
Eduard-Mihai Burtescu
-58
/
+58
2018-01-14
rustc_trans: collapse {Local,Shared}CrateContext.
Eduard-Mihai Burtescu
-14
/
+12
2018-01-08
rustc::ty: Rename `struct_variant` to `non_enum_variant`
Robin Kruppe
-2
/
+2
2017-12-20
dwarf: set dwarf linkage_name for fns and statics to its mangled symbol name
m4b
-30
/
+24
2017-12-20
Auto merge of #46457 - m4b:no_mangle_static, r=michaelwoerister
bors
-6
/
+14
2017-12-19
dwarf: do not set linkage_name for no mangle statics, and do not have a scope...
m4b
-6
/
+14
2017-12-18
normalize the results of `tcx.type_of` after substituting
Ariel Ben-Yehuda
-3
/
+2
2017-12-18
Prefer type_of().substs over instance::ty()
Maik Klein
-2
/
+2
2017-12-18
Remove duplicated functions from trans::common.rs
Maik Klein
-5
/
+5
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-11
/
+12
[next]