| Age | Commit message (Expand) | Author | Lines |
| 2018-01-04 | Simplify LLVMRustModuleCost() | Björn Steinbrink | -7/+2 |
| 2018-01-04 | Remove unused function LLVMRustGetValueContext() | Björn Steinbrink | -7/+0 |
| 2018-01-04 | Remove outdated LLVMRustBuildLandingPad() wrapper | Björn Steinbrink | -20/+11 |
| 2018-01-03 | Only bump error count when we are sure that the diagnostic is not a repetition. | Rafael Fernández López | -20/+14 |
| 2018-01-02 | Auto merge of #47105 - matthewjasper:dont-panic-for-mut-in-static, r=estebank | bors | -8/+34 |
| 2018-01-02 | Auto merge of #47042 - redox-os:redox, r=estebank | bors | -7/+34 |
| 2018-01-02 | Auto merge of #47111 - rkruppe:repr-transparent, r=estebank | bors | -44/+130 |
| 2018-01-02 | Auto merge of #47106 - EdSchouten:compiletest-cloudabi, r=alexcrichton | bors | -12/+12 |
| 2018-01-01 | Check all repr hints together when checking for mis-applied attributes | Robin Kruppe | -44/+130 |
| 2018-01-01 | Auto merge of #46735 - Manishearth:memchr-find, r=burntsushi | bors | -84/+519 |
| 2018-01-01 | Move the TestPaths structure from libtest to compiletest. | Ed Schouten | -12/+11 |
| 2018-01-01 | Add CloudABI to the list of supported targets in compiletest. | Ed Schouten | -0/+1 |
| 2018-01-01 | Delay panic for aliasing violation for static items. | matthewjasper | -8/+34 |
| 2018-01-01 | Auto merge of #46278 - MaloJaffre:ci-compiler-docs, r=kennytm | bors | -233/+254 |
| 2018-01-01 | handle overflow/underflow in index offsets | Manish Goregaokar | -10/+15 |
| 2018-01-01 | Enable compiler docs testing in x86_64-gnu | Malo Jaffré | -1/+5 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -94/+128 |
| 2018-01-01 | Ignore remaining broken links caused by rustdoc bugs | Malo Jaffré | -2/+20 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -12/+16 |
| 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 #47098 - estebank:immutable-field, r=nagisa | bors | -64/+85 |
| 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 | Reword trying to operate in immutable fields | Esteban Küber | -64/+85 |
| 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 |