| Age | Commit message (Expand) | Author | Lines |
| 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 | Nits and cleanups | Simonas Kazlauskas | -43/+35 |
| 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-26 | documentation fix | Katze | -1/+1 |
| 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-25 | Use `box` syntax in `vec!` macro | Andrew Paseltiner | -28/+27 |
| 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 | Add tests | Jeffrey Seyfried | -0/+47 |
| 2016-02-26 | Fix breakage in rustc_metadata | Jeffrey Seyfried | -2/+2 |
| 2016-02-26 | Fix fallout in tests | Jeffrey Seyfried | -68/+46 |
| 2016-02-26 | Privacy check paths in resolve and typeck | Jeffrey Seyfried | -13/+98 |
| 2016-02-26 | Refactor Module's field extern_crate_did: Option<DefId> to extern_crate_id: O... | Jeffrey Seyfried | -12/+10 |
| 2016-02-26 | Remove `LastPrivate` | Jeffrey Seyfried | -372/+43 |
| 2016-02-26 | Lay the groundwork for privacy checking in typeck | Jeffrey Seyfried | -50/+72 |
| 2016-02-26 | suggest: Put the `use` in suggested code inside the quotes | Ulrik Sverdrup | -9/+9 |
| 2016-02-25 | fix drop of fat ptrs | Niko Matsakis | -2/+40 |
| 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 | Add f32 and f64 examples warning | Guillaume Gomez | -0/+6 |
| 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 |