| Age | Commit message (Expand) | Author | Lines |
| 2016-03-01 | Use raw pointer casts for slice, str's .as_ptr() | Ulrik Sverdrup | -5/+5 |
| 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 | Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton | bors | -200/+282 |
| 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 | Auto merge of #31882 - Manishearth:rollup, r=Manishearth | bors | -192/+441 |
| 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 | Rollup merge of #31800 - alexcrichton:armv6-plz, r=brson | Manish Goregaokar | -4/+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 | 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 | -29/+62 |
| 2016-02-24 | Generalize from passing around a single path to the test file to passing | Niko Matsakis | -171/+208 |
| 2016-02-24 | Auto merge of #31873 - Manishearth:rollup, r=Manishearth | bors | -62/+138 |
| 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 |
| 2016-02-25 | Rollup merge of #31850 - GuillaumeGomez:vec-doc, r=steveklabnik | Manish Goregaokar | -0/+43 |
| 2016-02-25 | Rollup merge of #31843 - Wafflespeanut:bool_docs, r=steveklabnik | Manish Goregaokar | -1/+44 |
| 2016-02-25 | Rollup merge of #31842 - dileepbapat:master, r=alexcrichton | Manish Goregaokar | -42/+28 |
| 2016-02-25 | Rollup merge of #31839 - mitaa:rdoc-idx-self, r=alexcrichton | Manish Goregaokar | -6/+7 |
| 2016-02-25 | Rollup merge of #31784 - urschrei:chunks_doc, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-02-25 | Rollup merge of #31677 - ivan:doc-vtable, r=steveklabnik | Manish Goregaokar | -2/+3 |
| 2016-02-24 | Add more explanation on vec type | Guillaume Gomez | -0/+43 |
| 2016-02-24 | book: Explain better why the filter closure gets a reference | Ivan Kozik | -4/+6 |
| 2016-02-24 | rustc: Refactor how unstable flags are handled | Alex Crichton | -116/+215 |
| 2016-02-24 | Capitalize some occurences of Rust in documentation | Florian Hahn | -3/+3 |
| 2016-02-24 | Fix source-links for files with absolute-paths | mitaa | -8/+33 |
| 2016-02-24 | Allow creation of src-links for device files | mitaa | -1/+3 |
| 2016-02-24 | reference: clarify use declaration location | Aleksey Kladov | -2/+2 |
| 2016-02-24 | Auto merge of #31832 - mmatyas:update_libc_16f1c19, r=alexcrichton | bors | -0/+0 |
| 2016-02-24 | Improve unused import detection | Jeffrey Seyfried | -4/+13 |
| 2016-02-24 | Uncapitalize note messages | Jeffrey Seyfried | -2/+2 |
| 2016-02-24 | Auto merge of #31828 - frewsxcv:sepseq-associated-function, r=alexcrichton | bors | -34/+36 |
| 2016-02-24 | Use a character that requires two `u16`s in the examples for `char.encode_utf... | tormol | -6/+6 |
| 2016-02-24 | Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichton | bors | -210/+38 |
| 2016-02-24 | Resolve: include normal modules in the ribs | Jeffrey Seyfried | -15/+43 |
| 2016-02-24 | Auto merge of #31778 - aturon:snapshot, r=alexcrichton | bors | -81/+39 |
| 2016-02-24 | Auto merge of #31855 - alexcrichton:fix-tidy, r=nikomatsakis | bors | -2/+5 |
| 2016-02-23 | mk: Tweak tidy script to work on Windows python | Alex Crichton | -2/+5 |
| 2016-02-24 | Warn instead of error when using an inaccessable extern crate | Jeffrey Seyfried | -5/+43 |