| Age | Commit message (Expand) | Author | Lines |
| 2015-07-09 | Auto merge of #26879 - GuillaumeGomez:patch-1, r=arielb1 | bors | -3/+66 |
| 2015-07-09 | io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fill | Ulrik Sverdrup | -2/+3 |
| 2015-07-08 | Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -252/+289 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -129/+229 |
| 2015-07-08 | Update the installer to support netbsd | Alex HotShot Newman | -0/+0 |
| 2015-07-08 | Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichton | bors | -27/+40 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -285/+277 |
| 2015-07-08 | Make `std::env::current_dir` work for path names longer than 2048 bytes on no... | Tobias Bucher | -10/+49 |
| 2015-07-08 | io: Simplify BufReader::with_capacity | Ulrik Sverdrup | -4/+1 |
| 2015-07-08 | Improve Vec::resize so that it can be used in Read::read_to_end | Ulrik Sverdrup | -23/+39 |
| 2015-07-08 | Add E0232 error explanation | Guillaume Gomez | -3/+18 |
| 2015-07-08 | Add E0220 error explanation | Guillaume Gomez | -3/+28 |
| 2015-07-08 | Rollup merge of #26893 - dhuseby:fixing_freebsd_tests, r=alexcrichton | Steve Klabnik | -1/+10 |
| 2015-07-08 | this fixes the test failures on freebsd | Dave Huseby | -1/+10 |
| 2015-07-08 | Rollup merge of #26892 - steveklabnik:gh26482, r=alexcrichton | Steve Klabnik | -3/+5 |
| 2015-07-08 | TRPL: make version constraits explicit | Steve Klabnik | -3/+5 |
| 2015-07-08 | Rollup merge of #26891 - steveklabnik:gh26552, r=huonw | Steve Klabnik | -0/+4 |
| 2015-07-08 | Fix up unsafe section of slice::from_raw_parts | Steve Klabnik | -0/+4 |
| 2015-07-08 | Rollup merge of #26889 - sanxiyn:fixme, r=alexcrichton | Steve Klabnik | -5/+0 |
| 2015-07-08 | Rollup merge of #26850 - steveklabnik:more_format_docs, r=alexcrichton | Steve Klabnik | -0/+43 |
| 2015-07-08 | Make mention of alternate flags in std::fmt traits | Steve Klabnik | -0/+43 |
| 2015-07-08 | Rollup merge of #26784 - birkenfeld:patch-2, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2015-07-08 | Rollup merge of #26687 - christianweinz:patch-1, r=huonw | Steve Klabnik | -1/+1 |
| 2015-07-08 | Remove a FIXME | Seo Sanghyeon | -5/+0 |
| 2015-07-08 | Use wrapping_div call and correct the feature name | Mathijs van de Nes | -2/+2 |
| 2015-07-08 | Implement Div for Wrapping<T> | Mathijs van de Nes | -0/+10 |
| 2015-07-08 | Improve PartialEq for slices | Björn Steinbrink | -4/+22 |
| 2015-07-08 | Report memory use in time-passes on Windows | Peter Atashian | -5/+40 |
| 2015-07-08 | librustdoc: generalise handling of keyboard shortcuts | Andreas Tolfsen | -44/+48 |
| 2015-07-08 | librustdoc: sharpen help dialogue edges | Andreas Tolfsen | -5/+4 |
| 2015-07-08 | Add E0191 error explanation | Guillaume Gomez | -1/+24 |
| 2015-07-08 | Fixed some occurrences of 'if' being spelled 'iff' | Esption | -25/+25 |
| 2015-07-08 | Auto merge of #26863 - brson:revert-stageversion, r=alexcrichton | bors | -14/+0 |
| 2015-07-08 | Change some free functions into methods in libsyntax/diagnostic.rs | P1start | -396/+392 |
| 2015-07-08 | Auto merge of #26859 - arielb1:const-deref-again, r=eddyb | bors | -18/+58 |
| 2015-07-07 | msvc: Get codegen-units working | Alex Crichton | -123/+60 |
| 2015-07-08 | reference: miscellaneous fixes | Tshepang Lekhonkhobe | -8/+8 |
| 2015-07-07 | Auto merge of #26861 - steveklabnik:rollup, r=steveklabnik | bors | -23/+144 |
| 2015-07-07 | Revert "rustc_driver: Print stage info in --version --verbose" | Brian Anderson | -16/+0 |
| 2015-07-07 | Revert "rustc_driver: Omit stage info for stage2+" | Brian Anderson | -3/+5 |
| 2015-07-07 | Auto merge of #26747 - huonw:stability-issue, r=alexcrichton | bors | -25/+92 |
| 2015-07-07 | mark user-defined derefs as non-constant | Ariel Ben-Yehuda | -1/+45 |
| 2015-07-07 | use is_method_call rather than directly accessing the method_map | Ariel Ben-Yehuda | -17/+13 |
| 2015-07-07 | Rollup merge of #26857 - GuillaumeGomez:patch-1, r=steveklabnik | Steve Klabnik | -0/+1 |
| 2015-07-07 | Add missing "```" | Guillaume Gomez | -0/+1 |
| 2015-07-07 | Rollup merge of #26855 - steveklabnik:gh26344, r=alexcrichton | Steve Klabnik | -5/+6 |
| 2015-07-07 | Rollup merge of #26854 - steveklabnik:gh26345, r=alexcrichton | Steve Klabnik | -1/+14 |
| 2015-07-07 | Rollup merge of #26853 - steveklabnik:gh26346, r=Gankro | Steve Klabnik | -14/+14 |
| 2015-07-07 | Re-word UB in unsafe guide | Steve Klabnik | -14/+14 |
| 2015-07-07 | Rollup merge of #26852 - steveklabnik:gh26375, r=alexcrichton | Steve Klabnik | -0/+29 |