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

  1. fbcc34f Grammar tweak to old guide stub documents. by Tim Parenti · 11 years ago
  2. 4247a30 Add stub deprecation files for each of the old guides. by Huon Wilson · 11 years ago
  3. 16a6ebd "The Rust Programming Language" by Steve Klabnik · 11 years ago
  4. 0dc48b4 Test fixes and rebase conflicts by Alex Crichton · 11 years ago
  5. ec7a50d std: Redesign c_str and c_vec by Alex Crichton · 11 years ago
  6. 56290a0 std: Stabilize the prelude module by Alex Crichton · 11 years ago
  7. 7828c3d Rename fail! to panic! by Steve Klabnik · 11 years ago
  8. 1263a36 rollup merge of #17993 : redcape/fix-ffi-docs by Alex Crichton · 11 years ago
  9. c6f9b8f Doc: Fix C-Code Example in FFI Docs by Gil Cottle · 11 years ago
  10. aa3b126 Continue cfg syntax transition by Steven Fackler · 11 years ago
  11. d4b2edc Use a space after colons per the Rust coding style: by Damien Grassart · 11 years ago
  12. 0eedec5 The example code uses trigger_callback(), not do_callback(). by Damien Grassart · 11 years ago
  13. c256454 auto merge of #16393 : SimonSapin/rust/patch-9, r=steveklabnik by bors · 11 years ago
  14. de7abd8 Unify non-snake-case lints and non-uppercase statics lints by P1start · 11 years ago
  15. 666d566 Replace mention of ~T by Box<T> in the FFI guide. by Simon Sapin · 11 years ago
  16. 01d2efa Fix FFI guide by Corey Richardson · 11 years ago
  17. 54bd9e6 docs: don't claim struct layout is specified, but mention repr by Corey Richardson · 11 years ago
  18. a43dadb Minor changes to `rust.md`, and `guide-ffi.md`. by Bheesham Persaud · 11 years ago
  19. e737440 doc/guide-ffi: A few minor typo/language fixes by Anton Lofgren · 11 years ago
  20. 0dfc90a Rename all raw pointers as necessary by Alex Crichton · 11 years ago
  21. 20fb7c6 docs: Stop using `notrust` by Florian Gilcher · 11 years ago
  22. 7cd4879 Fix outgoing link to snappy in the FFI guide by Tom Jakubowski · 11 years ago
  23. 030b3a2 windows: Allow snake_case errors for now. by Kevin Butler · 11 years ago
  24. e5d8831 docs: Add win64 calling convention by Richo Healey · 11 years ago
  25. ef6daf9 auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton by bors · 11 years ago
  26. 090040bf librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except by Patrick Walton · 11 years ago
  27. 9ac9245 rustdoc: Have no_run imply no_trans by Alex Crichton · 11 years ago
  28. ae555e3 Fix spelling mistakes in documentation and code. by Joseph Crail · 11 years ago
  29. f862e12 doc: Un-ignore lots of guide-ffi tests by Alex Crichton · 11 years ago
  30. eabf78c Document the nullable pointer optimization in the FFI guide by Corey Richardson · 11 years ago
  31. 0459ee7 Fix fallout from std::libc separation by Corey Richardson · 11 years ago
  32. ce620320 rename std::vec -> std::slice by Daniel Micay · 11 years ago
  33. 3d6c28a docs: begin a "low-level & unsafe code" guide. by Huon Wilson · 11 years ago
  34. 2d7d7e5 docs: adjust code blocks to pass with rustdoc. by Huon Wilson · 11 years ago
  35. 49e1163 std: clean up ptr a bit by Corey Richardson · 11 years ago
  36. 60bc76f remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_offset) by JeremyLetang · 11 years ago
  37. c7710cd std: Add move_val_init to mem. Replace direct intrinsic usage by Brian Anderson · 11 years ago
  38. d433b80 std: Add init and uninit to mem. Replace direct intrinsic usage by Brian Anderson · 11 years ago
  39. ee608cb Update link_name=... -> link(name=... by Cole Mickens · 11 years ago
  40. 864b434 Move doc/ to src/doc/ by Alex Crichton · 11 years ago[Renamed from doc/guide-ffi.md]
  41. 2ff16b1 auto merge of #11996 : lecram/rust/master, r=pcwalton by bors · 11 years ago