| Age | Commit message (Expand) | Author | Lines |
| 2018-01-04 | Auto merge of #46916 - michaelwoerister:generate-dead-code-plz, r=alexcrichton | bors | -3/+38 |
| 2018-01-04 | Auto merge of #47147 - projektir:to_ptr_cast, r=eddyb | bors | -3/+26 |
| 2018-01-04 | Generate code for const- and inline-fns if -Clink-dead-code is specified. | Michael Woerister | -3/+38 |
| 2018-01-04 | Auto merge of #47124 - estebank:loan-paths, r=nikomatsakis | bors | -21/+104 |
| 2018-01-04 | Auto merge of #47132 - cramertj:impl-trait-camel-case, r=nikomatsakis | bors | -1/+23 |
| 2018-01-03 | Tweak to mir borrow in a loop diagnostic | Esteban Küber | -11/+12 |
| 2018-01-03 | Add mir test, review comments | Esteban Küber | -13/+39 |
| 2018-01-03 | Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakis | bors | -29/+262 |
| 2018-01-03 | Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytm | bors | -150/+253 |
| 2018-01-03 | Restore a FIXME that was removed by one of my previous changes. | Ed Schouten | -0/+1 |
| 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 | Force appropriate extension when converting from int to ptr #43291 | projektir | -3/+26 |
| 2018-01-02 | Move static code outside of unciode.py. | Clar Charr | -225/+143 |
| 2018-01-02 | Be ambiguous when type cannot be properly mentioned | Esteban Küber | -56/+72 |
| 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 | Limit style lint to non-synthetic generic params | Taylor Cramer | -1/+23 |
| 2018-01-02 | Correct for changes in line numbers in expected stderr output. | Ed Schouten | -100/+100 |
| 2018-01-02 | Auto merge of #47105 - matthewjasper:dont-panic-for-mut-in-static, r=estebank | bors | -8/+34 |
| 2018-01-02 | Provide a copy of stdout_isatty() on CloudABI. | Ed Schouten | -6/+3 |
| 2018-01-02 | Force the creation of libs instead of dylibs on CloudABI. | Ed Schouten | -2/+3 |
| 2018-01-02 | Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. | Ed Schouten | -43/+147 |
| 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 | Address review comments: make label shorter | Esteban Küber | -9/+16 |
| 2018-01-01 | Move reason for move to label | Esteban Küber | -53/+86 |
| 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 |