| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #29256 - alexcrichton:less-flaky, r=brson | bors | -1/+3 |
| 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 |
| 2015-10-23 | Make `{Default, From, FromIterator, One, Zero}` well-formed | Andrew Paseltiner | -5/+7 |
| 2015-10-24 | Auto merge of #29245 - james-darkfox:master, r=alexcrichton | bors | -0/+5 |
| 2015-10-23 | Add test for #22403 | Andrew Paseltiner | -0/+15 |
| 2015-10-24 | Improve E0211 error diagnostic | Guillaume Gomez | -4/+60 |
| 2015-10-24 | Allow bare semicolon in grammar doc, closes #28157 | Florian Hahn | -1/+1 |
| 2015-10-24 | Remove bare semicolons | Florian Hahn | -9/+9 |
| 2015-10-23 | Auto merge of #29065 - steveklabnik:doc_iter_traits, r=alexcrichton | bors | -25/+315 |
| 2015-10-24 | object_safety: check whether a supertrait contains Self even without being it | Ariel Ben-Yehuda | -10/+36 |
| 2015-10-23 | Add a regression test for #29122 (fixed in #29134) | William Throwe | -0/+60 |
| 2015-10-23 | Document a bunch of std::iter traits | Steve Klabnik | -25/+315 |
| 2015-10-23 | Auto merge of #29241 - nikomatsakis:issue-28871, r=arielb1 | bors | -14/+114 |
| 2015-10-24 | Implements Default for mutable slices. Fixes: #29244 | James McGlashan | -0/+5 |
| 2015-10-23 | std: Add more entries to stdtest base_port | Alex Crichton | -1/+3 |
| 2015-10-23 | Auto merge of #29243 - skeleten:issue-29184, r=alexcrichton | bors | -1/+35 |
| 2015-10-23 | Unsafety -> Safety in doc headings | Steve Klabnik | -9/+9 |
| 2015-10-23 | add main fn to test | Niko Matsakis | -0/+2 |
| 2015-10-23 | Add error message for using `typeof` instead of an ICE. | skeleten | -1/+35 |