| Age | Commit message (Expand) | Author | Lines |
| 2017-11-28 | Auto merge of #46207 - kennytm:kill-grep, r=alexcrichton | bors | -120/+155 |
| 2017-11-28 | ci: Start running wasm32 tests on Travis | Alex Crichton | -21/+28 |
| 2017-11-28 | Disable the cdylib-fewer-symbols test for all Windows (test was broken). | kennytm | -1/+3 |
| 2017-11-28 | Replace most call to grep in run-make by a script that cat the input. | kennytm | -119/+152 |
| 2017-11-28 | Auto merge of #46123 - Gankro:c-repr, r=eddyb | bors | -3/+403 |
| 2017-11-28 | Fix and improve test for enum repr sizes | Alexis Beingessner | -3/+49 |
| 2017-11-28 | tests: update to include move annotations in MIR. | Eduard-Mihai Burtescu | -128/+128 |
| 2017-11-27 | Auto merge of #46312 - kennytm:rollup, r=kennytm | bors | -2/+153 |
| 2017-11-28 | Rollup merge of #46282 - estebank:impl-trait-cicle-span, r=arielb1 | kennytm | -1/+53 |
| 2017-11-28 | Rollup merge of #46258 - colinmarsh19:master, r=estebank | kennytm | -0/+23 |
| 2017-11-28 | Rollup merge of #46249 - estebank:suggest-slice, r=arielb1 | kennytm | -0/+76 |
| 2017-11-28 | Rollup merge of #46231 - ritiek:verbs, r=arielb1 | kennytm | -1/+1 |
| 2017-11-27 | Auto merge of #46022 - matthewjasper:cannot-assign-twice-error, r=arielb1 | bors | -11/+226 |
| 2017-11-27 | Auto merge of #44884 - arielb1:pack-safe, r=nikomatsakis,eddyb | bors | -3/+347 |
| 2017-11-27 | reword to "consider borrowing here: `{suggestion}`" | Esteban Küber | -2/+2 |
| 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/+2 |
| 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 | -0/+118 |
| 2017-11-27 | Add initialization info to `MoveData` | Matthew Jasper | -0/+48 |
| 2017-11-27 | Auto merge of #46273 - semarie:openbsd-libc++, r=alexcrichton | bors | -1/+1 |
| 2017-11-26 | Auto merge of #46168 - durka:macro-backtrace, r=durka | bors | -30/+30 |
| 2017-11-26 | Make impl-trait ciclical reference error point to def_span | Esteban Küber | -16/+4 |
| 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 | -320/+194 |
| 2017-11-26 | mention nightly in -Z external-macro-backtrace note | Alex Burka | -30/+30 |
| 2017-11-26 | improve error messages | Ariel Ben-Yehuda | -42/+37 |
| 2017-11-26 | Auto merge of #46253 - eddyb:return-aliasing, r=nagisa | bors | -0/+23 |
| 2017-11-26 | Update tests for -Zborrowck-mir -> -Zborrowck=mode migration | est31 | -320/+194 |
| 2017-11-26 | Changed to correct quotes ` ` | colinmarsh19 | -1/+1 |
| 2017-11-26 | Added .rs extension | colinmarsh19 | -0/+0 |
| 2017-11-26 | limit packed copy-out to non-generic Copy structs | Ariel Ben-Yehuda | -5/+66 |
| 2017-11-26 | fix #[derive] implementation for repr(packed) structs | Ariel Ben-Yehuda | -0/+73 |
| 2017-11-26 | make accessing packed fields a future-compat warning | Ariel Ben-Yehuda | -0/+45 |
| 2017-11-26 | fix codegen of drops of fields of packed structs | Ariel Ben-Yehuda | -0/+110 |
| 2017-11-26 | make accesses to fields of packed structs unsafe | Ariel Ben-Yehuda | -3/+63 |
| 2017-11-26 | MIR: Fix value moved diagnose messages | Ritiek Malhotra | -1/+1 |
| 2017-11-26 | Auto merge of #46100 - KiChjang:mass-dead-check, r=nikomatsakis | bors | -0/+64 |
| 2017-11-26 | make OpenBSD to use libc++ instead of (e)stdc++ | Sébastien Marie | -1/+1 |
| 2017-11-26 | Rollup merge of #46264 - scottmcm:mir-array-len, r=arielb1 | kennytm | -0/+33 |
| 2017-11-26 | Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1 | bors | -0/+44 |
| 2017-11-25 | Delete bad test file | colinmarsh19 | -18/+0 |
| 2017-11-25 | Added 46186 stderr | colinmarsh19 | -0/+8 |
| 2017-11-25 | UI test 46186 | colinmarsh19 | -0/+15 |
| 2017-11-26 | Auto merge of #45947 - estebank:match_default_bindings-arg-hint, r=arielb1 | bors | -1/+32 |
| 2017-11-25 | Disable region-liveness-drop-no-may-dangle.rs | Keith Yeung | -0/+1 |
| 2017-11-25 | InstCombine Len([_; N]) => const N in MIR | Scott McMurray | -0/+33 |
| 2017-11-25 | rustc: Add support for some more x86 SIMD ops | Alex Crichton | -0/+53 |
| 2017-11-25 | Fix test | Esteban Küber | -2/+5 |
| 2017-11-25 | Added ; | colinmarsh19 | -1/+1 |