| Age | Commit message (Expand) | Author | Lines |
| 2015-01-16 | Grammar tweak to old guide stub documents. | Tim Parenti | -1/+1 |
| 2015-01-09 | Add stub deprecation files for each of the old guides. | Huon Wilson | -0/+4 |
| 2015-01-08 | "The Rust Programming Language" | Steve Klabnik | -546/+0 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -1/+2 |
| 2015-01-05 | std: Redesign c_str and c_vec | Alex Crichton | -23/+27 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -0/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-13 | rollup merge of #17993 : redcape/fix-ffi-docs | Alex Crichton | -1/+1 |
| 2014-10-13 | Doc: Fix C-Code Example in FFI Docs | Gil Cottle | -1/+1 |
| 2014-10-12 | Continue cfg syntax transition | Steven Fackler | -1/+1 |
| 2014-09-12 | Use a space after colons per the Rust coding style: | Damien Grassart | -2/+2 |
| 2014-09-12 | The example code uses trigger_callback(), not do_callback(). | Damien Grassart | -1/+1 |
| 2014-08-30 | auto merge of #16393 : SimonSapin/rust/patch-9, r=steveklabnik | bors | -2/+2 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -1/+1 |
| 2014-08-25 | Replace mention of ~T by Box<T> in the FFI guide. | Simon Sapin | -2/+2 |
| 2014-08-21 | Fix FFI guide | Corey Richardson | -0/+1 |
| 2014-08-20 | docs: don't claim struct layout is specified, but mention repr | Corey Richardson | -9/+9 |
| 2014-08-12 | Minor changes to `rust.md`, and `guide-ffi.md`. | Bheesham Persaud | -3/+3 |
| 2014-07-04 | doc/guide-ffi: A few minor typo/language fixes | Anton Lofgren | -7/+7 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -11/+11 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -2/+2 |
| 2014-05-30 | Fix outgoing link to snappy in the FFI guide | Tom Jakubowski | -2/+2 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -0/+1 |
| 2014-05-22 | docs: Add win64 calling convention | Richo Healey | -0/+1 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-05-03 | rustdoc: Have no_run imply no_trans | Alex Crichton | -21/+11 |
| 2014-04-20 | Fix spelling mistakes in documentation and code. | Joseph Crail | -1/+1 |
| 2014-04-12 | doc: Un-ignore lots of guide-ffi tests | Alex Crichton | -23/+58 |
| 2014-04-10 | Document the nullable pointer optimization in the FFI guide | Corey Richardson | -0/+13 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -5/+11 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-15 | docs: begin a "low-level & unsafe code" guide. | Huon Wilson | -79/+0 |
| 2014-03-09 | docs: adjust code blocks to pass with rustdoc. | Huon Wilson | -2/+6 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -5/+5 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -1/+1 |
| 2014-02-09 | std: Add move_val_init to mem. Replace direct intrinsic usage | Brian Anderson | -2/+1 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -1/+2 |
| 2014-02-06 | Update link_name=... -> link(name=... | Cole Mickens | -1/+1 |
| 2014-02-02 | Move doc/ to src/doc/ | Alex Crichton | -0/+567 |