about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-30Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwcoDylan DPC-1/+51
2022-05-30Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514Dylan DPC-15/+30
2022-05-30Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwcoDylan DPC-2/+46
2022-05-30Rollup merge of #97499 - est31:master, r=Dylan-DPCDylan DPC-3/+2
2022-05-30Rollup merge of #97494 - est31:remove_box_alloc_tests, r=Dylan-DPCDylan DPC-82/+86
2022-05-30Remove "sys isn't exported yet" phraseest31-3/+2
2022-05-30Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errorsbors-260/+82
2022-05-30update diagnostic message on removed attributeOli Scherer-1/+1
2022-05-30Default methods of traits are also AssocFn defs as they essentially desugar t...Oli Scherer-0/+1
2022-05-30Reduce the scope of a mutable variableOli Scherer-7/+2
2022-05-30Add a helper function for checking whether a default function in a trait can ...Oli Scherer-18/+20
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-250/+74
2022-05-30Auto merge of #97489 - GuillaumeGomez:settings-js-disabled, r=notriddlebors-0/+11
2022-05-29Auto merge of #97538 - compiler-errors:rollup-zp3ukke, r=compiler-errorsbors-5/+25
2022-05-29Rollup merge of #97536 - est31:remove_unused_lifetimes, r=compiler-errorsMichael Goulet-3/+3
2022-05-29Rollup merge of #97530 - GuillaumeGomez:more-eslint-checks, r=jshaMichael Goulet-0/+7
2022-05-29Rollup merge of #97518 - badboy:rustdoc-ul-div-fix, r=notriddleMichael Goulet-1/+1
2022-05-29Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obkMichael Goulet-1/+14
2022-05-29Remove unused lifetimes from expand_macroest31-3/+3
2022-05-29Use type_is_copy_modulo_regions check in intrisicckMichael Goulet-1/+14
2022-05-29Note pattern mismatch coming from for-loop desugaringMichael Goulet-1/+51
2022-05-29Add "no-ex-assign" eslint ruleGuillaume Gomez-0/+1
2022-05-29Add "no-duplicate-case" eslint ruleGuillaume Gomez-0/+1
2022-05-29Auto merge of #97514 - WaffleLapkin:panick, r=Dylan-DPCbors-1/+1
2022-05-29Add "no-dupe-keys" eslint ruleGuillaume Gomez-0/+1
2022-05-29Add "no-dupe-else-if" eslint ruleGuillaume Gomez-0/+1
2022-05-29Add "no-dup-args" eslint ruleGuillaume Gomez-0/+1
2022-05-29Add "no-debugger" eslint ruleGuillaume Gomez-0/+1
2022-05-29Add "no-const-assign" eslint ruleGuillaume Gomez-0/+1
2022-05-29Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbinibors-466/+347
2022-05-29Re-add help_on_error for download-ci-llvmbinggh-15/+30
2022-05-29Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviperbors-289/+265
2022-05-29Fix order of closing HTML elements in rustdoc outputJan-Erik Rediger-1/+1
2022-05-29Auto merge of #97456 - Bryysen:issue-97319-fix, r=compiler-errorsbors-76/+174
2022-05-29Fix typo (panick -> panic)Maybe Waffle-1/+1
2022-05-29Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obkbors-630/+1732
2022-05-29Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrumbors-352/+418
2022-05-29Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomezbors-62/+251
2022-05-29Ensure source file present when calculating max line numberYuki Okushi-2/+46
2022-05-29Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomezbors-218/+482
2022-05-29Use Box::new() instead of box syntax in core testsest31-10/+13
2022-05-29Use Box::new() instead of box syntax in std testsest31-22/+22
2022-05-29Rollup merge of #97482 - RalfJung:ptr-invalid, r=thomccGuillaume Gomez-6/+7
2022-05-29Rollup merge of #97479 - JohnTitor:make-check-pass, r=compiler-errorsGuillaume Gomez-13/+11
2022-05-29Rollup merge of #97478 - JohnTitor:fixme-fn-decl, r=compiler-errorsGuillaume Gomez-1/+1
2022-05-29Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoeristerGuillaume Gomez-198/+460
2022-05-29Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli-obkGuillaume Gomez-0/+3
2022-05-29Use Box::new() instead of box syntax in alloc testsest31-50/+51
2022-05-28Auto merge of #97472 - cuviper:rebase-rustc-rayon, r=Mark-Simulacrumbors-21/+22
2022-05-28Improve error message for E0081Bryysen-76/+174