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

  1. 25794b1 Compiletest: Simplify {Html,Json}DocCk directive handling by León Orell Valerian Liehr · 6 days ago
  2. 91ad4bf jsondocck: Explain what `KNOWN_DIRECTIVE_NAMES` is doing by Alona Enraght-Moony · 6 weeks ago
  3. 14db1b5 jsondocck: command -> directive by Alona Enraght-Moony · 7 weeks ago
  4. 2c9fb22 jsondoclint: Extract `Command`/`CommandKind` into its own file by Alona Enraght-Moony · 7 weeks ago
  5. fd4a093 jsondocck: Require command is at start of line by Alona Enraght-Moony · 3 months ago
  6. 8c50f95 rustdoc: Output target feature information by Will Glynn · 3 months ago
  7. a0918b7 jsondocck: Replace `jsonpath_lib` with `jsonpath-rust` by Alona Enraght-Moony · 4 months ago
  8. 94645f6 jsondocck: catch and error on deprecated syntax by Yotam Ofek · 5 months ago
  9. 11e7aaf jsondocck: minor cleanups by Yotam Ofek · 5 months ago
  10. 97ada59 jsondoclint: Support `//@ !has <path> <value>`. by Alona Enraght-Moony · 6 months ago
  11. e6bc427 jsondocck: Parse, don't validate commands. by Alona Enraght-Moony · 7 months ago
  12. 6f82a95 Rename `command-list.rs` to `directive-list.rs` by Zalathar · 9 months ago
  13. 84ac80f Reformat `use` declarations. by Nicholas Nethercote · 12 months ago
  14. 25be41c Update jsondocck directives to follow ui_test-style by León Orell Valerian Liehr · 12 months ago
  15. 6f43a02 Rollup merge of #127309 - its-the-shrimp:jsondocck_add_file_var, r=aDotInTheVoid by Matthias Krüger · 1 year ago
  16. 12f29e9 added built-in var to jsondocck by schvv31n · 1 year, 1 month ago
  17. ccc8baf jsondocck: Use correct index for error message. by Alona Enraght-Moony · 1 year, 1 month ago
  18. a0a8442 Remove direct dependencies on lazy_static, once_cell and byteorder by George Bateman · 1 year, 3 months ago
  19. c653bb9 jsondocck: bump jsonpath to 0.3, dropping few dup dependencies by klensy · 1 year, 8 months ago
  20. 18457ea4 Allow to have `-` in the rustdoc-json test file name by Guillaume Gomez · 2 years ago
  21. f470c29 Fix remaining typos by DaniPopes · 2 years, 3 months ago
  22. 57c85bd Remove need to give JSON file path by Guillaume Gomez · 3 years ago
  23. 64f790f Jsondocck: New `@ismany` command by Nixon Enraght-Moony · 3 years ago
  24. dc6b5cb jsondocck: Better error for invalid @count number by Nixon Enraght-Moony · 3 years, 4 months ago
  25. ccef93f jsondocck: better error for when @set matches multiple items by Nixon Enraght-Moony · 3 years, 4 months ago
  26. 2d0bb0d jsondocck: Improved error messages for invalid json value and failed @count check by Nixon Enraght-Moony · 3 years, 5 months ago
  27. c746be2 Migrate to 2021 by Mark Rousskov · 3 years, 10 months ago
  28. 3cf820e rfc3052: Remove authors field from Cargo manifests by Jade · 4 years ago
  29. 5afc594 replace lazy_static with once_cell, drop direct dependency on serde by klensy · 4 years, 2 months ago
  30. c63cb01 updated shlex for jsondocck by klensy · 4 years, 2 months ago
  31. ce21447c Better errors in jsondocck by Nixon Enraght-Moony · 4 years, 4 months ago
  32. 5f24798 Improve some jsondocck errors by Nixon Enraght-Moony · 4 years, 4 months ago
  33. 4c949a4 Simplify Error Handling. by Nixon Enraght-Moony · 4 years, 5 months ago
  34. ba22a69 Extract string_to_value to its own function by Nixon Enraght-Moony · 4 years, 5 months ago
  35. a22d948 Apply suggestions from code review by Nixon Enraght-Moony · 4 years, 5 months ago
  36. dd4b938 Implement using @set values by Nixon Enraght-Moony · 4 years, 5 months ago
  37. cd5f603 Implement @set by Nixon Enraght-Moony · 4 years, 5 months ago
  38. a00eb7e Add @is command to jsondocck by Nixon Enraght-Moony · 4 years, 5 months ago
  39. c37c421 fmt by Rune Tynan · 4 years, 6 months ago
  40. 351b2ac Make bad shlex parsing a pretty error by Rune Tynan · 4 years, 6 months ago
  41. 728ffc8 Address review v2 by Rune Tynan · 4 years, 6 months ago
  42. a3df483 Shift another panic into an exit by Rune Tynan · 4 years, 6 months ago
  43. 66a5714 Address review comments by Rune Tynan · 4 years, 6 months ago
  44. 7715656 Add jsondocck tool, and use it for rustdoc JSON by Rune Tynan · 4 years, 6 months ago