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

  1. 078332f rustdoc-json: Structured attributes by Alona Enraght-Moony · 4 days ago
  2. cbf7f80 Rollup merge of #143555 - obi1kenobi:pg/target-feature-not-unsafe-rustdoc-json, r=aDotInTheVoid by Matthias Krüger · 11 days ago
  3. 7170412 Don't mark `#[target_feature]` safe fns as unsafe in rustdoc JSON. by Predrag Gruevski · 11 days ago
  4. 3b48407 Remove unused allow attrs by Yotam Ofek · 12 days ago
  5. 7c0ef44 rustdoc-json: Keep empty generic args if parenthesized by Martin Nordholts · 4 weeks ago
  6. 2084831 Port `#[no_mangle]` to new attribute parsing infrastructure by Jonathan Brouwer · 4 weeks ago
  7. 2878e1c Rename some methods. by Nicholas Nethercote · 4 weeks ago
  8. 88388f4 Use `FromClean` more. by Nicholas Nethercote · 4 weeks ago
  9. 9a59774 Remove some code. by Nicholas Nethercote · 4 weeks ago
  10. 4736142 Remove some dead code. by Nicholas Nethercote · 4 weeks ago
  11. 6854f7d Use `sym::asterisk` to avoid a `Symbol::intern` call. by Nicholas Nethercote · 4 weeks ago
  12. 7fa8901 rustdoc_json: represent generic args consistently. by Nicholas Nethercote · 4 weeks ago
  13. 40ba791 rustdoc_json: Fix handling of paths with no generic args. by Nicholas Nethercote · 4 weeks ago
  14. 2b5fd9a rustdoc_json: Add static asserts for the size of important types. by Nicholas Nethercote · 4 weeks ago
  15. 61f4918 Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomez by Trevor Gross · 4 weeks ago
  16. aab941f rustdoc: Remove `FormatRenderer::cache` by Alona Enraght-Moony · 4 weeks ago
  17. cd08652 move -Ctarget-feature handling into shared code by Ralf Jung · 4 weeks ago
  18. 38c41d0 Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotInTheVoid by bors · 5 weeks ago
  19. 278f4b2 Don't clone `new_item` in `after_krate`. by Nicholas Nethercote · 5 weeks ago
  20. 79b3c08 Avoid more clones in rustdoc JSON output. by Nicholas Nethercote · 5 weeks ago
  21. 195c985 Avoid cloning `self.index` in `after_krate`. by Nicholas Nethercote · 6 weeks ago
  22. cc67175 Simplify `JsonRenderer`. by Nicholas Nethercote · 6 weeks ago
  23. 5601490 -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable retpoline-related target features by Andrew Zhogin · 6 weeks ago
  24. 95bf127 Support middle::ty assoc const eq predicates again by León Orell Valerian Liehr · 6 weeks ago
  25. 4194745 Split `Item::attributes` method into three by Guillaume Gomez · 8 weeks ago
  26. 178e09e Remove rustc_attr_data_structures re-export from rustc_attr_parsing by mejrs · 9 weeks ago
  27. 59477a8 Make rustdoc JSON Span column 1-based, just like line numbers by Guillaume Gomez · 3 months ago
  28. cbf2662 Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomez by Matthias Krüger · 3 months ago
  29. e15cf92 Rollup merge of #139393 - willglynn:rustdoc_output_target_feature_information, r=aDotInTheVoid by Matthias Krüger · 3 months ago
  30. 6214674 rustdoc/clean: Change terminology of items pertaining to (formal) fn params from "argument" to "parameter" by León Orell Valerian Liehr · 3 months ago
  31. 8c50f95 rustdoc: Output target feature information by Will Glynn · 3 months ago
  32. 31320a9 Remove another `kw::Empty` use in rustdoc. by Nicholas Nethercote · 3 months ago
  33. ffee55c rustdoc: Rearrange `Item`/`ItemInner`. by Nicholas Nethercote · 4 months ago
  34. e3ac1fa Add RTN support to rustdoc by Michael Goulet · 4 months ago
  35. 93257e2 Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr by bors · 4 months ago
  36. a05d6ab rustdoc-json: Clean up & Document id handling by Alona Enraght-Moony · 4 months ago
  37. 0a47792 rustdoc-json: Extract Id handling into its own module by Alona Enraght-Moony · 4 months ago
  38. 112f7b0 make precise capturing args in rustdoc Json typed by morine0122 · 4 months ago
  39. fd7b4bf Move methods from `Map` to `TyCtxt`, part 2. by Nicholas Nethercote · 5 months ago
  40. f86f7ad Move some `Map` methods onto `TyCtxt`. by Nicholas Nethercote · 5 months ago
  41. 1fcae03 Rustfmt by bjorn3 · 5 months ago
  42. e90f129 rustdoc: use ThinVec for generic arg parts by Michael Howell · 6 months ago
  43. 9c0e32b rustdoc-json: Rename `Path::name` to `path`, and give it path (again). by Alona Enraght-Moony · 6 months ago
  44. ca9a9d2 Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r=aDotInTheVoid by Matthias Krüger · 6 months ago
  45. 2c4aee9 Made `Path::name` only have item name rather than full name by Aditya Kumar · 6 months ago
  46. aac741a Unsafe binder support in rustdoc by Michael Goulet · 7 months ago
  47. bdc8df4 Improve rustdoc code by Guillaume Gomez · 7 months ago
  48. f14d69c Rollup merge of #134321 - dtolnay:docassocconst, r=fmease by Jacob Pratt · 7 months ago
  49. 7ee31eb Rename TyMethodItem -> RequiredMethodItem by David Tolnay · 7 months ago
  50. ff65d62 Rename TyAssocTypeItem -> RequiredAssocTypeItem by David Tolnay · 7 months ago
  51. 044885c Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem by David Tolnay · 7 months ago
  52. 57e1a47 Rename TyAssocConstItem -> RequiredAssocConstItem by David Tolnay · 7 months ago
  53. efb98b6 rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures by Jonathan Dönszelmann · 7 months ago
  54. 8a4e5d7 Add some convenience helper methods on `hir::Safety` by Oli Scherer · 7 months ago
  55. afffc1a Rollup merge of #133764 - aDotInTheVoid:rename, r=GuillaumeGomez by Matthias Krüger · 8 months ago
  56. cb9838c rustdoc: Rename set_back_info to restore_module_data. by Alona Enraght-Moony · 8 months ago
  57. 08f1f28 Rollup merge of #133715 - aDotInTheVoid:rdj-static, r=GuillaumeGomez by Guillaume Gomez · 8 months ago
  58. f33dba0 rustdoc-json: Include safety of `static`s by Alona Enraght-Moony · 8 months ago
  59. b492170 Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRenderer::make_child_renderer` into `save_module_data` by Guillaume Gomez · 8 months ago
  60. e60a7a4 Add `unreachable!` in new `FormatRenderer` methods for `JsonRenderer` implementation by Guillaume Gomez · 8 months ago
  61. 8047340 Stop cloning `Context` so much by Guillaume Gomez · 8 months ago
  62. f0c301f Fix new clippy lints by Guillaume Gomez · 8 months ago
  63. a8d4d23 rustdoc: Directly use rustc_abi instead of reexports by Jubilee Young · 9 months ago
  64. febb3f7 Represent TraitBoundModifiers as distinct parts in HIR by Michael Goulet · 9 months ago
  65. 2e6f3bd rustdoc-JSON: Rename "object safe" to "dyn compatible" by León Orell Valerian Liehr · 9 months ago
  66. 6d82559 rustdoc: Rename "object safe" to "dyn compatible" by León Orell Valerian Liehr · 9 months ago
  67. 1e30b5a rustdoc-json: `Id(String)` -> `Id(u32)` by schvv31n · 10 months ago
  68. 0999b01 Dogfood `feature(file_buffered)` by Josh Stone · 10 months ago
  69. c682aa1 Reformat using the new identifier sorting from rustfmt by Michael Goulet · 10 months ago
  70. 712463d Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomez by bors · 10 months ago
  71. 6590336 rustdoc: use a single box to store Attributes and ItemKind by Michael Howell · 10 months ago
  72. f2696ab rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint by schvv31n · 11 months ago
  73. 37d1ce9 Remove `#[macro_use] extern crate tracing` from rustdoc. by Nicholas Nethercote · 11 months ago
  74. 321d40f rustdoc-json: Clean up serialization and printing. by Alona Enraght-Moony · 11 months ago
  75. 9028b53 rustdoc-json: Use FxHashMap from rustdoc_json_types by Alona Enraght-Moony · 11 months ago
  76. 18d6200 Add possibility to generate rustdoc JSON output to stdout by Guillaume Gomez · 11 months ago
  77. 376a6f9 Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid by Matthias Krüger · 12 months ago
  78. 7499e21 rustdoc-json: discard non-local inherent impls by schvv31n · 12 months ago
  79. 664b3ff rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)` by Noah Lev · 12 months ago
  80. 73ac5e0 rustdoc: Remove OpaqueTy by Alona Enraght-Moony · 12 months ago
  81. 84ac80f Reformat `use` declarations. by Nicholas Nethercote · 12 months ago
  82. 3abf0ba rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind` by Michael Howell · 12 months ago
  83. bd135e4 Add rustdoc-json support for use<> by Michael Goulet · 1 year ago
  84. 7e8aac5 rustdoc-json: Better representation of lifetime bounds in where clauses. by Alona Enraght-Moony · 1 year, 1 month ago
  85. 72e8244 implement new effects desugaring by Deadbeef · 1 year, 1 month ago
  86. bb9a3ef Implement `unsafe_extern_blocks` feature in rustdoc by Guillaume Gomez · 1 year, 1 month ago
  87. 432c11f Remove `Type` from rustdoc `Const` by Boxy · 1 year, 1 month ago
  88. 3792332 Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=compiler-errors by Matthias Krüger · 1 year, 2 months ago
  89. 34c56c4 Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup by León Orell Valerian Liehr · 1 year, 2 months ago
  90. a34c26e Make `body_owned_by` return the body directly. by Oli Scherer · 1 year, 2 months ago
  91. 6b46a91 Rename Unsafe to Safety by Santiago Pastorino · 1 year, 2 months ago
  92. 84acfe8 Actually create ranged int types in the type system. by Oli Scherer · 1 year, 3 months ago
  93. c4efc25 Thread pattern types through the HIR by Oli Scherer · 1 year, 3 months ago
  94. a8d869e rustdoc: cross-crate re-exports: correctly render late-bound params in source order even if early-bound params are present by León Orell Valerian Liehr · 1 year, 5 months ago
  95. 3eb48a3 Introduce `const Trait` (always-const trait bounds) by León Orell Valerian Liehr · 1 year, 7 months ago
  96. c29f763 Add `is_object_safe` information for traits in JSON output by Guillaume Gomez · 1 year, 7 months ago
  97. 917f654 Re-format code with new rustfmt by Mark Rousskov · 1 year, 8 months ago
  98. dccf10e Descriptive variant name deprecation versions outside the standard library by David Tolnay · 1 year, 9 months ago
  99. e8868af Represent absence of 'since' attribute as a variant of DeprecatedSince by David Tolnay · 1 year, 9 months ago
  100. b106167 Add a DeprecatedSince::Err variant for versions that fail to parse by David Tolnay · 1 year, 9 months ago