1. 898f0ac Merge pull request #1999 from Cheese-Space/master by Mario Idival · 4 days ago master
  2. 04b16f2 Merge pull request #2008 from Itshardtogiveyourselfaname/patch-1 by Mario Idival · 4 days ago
  3. 193dd6d Update for.md by Itshardtogiveyourselfaname · 3 weeks ago
  4. b31e3b8 Merge pull request #2001 from Abhinav-ranish/fix/1904-into-iter-compile-error by Mario Idival · 3 weeks ago
  5. b690a0d Merge pull request #2002 from Abhinav-ranish/fix/1925-drop-destruction-order by Mario Idival · 3 weeks ago
  6. 16285e7 Merge pull request #2003 from Abhinav-ranish/fix/1954-formatted-print-module-wording by Mario Idival · 3 weeks ago
  7. 37853a7 Merge pull request #2004 from Abhinav-ranish/fix/1870-print-display-error-comment by Mario Idival · 3 weeks ago
  8. f7ad590 Merge pull request #2005 from Abhinav-ranish/fix/1876-testcase-list-comment by Mario Idival · 3 weeks ago
  9. 6f99c15 Merge pull request #2006 from Abhinav-ranish/fix/1982-iter-find-comments by Mario Idival · 3 weeks ago
  10. 321dc45 Merge pull request #2007 from Abhinav-ranish/fix/1995-newtype-time-fallacy by Mario Idival · 3 weeks ago
  11. 95f4daa fix: replace year-to-days conversion with miles-to-km to avoid time fallacy (#1995) by streamatron/ragebaiter · 3 weeks ago
  12. 8e15148 fix: correct iter/into_iter type comments in iter_find example (#1982) by streamatron/ragebaiter · 3 weeks ago
  13. c7bcb49 fix: clarify comment about tuple struct field access in testcase_list (#1876) by streamatron/ragebaiter · 3 weeks ago
  14. 375bfda fix: clarify misleading 'Error' comment in print_display example (#1870) by streamatron/ragebaiter · 3 weeks ago
  15. cfec4e2 fix: replace confusing 'module' with 'item' in formatted print docs (#1954) by streamatron/ragebaiter · 3 weeks ago
  16. a4655ea fix: correct destruction order comments in Drop TempFile example (#1925) by streamatron/ragebaiter · 3 weeks ago
  17. c48bca9 fix: correct into_iter() example to compile properly (#1904) by streamatron/ragebaiter · 3 weeks ago
  18. 8819d3e Merge pull request #2000 from XiaoPengMei/docs/add-pub-use-example-1234 by Mario Idival · 3 weeks ago
  19. ceace1a Add a pub use example by DavidMei · 4 weeks ago
  20. 64a1053 remove debug printing for the u32 and bool by Cheese_space · 9 weeks ago
  21. 5383db5 Merge pull request #1998 from Adrien-LUDWIG/patch-1 by Mario Idival · 9 weeks ago
  22. 887f0bf 1.2.2 Display: Fix typo in bonus instructions (before -> after) by Adrien LUDWIG · 10 weeks ago
  23. bac931e Merge pull request #1988 from LucaPaterlini/patch-2 by Mario Idival · 3 months ago
  24. 7e1dfdb Merge pull request #1990 from LucaPaterlini/patch-4 by Mario Idival · 3 months ago
  25. c5cd6c6 Merge pull request #1992 from anselbobrow/patch-1 by Mario Idival · 3 months ago
  26. fca9177 Merge pull request #1993 from mrwatts88/master by Mario Idival · 3 months ago
  27. c5e8e45 Enhance Clone and Copy traits documentation by Matthew Watts · 3 months ago
  28. f984df9 Update deprecated functions in `Box::leak` example by Ansel Bobrow · 3 months ago
  29. 898a89a Update question_mark.md by luca paterlini · 3 months ago
  30. ff712be Update supertraits.md by luca paterlini · 3 months ago
  31. 588c142 Update supertraits.md by luca paterlini · 3 months ago
  32. e6ceffb Merge pull request #1986 from partrita/fix-typo by Mario Idival · 3 months ago
  33. 6ec546c Merge pull request #1985 from partrita/master by Mario Idival · 3 months ago
  34. 9b4b3cd fix typo by ehottl · 3 months ago
  35. 26c762b Add korean translation by ehottl · 3 months ago
  36. cdddb3b Add korean translation by ehottl · 3 months ago
  37. 8de6ff8 Merge pull request #1983 from mrwatts88/patch-1 by Mario Idival · 4 months ago
  38. d9609db Update comments on iterator behavior in closure examples by Matthew Watts · 4 months ago
  39. 2e02f22 Merge pull request #1981 from darkdevil3610/master by Mario Idival · 4 months ago
  40. dc6a0ad Merge pull request #1980 from lucasfpascoali/patch-1 by Mario Idival · 4 months ago
  41. ad6ee3d Merge pull request #1 from darkdevil3610/darkdevil3610-patch-1 by Gourav Suresh · 4 months ago
  42. 5c7e39b docs(comments): improve readability and formatting by Gourav Suresh · 4 months ago
  43. 62ee0ca Fix calculation of "the sum of all the numbers with odd squares under 1000" in HOF.md by Lucas Furlanetto Pascoali · 4 months ago
  44. 7d21279 Merge pull request #1977 from ehuss/mdbook-0.5 by Mario Idival · 5 months ago
  45. c581d80 Update to mdbook 0.5 by Eric Huss · 6 months ago
  46. 111cfae Merge pull request #1906 from dcechano/Box-errors-change by Mario Idival · 5 months ago
  47. 6559e0d Merge pull request #1909 from skaunov/patch-1 by Mario Idival · 5 months ago
  48. b656f3c Merge pull request #1976 from tshepang/patch-3 by Mario Idival · 5 months ago
  49. c2ec096 Merge pull request #1975 from tshepang/patch-2 by Mario Idival · 5 months ago
  50. 9bfb8e3 Merge pull request #1973 from Mctursh/docs-clarify-`SelfItem`-behavior-in-Iteratorany-trait-example by Mario Idival · 5 months ago
  51. a29d45a enum_use.md: avoid an uncommon term by Tshepang Mbambo · 5 months ago
  52. 442715c make search less surprising by Tshepang Mbambo · 5 months ago
  53. 7c82b89 Update documentation for `any` function in iter_any.md by Henry Adenuga · 5 months ago
  54. f944161 Merge pull request #1972 from marktech0813/master by Mario Idival · 6 months ago
  55. 9ff7027 Fix- Spanish translation doesn't work #1965 by helloJetBase-tech · 6 months ago
  56. 5dc070e Revise `Path` type documentation for clarity by helloJetBase-tech · 6 months ago
  57. 160e6bb Merge pull request #1971 from rivea0/fix-typos-in-binding by Mario Idival · 6 months ago
  58. 8c7d8b1 Merge pull request #1970 from moseswynn/overflowing-literals-clarification by Mario Idival · 6 months ago
  59. cf2015e Fix typos in flow_control/match/binding by rivea0 · 6 months ago
  60. ae88a08 add clarification on overflowing_literals lint by Moses Wynn · 6 months ago
  61. 3256791 Merge pull request #1960 from cheater/patch-1 by Mario Idival · 6 months ago
  62. 271f472 Merge pull request #1962 from tyilo/fix-formatting by Mario Idival · 6 months ago
  63. 1514bf0 Merge pull request #1963 from Nylme/master by Mario Idival · 6 months ago
  64. 639e3c1 Merge pull request #1966 from T3JA50180/improvement/update-match-binding by Mario Idival · 6 months ago
  65. 6c4a373 Merge pull request #1968 from chrisimcevoy/patch-1 by Mario Idival · 6 months ago
  66. cf2da26 Fix typo in linked list length calculation comment by Chris McEvoy · 6 months ago
  67. 4fb790d Add an example showing pattern binding when matching several values in a match arm by Tejas S Gowda · 7 months ago
  68. 27a70b5 Include a link to The Rust Reference in flow_control/match/destructuring by Nylme · 7 months ago
  69. 94a7e3b Remove weird extra spaces in code by Asger Hautop Drewsen · 7 months ago
  70. c031685 Update enum_use.md by cheater · 7 months ago
  71. 2c9b490 Merge pull request #1958 from martin-g/patch-1 by Mario Idival · 7 months ago
  72. 5558910 Update some more obsolete values of the number of executed and filtered tests by Martin Grigorov · 7 months ago
  73. 77d7b89 Update unit testing output for additional test by Martin Grigorov · 7 months ago
  74. dd26bc8 Merge pull request #1953 from jamm-es/master by Mario Idival · 8 months ago
  75. 893de44 fix stray space by James Li · 8 months ago
  76. 690f331 fix trait > drop example by James Li · 8 months ago
  77. ad27f82 Merge pull request #1952 from HollowMan6/master by Mario Idival · 8 months ago
  78. 19b59a4 Support building books using mdbook in main (v0.5.x) by Hollow Man · 8 months ago
  79. a5fec39 Merge pull request #1951 from olp-cs/fmt-hints by Mario Idival · 8 months ago
  80. 02cbf78 Improve the hints in `fmt` (1.2.3. Formatting); mention type casting by olp-cs · 8 months ago
  81. adc1f3b Merge pull request #1950 from rust-lang-cn/zh by Mario Idival · 9 months ago
  82. 8dcb03a Remove commented-out translations and clean up `zh.po` file. by Binlogo · 9 months ago
  83. 58c191d Update Chinese translations in `zh.po`. by Binlogo · 9 months ago
  84. bd1279c Merge pull request #1948 from olp-cs/print_display by Mario Idival · 9 months ago
  85. 7da5b73 Improve the activity instructions in `print_display` by olp-cs · 9 months ago
  86. 59a6927 Merge pull request #1947 from BertramScharpf/bsch by Mario Idival · 9 months ago
  87. 6648bf7 Merge pull request #1946 from ZylosLumen/master by Mario Idival · 9 months ago
  88. 3862372 Color values and hex output are unsigned by Bertram Scharpf · 10 months ago
  89. 071ae66 Remove empty lines by Bertram Scharpf · 10 months ago
  90. c33adb9 Remove wrong indentation by Bertram Scharpf · 10 months ago
  91. 3da646d Typos by Bertram Scharpf · 10 months ago
  92. fc17a8a Trailing spaces by Bertram Scharpf · 10 months ago
  93. cef2421 Document drawbacks of alternatives to match binding by Zylos · 9 months ago
  94. e386be5 Merge pull request #1943 from rust-lang-cn/zh by Mario Idival · 10 months ago
  95. 5633506 Add tracking translation progress section in TRANSLATING.md by Binlogo · 10 months ago
  96. 2dec150 Update README.md to include link for Chinese translation guide by Binlogo · 10 months ago
  97. 05c06d7 Update Chinese translations in `zh.po` file by Binlogo · 10 months ago
  98. ea92ad0 Update Chinese translations and metadata in `zh.po` file by Binlogo · 10 months ago
  99. 288b4e4 Merge pull request #1941 from tshepang/patch-2 by Mario Idival · 10 months ago
  100. 07cddd6 allow easy fixes by Tshepang Mbambo · 10 months ago