| Age | Commit message (Expand) | Author | Lines |
| 2018-01-01 | Update crates and submodules to pull doc fixes | Malo Jaffré | -85/+85 |
| 2018-01-01 | Remove a test blocking the update of the `log` crate | Malo Jaffré | -39/+0 |
| 2018-01-01 | Auto merge of #47095 - leodasvacas:clarify-is-import, r=jseyfried | bors | -0/+1 |
| 2018-01-01 | Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried | bors | -21/+231 |
| 2018-01-01 | Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank | bors | -48/+34 |
| 2018-01-01 | Auto merge of #47052 - fschutt:master, r=estebank | bors | -7/+32 |
| 2017-12-31 | Auto merge of #47089 - EdSchouten:cloudabi-is-not-unix, r=kennytm | bors | -1/+1 |
| 2017-12-31 | Update cargo | Felix Schütt | -2/+12 |
| 2017-12-31 | Removed unnecessary output of linker options when linker is not installed | Felix Schütt | -5/+20 |
| 2017-12-31 | Clarify where `is_import` is used. | leonardo.yvens | -0/+1 |
| 2017-12-31 | Auto merge of #47072 - EdSchouten:cloudabi-jemalloc, r=kennytm | bors | -3/+3 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -233/+265 |
| 2017-12-31 | Use memchr for [i8]::contains as well | Manish Goregaokar | -0/+8 |
| 2017-12-31 | Auto merge of #47084 - zackmdavis:and_the_case_of_the_bloated_tuple_struct_in... | bors | -3/+48 |
| 2017-12-31 | Auto merge of #47004 - nvzqz:rc-conversions, r=bluss,kennytm | bors | -2/+4 |
| 2017-12-31 | Don't announce CloudABI as being UNIX. | Ed Schouten | -1/+1 |
| 2017-12-31 | Auto merge of #47079 - varkor:contrib-11, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-12-30 | in which leading zeroes on tuple-struct accesses are abjured | Zack M. Davis | -3/+48 |
| 2017-12-31 | Auto merge of #47044 - topecongiro:fixed-ices, r=estebank | bors | -0/+153 |
| 2017-12-30 | refactor lifetime out of is_lifetime | Matt Peterson | -19/+20 |
| 2017-12-31 | Auto merge of #47080 - varkor:contrib-12, r=rkruppe | bors | -4/+4 |
| 2017-12-30 | Optimise min/max | varkor | -4/+4 |
| 2017-12-30 | Fix doc typo for is_ascii_graphic | varkor | -1/+1 |
| 2017-12-30 | Auto merge of #47063 - kennytm:gate-tools-on-update, r=alexcrichton | bors | -1/+23 |
| 2017-12-30 | update books for next release | steveklabnik | -0/+0 |
| 2017-12-30 | Add tests on fixed ICEs | Seiichi Uchida | -0/+153 |
| 2017-12-30 | Requires tools to test-pass if the corresponding submodule is updated. | kennytm | -1/+23 |
| 2017-12-30 | Add CloudABI to the list of systems on which we stub out alloc_jemalloc. | Ed Schouten | -3/+3 |
| 2017-12-30 | Add a tidy check to ensure all files have 1 or 2 trailing newlines. | kennytm | -0/+11 |
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -25/+0 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -23/+23 |
| 2017-12-29 | Auto merge of #47026 - EdSchouten:cloudabi-unwind, r=kennytm | bors | -1/+10 |
| 2017-12-29 | Auto merge of #47051 - Xanewok:update-rls, r=kennytm | bors | -76/+23 |
| 2017-12-29 | Update rustfmt to 0.3.4 | Igor Matuszewski | -57/+6 |
| 2017-12-29 | Add proper library dependencies for libstd on CloudABI. | Ed Schouten | -1/+8 |
| 2017-12-29 | Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomez | bors | -2/+18 |
| 2017-12-29 | Auto merge of #47050 - ollie27:rustdoc_import_links, r=QuietMisdreavus | bors | -24/+36 |
| 2017-12-28 | Auto merge of #47047 - EdSchouten:rt-unused-import, r=estebank | bors | -2/+0 |
| 2017-12-28 | Auto merge of #47036 - QuietMisdreavus:i-like-big-chars, r=frewsxcv | bors | -2/+6 |
| 2017-12-28 | Update RLS | Igor Matuszewski | -19/+17 |
| 2017-12-28 | rustdoc: Don't try to generate links for modules in import paths | Oliver Middleton | -24/+36 |
| 2017-12-28 | Cleanup | Matt Peterson | -5/+5 |
| 2017-12-28 | Add an entry in the unstable book | Matt Peterson | -0/+14 |
| 2017-12-28 | Add feature gate macro_lifetime_matcher | Matt Peterson | -2/+56 |
| 2017-12-28 | Cleanup | Matt Peterson | -4/+3 |
| 2017-12-28 | Fix tests | Matt Peterson | -9/+27 |
| 2017-12-28 | Fix build and add a macro lifetime labels test | Matt Peterson | -2/+44 |
| 2017-12-28 | replace parse_lifetime with expect_lifetime | Michael Hewson | -2/+2 |
| 2017-12-28 | Resurrecting #33135 | Michael Hewson | -7/+89 |
| 2017-12-28 | Auto merge of #47021 - shssoichiro:46576-Incorrect-Span-Imports, r=estebank | bors | -3/+48 |