| Age | Commit message (Expand) | Author | Lines |
| 2014-10-06 | Revise DST test to not require duplicate errors. | Aaron Turon | -2/+0 |
| 2014-10-06 | Remove core::any::AnyPrivate | Aaron Turon | -7/+2 |
| 2014-10-06 | auto merge of #17820 : pnkfelix/rust/fsk-improve-binary_search-doc2, r=alexcr... | bors | -2/+42 |
| 2014-10-06 | auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichton | bors | -15/+42 |
| 2014-10-06 | auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichton | bors | -1/+11 |
| 2014-10-06 | Add example to doc for `slice::ImmutableSlice::binary_search`. | Felix S. Klock II | -2/+42 |
| 2014-10-06 | rustdoc: Include lifetimes in re-exported bounds | Tom Jakubowski | -0/+4 |
| 2014-10-06 | auto merge of #17814 : vhbit/rust/ios-build-fix, r=huonw | bors | -0/+1 |
| 2014-10-06 | auto merge of #17812 : thestinger/rust/jemalloc, r=alexcrichton | bors | -0/+0 |
| 2014-10-06 | rustdoc: Remove dummy UnknownBound variant | Tom Jakubowski | -10/+4 |
| 2014-10-06 | auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichton | bors | -54/+78 |
| 2014-10-06 | rustdoc: Support unboxed fn sugar in bounds | Tom Jakubowski | -9/+21 |
| 2014-10-06 | rustdoc: Correctly name lifetimes in bounds | Tom Jakubowski | -13/+30 |
| 2014-10-06 | rustdoc: make calls of markdown::render safer | Tom Jakubowski | -1/+11 |
| 2014-10-06 | auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton | bors | -120/+173 |
| 2014-10-06 | Fixed iOS build (statics name lint) | Valerii Hiora | -0/+1 |
| 2014-10-06 | Remove the #[allow(non_uppercase_statics)] attr from bitflags! | P1start | -42/+37 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -78/+136 |
| 2014-10-06 | auto merge of #17414 : jakub-/rust/issue-17405, r=alexcrichton | bors | -14/+86 |
| 2014-10-05 | update jemalloc | Daniel Micay | -0/+0 |
| 2014-10-06 | auto merge of #17809 : thestinger/rust/windows, r=eddyb | bors | -4/+4 |
| 2014-10-05 | work around yet another MinGW-w64 ASLR bug | Daniel Micay | -4/+4 |
| 2014-10-05 | auto merge of #17794 : SimonSapin/rust/patch-8, r=alexcrichton | bors | -4/+5 |
| 2014-10-05 | Fix handling of struct variants in a couple of places | Jakub Wieczorek | -14/+86 |
| 2014-10-05 | Build regression test for issue #17021 with -g | Brian Koropoff | -0/+2 |
| 2014-10-05 | Handle emitting debug info for unboxed closures | Brian Koropoff | -54/+76 |
| 2014-10-05 | auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichton | bors | -1/+24 |
| 2014-10-05 | Add regression test for issue #17734 | Brian Koropoff | -0/+23 |
| 2014-10-05 | Fix cfg syntax warnings in libnative | Michael Gehring | -8/+4 |
| 2014-10-05 | String::truncate doc: also fails if not a char boundary | Simon Sapin | -4/+5 |
| 2014-10-05 | auto merge of #17785 : P1start/rust/diagnostics, r=alexcrichton | bors | -23/+81 |
| 2014-10-05 | auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger | bors | -0/+93 |
| 2014-10-05 | auto merge of #17776 : luqmana/rust/ul, r=alexcrichton | bors | -19/+59 |
| 2014-10-05 | auto merge of #17774 : lambda/rust/docs-mention-hoedown, r=steveklabnik | bors | -2/+2 |
| 2014-10-04 | Add tests for intrinsics::unreachable | Keegan McAllister | -0/+81 |
| 2014-10-04 | Add intrinsics::unreachable | Keegan McAllister | -0/+12 |
| 2014-10-05 | auto merge of #17772 : bkoropoff/rust/issue-17767, r=alexcrichton | bors | -2/+2 |
| 2014-10-05 | Give a more descriptive error when marking non-test items as #[test] | P1start | -12/+41 |
| 2014-10-05 | Tweak ‘discriminant value already exists’ error message | P1start | -4/+33 |
| 2014-10-04 | auto merge of #17766 : pminten/rust/atomic-int-in-examples, r=alexcrichton | bors | -6/+6 |
| 2014-10-05 | Rename vector patterns to array patterns | P1start | -7/+7 |
| 2014-10-04 | auto merge of #17761 : bkoropoff/rust/issue-17758, r=alexcrichton | bors | -0/+35 |
| 2014-10-04 | auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichton | bors | -9/+28 |
| 2014-10-04 | auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddyb | bors | -18/+60 |
| 2014-10-04 | docs: Reference hoedown instead of sundown | Brian Campbell | -2/+2 |
| 2014-10-04 | Update LLVM. | Luqman Aden | -19/+59 |
| 2014-10-04 | Fix infinite recursion in Writer impl for &mut Writer | Brian Koropoff | -2/+2 |
| 2014-10-04 | Register new snapshots | Björn Steinbrink | -11/+13 |
| 2014-10-04 | Make examples for AtomicInt refer to AtomicInt | Peter Minten | -6/+6 |
| 2014-10-04 | auto merge of #17755 : alexcrichton/rust/unblock-snapshot, r=eddyb | bors | -2/+1 |