about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-08Add #[must_use] to stdin/stdout/stderr locksJohn Kugelman-0/+3
2021-10-08Move read2_abbreviated function into read2.rsNicholas-Baron-70/+73
2021-10-08Add feature gate to non_exhaustive_omitted_patterns lintDevin Ragotzy-20/+154
2021-10-08Auto merge of #89683 - GuillaumeGomez:rollup-q2mjd9m, r=GuillaumeGomezbors-84/+166
2021-10-08Fix asm docs typoasquared31415-2/+2
2021-10-08Rollup merge of #89672 - klensy:unwrap-or-macro, r=jackh726Guillaume Gomez-17/+8
2021-10-08Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomezGuillaume Gomez-4/+23
2021-10-08Rollup merge of #89668 - Urgau:core-cfg-hide, r=GuillaumeGomezGuillaume Gomez-1/+7
2021-10-08Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514Guillaume Gomez-30/+23
2021-10-08Rollup merge of #89538 - notriddle:notriddle/arrow-highlight, r=GuillaumeGomezGuillaume Gomez-18/+31
2021-10-08Rollup merge of #86506 - b-naber:gen_trait_impl_inconsistent, r=jackh726Guillaume Gomez-14/+74
2021-10-08Fix minor std::thread documentation typoMarcelo Diop-Gonzalez-3/+3
2021-10-08Auto merge of #89666 - rusticstuff:disable_new_llvm_pass_manager_on_s390x_tak...bors-4/+13
2021-10-08clippy::complexity fixesMatthias Krüger-30/+23
2021-10-08bless warningsEliza Weisman-0/+1
2021-10-08remove unwrap_or! macroklensy-17/+8
2021-10-08Cfg hide more conditions for allocLoïc BRANSTETT-1/+6
2021-10-09Show detailed expected/found types in error message when trait paths are the ...rhysd-20/+87
2021-10-08Remove special-casing of never primitive in rustdoc-json-typesLoïc BRANSTETT-4/+23
2021-10-08Auto merge of #89644 - matthiaskrgr:clippy_perf_okt, r=jyn514bors-3/+3
2021-10-08Cfg hide more conditions for coreLoïc BRANSTETT-0/+1
2021-10-08Default to disabling the new pass manager for the s390x targets.Hans Kratz-4/+13
2021-10-08Auto merge of #89576 - tom7980:issue-89275-fix, r=estebankbors-18/+82
2021-10-08Also cfg flag auxiliar functionCaio-0/+1
2021-10-08Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisabors-82/+125
2021-10-08testsb-naber-4/+39
2021-10-08dont normalize return type during candidate assembly in method probingb-naber-10/+35
2021-10-08Add documentation to boxed conversionsTim McNamara-0/+41
2021-10-08Create more accurate debuginfo for vtables.Michael Woerister-62/+163
2021-10-08CI: Use mirror for downloads.Hans Kratz-4/+8
2021-10-08Auto merge of #89659 - workingjubilee:rollup-0vggc69, r=workingjubileebors-123/+1034
2021-10-07Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebankJubilee-4/+148
2021-10-07Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkovJubilee-19/+51
2021-10-07Rollup merge of #89288 - rusticstuff:lld_wrapper, r=Mark-SimulacrumJubilee-13/+189
2021-10-07Rollup merge of #89082 - smoelius:master, r=kennytmJubilee-40/+313
2021-10-07Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoeristerJubilee-23/+201
2021-10-07Rollup merge of #88772 - orlp:result-map-or-else-docfix, r=yaahcJubilee-3/+2
2021-10-07Rollup merge of #88137 - joshtriplett:osx-strip-symbols-no-option, r=michaelw...Jubilee-12/+10
2021-10-07Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikicJubilee-9/+120
2021-10-08Auto merge of #89646 - camelid:miri-up, r=RalfJungbors-7/+11
2021-10-07Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrumbors-12/+20
2021-10-07bootstrap: add error messages re shallow historyTaylor Yu-0/+12
2021-10-07bootstrap: don't use `--merges` to find commitsTaylor Yu-3/+3
2021-10-07Optimize File::read_to_end and read_to_stringJohn Kugelman-46/+146
2021-10-07Update MiriNoah Lev-7/+11
2021-10-07some clippy::perf fixesMatthias Krüger-3/+3
2021-10-07Auto merge of #89617 - flip1995:clippyup, r=Manishearthbors-2940/+4259
2021-10-07make #[target_feature] work with `asm` register classesasquared31415-112/+213
2021-10-07lol i forgot the syntax for my own crate's macrosEliza Weisman-2/+2
2021-10-07comma-related changesEliza Weisman-2/+2