| Age | Commit message (Expand) | Author | Lines |
| 2017-10-30 | edit and fix bad spacing of inner-attribute-not-allowed note | Zack M. Davis | -7/+5 |
| 2017-10-30 | Auto merge of #45626 - wesleywiser:doc_update_1, r=Mark-Simulacrum | bors | -0/+3 |
| 2017-10-30 | Auto merge of #45603 - joshleeb:iss42106, r=estebank | bors | -9/+47 |
| 2017-10-29 | Add link to stablized version of an intrinsic | Wesley Wiser | -0/+3 |
| 2017-10-30 | Auto merge of #45618 - kennytm:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2017-10-30 | Move issue-42106 test from compile-fail to ui | Josh Leeb-du Toit | -1/+13 |
| 2017-10-29 | Auto merge of #45424 - petrochenkov:grlint, r=oli-obk | bors | -55/+53 |
| 2017-10-30 | Refactor if block to use idiomatic matches | Josh Leeb-du Toit | -14/+10 |
| 2017-10-29 | Auto merge of #45597 - DSpeckhals:rustfmt-update, r=nrc | bors | -11/+22 |
| 2017-10-30 | Refactor matches to use Result::err | Josh Leeb-du Toit | -11/+4 |
| 2017-10-29 | Update rustfmt again | Dustin Speckhals | -7/+21 |
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -55/+53 |
| 2017-10-29 | Auto merge of #45616 - fhartwig:ptr-docs, r=dtolnay | bors | -9/+9 |
| 2017-10-30 | Update cargo. | kennytm | -0/+0 |
| 2017-10-29 | Merge branch 'master' into rustfmt-update | Dustin Speckhals | -212/+981 |
| 2017-10-29 | Auto merge of #45611 - Manishearth:lint-generics, r=petrochenkov | bors | -10/+40 |
| 2017-10-29 | Fix references to zero_memory and copy_memory in ptr docs | Florian Hartwig | -9/+9 |
| 2017-10-29 | Update clippy | Manish Goregaokar | -9/+13 |
| 2017-10-29 | Auto merge of #45295 - Technius:docs/process, r=steveklabnik | bors | -11/+72 |
| 2017-10-28 | Add no_run to process examples involving unix commands | Bryan Tan | -2/+2 |
| 2017-10-29 | Auto merge of #45554 - integer32llc:update-book, r=steveklabnik | bors | -0/+0 |
| 2017-10-29 | Add test for fix duplicate display of E0502 | Josh Leeb-du Toit | -0/+16 |
| 2017-10-29 | Fix duplicate display of error E0502 | Josh Leeb-du Toit | -9/+30 |
| 2017-10-28 | Update the book for a fix to the print button | Carol (Nichols || Goulding) | -0/+0 |
| 2017-10-28 | Auto merge of #45580 - kennytm:sdkmanager, r=alexcrichton | bors | -52/+97 |
| 2017-10-29 | ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager. | kennytm | -52/+97 |
| 2017-10-28 | Add generics field to LateContext | Manish Goregaokar | -1/+27 |
| 2017-10-28 | Auto merge of #45540 - virgil-palanciuc:master, r=estebank | bors | -7/+36 |
| 2017-10-28 | fixed tidy error | Virgil Palanciuc | -2/+2 |
| 2017-10-28 | Update rustfmt | Dustin Speckhals | -12/+9 |
| 2017-10-28 | implemented code review | Virgil Palanciuc | -18/+24 |
| 2017-10-28 | Auto merge of #45489 - oli-obk:json_diagnostics, r=petrochenkov | bors | -28/+44 |
| 2017-10-28 | Auto merge of #44295 - plietar:extern-types, r=arielb1 | bors | -114/+732 |
| 2017-10-28 | Auto merge of #45589 - kennytm:rollup, r=kennytm | bors | -42/+54 |
| 2017-10-28 | Rollup merge of #45585 - frewsxcv:frewsxcv-diagnostic, r=kennytm | kennytm | -10/+0 |
| 2017-10-28 | Rollup merge of #45574 - nzig:on_unimplemented_example, r=steveklabnik | kennytm | -4/+4 |
| 2017-10-28 | Rollup merge of #45549 - steveklabnik:remove-just, r=QuietMisdreavus | kennytm | -1/+1 |
| 2017-10-28 | Rollup merge of #45535 - topecongiro:bootstrap-exit-code, r=kennytm | kennytm | -2/+5 |
| 2017-10-28 | Rollup merge of #45505 - spk:use-expect-instead-unwrap, r=kennytm | kennytm | -1/+6 |
| 2017-10-28 | Rollup merge of #45449 - frewsxcv:frewsxcv-udp-nonblocking, r=sfackler | kennytm | -4/+33 |
| 2017-10-28 | Rollup merge of #45421 - QuietMisdreavus:update-pulldown, r=steveklabnik | kennytm | -20/+5 |
| 2017-10-28 | Auto merge of #45566 - cuviper:option-checking, r=alexcrichton | bors | -4/+14 |
| 2017-10-28 | Auto merge of #45503 - thombles:tk/i44339-v5, r=petrochenkov | bors | -4/+55 |
| 2017-10-27 | Remove 'future Rust version' code block in diagnostic text. | Corey Farwell | -10/+0 |
| 2017-10-27 | Move type_has_metadata to trans_utils | Paul Liétar | -15/+17 |
| 2017-10-27 | fix rebase | Paul Liétar | -0/+1 |
| 2017-10-27 | Undo changes to core::ptr | Paul Liétar | -9/+7 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -120/+737 |
| 2017-10-27 | Auto merge of #45285 - alexcrichton:update-bootstrap, r=Mark-Simulacrum | bors | -284/+284 |
| 2017-10-27 | Fix tidy error line longer than 100 chars | Laurent Arnoud | -1/+3 |