about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-11-16Recognize machine optimization remarksTomasz Miąsko-0/+3
2021-11-16Emit LLVM optimization remarks when enabled with `-Cremark`Tomasz Miąsko-12/+158
2021-11-16Use brief format for optimization remarksTomasz Miąsko-7/+2
2021-11-16Auto merge of #90934 - JohnTitor:rollup-5soqo0j, r=JohnTitorbors-355/+121
2021-11-16Rollup merge of #90909 - RalfJung:miri-no-portable-simd, r=workingjubileeYuki Okushi-0/+4
2021-11-16Rollup merge of #90892 - RalfJung:miri-partial-ptr-copy, r=oli-obkYuki Okushi-7/+44
2021-11-16Rollup merge of #90848 - scottmcm:remove-signed-bigint-helpers, r=joshtriplettYuki Okushi-68/+1
2021-11-16Rollup merge of #90837 - c410-f3r:testsssssss, r=petrochenkovYuki Okushi-233/+9
2021-11-16Rollup merge of #90835 - sunfishcode:sunfishcode/wasi-char-device, r=alexcric...Yuki Okushi-2/+6
2021-11-16Rollup merge of #90834 - cuviper:android-gnu, r=petrochenkovYuki Okushi-1/+1
2021-11-16Rollup merge of #90790 - tamaroning:fix-lib-std-test, r=Mark-SimulacrumYuki Okushi-12/+3
2021-11-16Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiserYuki Okushi-27/+40
2021-11-16Rollup merge of #88601 - ibraheemdev:termination-result-infallible, r=yaahcYuki Okushi-0/+9
2021-11-16Rollup merge of #85766 - workingjubilee:file-options, r=yaahcYuki Okushi-5/+4
2021-11-15Auto merge of #90827 - matthewjasper:assoc-item-cleanup-2, r=cjgillotbors-38/+20
2021-11-15Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrumbors-91/+59
2021-11-15Auto merge of #90473 - joshtriplett:stabilize-format-args-capture, r=Mark-Sim...bors-167/+83
2021-11-15Auto merge of #90717 - kit-981:fix-ld64-flags, r=petrochenkovbors-42/+50
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-21/+32
2021-11-15Support having -Z and -C options with the same nameJosh Triplett-6/+8
2021-11-15Update test outputJosh Triplett-50/+46
2021-11-15Stabilize format_args_captureJosh Triplett-118/+20
2021-11-15Give examples of format args capture in the fmt module documentationJosh Triplett-0/+18
2021-11-15Auto merge of #90645 - terrarier2111:master, r=estebankbors-36/+85
2021-11-15Auto merge of #90684 - jyn514:dist-aliases, r=Mark-Simulacrumbors-12/+13
2021-11-14Don't run the codegen test when `debug_assert` is enabledScott McMurray-0/+1
2021-11-14Auto merge of #88282 - Neutron3529:patch-4, r=Mark-Simulacrumbors-0/+8
2021-11-14Move some tests to more reasonable directoriesCaio-233/+9
2021-11-14disable portable SIMD tests in MiriRalf Jung-0/+4
2021-11-14Auto merge of #90596 - the8472:path-hash-opt, r=Mark-Simulacrumbors-11/+140
2021-11-14Auto merge of #90839 - pierwill:docs-rustc-newtype-index, r=jackh726bors-1/+23
2021-11-14Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelidbors-4/+0
2021-11-14Only use the -dynamiclib flag when the linker is not ldkit-1/+4
2021-11-14Refactor linker argument generationkit-30/+18
2021-11-14Add a helper method for linker argumentskit-11/+28
2021-11-14Auto merge of #90867 - hi-rustin:rustin-patch-rustdoc, r=CraftSpiderbors-31/+26
2021-11-13fix ICE on Miri/CTFE copy of half a pointerRalf Jung-7/+44
2021-11-14Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgrbors-18/+46
2021-11-13Generate documentation in rustc `rustc_index::newtype_index` macropierwill-1/+23
2021-11-13Rollup merge of #90853 - notriddle:notriddle/option-vec, r=GuillaumeGomezMatthias Krüger-13/+7
2021-11-13Rollup merge of #90840 - BoxyUwU:lolripme, r=jackh726Matthias Krüger-2/+36
2021-11-13Rollup merge of #90771 - asterycs:fix/trait-object-error-code, r=michaelwoeri...Matthias Krüger-3/+3
2021-11-13Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomezbors-17/+29
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-193/+114
2021-11-13Implement diagnostic for String conversionthreadexception-36/+85
2021-11-13Auto merge of #90542 - the8472:privatize-the-means-of-rawvec-production, r=jo...bors-58/+6
2021-11-13Delete rustdoc::doctreehi-rustin-31/+26
2021-11-13Change paths for `dist` command to match the components they generateJoshua Nelson-12/+13
2021-11-13Auto merge of #87264 - mystor:expand_literal, r=petrochenkovbors-75/+421
2021-11-12Use an empty Vec instead of Option<Vec>Michael Howell-13/+7