about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-01-22rustc_mir_itertools: Avoid needless `collect` with itertoolsMateusz Mikuła-22/+8
2022-01-21Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgrbors-509/+643
2022-01-21Rollup merge of #93139 - jsha:fix-wrapped-names, r=Nemo157Matthias Krüger-19/+54
2022-01-21Rollup merge of #93134 - tlyu:delete-stdin-split, r=AmanieuMatthias Krüger-24/+1
2022-01-21Rollup merge of #93109 - JakobDegen:arc-docs, r=m-ou-seMatthias Krüger-65/+55
2022-01-21Rollup merge of #93046 - est31:let_else, r=davidtwcoMatthias Krüger-137/+131
2022-01-21Rollup merge of #92963 - terrarier2111:tuple-diagnostic, r=davidtwcoMatthias Krüger-5/+51
2022-01-21Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwcoMatthias Krüger-85/+81
2022-01-21Rollup merge of #92835 - iwanders:issue-66450-improve-cfg-error-message, r=na...Matthias Krüger-3/+18
2022-01-21Rollup merge of #92586 - esp-rs:bugfix/allocation-alignment-espidf, r=yaahcMatthias Krüger-2/+8
2022-01-21Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obkMatthias Krüger-124/+98
2022-01-21Rollup merge of #91965 - ferrocene:pa-more-granular-exclude, r=Mark-SimulacrumMatthias Krüger-45/+146
2022-01-21Auto merge of #92363 - the8472:less-compiletest-normalization, r=Mark-Simulacrumbors-124/+94
2022-01-21Auto merge of #92983 - pietroalbini:pa-bump-runner-images, r=Mark-Simulacrumbors-44/+44
2022-01-21Auto merge of #92787 - camsteffen:methodcall-span, r=Mark-Simulacrumbors-220/+211
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-220/+211
2022-01-21Auto merge of #92896 - lqd:update-deps, r=Mark-Simulacrumbors-29/+18
2022-01-21allow excluding paths only from a single modulePietro Albini-41/+128
2022-01-21replace paths in PathSet with a dedicated TaskPath structPietro Albini-14/+28
2022-01-21Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrumbors-91/+123
2022-01-21Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgrbors-316/+1902
2022-01-20rustdoc: fix overflow-wrap for table layoutsJacob Hoffman-Andrews-19/+54
2022-01-21use lazy_static to compile `Regex::new` instances once instead on each testThe 8472-31/+32
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-93/+62
2022-01-20Rollup merge of #93136 - pietroalbini:pa-1.58.1-relnotes-master, r=pietroalbiniMatthias Krüger-0/+15
2022-01-20Rollup merge of #93128 - pietroalbini:pa-verify-stable-version-number, r=Mark...Matthias Krüger-0/+43
2022-01-20Rollup merge of #93114 - lcnr:mk_array, r=RalfJungMatthias Krüger-2/+6
2022-01-20Rollup merge of #93104 - dtolnay:ppbless, r=Mark-SimulacrumMatthias Krüger-1/+13
2022-01-20Rollup merge of #93102 - dtolnay:ringbuffer, r=lcnrMatthias Krüger-133/+83
2022-01-20Rollup merge of #93099 - tomkris:rustdoc-fix, r=jshaMatthias Krüger-4/+8
2022-01-20Rollup merge of #93098 - Aaron1011:def-path-hash-debug, r=oli-obkMatthias Krüger-6/+17
2022-01-20Rollup merge of #93094 - Enselic:check-for-enum-tuple-struct-fields, r=CraftS...Matthias Krüger-2/+4
2022-01-20Rollup merge of #93091 - pierwill:chalk-0.76, r=jackh726Matthias Krüger-12/+13
2022-01-20Rollup merge of #93087 - ricobbe:alt-calling-convention-test-fix, r=Mark-Simu...Matthias Krüger-5/+11
2022-01-20Rollup merge of #93086 - c410-f3r:let-guard, r=Mark-SimulacrumMatthias Krüger-2/+26
2022-01-20Rollup merge of #93067 - jsha:fix-scroll-padding-top, r=GuillaumeGomezMatthias Krüger-1/+14
2022-01-20Rollup merge of #93061 - estebank:macr-suggestion, r=cjgillotMatthias Krüger-24/+82
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-15/+60
2022-01-20Rollup merge of #92860 - CraftSpider:rustdoc-json-impl-ice, r=jshaMatthias Krüger-1/+28
2022-01-20Rollup merge of #92856 - GuillaumeGomez:exclude-test-doc_auto_cfg, r=Nemo157Matthias Krüger-20/+51
2022-01-20Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakisMatthias Krüger-103/+1488
2022-01-20backport the 1.58.1 relnotes to masterPietro Albini-0/+15
2022-01-20delete `Stdin::split` forwarderTaylor Yu-24/+1
2022-01-20More clean upGuillaume Gomez-8/+4
2022-01-20Extra cfg_hide a bit to handle inner cfgsGuillaume Gomez-16/+11
2022-01-20Update doc_auto_cfg testGuillaume Gomez-2/+8
2022-01-20Exclude "test" from doc_auto_cfg renderingGuillaume Gomez-16/+50
2022-01-20Auto merge of #93119 - matthiaskrgr:rollup-ku3cn5j, r=matthiaskrgrbors-818/+1931
2022-01-20add script to prevent point releases with same number as existing onesPietro Albini-0/+43
2022-01-20Rollup merge of #93112 - pietroalbini:pa-cve-2022-21658-nightly, r=pietroalbiniMatthias Krüger-52/+838