| Age | Commit message (Expand) | Author | Lines |
| 2015-07-21 | Add info about usage of 'unsafe' keyword in bindings to foreign interfaces. | Ticki | -3/+7 |
| 2015-07-21 | add test for #14382 | Andrew Paseltiner | -0/+24 |
| 2015-07-21 | Auto merge of #26856 - steveklabnik:gh26475, r=alexcrichton | bors | -2/+18 |
| 2015-07-21 | Note possiblities of empty extern blocks (based on #12575) | Aidan Hobson Sayers | -0/+4 |
| 2015-07-21 | Rename 'link-args' to 'advanced-linking', add intro | Aidan Hobson Sayers | -5/+12 |
| 2015-07-21 | Add E0433 error explanation | Guillaume Gomez | -13/+41 |
| 2015-07-21 | Expand documentation for IntoInnerError | Steve Klabnik | -1/+73 |
| 2015-07-21 | Add E0428 error explanation | Guillaume Gomez | -1/+18 |
| 2015-07-21 | Add E0407 error explanation | Guillaume Gomez | -4/+37 |
| 2015-07-21 | Add E0404 error explanation | Guillaume Gomez | -1/+26 |
| 2015-07-21 | Add E0405 error explanation | Guillaume Gomez | -3/+33 |
| 2015-07-21 | Add E0403 error explanation | Guillaume Gomez | -1/+15 |
| 2015-07-21 | Expand a bit on thread::park spurious wakeups | Steve Klabnik | -2/+18 |
| 2015-07-21 | Inline eq_slice_() into eq_slice() | Björn Steinbrink | -12/+3 |
| 2015-07-21 | std: Be resilient to failure in pthread_getattr_np | Alex Crichton | -47/+60 |
| 2015-07-21 | Auto merge of #26935 - oli-obk:const_val_description, r=eddyb | bors | -54/+51 |
| 2015-07-21 | Work around unary negation to-be-feature-gated warning by | Felix S. Klock II | -2/+2 |
| 2015-07-21 | Sidestep warning about repeated E0045 `span_err!` invocation. | Felix S. Klock II | -8/+14 |
| 2015-07-21 | Auto merge of #27171 - steveklabnik:doc_std_io, r=brson | bors | -0/+229 |
| 2015-07-21 | This test attempts to exercise cyclic structure much of `std::collections` | Felix S. Klock II | -0/+759 |
| 2015-07-21 | Auto merge of #27168 - brson:stdprim, r=steveklabnik | bors | -344/+478 |
| 2015-07-21 | Auto merge of #27160 - brson:revdoc, r=huonw | bors | -23/+0 |
| 2015-07-21 | Guidance on Windows install re "Add to PATH" | Jonathan Hansford | -2/+13 |
| 2015-07-21 | Auto merge of #26816 - nrc:zero-codemap, r=@jroesch | bors | -113/+163 |
| 2015-07-21 | Use a span from the correct file for the inner span of a module | Nick Cameron | -13/+29 |
| 2015-07-21 | Test | Nick Cameron | -0/+18 |
| 2015-07-21 | Provide a filemap ctor with line info | Nick Cameron | -22/+19 |
| 2015-07-21 | Allow for space between each filemap in the codemap | Nick Cameron | -78/+97 |
| 2015-07-21 | Auto merge of #27153 - alexcrichton:flaky-tests, r=brson | bors | -0/+5 |
| 2015-07-21 | Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichton | bors | -9/+15 |
| 2015-07-21 | Auto merge of #27144 - semarie:openbsd-archive_format, r=alexcrichton | bors | -1/+1 |
| 2015-07-21 | Auto merge of #27103 - wthrowe:doc_format, r=alexcrichton | bors | -24/+86 |
| 2015-07-20 | Add travis config to TRPL: release channels | Steve Klabnik | -0/+23 |
| 2015-07-20 | Address feedback | Brian Anderson | -30/+30 |
| 2015-07-20 | Add test of cross-crate impl formatting | William Throwe | -0/+45 |
| 2015-07-21 | Auto merge of #27129 - arthurprs:debug_atomic, r=alexcrichton | bors | -0/+21 |
| 2015-07-20 | remove subtyping from coercions, it's something else | Alexis Beingessner | -7/+5 |
| 2015-07-20 | std: Fix compiling the standard library on i686-MSVC | Alex Crichton | -1/+4 |
| 2015-07-20 | clarify casts are checked at compile time | Alexis Beingessner | -2/+8 |
| 2015-07-20 | remove redundant explanation | Alexis Beingessner | -16/+1 |
| 2015-07-20 | explain phantom | Alexis Beingessner | -0/+3 |
| 2015-07-20 | get into the weeds over GEP and allocations | Alexis Beingessner | -58/+209 |
| 2015-07-20 | Write better docs for std::io | Steve Klabnik | -0/+229 |
| 2015-07-20 | Auto merge of #27056 - Eljay:doc-comments, r=nikomatsakis | bors | -13/+142 |
| 2015-07-20 | Update docs for take and broadcast | Steve Klabnik | -2/+8 |
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -327/+461 |
| 2015-07-20 | doc: Clean up primitive short descriptions | Brian Anderson | -20/+20 |
| 2015-07-20 | Auto merge of #26831 - arielb1:lifetime-fixes, r=nikomatsakis | bors | -30/+118 |
| 2015-07-20 | Document structures in std::io::utils | Steve Klabnik | -1/+16 |
| 2015-07-20 | UB is src bzns | Alexis Beingessner | -1/+1 |