| Age | Commit message (Expand) | Author | Lines |
| 2018-01-03 | Remove `T: Ord` bound from `BTreeSet::{is_empty, len}` | Stjepan Glavina | -72/+68 |
| 2018-01-03 | Auto merge of #46913 - Eh2406:master, r=eddyb | bors | -8/+17 |
| 2018-01-03 | Auto merge of #47151 - kennytm:rollup, r=kennytm | bors | -39/+87 |
| 2018-01-03 | Rollup merge of #47145 - frewsxcv:frewsxcv-linewriter-error, r=QuietMisdreavus | kennytm | -0/+11 |
| 2018-01-03 | Rollup merge of #47134 - Sogomn:master, r=QuietMisdreavus | kennytm | -0/+6 |
| 2018-01-03 | Rollup merge of #47125 - daboross:patch-3, r=estebank | kennytm | -0/+8 |
| 2018-01-03 | Rollup merge of #47121 - frewsxcv:frewsxcv-vec, r=kennytm | kennytm | -1/+1 |
| 2018-01-03 | Rollup merge of #47118 - hdhoang:patch-2, r=BurntSushi | kennytm | -2/+2 |
| 2018-01-03 | Rollup merge of #47117 - tinaun:no_more_dups, r=frewsxcv | kennytm | -9/+6 |
| 2018-01-03 | Rollup merge of #47113 - sdroege:chunks-size-field, r=dtolnay | kennytm | -22/+22 |
| 2018-01-03 | Rollup merge of #47107 - mark-i-m:patch-1, r=steveklabnik | kennytm | -1/+1 |
| 2018-01-03 | Rollup merge of #47104 - matthewjasper:dont-panic-on-generic-drop, r=estebank | kennytm | -4/+30 |
| 2018-01-03 | Auto merge of #47088 - clarcharr:cleanup_unicode_py, r=alexcrichton | bors | -225/+143 |
| 2018-01-02 | Move static code outside of unciode.py. | Clar Charr | -225/+143 |
| 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 | Document when LineWriter flushes; document errors for into_inner. | Corey Farwell | -0/+11 |
| 2018-01-02 | Indentation fix | Johannes Boczek | -2/+2 |
| 2018-01-02 | Defocus search bar in rustdoc pages | Johannes Boczek | -0/+6 |
| 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 | Mention SliceConcatExt's stability in its docs | David Ross | -0/+8 |
| 2018-01-02 | Auto merge of #47111 - rkruppe:repr-transparent, r=estebank | bors | -44/+130 |
| 2018-01-02 | Use assert!(chunk_size != 0) instead of > 0 for usize value | Sebastian Dröge | -1/+1 |
| 2018-01-02 | Consistently use chunk_size as the field name for Chunks and ChunksMut | Sebastian Dröge | -21/+21 |
| 2018-01-01 | Fix panic condition docs for Vec::insert. | Corey Farwell | -1/+1 |
| 2018-01-01 | prevent generating duplicate stubs | tinaun | -6/+4 |
| 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 | Fix typo | Who? Me?! | -1/+1 |
| 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 | Delay panic from incoherent drop implementation | matthewjasper | -4/+30 |
| 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 | memchr: fix variable name in docstrings | Hoàng Đức Hiếu | -2/+2 |
| 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 |