| Age | Commit message (Expand) | Author | Lines |
| 2017-11-28 | incr.comp.: Make MIR encoding fit for incr.comp. caching. | Michael Woerister | -27/+81 |
| 2017-11-28 | Auto merge of #46123 - Gankro:c-repr, r=eddyb | bors | -24/+454 |
| 2017-11-28 | Fix and improve test for enum repr sizes | Alexis Beingessner | -3/+49 |
| 2017-11-28 | Auto merge of #46142 - eddyb:even-mirer-2, r=nikomatsakis | bors | -445/+438 |
| 2017-11-28 | tests: update to include move annotations in MIR. | Eduard-Mihai Burtescu | -128/+128 |
| 2017-11-28 | rustc_mir: require that Copy(L) satisfies typeof L: Copy. | Eduard-Mihai Burtescu | -6/+23 |
| 2017-11-28 | MIR: split Operand::Consume into Copy and Move. | Eduard-Mihai Burtescu | -238/+251 |
| 2017-11-28 | rustc_mir: enforce that arguments are replaced with Local's only. | Eduard-Mihai Burtescu | -41/+14 |
| 2017-11-28 | rustc_mir: move storage_dead_or_drop_error_reported logic to access_lvalue. | Eduard-Mihai Burtescu | -46/+36 |
| 2017-11-28 | Auto merge of #46102 - kennytm:45861-step-1, r=alexcrichton | bors | -5/+14 |
| 2017-11-27 | Auto merge of #46312 - kennytm:rollup, r=kennytm | bors | -61/+628 |
| 2017-11-28 | Rollup merge of #46285 - SimonSapin:twos-complement, r=GuillaumeGomez | kennytm | -0/+20 |
| 2017-11-28 | Rollup merge of #46282 - estebank:impl-trait-cicle-span, r=arielb1 | kennytm | -5/+58 |
| 2017-11-28 | Rollup merge of #46275 - dtolnay:compiletest-libc, r=Mark-Simulacrum | kennytm | -0/+2 |
| 2017-11-28 | Rollup merge of #46262 - udoprog:linked-list-remove-if, r=dtolnay | kennytm | -0/+327 |
| 2017-11-28 | Rollup merge of #46258 - colinmarsh19:master, r=estebank | kennytm | -1/+29 |
| 2017-11-28 | Rollup merge of #46249 - estebank:suggest-slice, r=arielb1 | kennytm | -0/+99 |
| 2017-11-28 | Rollup merge of #46240 - SimonSapin:from_str_radix-docs, r=estebank | kennytm | -0/+18 |
| 2017-11-28 | Rollup merge of #46231 - ritiek:verbs, r=arielb1 | kennytm | -11/+46 |
| 2017-11-28 | Rollup merge of #46174 - stjepang:stabilize-spinloophint, r=sfackler | kennytm | -44/+2 |
| 2017-11-28 | Rollup merge of #45506 - ia0:mpsc_recv_error_from, r=alexcrichton | kennytm | -0/+27 |
| 2017-11-27 | Change the stabilization version to 1.24.0 | Stjepan Glavina | -1/+1 |
| 2017-11-27 | Auto merge of #46022 - matthewjasper:cannot-assign-twice-error, r=arielb1 | bors | -140/+575 |
| 2017-11-27 | Auto merge of #44884 - arielb1:pack-safe, r=nikomatsakis,eddyb | bors | -232/+1026 |
| 2017-11-27 | reword to "consider borrowing here: `{suggestion}`" | Esteban Küber | -3/+3 |
| 2017-11-27 | Fix test | Esteban Küber | -1/+1 |
| 2017-11-27 | Make main span in impl-trait ciclic reference point to def_span | Esteban Küber | -8/+3 |
| 2017-11-27 | Auto merge of #46292 - cramertj:update-libc, r=alexcrichton | bors | -0/+0 |
| 2017-11-27 | Update tests involving E0384 for mir-borrowck | Matthew Jasper | -11/+60 |
| 2017-11-27 | Don't show first assignment in loops | Matthew Jasper | -6/+126 |
| 2017-11-27 | Add initialization info to `MoveData` | Matthew Jasper | -123/+389 |
| 2017-11-27 | Auto merge of #46286 - SimonSapin:patch-6, r=alexcrichton | bors | -1/+1 |
| 2017-11-27 | Auto merge of #46284 - SimonSapin:deprecate-formatter-flags, r=sfackler | bors | -0/+3 |
| 2017-11-27 | Auto merge of #46273 - semarie:openbsd-libc++, r=alexcrichton | bors | -4/+5 |
| 2017-11-26 | Update libc to include latest Fuchsia fix | Taylor Cramer | -0/+0 |
| 2017-11-26 | Increment Nightly version to 1.24.0 | Simon Sapin | -1/+1 |
| 2017-11-26 | Document non-obvious behavior of fmt::UpperHex & co for negative integers | Simon Sapin | -0/+20 |
| 2017-11-26 | Deprecate the Formatter::flags method, fix #46237 | Simon Sapin | -0/+3 |
| 2017-11-26 | Auto merge of #46168 - durka:macro-backtrace, r=durka | bors | -31/+32 |
| 2017-11-26 | Make impl-trait ciclical reference error point to def_span | Esteban Küber | -20/+8 |
| 2017-11-26 | Move "auto trait leak" impl-trait cycle dependency test to ui | Esteban Küber | -0/+70 |
| 2017-11-26 | Auto merge of #46106 - est31:master, r=nikomatsakis | bors | -373/+354 |
| 2017-11-26 | mention nightly in -Z external-macro-backtrace note | Alex Burka | -31/+32 |
| 2017-11-26 | improve error messages | Ariel Ben-Yehuda | -65/+72 |
| 2017-11-26 | Auto merge of #46253 - eddyb:return-aliasing, r=nagisa | bors | -1/+25 |
| 2017-11-26 | Use the official abbrev. | est31 | -1/+1 |
| 2017-11-26 | Update tests for -Zborrowck-mir -> -Zborrowck=mode migration | est31 | -320/+194 |
| 2017-11-26 | Replace -Zborrowck-mir with -Zborrowck=mode | est31 | -53/+160 |
| 2017-11-26 | Changed to correct quotes ` ` | colinmarsh19 | -1/+1 |
| 2017-11-26 | Added .rs extension | colinmarsh19 | -0/+0 |