| Age | Commit message (Expand) | Author | Lines |
| 2016-02-04 | Implement ToSocketAddrs for &[SocketAddr] | Steven Fackler | -0/+11 |
| 2016-02-04 | Add File::try_clone | Steven Fackler | -39/+87 |
| 2016-02-04 | Auto merge of #31378 - nagisa:target-man, r=alexcrichton | bors | -5/+1 |
| 2016-02-04 | Fix unclear make_mut docs | Richard Bradfield | -3/+3 |
| 2016-02-04 | Auto merge of #31326 - sdleffler:master, r=nikomatsakis | bors | -2/+71 |
| 2016-02-04 | test #[derive(FromPrimitive)] triggers custom-derive error | Alex Burka | -23/+4 |
| 2016-02-04 | Auto merge of #30962 - Amanieu:non_volatile_atomic, r=alexcrichton | bors | -2/+0 |
| 2016-02-03 | remove dead #[derive(FromPrimitive)] code | Alex Burka | -145/+0 |
| 2016-02-04 | Auto merge of #30796 - GuillaumeGomez:impl_box_error, r=alexcrichton | bors | -0/+11 |
| 2016-02-03 | Remove unneeded borrows and slices | Jeffrey Seyfried | -15/+15 |
| 2016-02-03 | Remove unneeded use of Cell | Jeffrey Seyfried | -6/+6 |
| 2016-02-03 | Refactor away resolve_item_by_name_in_lexical_scope | Jeffrey Seyfried | -45/+10 |
| 2016-02-03 | Refactor resolve_import_for_module | Jeffrey Seyfried | -77/+32 |
| 2016-02-03 | Refactor away resolve_module_in_lexical_scope | Jeffrey Seyfried | -34/+11 |
| 2016-02-03 | Refactor block_needs_anonymous_module | Jeffrey Seyfried | -19/+7 |
| 2016-02-03 | Refactor more functionality into record_import_use | Jeffrey Seyfried | -30/+15 |
| 2016-02-03 | Refactor resolve_item_in_lexical_scope | Jeffrey Seyfried | -56/+18 |
| 2016-02-03 | Improve detection of unused imports | Jeffrey Seyfried | -18/+24 |
| 2016-02-04 | Avoid quadratic growth of functions due to cleanups | Björn Steinbrink | -13/+71 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -38/+376 |
| 2016-02-03 | Remove redundant semicolon from "block_expr" in grammar reference | Matt Brubeck | -1/+1 |
| 2016-02-03 | Add tests for `Cow::from` for strings, vectors and slices | Tobias Bucher | -0/+22 |
| 2016-02-03 | Add `Cow::from` for `Vec` and slices | Tobias Bucher | -0/+14 |
| 2016-02-03 | Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichton | bors | -57/+228 |
| 2016-02-03 | Reformat comments | Paul Dicker | -12/+13 |
| 2016-02-03 | Adress comments | Paul Dicker | -29/+63 |
| 2016-02-03 | Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichton | bors | -52/+163 |
| 2016-02-03 | Fix rendering of single-char-span | mitaa | -10/+10 |
| 2016-02-03 | std: Properly handle interior NULs in std::process | Kamal Marhubi | -52/+163 |
| 2016-02-03 | Auto merge of #31371 - apasel422:docs, r=alexcrichton | bors | -1/+1 |
| 2016-02-03 | Fix broken auto-mac-ios-opt build | Nikita Baksalyar | -27/+23 |
| 2016-02-03 | Auto merge of #31385 - oli-obk:doc/mir, r=nagisa | bors | -86/+92 |
| 2016-02-03 | upgrade comments on MIR structures and functions to doc comments | Oliver Schneider | -86/+92 |
| 2016-02-03 | Auto merge of #31375 - nagisa:path-docs, r=alexcrichton | bors | -29/+51 |
| 2016-02-03 | Improve wording of --target help | Simonas Kazlauskas | -5/+1 |
| 2016-02-03 | Auto merge of #31338 - dirk:dirk/add-name-bindings-for-bad-imports, r=nrc | bors | -20/+71 |
| 2016-02-03 | Changed macro spans in CSVs to point to the macro name, bugfixed nested spans | Daniel Campbell | -8/+51 |
| 2016-02-02 | trying again at fixing stackp initialization | Dave Huseby | -3/+18 |
| 2016-02-02 | simplifying get_stack | Dave Huseby | -24/+3 |
| 2016-02-02 | refactoring get_stack to be cleaner | Dave Huseby | -27/+20 |
| 2016-02-02 | unifying name_bytes now that the two blocks are the same | Dave Huseby | -8/+2 |
| 2016-02-02 | Fixes #31229 | Dave Huseby | -18/+37 |
| 2016-02-02 | Spelling fix in `middle::def::Def` | Dirk Gadsden | -1/+1 |
| 2016-02-02 | Add fake import resolutions & targets for names in bad imports | Dirk Gadsden | -19/+70 |
| 2016-02-03 | Auto merge of #31319 - alexcrichton:msvc-backtraces, r=michaelwoerister | bors | -27/+26 |
| 2016-02-03 | Auto merge of #31370 - Manishearth:rollup, r=Manishearth | bors | -18/+210 |
| 2016-02-02 | Add issue number to guard map methods. | Jonathan Reem | -49/+78 |
| 2016-02-03 | Improve docs for Path::methods | Simonas Kazlauskas | -29/+51 |
| 2016-02-02 | Correct `linked_list::IntoIter` doc comment | Andrew Paseltiner | -1/+1 |
| 2016-02-03 | Rollup merge of #31366 - paulsmith:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |