about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-26properly handle the case when LLVM does not have min/maxnumgnzlbg-2/+6
2018-03-26require llvm 6gnzlbg-2/+17
2018-03-26add testsgnzlbg-0/+95
2018-03-26implement minmax intrinsicsgnzlbg-1/+29
2018-03-25rustbuild: Disable docs on cross-compiled buildsAlex Crichton-26/+33
2018-03-26Stabilize universal_impl_traitTaylor Cramer-108/+15
2018-03-26Auto merge of #49351 - pthariensflame:patch-1, r=oli-obkbors-3/+3
2018-03-26Auto merge of #49341 - alexcrichton:more-balance, r=kennytmbors-0/+7
2018-03-26Auto merge of #49297 - scottmcm:offset-from, r=dtolnaybors-4/+295
2018-03-25Implement get_key_value for HashMap, BTreeMapDiggory Blake-0/+55
2018-03-25Auto merge of #49212 - kyrias:strip-debug-no-debuginfo, r=michaelwoeristerbors-1/+14
2018-03-25pgo: Blindly try to fix Windows build.Emilio Cobos Álvarez-0/+2
2018-03-25update wording as per feedbackSteve Klabnik-1/+3
2018-03-25Use a more conservative way to deinit stack guardTatsuyuki Ishi-5/+15
2018-03-25Modify testsAlexander Ronald Altman-2/+2
2018-03-25Minor formatting consistency fix.Alexander Ronald Altman-1/+1
2018-03-24Fix confusing doc for `scan`Sean Silva-5/+5
2018-03-25Auto merge of #49315 - TheDan64:smaller_unsafe_block, r=joshtriplettbors-7/+5
2018-03-25Fix incorrect copy-pasted codePhlosioneer-3/+3
2018-03-24Fix syntax errorPhlosioneer-1/+1
2018-03-24Add backticksPhlosioneer-7/+7
2018-03-24Fix doctest mutability copy-pastaScott McMurray-2/+2
2018-03-24Documentation and naming improvementsScott McMurray-15/+33
2018-03-24Fix incorrect lower boundsPhlosioneer-2/+12
2018-03-25Auto merge of #49284 - alexcrichton:use-our-own-cache, r=kennytmbors-0/+32
2018-03-24Polyfill LLVMBuildExactUDivScott McMurray-0/+8
2018-03-24Extend two-phase borrows to apply to method receiver autorefsbobtwinkles-37/+100
2018-03-25pgo: Move the tests to run-make-fulldeps, and make the profile file be in the...Emilio Cobos Álvarez-2/+2
2018-03-25Move linker code to the Linker trait instead.Emilio Cobos Álvarez-14/+32
2018-03-25try to fix the build on older LLVM versions.Emilio Cobos Álvarez-0/+26
2018-03-25librustc_trans: Mark some profiler symbols as exported to avoid LTO removing ...Emilio Cobos Álvarez-0/+33
2018-03-25librustc_trans: Turn PGO diagnostics into warnings.Emilio Cobos Álvarez-1/+1
2018-03-25librustc_trans: Gate the preinliner with another -Z flag.Emilio Cobos Álvarez-1/+6
2018-03-25librustc: Convert -C pgo-gen and -C pgo-use into -Z flags.Emilio Cobos Álvarez-26/+28
2018-03-25librustc_trans: disable profiling pre-inlining.Emilio Cobos Álvarez-0/+1
2018-03-25librustc_llvm: Show PGO diagnostics properly.Emilio Cobos Álvarez-2/+16
2018-03-25profiler_builtins: Add missing ProfilingNameVar file to the profiler build.Emilio Cobos Álvarez-0/+1
2018-03-25Test that pgo-gen works properly.Emilio Cobos Álvarez-0/+19
2018-03-25rustc_trans: Fix PGO generation linking on Linux by adding the relevant linke...Emilio Cobos Álvarez-0/+14
2018-03-25rustc_trans: disable probestack when using pgo-gen.Emilio Cobos Álvarez-0/+5
2018-03-25rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder.Emilio Cobos Álvarez-7/+46
2018-03-25rustc_metadata: Load the profiler runtime if we're generating PGO profile data.Emilio Cobos Álvarez-1/+3
2018-03-25session: Add two tracked, exclusive codegen options for PGO profile usage and...Emilio Cobos Álvarez-0/+20
2018-03-25profiler-builtins: define COMPILER_RT_HAS_UNAME on non-msvc platforms.Emilio Cobos Álvarez-0/+1
2018-03-25Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichtonbors-0/+259
2018-03-24Add flag for telling the linker to strip debuginfo when building without itJohannes Löthberg-1/+14
2018-03-24appveyor: Move run-pass-fulldeps to extra buildersAlex Crichton-0/+7
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-171/+26
2018-03-25Rollup merge of #49318 - steveklabnik:update-books, r=kennytmkennytm-0/+0
2018-03-25Rollup merge of #49314 - Mark-Simulacrum:remove-getopts, r=alexcrichtonkennytm-1622/+0