about summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2017-07-06Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakisbors-16/+39
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-9/+231
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-16/+39
2017-07-02Output line column info when panickingest31-15/+17
2017-07-01When writing LLVM IR output demangled fn name in commentsStepan Koltsov-2/+39
2017-06-29Add unsized tuple coercions.Masaki Hara-3/+9
2017-06-28Auto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakisbors-10/+49
2017-06-28add commentsAriel Ben-Yehuda-0/+27
2017-06-28Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichtonbors-1/+0
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-29/+37
2017-06-27rustc: rename closure_type to fn_sig.Eduard-Mihai Burtescu-3/+3
2017-06-24Stabilize Command::envsSteven Fackler-1/+0
2017-06-24Auto merge of #42784 - tlively:wasm-bot, r=alexcrichtonbors-0/+3
2017-06-24Auto merge of #42864 - slo1:attempt, r=Mark-Simulacrumbors-0/+4
2017-06-23Saves created temp directory if save-temps option is used.slo-0/+4
2017-06-23Rollup merge of #42821 - michaelwoerister:incr-debug-output-on-stderr, r=alex...Mark Simulacrum-4/+4
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+1
2017-06-22Add target option for linker environment variablesThomas Lively-0/+3
2017-06-22Print -Zincremental-info to stderr instead of stdout.Michael Woerister-4/+4
2017-06-22Auto merge of #42803 - michaelwoerister:msdia-workaround, r=vadimcnbors-3/+27
2017-06-22debuginfo: Work around crash-bug in MSDIA libraryMichael Woerister-3/+27
2017-06-22Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoeristerbors-290/+416
2017-06-21Auto merge of #42771 - arielb1:no-inline-unwind, r=nagisabors-0/+7
2017-06-21Integrate jobserver support to parallel codegenAlex Crichton-290/+416
2017-06-21avoid translating roots with predicates that do not holdAriel Ben-Yehuda-10/+22
2017-06-20mark calls in the unwind path as !noinlineAriel Ben-Yehuda-0/+7
2017-06-20Remove the in-tree `flate` crateAlex Crichton-19/+28
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-19Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakisbors-0/+2
2017-06-18collector: apply param substs to closures cast to fn itemsAriel Ben-Yehuda-0/+4
2017-06-16Rollup merge of #42705 - est31:master, r=alexcrichtonCorey Farwell-1/+0
2017-06-16Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakisbors-2/+2
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-1/+0
2017-06-14Switch CrateNum queries to DefIdTaylor Cramer-2/+2
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-7/+60
2017-06-14On-demandify is_allocator and is_panic_runtimeTaylor Cramer-2/+2
2017-06-12kill various tasks we no longer need and remove outdated README textNiko Matsakis-18/+0
2017-06-12Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakisbors-10/+14
2017-06-12Add `EndRegion` statement kind to MIR.Felix S. Klock II-0/+2
2017-06-10Auto merge of #42556 - scottmcm:ctz-nz, r=BurntSushibors-1/+7
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-10/+14
2017-06-09Auto merge of #42504 - michaelwoerister:hash-dep-nodes-prep, r=nikomatsakisbors-3/+2
2017-06-08Add ctlz_nonzero & cttz_nonzero intrinsicsScott McMurray-1/+7
2017-06-08Auto merge of #42481 - brson:wingnu, r=alexcrichtonbors-9/+11
2017-06-06Fix setting PATH during linkage on windows-gnuBrian Anderson-9/+11
2017-06-06rustc_trans: do not store pair fields if they are ZSTs.Eduard-Mihai Burtescu-2/+14
2017-06-06incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ...Michael Woerister-3/+2
2017-06-04Use the three-element variant of the 'llvm.gcov' metadataMarco Castelluccio-6/+2
2017-06-04Add llvm.gcov metadata only if profiler is enabledMarco Castelluccio-22/+24
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-7/+62