1. 2d1496a Rollup merge of #95343 - dtolnay:literals, r=petrochenkov by Dylan DPC · 3 years ago
  2. 9816892 Rollup merge of #94817 - cuviper:relnotes-1.60.0, r=pietroalbini,m-ou-se by Dylan DPC · 3 years ago
  3. c56cbf9 Rollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnay by Dylan DPC · 3 years ago
  4. 66e05c2 Bump windows CommandExt::raw_arg to 1.62 by David Tolnay · 3 years ago
  5. d5139f4 Auto merge of #95119 - OliverMD:method_suggestions, r=davidtwco by bors · 3 years ago
  6. 82eedae improve 92630 wording by Pietro Albini · 3 years ago
  7. af8b6b6 add compat note about instant changes by Pietro Albini · 3 years ago
  8. 9c0de7b add future compatibility notes for linux-gnu baseline bump by Pietro Albini · 3 years ago
  9. 91beb32 reword the docs on tier 2 platforms docs by Pietro Albini · 3 years ago
  10. e393ed7 move 2021 libs to internal changes by Pietro Albini · 3 years ago
  11. b81d430 link target tier policy to new targets by Pietro Albini · 3 years ago
  12. 2ed6786 Auto merge of #95636 - pietroalbini:pa-version-1.62.0, r=pietroalbini by bors · 3 years ago
  13. 3d3e01a bump version to 1.62.0 by Pietro Albini · 3 years ago
  14. ec667fb Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 by bors · 3 years ago
  15. ac4b345 Auto merge of #95606 - petrochenkov:linkregr, r=wesleywiser by bors · 3 years ago
  16. 596dece Auto merge of #95619 - bjorn3:inline_location_caller, r=scottmcm by bors · 3 years ago
  17. 6af09d2 Auto merge of #95624 - Dylan-DPC:rollup-r8w7ui3, r=Dylan-DPC by bors · 3 years ago
  18. 1ea6e93 Rollup merge of #95618 - adamse:master, r=dtolnay by Dylan DPC · 3 years ago
  19. f7f2d83 Rollup merge of #95617 - saethlin:swap-test-invalidation, r=Dylan-DPC by Dylan DPC · 3 years ago
  20. 5925c8e Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddle by Dylan DPC · 3 years ago
  21. 19a90c7 Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiasko by Dylan DPC · 3 years ago
  22. 796bc7e Rollup merge of #95202 - Urgau:check-cfg-perf-well-known-values, r=petrochenkov by Dylan DPC · 3 years ago
  23. f4a7ed4 Fix &mut invalidation in ptr::swap doctest by Ben Kimock · 3 years ago
  24. 1a1f5b8 Cleanup after some refactoring in rustc_target by Loïc BRANSTETT · 3 years ago
  25. c16a558 Replace LinkArgs with Cow<'static, str> by Loïc BRANSTETT · 3 years ago
  26. ce61d40 Replace every Vec in Target(Options) with it's Cow equivalent by Loïc BRANSTETT · 3 years ago
  27. ccff48f Replace every `String` in Target(Options) with `Cow<'static, str>` by Loïc BRANSTETT · 3 years ago
  28. 2ad4eb2 Auto merge of #95610 - createyourpersonalaccount:derefmut-docfix, r=Dylan-DPC by bors · 3 years ago
  29. 6d0b61e Mark Location::caller() as #[inline] by bjorn3 · 3 years ago
  30. 9d4d5a4 core: document that the align_of* functions return the alignment in bytes by Adam Sandberg Ericsson · 3 years ago
  31. 168a020 Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu by bors · 3 years ago
  32. e2dfa23 Improve method name suggestions by Oliver Downard · 3 years ago
  33. 995513c Add test for attribute display in rustdoc by Guillaume Gomez · 3 years ago
  34. 78698dd Fix display of attributes in rustdoc by Guillaume Gomez · 3 years ago
  35. 15a242a Auto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg, r=petrochenkov by bors · 3 years ago
  36. ec7b753 Auto merge of #85321 - cjgillot:mir-cycle, r=bjorn3 by bors · 3 years ago
  37. 133859d Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco by bors · 3 years ago
  38. 53887a5 Improve doc example of DerefMut by Nikolaos Chatzikonstantinou · 3 years ago
  39. aa67016 make memcmp return a value of c_int_width instead of i32 by David Morrison · 3 years ago
  40. c1550e3 Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=notriddle by bors · 3 years ago
  41. a169d33 linker: Implicitly link native libs as whole-archive in some more cases by Vadim Petrochenkov · 3 years ago
  42. 297dde9 Less manipulation of the callee_def_id. by Camille GILLOT · 3 years ago
  43. 2d3d9b2 Use only local hash. by Camille GILLOT · 3 years ago
  44. e1b36f5 Use DefPathHash instead of HirId to break cycles. by Camille GILLOT · 3 years ago
  45. 76d770a Auto merge of #95600 - Dylan-DPC:rollup-580y2ra, r=Dylan-DPC by bors · 3 years ago
  46. 0e528f0 Rollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPC by Dylan DPC · 3 years ago
  47. 348e77c Rollup merge of #95593 - notriddle:notriddle/size-of-in-const-context, r=compiler-errors by Dylan DPC · 3 years ago
  48. 30c0738 Rollup merge of #95589 - Kobzol:rlink-header, r=bjorn3 by Dylan DPC · 3 years ago
  49. 2edc4b8 Rollup merge of #95587 - m-ou-se:std-remove-associated-type-bounds, r=Dylan-DPC by Dylan DPC · 3 years ago
  50. 732ed2a Add test for multi-line attribute handling in doctests by Guillaume Gomez · 3 years ago
  51. c37cd91 Fix doctest multi-line mod attributes handling by Guillaume Gomez · 3 years ago
  52. d93af61 Refer to u8 by absolute path in expansion of thread_local by David Tolnay · 3 years ago
  53. c20f8d2 Add test of thread_local! breaking on redefined u8 by David Tolnay · 3 years ago
  54. 8f96ef4 Auto merge of #94911 - jackh726:gats_extended_2, r=compiler-errors by bors · 3 years ago
  55. 52b00db Make GATs object safe under generic_associated_types_extended feature by Jack Huey · 3 years ago
  56. 7620a5f diagnostics: add test case for bogus T:Sized suggestion by Michael Howell · 3 years ago
  57. b6a34f3 Auto merge of #95568 - GuillaumeGomez:fix-invalid-dom-generation, r=notriddle by bors · 3 years ago
  58. b81d873 Address review comments and add a test by Jakub Beránek · 3 years ago
  59. e0d4226 Include a header in .rlink files to provide nicer error messages when a wrong file is parsed as .rlink by Jakub Beránek · 3 years ago
  60. fbc45b6 Auto merge of #95537 - GuillaumeGomez:type_of-doc, r=Dylan-DPC by bors · 3 years ago
  61. 6fdeee4 Improve TyCtxt::type_of documentation by Guillaume Gomez · 3 years ago
  62. 07a461a Auto merge of #95571 - petrochenkov:nowrapident2, r=Aaron1011 by bors · 3 years ago
  63. 95f6870 Auto merge of #95509 - nnethercote:simplify-MatcherPos-some-more, r=petrochenkov by bors · 3 years ago
  64. 79f178b Auto merge of #95581 - Dylan-DPC:rollup-2suh5h1, r=Dylan-DPC by bors · 3 years ago
  65. 1c82fac Rollup merge of #95560 - lcnr:obligation-cause, r=oli-obk by Dylan DPC · 3 years ago
  66. 1e43cf4 Rollup merge of #95559 - lcnr:inferctxt-typeck, r=oli-obk by Dylan DPC · 3 years ago
  67. dc11de6 Rollup merge of #95557 - niluxv:issue-95533, r=dtolnay by Dylan DPC · 3 years ago
  68. d6f6084 Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnay by Dylan DPC · 3 years ago
  69. 556c741 Rollup merge of #95544 - jam1garner:improve-naked-noreturn-diagnostic, r=tmiasko by Dylan DPC · 3 years ago
  70. 46a4754 Rollup merge of #95430 - ChrisDenton:disable-tls-i686-msvc, r=nagisa by Dylan DPC · 3 years ago
  71. be7c363 Rollup merge of #95373 - RalfJung:invalid_value, r=davidtwco by Dylan DPC · 3 years ago
  72. d7a2400 Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr by Dylan DPC · 3 years ago
  73. c75909c Auto merge of #95578 - RalfJung:miri, r=RalfJung by bors · 3 years ago
  74. e264190 update Miri by Ralf Jung · 3 years ago
  75. eb82fac Auto merge of #94883 - cjgillot:flat-metadata, r=oli-obk by bors · 3 years ago
  76. a150fc2 ast_lowering: Stop wrapping `ident` matchers into groups by Vadim Petrochenkov · 3 years ago
  77. 6f3d988 Fix invalid DOM generation by Guillaume Gomez · 3 years ago
  78. 297a801 Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgr by bors · 3 years ago
  79. bf26d87 Add regression test for naked functions with invalid asm syntax by jam1garner · 3 years ago
  80. f793b69 Reword purpose description of noreturn in naked function by jam1garner · 3 years ago
  81. 0df84cd Don't emit non-asm contents error for naked function composed of errors by jam1garner · 3 years ago
  82. 99da9ae Auto merge of #95558 - matthiaskrgr:rollup-vpmk7t8, r=matthiaskrgr by bors · 3 years ago
  83. af24588 invalid_value lint: detect invalid initialization of arrays by Ralf Jung · 3 years ago
  84. 8eacf60 update comment by lcnr · 3 years ago
  85. 796b828 convert more `DefId`s to `LocalDefId` by lcnr · 3 years ago
  86. 389c83b remove unused incorrect `EqUnifyValue` impl by lcnr · 3 years ago
  87. c2b5a7e remove `unify_key::replace_if_possible` by lcnr · 3 years ago
  88. 18fae7b update comments by lcnr · 3 years ago
  89. a92286f Rollup merge of #95546 - autumnontape:allocator-realloc-align-docs, r=Amanieu by Matthias Krüger · 3 years ago
  90. b81d235 Rollup merge of #95532 - RalfJung:utf8_char_counts, r=Dylan-DPC by Matthias Krüger · 3 years ago
  91. f37bca4 Rollup merge of #95531 - petrochenkov:metacount, r=nnethercote by Matthias Krüger · 3 years ago
  92. c37aeb0 Rollup merge of #95528 - RalfJung:miri-is-too-slow, r=scottmcm by Matthias Krüger · 3 years ago
  93. 3245e61 Rollup merge of #95516 - RalfJung:ptrs-not-ints, r=dtolnay by Matthias Krüger · 3 years ago
  94. e21b27f Rollup merge of #95475 - Jules-Bertholet:rustdoc-hide-assoc-consts-from-trait-impls, r=jsha by Matthias Krüger · 3 years ago
  95. 1f232b8 Fix `thread_local!` macro to be compatible with `no_implicit_prelude` by niluxv · 3 years ago
  96. aec51fb Remove need for associated_type_bounds in std. by Mara Bos · 3 years ago
  97. 2a82763 Implement provenance preserving method on NonNull by Declan Kelly · 3 years ago
  98. c6750e4 Rollup merge of #95530 - notriddle:notriddle/private-kw-prim, r=jsha by Matthias Krüger · 3 years ago
  99. cdf178f Rollup merge of #95388 - RalfJung:rust-val-limit, r=oli-obk by Matthias Krüger · 3 years ago
  100. 40be7d3 Rollup merge of #95344 - jyn514:better-debug-output, r=camelid by Matthias Krüger · 3 years ago