about summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2018-04-10Fix "fp" feature for AArch64Amanieu d'Antras-0/+1
2018-04-10Make Session.injected_allocator and Session.allocator_kind thread-safeJohn Kåre Alsaker-1/+1
2018-04-10Make Session.crate_types thread-safeJohn Kåre Alsaker-11/+14
2018-04-10Make Session.plugin_registrar_fn and Session.derive_registrar_fn thread-safeJohn Kåre Alsaker-2/+2
2018-04-10Combine Session.entry_fn and Session.entry_type and make them thread-safeJohn Kåre Alsaker-6/+6
2018-04-10Reformat trans skip conditionvarkor-3/+3
2018-04-10Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoeristerbors-3/+3
2018-04-09Use cmp::Reverse instead of subtractionvarkor-2/+3
2018-04-09Convert sort_by_key to sort_by_cached_keyvarkor-1/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer...bors-1/+9
2018-04-07Auto merge of #49692 - sinkuu:main_fix, r=arielb1bors-4/+8
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-4/+0
2018-04-07Rollup merge of #49728 - japaric:no-debug_gdb_scripts, r=alexcrichtonkennytm-3/+2
2018-04-06refactor: simplify `needs_gdb_debug_scripts_section`Jorge Aparicio-2/+0
2018-04-06add emit_debug_gdb_scripts target option and ..Jorge Aparicio-1/+2
2018-04-06Allow for re-using hidden monomorphizations on platforms that don't support R...Michael Woerister-9/+27
2018-04-06Update a few comments about symbol visibility.Michael Woerister-24/+22
2018-04-06Fix some rebasing fallout.Michael Woerister-1/+0
2018-04-06Select upstream monomorphizations in a stable way.Michael Woerister-5/+35
2018-04-06Allow for internalizing monomorphizations that cannot be shared.Michael Woerister-7/+52
2018-04-06Remove the (inaccurate) symbol_export_level query.Michael Woerister-4/+2
2018-04-06Allow for re-using monomorphizations from upstream crates.Michael Woerister-5/+74
2018-04-06Move export level computation to reachable_non_generics query.Michael Woerister-53/+49
2018-04-06Allow for representing exported monomorphizations in crate metadata.Michael Woerister-1/+2
2018-04-06Use InternedString instead of Symbol for type parameters.Michael Woerister-3/+3
2018-04-06Fix ICE with `main`'s return type containing lifetimesShotaro Yamada-4/+8
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-4/+0
2018-04-05Rollup merge of #49432 - nabijaczleweli:master, r=michaelwoeristerkennytm-4/+38
2018-04-04Fix another circulare deps link args issueAlex Crichton-1/+9
2018-03-31Special-case OutputType::Metadatavarkor-1/+4
2018-03-31Open the file as write before trying to flush itnabijaczleweli-1/+1
2018-03-29rustc: Group linked libraries where neededAlex Crichton-0/+91
2018-03-29Also protect first attemptnabijaczleweli-1/+5
2018-03-29Flush executables to disk after linkagenabijaczleweli-3/+33
2018-03-28Rollup merge of #49329 - canarysnort01:fix-no-pie, r=pnkfelixkennytm-2/+4
2018-03-28Auto merge of #49019 - phil-opp:target-spec, r=pnkfelixbors-7/+9
2018-03-28Make LLVM worker channel thread-safeJohn Kåre Alsaker-3/+3
2018-03-27Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichtonbors-0/+23
2018-03-26Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisabors-2/+1
2018-03-26Introduce a TargetTriple enum to support absolute target pathsPhilipp Oppermann-7/+9
2018-03-26Stabilize i128 feature tooMark Mansi-2/+1
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Auto merge of #48346 - emilio:pgo, r=alexcrichtonbors-7/+102
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-26properly handle the case when LLVM does not have min/maxnumgnzlbg-2/+6
2018-03-26require llvm 6gnzlbg-2/+6
2018-03-26implement minmax intrinsicsgnzlbg-0/+15
2018-03-26Auto merge of #49297 - scottmcm:offset-from, r=dtolnaybors-1/+14
2018-03-25Auto merge of #49212 - kyrias:strip-debug-no-debuginfo, r=michaelwoeristerbors-1/+12