| Age | Commit message (Expand) | Author | Lines |
| 2015-06-02 | book: update error message | Tshepang Lekhonkhobe | -1/+1 |
| 2015-06-02 | book: some tiny improvements | Tshepang Lekhonkhobe | -13/+13 |
| 2015-06-02 | Auto merge of #25654 - petrochenkov:encenv, r=alexcrichton | bors | -4/+8 |
| 2015-06-01 | [libcollections] Fix unused import warnings during stage0 build | Wesley Wiser | -4/+11 |
| 2015-06-01 | Auto merge of #25246 - mzabaluev:io-invalid-data, r=alexcrichton | bors | -2/+9 |
| 2015-06-01 | Document behavior of {f32,f64}::{min,max} on NaN | Matt Brubeck | -0/+8 |
| 2015-06-01 | Add community translations. | Steve Klabnik | -0/+11 |
| 2015-06-01 | Auto merge of #25858 - alexcrichton:disable-os-tls, r=brson | bors | -27/+75 |
| 2015-06-01 | Added # let lines = "hello\nworld".lines(); to pass the tests | Mathieu David | -0/+1 |
| 2015-06-01 | doc: improve Option::map example | Tshepang Lekhonkhobe | -3/+5 |
| 2015-06-01 | Fix platform detection | petrochenkov | -6/+3 |
| 2015-06-01 | Auto merge of #25825 - GuillaumeGomez:check_co, r=Manishearth | bors | -1/+32 |
| 2015-06-01 | trpl: Use infinite iterator in chain example with take | Paul Oliver | -1/+1 |
| 2015-06-01 | Update diagnostics.rs | Guillaume Gomez | -3/+3 |
| 2015-06-01 | Remove full path | Guillaume Gomez | -1/+1 |
| 2015-06-01 | Return an iterator from enum_variant_ids. | Ms2ger | -8/+26 |
| 2015-06-01 | Auto merge of #25924 - FuGangqiang:master, r=Gankro | bors | -2/+2 |
| 2015-06-01 | Auto merge of #25923 - tshepang:patch-1, r=Gankro | bors | -1/+1 |
| 2015-06-01 | Auto merge of #25922 - tshepang:better-map-or-doc, r=Gankro | bors | -6/+8 |
| 2015-05-31 | Auto merge of #25907 - tshepang:patch-8, r=Gankro | bors | -1/+1 |
| 2015-06-01 | doc: make String::as_bytes example more simple | Tshepang Lekhonkhobe | -2/+1 |
| 2015-05-31 | Auto merge of #25911 - olombard:borrowing-link, r=alexcrichton | bors | -1/+1 |
| 2015-05-31 | output code language to text | Mathieu David | -2/+2 |
| 2015-05-31 | rustdoc: Tweak css of function where clauses | Ulrik Sverdrup | -3/+3 |
| 2015-05-31 | trpl: Fix typo in Raw Pointers chapter | Ulrik Sverdrup | -1/+1 |
| 2015-05-31 | Auto merge of #25908 - bluss:arc-mark-unsafe, r=sfackler | bors | -35/+56 |
| 2015-05-31 | Corrected some formatting issues | Mathieu David | -5/+11 |
| 2015-05-31 | Add E0011 explanation | Guillaume Gomez | -1/+32 |
| 2015-05-31 | Update iterators.md | Steve Gury | -2/+2 |
| 2015-05-31 | Fix off by one in the iterator documentation | Steve Gury | -1/+1 |
| 2015-05-31 | Add loopcounter section to the for-loop chapter | Mathieu David | -0/+35 |
| 2015-05-31 | trpl:add missing comma | FuGangqiang | -2/+2 |
| 2015-05-31 | doc: fix displayed message | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-31 | doc: improve map_or and map_or_else | Tshepang Lekhonkhobe | -6/+8 |
| 2015-05-31 | Inline hash_table::calculate_offsets, used by iterators. | Eduard Burtescu | -0/+1 |
| 2015-05-30 | TRPL: Fix a broken link to 'borrowing' | olombard | -1/+1 |
| 2015-05-30 | Auto merge of #25882 - steveklabnik:gh25554, r=alexcrichton | bors | -2/+6 |
| 2015-05-30 | Fixes consistency in before/after example | frankamp | -1/+1 |
| 2015-05-30 | Mark Arc function get_mut and method make_unique unsafe | Ulrik Sverdrup | -35/+56 |
| 2015-05-30 | doc: be more clear/explicit that we got String type | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-30 | debuginfo: Create common debugger pretty printer module. | Michael Woerister | -419/+733 |
| 2015-05-30 | Warn if the test suite is run on Windows in console with non-UTF-8 code page | petrochenkov | -0/+7 |
| 2015-05-30 | fix documentation in libserialize | benaryorg | -1/+1 |
| 2015-05-30 | Extend rust reference with a section about type coercions | Lorenz | -0/+120 |
| 2015-05-30 | Extend rust reference with a section about subtyping | Lorenz | -0/+20 |
| 2015-05-30 | std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0 | Mikhail Zabaluev | -1/+1 |
| 2015-05-30 | Proposal to explain the copy trait more clearly | Mathieu David | -0/+43 |
| 2015-05-30 | Deprecate UnsafeCell::value | petrochenkov | -1/+8 |
| 2015-05-30 | Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichton | bors | -9/+325 |
| 2015-05-29 | Loosen timeout restrictions | Steven Fackler | -20/+12 |