| Age | Commit message (Expand) | Author | Lines |
| 2015-07-19 | Add test of impl formatting | William Throwe | -0/+23 |
| 2015-07-18 | Fix rustdoc formatting of impls | William Throwe | -24/+18 |
| 2015-07-14 | Auto merge of #27024 - bluss:io-drain, r=alexcrichton | bors | -8/+2 |
| 2015-07-14 | Use Vec::drain in BufWriter | Ulrik Sverdrup | -8/+2 |
| 2015-07-14 | Auto merge of #27016 - alexcrichton:inline-asm-docs, r=steveklabnik | bors | -1/+10 |
| 2015-07-14 | Auto merge of #27015 - frankmcsherry:patch-1, r=steveklabnik | bors | -2/+2 |
| 2015-07-14 | Auto merge of #27002 - IvanUkhov:docblock-pre-code, r=Gankro | bors | -0/+3 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -27/+213 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -19/+5 |
| 2015-07-13 | Auto merge of #26993 - michaelwoerister:msvc-debuginfo, r=alexcrichton | bors | -0/+24 |
| 2015-07-13 | Auto merge of #26984 - nham:errorck-ignore-long-diag, r=brson | bors | -0/+22 |
| 2015-07-13 | doc: Add a link to LLVM's new inline assembly docs | Alex Crichton | -1/+10 |
| 2015-07-13 | minor grammatical update | Frank McSherry | -2/+2 |
| 2015-07-13 | Mark some new things as unstable. | Simon Sapin | -1/+3 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+34 |
| 2015-07-13 | Implement IndexMut for String and str. | Simon Sapin | -0/+108 |
| 2015-07-13 | Add more tests for AsciiExt::is_ascii | Simon Sapin | -8/+11 |
| 2015-07-13 | Add tests for AsciiExt::make_ascii_*case, including on String. | Simon Sapin | -0/+45 |
| 2015-07-13 | Implement DerefMut for String | Simon Sapin | -0/+8 |
| 2015-07-13 | Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr | bors | -1/+18 |
| 2015-07-13 | Auto merge of #27011 - dotdash:issue-26996, r=luqmana | bors | -1/+21 |
| 2015-07-13 | Correctly detect reassignments to the interior of matched structs/tuples | Björn Steinbrink | -1/+21 |
| 2015-07-13 | Auto merge of #26999 - rick68:patch-13, r=Gankro | bors | -2/+2 |
| 2015-07-13 | Auto merge of #26990 - rwz:patch-1, r=alexcrichton | bors | -15/+15 |
| 2015-07-13 | Auto merge of #26981 - wthrowe:div_docs, r=Gankro | bors | -6/+26 |
| 2015-07-13 | Auto merge of #26910 - nrc:ice-lang-item, r=@huonw | bors | -3/+38 |
| 2015-07-13 | Auto merge of #26947 - nagisa:unicode-escape-error, r=nrc | bors | -20/+32 |
| 2015-07-12 | Add comments. | Nick Hamann | -0/+10 |
| 2015-07-13 | Auto merge of #26750 - nrc:refactor-submod, r=sfackler | bors | -68/+108 |
| 2015-07-12 | Move rounding discussion to integer Div/Rem impls | William Throwe | -8/+22 |
| 2015-07-13 | Don't ICE when missing owned_box lang item | Nick Cameron | -3/+38 |
| 2015-07-12 | Set zero padding for pre tags | Ivan Ukhov | -0/+3 |
| 2015-07-12 | Auto merge of #26958 - alexcrichton:down-with-thread-dtors, r=brson | bors | -2/+57 |
| 2015-07-13 | Tell unicode escapes can’t be used as bytes earlier/more | Simonas Kazlauskas | -19/+19 |
| 2015-07-12 | syntax: Allow semi tokens after macro ty/path | Alex Crichton | -1/+18 |
| 2015-07-13 | Update boxed.rs | Wei-Ming Yang | -2/+2 |
| 2015-07-12 | std: Fix a TLS destructor bug on OSX | Alex Crichton | -2/+57 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -89/+109 |
| 2015-07-12 | Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis | bors | -312/+316 |
| 2015-07-12 | debuginfo: Instruct MSVC linker to generate PDB file if debuginfo is enabled | Michael Woerister | -0/+24 |
| 2015-07-12 | Clean up trailing whitespaces | Pavel Pravosud | -11/+11 |
| 2015-07-12 | Fix multi-threading example in dining-philosophers | Pavel Pravosud | -4/+4 |
| 2015-07-12 | Auto merge of #26966 - nagisa:tail-init, r=alexcrichton | bors | -77/+110 |
| 2015-07-12 | Auto merge of #26965 - bluss:cstring-debug, r=alexcrichton | bors | -4/+16 |
| 2015-07-12 | Auto merge of #26985 - Manishearth:rollup, r=Manishearth | bors | -67/+66 |
| 2015-07-12 | Rollup merge of #26979 - tshepang:trim, r=Gankro | Manish Goregaokar | -4/+0 |
| 2015-07-12 | Rollup merge of #26976 - tshepang:more-simple-explanation, r=gankro | Manish Goregaokar | -2/+1 |
| 2015-07-12 | Rollup merge of #26974 - tshepang:trailing-comma, r=Gankro | Manish Goregaokar | -15/+15 |
| 2015-07-12 | Rollup merge of #26973 - tshepang:repetition, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-07-12 | Rollup merge of #26967 - tsurai:master, r=steveklabnik | Manish Goregaokar | -1/+1 |