about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-11-16Increase tidy limit for parser by 15225225-1/+1
2021-11-16Remove debug output from test stderr5225225-1/+0
2021-11-16Suggest removing the non-printing characters5225225-8/+8
2021-11-16Print full char literal on error if any are non-printing5225225-0/+27
2021-11-16Rollup merge of #90892 - RalfJung:miri-partial-ptr-copy, r=oli-obkYuki Okushi-0/+38
2021-11-16Rollup merge of #90837 - c410-f3r:testsssssss, r=petrochenkovYuki Okushi-233/+9
2021-11-16Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiserYuki Okushi-17/+16
2021-11-15Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrumbors-0/+27
2021-11-15Auto merge of #90473 - joshtriplett:stabilize-format-args-capture, r=Mark-Sim...bors-131/+46
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-17/+16
2021-11-15Update test outputJosh Triplett-50/+46
2021-11-15Stabilize format_args_captureJosh Triplett-81/+0
2021-11-15Auto merge of #90645 - terrarier2111:master, r=estebankbors-0/+24
2021-11-15Auto merge of #90684 - jyn514:dist-aliases, r=Mark-Simulacrumbors-11/+12
2021-11-14Don't run the codegen test when `debug_assert` is enabledScott McMurray-0/+1
2021-11-14Move some tests to more reasonable directoriesCaio-233/+9
2021-11-14Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelidbors-4/+0
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-0/+38
2021-11-14Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgrbors-15/+39
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-0/+30
2021-11-13Rollup merge of #90771 - asterycs:fix/trait-object-error-code, r=michaelwoeri...Matthias Krüger-2/+2
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-180/+95
2021-11-13Implement diagnostic for String conversionthreadexception-0/+24
2021-11-13Delete rustdoc::doctreehi-rustin-31/+26
2021-11-13Change paths for `dist` command to match the components they generateJoshua Nelson-11/+12
2021-11-13Auto merge of #87264 - mystor:expand_literal, r=petrochenkovbors-0/+257
2021-11-12Use an empty Vec instead of Option<Vec>Michael Howell-13/+7
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+87
2021-11-12Test core::simd worksJubilee Young-0/+83
2021-11-12Expose portable-simd as core::simdJubilee Young-0/+4
2021-11-12oops...Ellen-0/+30
2021-11-12proc_macro: Add an expand_expr method to TokenStreamNika Layzell-0/+257
2021-11-12Auto merge of #90836 - matthiaskrgr:rollup-ou6yrlw, r=matthiaskrgrbors-51/+42
2021-11-12Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddleMatthias Krüger-2/+13
2021-11-12Rollup merge of #90761 - hellow554:macro_span, r=estebankMatthias Krüger-49/+29
2021-11-12Auto merge of #89316 - asquared31415:multiple-clobber-abi, r=Amanieubors-121/+272
2021-11-12fix aarch test error annotationsasquared31415-4/+4
2021-11-12Add more comments to explain the code to generate the search indexGuillaume Gomez-2/+13
2021-11-12Remove unneeded FIXME: after testing the suggested changes, we reached the co...Guillaume Gomez-4/+0
2021-11-12Auto merge of #90813 - notriddle:notriddle/vec-extend, r=GuillaumeGomezbors-23/+26
2021-11-11MIRI says `reverse` is UB, so replace it with an implementation that LLVM can...Scott McMurray-0/+26
2021-11-11Use `Iterator::collect` instead of calling `Vec::push` in a loopMichael Howell-23/+26
2021-11-11Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkovbors-7/+93
2021-11-11librustdoc: revert use of def_id for one of the edge caseMuhammad Falak R Wani-5/+10
2021-11-11Auto merge of #90755 - scottmcm:spec-array-clone, r=jackh726bors-0/+15
2021-11-11Shorten Span of unused macro lintsMarcel Hellwig-49/+29
2021-11-11Auto merge of #89550 - lcnr:coherence-specialization, r=nikomatsakisbors-263/+237