| Age | Commit message (Expand) | Author | Lines |
| 2015-10-26 | Revert "Add UFCS privacy test." | Alex Crichton | -24/+0 |
| 2015-10-26 | Auto merge of #29310 - mdinger:book_playpen, r=steveklabnik | bors | -6/+9 |
| 2015-10-27 | Distinguish argument from local variable | Seo Sanghyeon | -8/+71 |
| 2015-10-26 | Auto merge of #29280 - Ryman:bad_docattr, r=Manishearth | bors | -1/+1 |
| 2015-10-26 | Auto merge of #29247 - dcarral:missing_word_trpl, r=steveklabnik | bors | -1/+1 |
| 2015-10-26 | Auto merge of #29312 - apasel422:issue-21410, r=alexcrichton | bors | -0/+51 |
| 2015-10-26 | reference: clarify impl | Aleksey Kladov | -5/+5 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -124/+90 |
| 2015-10-26 | Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-10-26 | Auto merge of #29306 - alexcrichton:yet-another-windows-dist-fix, r=vadimcn | bors | -2/+0 |
| 2015-10-26 | Auto merge of #29299 - tbu-:pr_btreemap_example_dup, r=alexcrichton | bors | -4/+4 |
| 2015-10-25 | Add tests for #21410 and #24972 | Andrew Paseltiner | -0/+51 |
| 2015-10-26 | Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichton | bors | -1/+1 |
| 2015-10-25 | Auto merge of #29284 - apasel422:tests, r=alexcrichton | bors | -0/+203 |
| 2015-10-25 | Update the playpen link for code in the rust book to agree with rustdoc's new... | mdinger | -6/+9 |
| 2015-10-25 | reformat the docs for hidden code in rust sections | Ricardo Signes | -37/+35 |
| 2015-10-25 | Say that `std::env::{set_var, unset_var}` *may* panic | Tobias Bucher | -4/+6 |
| 2015-10-25 | Auto merge of #29266 - apasel422:wf, r=alexcrichton | bors | -5/+7 |
| 2015-10-25 | mk: Package libstdc++-6.dll on x86_64 MinGW | Alex Crichton | -2/+0 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -195/+274 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -195/+274 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -124/+90 |
| 2015-10-25 | Auto merge of #29281 - skeleten:issue-28189, r=steveklabnik | bors | -0/+15 |
| 2015-10-25 | Fix doc comment typo | Lee Jenkins | -1/+1 |
| 2015-10-25 | Auto merge of #29279 - Ryman:strtests, r=alexcrichton | bors | -55/+35 |
| 2015-10-25 | Document possible panics for `std::env::{set_var, unset_var}` | Tobias Bucher | -0/+10 |
| 2015-10-25 | Remove key duplication from `BTreeMap` example in `collections` | Tobias Bucher | -4/+4 |
| 2015-10-25 | Add tests | Andrew Paseltiner | -0/+203 |
| 2015-10-25 | compiletest: show usage/help when passed no args | Emanuel Czirai | -1/+1 |
| 2015-10-25 | Auto merge of #29273 - Manishearth:regression, r=alexcrichton | bors | -0/+17 |
| 2015-10-25 | Auto merge of #29272 - sanxiyn:llvm-update, r=alexcrichton | bors | -0/+28 |
| 2015-10-25 | Auto merge of #29261 - apasel422:issue-22403, r=alexcrichton | bors | -0/+15 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -16/+21 |
| 2015-10-25 | Tweak stability to not require annotations on impl items and unnamed fields | Vadim Petrochenkov | -2/+2 |
| 2015-10-25 | Auto merge of #29256 - alexcrichton:less-flaky, r=brson | bors | -1/+3 |
| 2015-10-25 | rustc_privacy: Expand public node set, build exported node set more correctly | Vadim Petrochenkov | -92/+149 |
| 2015-10-25 | libsyntax: Consolidate branch to benefit from exhaustive checking instead of ... | Kevin Butler | -6/+6 |
| 2015-10-25 | libsyntax: remove panics from Parser::parse_pat_nopanic | Kevin Butler | -9/+3 |
| 2015-10-25 | libsyntax: better error for lifetimes in patterns | Kevin Butler | -0/+20 |
| 2015-10-24 | Auto merge of #29151 - wthrowe:linker-output-ICE, r=alexcrichton | bors | -0/+60 |
| 2015-10-24 | adding test for #28189 | skeleten | -0/+15 |
| 2015-10-24 | Fix docattr to match surrounding text | Kevin Butler | -1/+1 |
| 2015-10-24 | Add assertions to test_total_ord for str | Kevin Butler | -5/+5 |
| 2015-10-24 | Remove unnecessary String allocations from str tests | Kevin Butler | -50/+30 |
| 2015-10-24 | Auto merge of #29215 - fhahn:issue-28157-bad-semicolon, r=alexcrichton | bors | -10/+10 |
| 2015-10-24 | Add regression test for #26886 | Manish Goregaokar | -0/+17 |
| 2015-10-24 | Auto merge of #29259 - arielb1:supertrait-self-2, r=eddyb | bors | -10/+36 |
| 2015-10-24 | rustllvm: Update to LLVM trunk | Seo Sanghyeon | -0/+28 |
| 2015-10-24 | Auto merge of #29260 - GuillaumeGomez:E0211_improvement, r=Manishearth | bors | -4/+60 |
| 2015-10-24 | Auto merge of #29252 - steveklabnik:safety, r=alexcrichton | bors | -9/+9 |