Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 401aaf4 Rollup merge of #143382 - fee1-dead-contrib:push-trrymlzqmmoz, r=jhpratt by Matthias Krüger · 19 hours ago
  2. 82fbbdd Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead by Matthias Krüger · 24 hours ago
  3. 744ca59 Rollup merge of #143909 - nik-rev:patch-1, r=jhpratt by Matthias Krüger · 24 hours ago
  4. a7009e9 Rollup merge of #143967 - oli-obk:const-option-methods, r=fee1-dead by Matthias Krüger · 34 hours ago
  5. 68b415a Make slices `[const] PartialEq` by Oli Scherer · 2 days ago
  6. 250648e Make `derive_const` usable within libcore again by Oli Scherer · 2 days ago
  7. 9d29583 Make `NonZero` `const PartialEq` by Oli Scherer · 2 days ago
  8. 2f5722c Make `Option` `const PartialEq` by Oli Scherer · 2 days ago
  9. 853333d constify `Option` methods by Oli Scherer · 2 days ago
  10. 465ae94 Rollup merge of #143631 - hkBst:update-escaper-2, r=compiler-errors by Matthias Krüger · 2 days ago
  11. 08fa971 Rollup merge of #143326 - hkBst:rm-deprecated-1, r=jhpratt by Matthias Krüger · 2 days ago
  12. 7e041c4 Rollup merge of #144002 - martinomburajr:patch-1, r=ibraheemdev by León Orell Valerian Liehr · 2 days ago
  13. 36a362b Rollup merge of #143856 - mladedav:dm/private-reexport, r=petrochenkov by León Orell Valerian Liehr · 2 days ago
  14. b9fd2bc Rollup merge of #143829 - a1phyr:trim_borrowed_buf, r=ChrisDenton by León Orell Valerian Liehr · 2 days ago
  15. ac98b4e Rollup merge of #143820 - nazo6:fix-optimize-for-size, r=Mark-Simulacrum by León Orell Valerian Liehr · 2 days ago
  16. 83288db Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee1-dead by León Orell Valerian Liehr · 2 days ago
  17. 2f87953 Rollup merge of #143592 - ChrisDenton:uwp-link, r=Mark-Simulacrum by León Orell Valerian Liehr · 2 days ago
  18. 96a9df4 Rollup merge of #143990 - camsteffen:localkey-cell, r=tgross35 by Samuel Tardieu · 3 days ago
  19. 9eda137 Rollup merge of #143921 - oli-obk:const-index, r=fee1-dead by Samuel Tardieu · 3 days ago
  20. 096a66d Rollup merge of #143738 - rocurley:float_tests_refactor_2, r=tgross35 by Samuel Tardieu · 3 days ago
  21. 37aba83 Rollup merge of #143355 - hkBst:cleanup-shift-double-bitmask, r=Mark-Simulacrum by Samuel Tardieu · 3 days ago
  22. f1d8446 Update poison.rs by Martin Ombura Jr. · 3 days ago
  23. 1120cb2 Add LocalKey<Cell>::update by Cameron Steffen · 4 days ago
  24. 3f2dc2b add `const_make_global`; err for `const_allocate` ptrs if didn't call by Deadbeef · 4 days ago
  25. 3014e79 Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlin by bors · 4 days ago
  26. d627e25 make `std_detect` public dependency of `std` by David Mládek · 4 days ago
  27. 010e3ef Rollup merge of #143941 - folkertdev:cfg-select-docs, r=traviscross by Samuel Tardieu · 4 days ago
  28. 2e37e24 Rollup merge of #143910 - ChrisDenton:no-symbolization, r=tgross35 by Samuel Tardieu · 4 days ago
  29. 460a627 Rollup merge of #143907 - Kijewski:pr-inline-split_at_unchecked, r=Mark-Simulacrum by Samuel Tardieu · 4 days ago
  30. 2b4ede7 constify `Index` trait and its slice impls by Oli Scherer · 4 days ago
  31. cb7d52f constify some methods using `SliceIndex` by Oli Scherer · 4 days ago
  32. b5230e5 constify `SliceIndex` trait by Oli Scherer · 4 days ago
  33. 7f2065a Auto merge of #142885 - a1phyr:borrowed_cursor_to_buf, r=Mark-Simulacrum by bors · 5 days ago
  34. d0153f5 update `cfg_select!` documentation by Folkert de Vries · 5 days ago
  35. 30b46e3 Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplett by Samuel Tardieu · 5 days ago
  36. 74b5ac5 Rollup merge of #141809 - ChrisDenton:no-cleaup, r=jhpratt by Samuel Tardieu · 5 days ago
  37. c8fb37a Don't call WSACleanup on process exit by Chris Denton · 5 days ago
  38. 9fd3886 Add experimental backtrace-trace-only std feature by Chris Denton · 5 days ago
  39. b5312fe Rollup merge of #143917 - theemathas:change-allocated-object-to-allocation, r=oli-obk by Jakub Beránek · 5 days ago
  40. 70301da Rollup merge of #143881 - orlp:once-state-repr, r=tgross35 by Jakub Beránek · 5 days ago
  41. a7ad680 Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors by Jakub Beránek · 5 days ago
  42. 6080c75 Change "allocated object" to "allocation". by Tim (Theemathas) Chirananthavat · 5 days ago
  43. f5485e5 docs(alloc::fmt): Make `type` optional, instead of matching the empty string by Nik Revenco · 6 days ago
  44. 6760cd2 core: make `str::split_at_unchecked()` inline by René Kijewski · 6 days ago
  45. e9182f1 Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov by bors · 6 days ago
  46. 6b02597 update issue number for `const_trait_impl` by Deadbeef · 6 days ago
  47. ccd6d6c Rollup merge of #143774 - oli-obk:const_from, r=fee1-dead by Matthias Krüger · 6 days ago
  48. 061bd28 Rollup merge of #143554 - okaneco:const_slice_rotate, r=Amanieu,tgross35 by Matthias Krüger · 6 days ago
  49. 3689b80 make `cfg_select` a builtin macro by Folkert de Vries · 6 days ago
  50. f041962 Add comment why we use zero for COMPLETE by Orson Peters · 6 days ago
  51. a2d4139 Use zero for initialized Once state by Orson Peters · 6 days ago
  52. 377aa76 Attempt to fix up SGX for random API updates by Josh Triplett · 6 days ago
  53. 48caa5f std::vec: Add UB check in `from_parts_in` by xizheyin · 6 days ago
  54. 090c177 std::vec: Add UB check in `from_raw_parts_in` by xizheyin · 6 days ago
  55. 1cab09e `std::vec`: Upgrade `debug_assert` to UB check in `set_len` by xizheyin · 6 days ago
  56. 10866f4 Fix typo in `std::vec` by xizheyin · 6 days ago
  57. 95b5a08 Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errors by León Orell Valerian Liehr · 6 days ago
  58. 5d56459 Rollup merge of #143776 - no1wudi:fix, r=tgross35 by León Orell Valerian Liehr · 6 days ago
  59. 915e535 Auto merge of #143810 - matthiaskrgr:rollup-iw7a23z, r=matthiaskrgr by bors · 7 days ago
  60. 2f9c9ce Auto merge of #143766 - matthiaskrgr:rollup-0x7t69s, r=matthiaskrgr by bors · 7 days ago
  61. 5d7db7e Fixed a core crate compilation failure when enabling the `optimize_for_size` feature on some targets by nazo6 · 7 days ago
  62. 3751e13 slice: Mark `rotate_left`, `rotate_right` unstably const by okaneco · 8 days ago
  63. 140fc18 Rollup merge of #143647 - ColtenOuO:master, r=ChrisDenton by Matthias Krüger · 8 days ago
  64. 5e20385 random: Provide a `Distribution<T>` trait by Josh Triplett · 8 days ago
  65. b94083e fix const_ops tracking issue by Ralf Jung · 8 days ago
  66. 0c81bf8 fix PartialEq const feature name and const_cmp tracking issue by Ralf Jung · 8 days ago
  67. 79769f2 Consolidate classify tests by Roger Curley · 8 days ago
  68. d2c1900 Consolidate is_normal tests by Roger Curley · 8 days ago
  69. 7dd2811 Consolidate is_finite tests by Roger Curley · 8 days ago
  70. e3d8367 Consolidate is_infinite tests by Roger Curley · 8 days ago
  71. 1b8904c Consolidate is_nan by Roger Curley · 8 days ago
  72. 868020e Consolidate one tests by Roger Curley · 8 days ago
  73. fc01eed Consolidate negative zero tests by Roger Curley · 8 days ago
  74. 0c01322 Consolidate zero tests by Roger Curley · 8 days ago
  75. c2e6b39 Consolidate neg_infinity tests by Roger Curley · 8 days ago
  76. c5e67b4 Consolidate test_num tests by Roger Curley · 8 days ago
  77. cfb66e5 Consolidate infinity tests by Roger Curley · 8 days ago
  78. 0748462 std: move NuttX to use arc4random for random number generation by Huang Qi · 8 days ago
  79. e681d1a constify `From` and `Into` by Oli Scherer · 8 days ago
  80. 2ffaa1e Rollup merge of #143611 - GrigorenkoPV:ParseIntError, r=tgross35 by Matthias Krüger · 8 days ago
  81. 5cbf7cf Rollup merge of #143568 - Ayush1325:uefi-tcp4-timeout, r=tgross35 by Matthias Krüger · 8 days ago
  82. 2730beb Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee by Matthias Krüger · 8 days ago
  83. 855e0fe Auto merge of #142911 - mejrs:unsized, r=compiler-errors by bors · 8 days ago
  84. 3c11029 docs: clarify “dag” in std::sys_common doc comment by Colten · 8 days ago
  85. a5aff96 Rollup merge of #143642 - Kobzol:stdarch-push, r=Amanieu by Trevor Gross · 9 days ago
  86. 6c4502d Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35 by Matthias Krüger · 9 days ago
  87. 92f9480 Rollup merge of #143651 - Fulgen301:seh-exception-ptr, r=ChrisDenton by Matthias Krüger · 9 days ago
  88. b4089bf Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors by Matthias Krüger · 9 days ago
  89. a17559b Rollup merge of #143668 - biabbas:vxworks, r=Noratrieb by Matthias Krüger · 9 days ago
  90. bdf1941 Rollup merge of #143652 - moulins:doc-unsize-trait-upcasting, r=compiler-errors by Matthias Krüger · 9 days ago
  91. a0c7887 Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk by Matthias Krüger · 9 days ago
  92. 119574f Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35 by bors · 9 days ago
  93. 9af7bda Rollup merge of #143396 - rocurley:float_tests_refactor, r=tgross35 by Trevor Gross · 9 days ago
  94. ebd3940 Rollup merge of #143265 - scottmcm:mention-as-chunks, r=ibraheemdev by Trevor Gross · 9 days ago
  95. 73d3adc Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkov by Trevor Gross · 9 days ago
  96. cf3fb76 Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung by bors · 9 days ago
  97. e0f7687 rust: library: Add setsid method to CommandExt trait by LevitatingBusinessMan (Rein Fernhout) · 9 days ago
  98. bc2001f Refactor nan tests by Roger Curley · 9 days ago
  99. 93db9e7 Remove uncessary parens in closure body with unused lint by yukang · 9 days ago
  100. 607fbd8 Auto merge of #143405 - tgross35:update-builtins, r=tgross35 by bors · 10 days ago