1. 7bb26a7 Merge pr/457 into pr/456 by David Tolnay · 3 years, 6 months ago
  2. a23053b Merge pull request #457 from dtolnay/versioncheck by David Tolnay · 3 years, 6 months ago
  3. 1d0266a Warn on unsupported rust toolchain version by David Tolnay · 3 years, 6 months ago
  4. 1126426 Merge pull request #454 from dtolnay/externcxx by David Tolnay · 3 years, 6 months ago
  5. 6bd29d5 Merge pull request #453 from dtolnay/sliceconst by David Tolnay · 3 years, 6 months ago
  6. 727ea00 Update to rust 1.48 toolchain to support unsafe extern block by David Tolnay · 3 years, 6 months ago
  7. 7be5b1f Enforce unsafe surrounding block on safe-to-call functions by David Tolnay · 3 years, 6 months ago
  8. ea25ac8 Enforce use of extern "C++" as the ABI string by David Tolnay · 3 years, 6 months ago
  9. 8685745 Merge pull request #455 from dtolnay/cxxabi by David Tolnay · 3 years, 6 months ago
  10. c72a9f6 Update cxx::bridge modules to use extern "C++" as the ABI by David Tolnay · 3 years, 6 months ago
  11. ce29823 Rename rust::Slice<T> to rust::Slice<const T> by David Tolnay · 3 years, 6 months ago
  12. 4ab1171 Merge 0.5.9 into master by David Tolnay · 3 years, 6 months ago
  13. a91ac38 Release 0.5.9 by David Tolnay · 3 years, 6 months ago
  14. 9be07db Merge pull request #449 from dtolnay/blobstore by David Tolnay · 3 years, 6 months ago
  15. ced9480 Fix blobstore compilation on macOS and MSVC by David Tolnay · 3 years, 6 months ago
  16. 4ca366f Switch intro example to blobstore client by David Tolnay · 3 years, 6 months ago
  17. 36c2f84 Merge pull request #448 from dtolnay/link by David Tolnay · 3 years, 6 months ago
  18. 7614e77 Switch to short form url links in rustdoc by David Tolnay · 3 years, 6 months ago
  19. 3f76b5d Merge pull request #446 from dtolnay/push by David Tolnay · 3 years, 6 months ago
  20. fb6b73c Add rust::Vec push_back and emplace_back by David Tolnay · 3 years, 6 months ago
  21. ba1551a Merge 0.5.8 into master by David Tolnay · 3 years, 6 months ago
  22. 5c830f0 Release 0.5.8 by David Tolnay · 3 years, 6 months ago
  23. ea6f86c Fill in <utility> header needed by Box<T>::Box(T&&) by David Tolnay · 3 years, 6 months ago
  24. 16eeec2 Merge pull request #445 from dtolnay/fn by David Tolnay · 3 years, 6 months ago
  25. a5a1301 Provide rust::Fn call operator in generated header by David Tolnay · 3 years, 6 months ago
  26. c1e475e Merge pull request #444 from dtolnay/namespace by David Tolnay · 3 years, 6 months ago
  27. 7feb264 Parse namespace attribute on foreign mods by David Tolnay · 3 years, 6 months ago
  28. 302b175 Consistently use &Namespace in parser function signatures by David Tolnay · 3 years, 6 months ago
  29. 9b193c3 Merge 0.5.7 into master by David Tolnay · 3 years, 6 months ago
  30. 07c5141 Release 0.5.7 by David Tolnay · 3 years, 6 months ago
  31. 4ee0f84 Merge pull request #443 from dtolnay/comma by David Tolnay · 3 years, 6 months ago
  32. 9d84036 Fix placement of commas in C++ member functions that call Rust methods by David Tolnay · 3 years, 6 months ago
  33. 74608d7 Add test of indirect return on member function by David Tolnay · 3 years, 6 months ago
  34. 0cb4514 Merge pull request #440 from dtolnay/result by David Tolnay · 3 years, 6 months ago
  35. 5d16467 Improve placement of diagnostic on Result without Display impl by David Tolnay · 3 years, 6 months ago
  36. 3db709c Merge pull request #439 from dtolnay/sig by David Tolnay · 3 years, 6 months ago
  37. 0e7e37f Suppress 'consider choosing a more descriptive name' clippy lint in tests by David Tolnay · 3 years, 6 months ago
  38. 2621946 Enforce accurate unsafety declaration on extern Rust sigs by David Tolnay · 3 years, 6 months ago
  39. 464d3fc Add test of unsupported elided lifetime in extern Rust sig by David Tolnay · 3 years, 6 months ago
  40. 5f8a704 Add test of missing unsafe on extern Rust sig by David Tolnay · 3 years, 6 months ago
  41. c550154 Merge pull request #438 from dtolnay/result by David Tolnay · 3 years, 6 months ago
  42. 9e2f590 Add ui test of returning a non-displayable error by David Tolnay · 3 years, 6 months ago
  43. 22f5ff7 Release 0.5.6 by David Tolnay · 3 years, 6 months ago
  44. 7b36055 Lockfile update by David Tolnay · 3 years, 6 months ago
  45. 7f0f60f Merge pull request #437 from dtolnay/methods by David Tolnay · 3 years, 6 months ago
  46. 464aeeb Rust-defined methods on shared structs by David Tolnay · 3 years, 6 months ago
  47. 102c7ea C++-defined methods on shared structs by David Tolnay · 3 years, 6 months ago
  48. 2e15992 Merge pull request #433 from dtolnay/clippy by David Tolnay · 3 years, 6 months ago
  49. 7a0b134 Run clippy on test suite in CI by David Tolnay · 3 years, 6 months ago
  50. df67e21 Resolve len_zero lint in cxx-gen test suite by David Tolnay · 3 years, 6 months ago
  51. a972eb7 Ignore field_reassign_with_default by David Tolnay · 3 years, 6 months ago
  52. c90b666 Ignore some clippy lints in test suite by David Tolnay · 3 years, 6 months ago
  53. 7c5ce68 Release 0.5.5 by David Tolnay · 3 years, 6 months ago
  54. 2066856 Merge pull request #429 from dtolnay/cname by David Tolnay · 3 years, 6 months ago
  55. db0d0fd Upgrade to mdbook 0.4.4 for CNAME file support by David Tolnay · 3 years, 6 months ago
  56. b114106 Quote the unrecognized element in "unused element" errors by David Tolnay · 3 years, 6 months ago
  57. 5346b21 Include exported headers in Cfg's Debug impl by David Tolnay · 3 years, 6 months ago
  58. 0b1a6b3 Link Cfg fields to their explanation in CFG by David Tolnay · 3 years, 6 months ago
  59. cac5a83 Display field types in CFG documentation by David Tolnay · 3 years, 6 months ago
  60. e4633a9 Merge pull request #428 from dtolnay/doc by David Tolnay · 3 years, 6 months ago
  61. 8249c83 Document CFG's exported header support by David Tolnay · 3 years, 6 months ago
  62. b419eed Merge pull request #427 from dtolnay/unused by David Tolnay · 3 years, 6 months ago
  63. 9883086 Validate that all exported_header_prefixes/_links are used by David Tolnay · 3 years, 6 months ago
  64. 8cb8237 Merge pull request #426 from dtolnay/validate by David Tolnay · 3 years, 6 months ago
  65. f273696 Validate that `links` attribute is set if exporting headers by David Tolnay · 3 years, 6 months ago
  66. ec4fda0 Store Cargo links attribute with Project by David Tolnay · 3 years, 6 months ago
  67. 6b064c4 Merge pull request #425 from dtolnay/dirs by David Tolnay · 3 years, 6 months ago
  68. 6fb0d22 Deduplicate dirs reachable via multiple transitive dependencies by David Tolnay · 3 years, 6 months ago
  69. 2558c74 Ensure error messages remain in sync with CFG by David Tolnay · 3 years, 6 months ago
  70. 225ea21 Validate cfg by David Tolnay · 3 years, 6 months ago
  71. 40b79a0 Merge pull request #424 from dtolnay/prefixes by David Tolnay · 3 years, 6 months ago
  72. 4697ed0 Implement CFG.exported_header_prefixes by David Tolnay · 3 years, 6 months ago
  73. d5bd218 Arrange exported_header_links handling to make room for exported_header_prefixes by David Tolnay · 3 years, 6 months ago
  74. 8af4914 Merge pull request #423 from dtolnay/links by David Tolnay · 3 years, 6 months ago
  75. 53ea91c Factor out this_crate initialization by David Tolnay · 3 years, 6 months ago
  76. 887d4d0 Implement CFG.exported_header_links by David Tolnay · 3 years, 6 months ago
  77. 9554c82 Merge pull request #422 from dtolnay/exported by David Tolnay · 3 years, 6 months ago
  78. 9b02aa0 Distinguish exported vs private header dirs in logging by David Tolnay · 3 years, 6 months ago
  79. 737502e Track visibility of exported headers by David Tolnay · 3 years, 6 months ago
  80. b31e8ed Merge pull request #421 from dtolnay/dirs by David Tolnay · 3 years, 6 months ago
  81. 82294cc Detect non-absolute exported header dirs by David Tolnay · 3 years, 6 months ago
  82. 93fbc09 Implement CFG.exported_header_dirs by David Tolnay · 3 years, 6 months ago
  83. b14375f Merge pull request #420 from dtolnay/dirs by David Tolnay · 3 years, 6 months ago
  84. d3a6f61 Clean up wording of include_dir vs crate_dir sort comment by David Tolnay · 3 years, 6 months ago
  85. d1be0b7 Preserve counter order of exported dirs by David Tolnay · 3 years, 6 months ago
  86. cf7b21b Preserve more than just the two default exported dirs by David Tolnay · 3 years, 6 months ago
  87. 804fb11 Reduce nesting in direct_dependencies() by David Tolnay · 3 years, 6 months ago
  88. 7b2c8bf Merge pull request #419 from dtolnay/deps by David Tolnay · 3 years, 6 months ago
  89. dea530d Track include_prefix and links attribute across deps by David Tolnay · 3 years, 6 months ago
  90. ffb7502 Centralize cargo k/v printing in dependency manager by David Tolnay · 3 years, 6 months ago
  91. a2c9b9e Merge pull request #418 from dtolnay/crate by David Tolnay · 3 years, 6 months ago
  92. f20c9b7 Start building structured dependency information by David Tolnay · 3 years, 6 months ago
  93. 62ff78f Move dependency-collecting logic to module by David Tolnay · 3 years, 6 months ago
  94. 9520821 Add interned vec helpers by David Tolnay · 3 years, 6 months ago
  95. 39e9f91 Combine current cfg into one rwlock by David Tolnay · 3 years, 6 months ago
  96. 306f126 Wire up exported headers storage by David Tolnay · 3 years, 6 months ago
  97. bd54b6f Add CFG exported header fields by David Tolnay · 3 years, 6 months ago
  98. 676196b Use interned strings in cfg implementation by David Tolnay · 3 years, 6 months ago
  99. ae004d6 Add string intern set by David Tolnay · 3 years, 6 months ago
  100. ce5b068 Release 0.5.4 by David Tolnay · 3 years, 6 months ago