about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-16Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errorsMatthias Krüger-26/+138
2022-08-16Rollup merge of #100567 - Rageking8:fix-100563, r=wesleywiserMatthias Krüger-1/+1
2022-08-16Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisaMatthias Krüger-289/+46
2022-08-16Rollup merge of #100384 - ridwanabdillahi:instr_profile_output, r=wesleywiserMatthias Krüger-10/+54
2022-08-16Rollup merge of #100338 - lyming2007:issue-100285-fix, r=petrochenkovMatthias Krüger-1/+65
2022-08-15Auto merge of #100007 - ChrisDenton:dtor-inline-never, r=michaelwoeristerbors-0/+4
2022-08-15when there are 3 or more return statements in the loopYiming Lei-1/+65
2022-08-16use `span_suggestion` instead of `span_suggestion_verbose`Takayuki Maeda-22/+6
2022-08-15Auto merge of #100595 - matthiaskrgr:rollup-f1zur58, r=matthiaskrgrbors-644/+841
2022-08-15Rollup merge of #100586 - the8472:available_parallelism_2, r=jyn514Matthias Krüger-11/+7
2022-08-15Rollup merge of #100582 - GuillaumeGomez:rustdoc-json-stripped-enum-variant, ...Matthias Krüger-6/+17
2022-08-15Rollup merge of #100568 - ivmarkov:master, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-08-15Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errorsMatthias Krüger-215/+163
2022-08-15Rollup merge of #100528 - tux3:riscv-bitmanip-features, r=davidtwcoMatthias Krüger-0/+4
2022-08-15Rollup merge of #100514 - compiler-errors:issue-100191, r=spastorinoMatthias Krüger-1/+66
2022-08-15Rollup merge of #100458 - compiler-errors:fn-argument-span, r=estebankMatthias Krüger-21/+15
2022-08-15Rollup merge of #100377 - est31:fluent_grepability, r=davidtwcoMatthias Krüger-384/+443
2022-08-15Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomezMatthias Krüger-1/+35
2022-08-15Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoeristerMatthias Krüger-3/+89
2022-08-15rustdoc: Mark imported items as retainedNixon Enraght-Moony-1/+35
2022-08-15Auto merge of #100569 - matthiaskrgr:rollup-9450lzs, r=matthiaskrgrbors-220/+301
2022-08-16suggest adding an array length if possibleTakayuki Maeda-24/+152
2022-08-15Add regression test for stripped enum variant fieldsGuillaume Gomez-0/+13
2022-08-15Handle correctly stripped enum variant fieldsGuillaume Gomez-6/+4
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-11/+7
2022-08-15Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesley...bors-424/+1118
2022-08-15[debuginfo] Fix msvc-pretty-enums debuginfo test for i686.Michael Woerister-2/+2
2022-08-15Rollup merge of #100566 - TaKO8Ki:use-create-snapshot-for-diagnostic, r=cjgillotMatthias Krüger-2/+2
2022-08-15Rollup merge of #100534 - Rageking8:Rageking8-refactor1, r=compiler-errorsMatthias Krüger-2/+2
2022-08-15Rollup merge of #100506 - lcnr:fnctxt-yeet, r=compiler-errorsMatthias Krüger-34/+45
2022-08-15Rollup merge of #100483 - compiler-errors:point-to-projection-too, r=jyn514Matthias Krüger-92/+155
2022-08-15Rollup merge of #100277 - m-ou-se:format-args-1, r=compiler-errorsMatthias Krüger-90/+64
2022-08-15Rollup merge of #100211 - cjgillot:ctfe-mir-available, r=michaelwoeristerMatthias Krüger-0/+33
2022-08-15Add missing closing quoteRageking8-1/+1
2022-08-15Fix STD build for ESP-IDFIvan Markov-2/+2
2022-08-15use `create_snapshot_for_diagnostic` instead of `clone` for `Parser`Takayuki Maeda-2/+2
2022-08-15Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillotbors-141/+1520
2022-08-15Simplify attribute handling in `parse_bottom_expr`.Nicholas Nethercote-208/+159
2022-08-15Auto merge of #96350 - austinabell:skip_optimization, r=Mark-Simulacrumbors-8/+50
2022-08-15Auto merge of #100510 - compiler-errors:as-a-treat, r=jackh726bors-38/+37
2022-08-15Streamline `parse_path_start_expr`.Nicholas Nethercote-9/+6
2022-08-14Auto merge of #100540 - matthiaskrgr:rollup-734hkpt, r=matthiaskrgrbors-19/+196
2022-08-14Update the minimum external LLVM to 13Josh Stone-289/+46
2022-08-14Also do it for genericsMichael Goulet-27/+30
2022-08-14Point to argument if it's self type of unsatisfied projection predicateMichael Goulet-65/+125
2022-08-14TypeError can be CopyMichael Goulet-38/+37
2022-08-14Rollup merge of #100526 - Nilstrieb:tests!, r=Mark-SimulacrumMatthias Krüger-0/+145
2022-08-14Rollup merge of #100524 - ohno418:impl-debug-for-some-rustbuild-structs, r=Ma...Matthias Krüger-1/+2
2022-08-14Rollup merge of #100523 - GuillaumeGomez:remove-clean-impls, r=Dylan-DPCMatthias Krüger-13/+7
2022-08-14Rollup merge of #100482 - youknowone:patch-1, r=Mark-SimulacrumMatthias Krüger-0/+4