about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-11-19Rollup merge of #90480 - r00ster91:remove, r=kennytmYuki Okushi-1/+4
2021-11-19Rollup merge of #90438 - GuillaumeGomez:doc-show-coverage, r=camelidYuki Okushi-40/+33
2021-11-19Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011Yuki Okushi-4/+63
2021-11-18Clean up mess for --show-coverage documentationGuillaume Gomez-40/+33
2021-11-18Auto merge of #90991 - ehuss:update-cargo, r=ehussbors-0/+0
2021-11-17Update cargoEric Huss-0/+0
2021-11-17Auto merge of #90984 - matthiaskrgr:rollup-j5bs96a, r=matthiaskrgrbors-357/+648
2021-11-17Rollup merge of #90901 - rukai:improve_manuallydrop_help, r=estebankMatthias Krüger-43/+43
2021-11-17Rollup merge of #90900 - andjo403:removeLlvm12Check, r=nikicMatthias Krüger-30/+1
2021-11-17Rollup merge of #90884 - Nilstrieb:fix-span-trivial-trait-bound, r=estebankMatthias Krüger-104/+102
2021-11-17Rollup merge of #90861 - 5225225:nonprinting-char, r=davidtwcoMatthias Krüger-1/+54
2021-11-17Rollup merge of #90772 - GuillaumeGomez:vec-retain-mut, r=joshtriplettMatthias Krüger-1/+29
2021-11-17Rollup merge of #90687 - jhpratt:const_panic, r=oli-obkMatthias Krüger-2/+49
2021-11-17Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebankMatthias Krüger-176/+269
2021-11-17Rollup merge of #89610 - guswynn:must_use_future, r=wesleywiserMatthias Krüger-0/+101
2021-11-17Auto merge of #90954 - Amanieu:fix-aarch64-asm, r=nikicbors-0/+0
2021-11-17Auto merge of #90966 - matthiaskrgr:rollup-4akzcrh, r=matthiaskrgrbors-857/+901
2021-11-16Rollup merge of #90958 - WaffleLapkin:const_align_offset, r=oli-obkMatthias Krüger-6/+36
2021-11-16Rollup merge of #90949 - RalfJung:miri, r=RalfJungMatthias Krüger-12/+8
2021-11-16Rollup merge of #90935 - jhpratt:alphabetize-features, r=joshtriplettMatthias Krüger-802/+684
2021-11-16Rollup merge of #90933 - compiler-errors:master, r=estebankMatthias Krüger-20/+123
2021-11-16Rollup merge of #90920 - lnicola:rust-analyzer-2021-11-15, r=lnicolaMatthias Krüger-16/+16
2021-11-16Rollup merge of #90787 - JohnTitor:inline-sorted-index-map, r=oli-obkMatthias Krüger-0/+10
2021-11-16Rollup merge of #90733 - wesleywiser:musl_debuginfo, r=Mark-SimulacrumMatthias Krüger-1/+24
2021-11-16Fix await suggestion betterMichael Goulet-20/+123
2021-11-16Fill in tracking issue for feature `const_align_offset`Maybe Waffle-2/+2
2021-11-16Mark `<*const _>::align_offset` and `<*mut _>::align_offset` as `const fn`Maybe Waffle-6/+36
2021-11-16Update llvm submoduleAmanieu d'Antras-0/+0
2021-11-16Update compiler/rustc_passes/src/check_attr.rsWesley Wiser-3/+3
2021-11-16update miriRalf Jung-12/+8
2021-11-16Auto merge of #90919 - nnethercote:rm-DropArena, r=Mark-Simulacrumbors-154/+17
2021-11-16Auto merge of #90945 - JohnTitor:rollup-wc35xss, r=JohnTitorbors-96/+342
2021-11-16Increase tidy limit for parser by 15225225-1/+1
2021-11-16Inline printable function5225225-5/+7
2021-11-16Remove debug output from test stderr5225225-1/+0
2021-11-16Suggest removing the non-printing characters5225225-9/+24
2021-11-16Print full char literal on error if any are non-printing5225225-0/+37
2021-11-16Rollup merge of #90936 - JohnTitor:issue-80772, r=Mark-SimulacrumYuki Okushi-0/+21
2021-11-16Rollup merge of #90928 - Mark-Simulacrum:fix-date-logging, r=pietroalbiniYuki Okushi-1/+1
2021-11-16Rollup merge of #90925 - krasimirgg:rustc_mir_build_fix, r=petrochenkovYuki Okushi-1/+1
2021-11-16Rollup merge of #90910 - RalfJung:const-discriminant-empty-enum, r=petrochenkovYuki Okushi-1/+10
2021-11-16Rollup merge of #90819 - JakobDegen:issue-90804, r=petrochenkovYuki Okushi-50/+55
2021-11-16Rollup merge of #90803 - TaKO8Ki:suggest-chars-on-attempt-to-iter, r=estebankYuki Okushi-0/+75
2021-11-16Rollup merge of #90801 - b-naber:missing_normalization_equate_inputs_output, ...Yuki Okushi-24/+121
2021-11-16Rollup merge of #86455 - tlyu:check-where-before-suggesting-unsized, r=estebankYuki Okushi-19/+58
2021-11-16Auto merge of #90845 - JakobDegen:adt-drop-perf, r=Mark-Simulacrumbors-23/+61
2021-11-15refactor is_param_boundTaylor Yu-27/+21
2021-11-15check where clause before suggesting unsizedTaylor Yu-0/+45
2021-11-15Suggest where feature should be placedJacob Pratt-6/+39
2021-11-15Alphabetize language featuresJacob Pratt-802/+651