| Age | Commit message (Expand) | Author | Lines |
| 2016-02-27 | remove range lang items | Alex Burka | -10/+6 |
| 2016-02-27 | fallout from removing hir::ExprRange | Alex Burka | -217/+3 |
| 2016-02-27 | HIR: add inclusive ranges, desugar all ranges (remove ExprRange) | Alex Burka | -5/+89 |
| 2016-02-27 | libsyntax: parse inclusive ranges | Alex Burka | -50/+81 |
| 2016-02-27 | core: add inclusive ranges to core::ops | Alex Burka | -91/+167 |
| 2016-02-27 | Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichton | bors | -18/+23 |
| 2016-02-26 | Auto merge of #31876 - ollie27:win_fill_bytes, r=brson | bors | -7/+11 |
| 2016-02-26 | Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichton | bors | -11/+52 |
| 2016-02-26 | Auto merge of #31858 - alexcrichton:fix-networking-cast, r=brson | bors | -5/+10 |
| 2016-02-26 | Don't inline impls from `doc(hidden)` modules | mitaa | -11/+52 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -18/+23 |
| 2016-02-26 | fixup #31878 | Manish Goregaokar | -1/+1 |
| 2016-02-26 | Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichton | Manish Goregaokar | -1/+62 |
| 2016-02-26 | Rollup merge of #31901 - bluss:suggest-use, r=sanxiyn | Manish Goregaokar | -9/+9 |
| 2016-02-26 | Rollup merge of #31896 - tshepang:idiom, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-02-26 | Rollup merge of #31894 - tshepang:more-clear, r=steveklabnik | Manish Goregaokar | -2/+1 |
| 2016-02-26 | Rollup merge of #31893 - tshepang:comma, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-02-26 | Rollup merge of #31883 - birkenfeld:doc-null-escape, r=bluss | Manish Goregaokar | -0/+4 |
| 2016-02-26 | Rollup merge of #31878 - frewsxcv:path-cleanup, r=alexcrichton | Manish Goregaokar | -6/+3 |
| 2016-02-26 | Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichton | bors | -1/+63 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -1/+63 |
| 2016-02-26 | Auto merge of #31857 - jseyfried:fix_scoping, r=nikomatsakis | bors | -19/+56 |
| 2016-02-26 | Make sure formatter errors are emitted by the default Write::write_fmt | Ulrik Sverdrup | -1/+62 |
| 2016-02-26 | Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton | bors | -185/+266 |
| 2016-02-26 | suggest: Put the `use` in suggested code inside the quotes | Ulrik Sverdrup | -9/+9 |
| 2016-02-25 | doc: follow the idiom of adding a trailing comma | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-25 | doc: that explanation was a mess | Tshepang Lekhonkhobe | -2/+1 |
| 2016-02-25 | doc: add missing comma | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-25 | Auto merge of #30856 - mneumann:thread_local_extern, r=alexcrichton | bors | -2/+55 |
| 2016-02-25 | add comment and stop creating directories in runtest | Niko Matsakis | -1/+2 |
| 2016-02-25 | create the required directories while gathering tests rather than during | Niko Matsakis | -0/+9 |
| 2016-02-25 | Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichton | Manish Goregaokar | -4/+34 |
| 2016-02-25 | Rollup merge of #31835 - mitaa:rdoc-global-src, r=alexcrichton | Manish Goregaokar | -9/+36 |
| 2016-02-25 | Rollup merge of #31831 - tormol:master, r=alexcrichton | Manish Goregaokar | -6/+6 |
| 2016-02-25 | Rollup merge of #31827 - teoryn:patch-1, r=brson | Manish Goregaokar | -1/+1 |
| 2016-02-25 | Rollup merge of #31818 - GuillaumeGomez:error_display, r=brson | Manish Goregaokar | -2/+27 |
| 2016-02-25 | translate backslashes to forward slashes in the expected strings | Niko Matsakis | -1/+3 |
| 2016-02-25 | Document the null-char/null-byte escape in the reference | Georg Brandl | -0/+4 |
| 2016-02-25 | Rollup merge of #31793 - alexcrichton:add-real-option-gating, r=nikomatsakis | Manish Goregaokar | -116/+215 |
| 2016-02-25 | Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakis | Manish Goregaokar | -72/+140 |
| 2016-02-24 | Prefer 'match' pattern guard over conditional within body. | Corey Farwell | -5/+2 |
| 2016-02-24 | Prefer `slice::get` over length check with indexing. | Corey Farwell | -1/+1 |
| 2016-02-25 | rand: Fix filling buffers 4 GiB or larger with OsRng::fill_bytes on Windows | Oliver Middleton | -7/+11 |
| 2016-02-24 | Move the borrowck run-pass/compile-fail tests into their own directories | Niko Matsakis | -0/+0 |
| 2016-02-24 | Add compiletest-ignore-dir to existing subdirectories. | Niko Matsakis | -0/+0 |
| 2016-02-24 | Recurse to find test files in any subdirectory of the base path. If a | Niko Matsakis | -14/+46 |
| 2016-02-24 | Generalize from passing around a single path to the test file to passing | Niko Matsakis | -171/+208 |
| 2016-02-25 | Rollup merge of #31870 - ivan:filter-explain, r=steveklabnik | Manish Goregaokar | -4/+6 |
| 2016-02-25 | Rollup merge of #31868 - fhahn:capitalize-Rust, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2016-02-25 | Rollup merge of #31863 - matklad:clarify-reference, r=steveklabnik | Manish Goregaokar | -2/+2 |