| Age | Commit message (Expand) | Author | Lines |
| 2015-07-20 | mention void pointers | Alexis Beingessner | -3/+8 |
| 2015-07-20 | clean up vec chapter of tarpl | Alexis Beingessner | -177/+192 |
| 2015-07-20 | Auto merge of #27064 - alexcrichton:into-raw-os, r=brson | bors | -15/+195 |
| 2015-07-20 | flesh out void types | Alexis Beingessner | -2/+26 |
| 2015-07-20 | Add diagnostics for E0172, fix inline error message for E0139 | Alisdair Owens | -2/+28 |
| 2015-07-20 | Revert "Fix `missing_docs` lint for const and static." | Brian Anderson | -23/+0 |
| 2015-07-20 | Improve Debug impl for File on Windows | Peter Atashian | -9/+15 |
| 2015-07-20 | Document iterators in std::io | Steve Klabnik | -11/+28 |
| 2015-07-20 | Fix wording nit for E0253 | Alisdair Owens | -2/+1 |
| 2015-07-20 | impl Debug for Atomic types | arthurprs | -0/+21 |
| 2015-07-20 | add test for #10436 | Andrew Paseltiner | -0/+20 |
| 2015-07-20 | Register new snapshots | Alex Crichton | -31/+8 |
| 2015-07-20 | Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelix | bors | -90/+92 |
| 2015-07-20 | syntax: Suppress panic message on `fatal` | Alex Crichton | -0/+5 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -15/+195 |
| 2015-07-20 | s/has gained/has not gained/g | Paolo Falabella | -4/+4 |
| 2015-07-20 | Auto merge of #27025 - dotdash:issue-26484, r=pnkfelix | bors | -28/+84 |
| 2015-07-20 | Create proper debuginfo for closure variables | Björn Steinbrink | -3/+29 |
| 2015-07-20 | Auto merge of #26887 - andreastt:blur_help_dialogue, r=steveklabnik | bors | -41/+62 |
| 2015-07-20 | add test for #19404 | Andrew Paseltiner | -0/+47 |
| 2015-07-20 | add test for #14229 | Andrew Paseltiner | -0/+30 |
| 2015-07-20 | librustdoc: blur page when help dialogue is present | Andreas Tolfsen | -41/+62 |
| 2015-07-20 | Auto merge of #27118 - apasel422:issue-20825, r=alexcrichton | bors | -0/+39 |
| 2015-07-20 | Convert negate_unsigned feature gate to a warning | Simonas Kazlauskas | -11/+13 |
| 2015-07-20 | Add a test for #26468 | Björn Steinbrink | -0/+38 |
| 2015-07-20 | Auto merge of #27044 - nrc:graphviz-style, r=@pnkfelix | bors | -32/+157 |
| 2015-07-20 | fixes #27124 for openbsd | Sébastien Marie | -1/+1 |
| 2015-07-20 | Auto merge of #27038 - ktossell:narrow_doc_ip_ranges, r=alexcrichton | bors | -4/+8 |
| 2015-07-19 | some conversions cleanup | Alexis Beingessner | -23/+39 |
| 2015-07-19 | fixup and cool example for checked-uninit | Alexis Beingessner | -1/+24 |
| 2015-07-20 | graphviz: support style attributes | Nick Cameron | -32/+157 |
| 2015-07-20 | Auto merge of #27132 - apasel422:issue-23491, r=arielb1 | bors | -0/+17 |
| 2015-07-19 | Add test of impl formatting | William Throwe | -0/+23 |
| 2015-07-20 | Auto merge of #27120 - apasel422:associated-item-error, r=arielb1 | bors | -9/+34 |
| 2015-07-20 | Auto merge of #27065 - marcusklaas:loop-label, r=nrc | bors | -19/+49 |
| 2015-07-19 | Auto merge of #27133 - apasel422:issue-15919, r=rollup | bors | -0/+21 |
| 2015-07-20 | clean-up find_bound_for_assoc_item | Ariel Ben-Yehuda | -18/+12 |
| 2015-07-20 | return erased regions from fulfill_obligation | Ariel Ben-Yehuda | -4/+29 |
| 2015-07-20 | implement 'a:'static region bounds | Ariel Ben-Yehuda | -8/+77 |
| 2015-07-19 | add test for #15919 | Andrew Paseltiner | -0/+21 |
| 2015-07-19 | add test for #23491 | Andrew Paseltiner | -0/+17 |
| 2015-07-19 | add test for #20162 | Andrew Paseltiner | -0/+17 |
| 2015-07-19 | add separate errors for out-of-place associated consts and types | Andrew Paseltiner | -9/+34 |
| 2015-07-19 | Auto merge of #27110 - arthurprs:optintstr, r=Gankro | bors | -15/+120 |
| 2015-07-19 | Auto merge of #27100 - tshepang:better-names, r=Gankro | bors | -38/+38 |
| 2015-07-19 | Auto merge of #27111 - AlisdairO:diagnostics253, r=Manishearth | bors | -1/+17 |
| 2015-07-19 | optimize from_str_radix | arthurprs | -13/+34 |
| 2015-07-19 | Auto merge of #27101 - steveklabnik:doc_no_mutability_root, r=Gankro | bors | -7/+7 |
| 2015-07-19 | Auto merge of #27099 - AlisdairO:diagnostics3, r=Manishearth | bors | -1/+60 |
| 2015-07-19 | replace word function with method | Alisdair Owens | -1/+1 |