about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-04-28Rollup merge of #110913 - compiler-errors:missing-lints, r=NilstriebMatthias Krüger-107/+123
2023-04-28Rollup merge of #110904 - fmease:rustdoc-fix-110900, r=compiler-errorsMatthias Krüger-5/+33
2023-04-28Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e...Matthias Krüger-231/+443
2023-04-28Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514Matthias Krüger-275/+276
2023-04-28Auto merge of #110801 - WaffleLapkin:io-tests, r=jyn514bors-56/+38
2023-04-27Auto merge of #110916 - matthiaskrgr:rollup-g3c33zc, r=matthiaskrgrbors-158/+227
2023-04-27Rollup merge of #110905 - john-h-k:docs/cargo-flags, r=jyn514Matthias Krüger-2/+2
2023-04-27Rollup merge of #110886 - nnethercote:dep-graph-cleanups, r=cjgillotMatthias Krüger-64/+32
2023-04-27Rollup merge of #110878 - whtahy:105107/known-bug-tests-for-unsound-issues, r...Matthias Krüger-0/+152
2023-04-27Rollup merge of #110853 - tamird:compiletest-bpflinker-support, r=wesleywiserMatthias Krüger-0/+8
2023-04-27Rollup merge of #110851 - tamird:better-error-compiletest, r=compiler-errorsMatthias Krüger-1/+1
2023-04-27Rollup merge of #110838 - nnethercote:more-Folder-Visitable-cleanups, r=lcnrMatthias Krüger-83/+19
2023-04-27Rollup merge of #106599 - MikailBag:patch-1, r=jyn514Matthias Krüger-4/+4
2023-04-27Rollup merge of #106456 - kadiwa4:std-prelude-comment, r=jyn514Matthias Krüger-4/+4
2023-04-27Rollup merge of #105745 - philpax:patch-1, r=jyn514Matthias Krüger-0/+5
2023-04-27Add a few more missing lintsMichael Goulet-0/+2
2023-04-27Sort hardwired lintsMichael Goulet-89/+91
2023-04-27Add invalid_macro_export_arguments to built-in macro listMichael Goulet-19/+31
2023-04-27Auto merge of #107782 - Zoxc:worker-local, r=cjgillotbors-66/+198
2023-04-27Remove invalid value from scraped-examples.mdJohn Kelly-2/+2
2023-04-27rustdoc: rebind bound vars to type-outlives predicatesLeón Orell Valerian Liehr-5/+33
2023-04-27pub -> pub(super).Mara Bos-1/+1
2023-04-27correct `std::prelude` commentKaDiWa-4/+4
2023-04-27Auto merge of #110896 - matthiaskrgr:rollup-h8fetzd, r=matthiaskrgrbors-209/+375
2023-04-27Rollup merge of #110872 - Jules-Bertholet:err-67981, r=wesleywiserMatthias Krüger-1/+11
2023-04-27Rollup merge of #110866 - compiler-errors:test, r=jyn514Matthias Krüger-5/+5
2023-04-27Rollup merge of #110864 - compiler-errors:into-future-stable, r=jackh726Matthias Krüger-9/+2
2023-04-27Rollup merge of #110816 - clubby789:rustc-passes-diagnostics, r=compiler-errorsMatthias Krüger-180/+313
2023-04-27Rollup merge of #110814 - WaffleLapkin:sprinkle_#inline, r=NilstriebMatthias Krüger-0/+17
2023-04-27Rollup merge of #110804 - cuishuang:master, r=jyn514Matthias Krüger-2/+2
2023-04-27Rollup merge of #110426 - calebcartwright:style-let-else-examples, r=compiler...Matthias Krüger-12/+25
2023-04-27ignore failing test on armMaybe Waffle-0/+1
2023-04-27fix typo in the `inaccessible-temp-dir` test nameMaybe Waffle-0/+0
2023-04-27Auto merge of #110882 - BoxyUwU:rename-some-ty-flags, r=compiler-errorsbors-85/+86
2023-04-27Factor out common code in `intern_node`.Nicholas Nethercote-54/+26
2023-04-27Clean up `with_task`.Nicholas Nethercote-10/+6
2023-04-27rename `needs_subst` to `has_param`Boxy-28/+28
2023-04-27rename `needs_infer` to `has_infer`Boxy-58/+59
2023-04-27Add a comment about `TypeFoldable` and slices.Nicholas Nethercote-0/+4
2023-04-27Auto merge of #110728 - cjgillot:no-false-optes, r=oli-obkbors-38/+46
2023-04-26add known-bug test for unsound issue 105782whtahy-0/+30
2023-04-26add known-bug test for unsound issue 74629whtahy-0/+41
2023-04-26add known-bug test for unsound issue 49682whtahy-0/+46
2023-04-26add known-bug test for unsound issue 40582whtahy-0/+35
2023-04-27Auto merge of #110562 - ComputerDruid:riscv, r=tmandrybors-4/+13
2023-04-27docs(std): clarify `remove_dir_all` errorsPhilpax-0/+5
2023-04-27Migrate trivially translatable `rustc_parse` diagnosticsclubby789-231/+443
2023-04-26Nicer ICE for #67981Jules Bertholet-1/+11
2023-04-26IntoFuture::into_future is no longer unstableMichael Goulet-9/+2
2023-04-26Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubileebors-328/+293