| Age | Commit message (Expand) | Author | Lines |
| 2017-11-29 | Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomez | kennytm | -13/+106 |
| 2017-11-29 | Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton | kennytm | -324/+186 |
| 2017-11-29 | Rollup merge of #45969 - ia0:mpsc_recv_deadline, r=alexcrichton | kennytm | -2/+63 |
| 2017-11-28 | Auto merge of #46207 - kennytm:kill-grep, r=alexcrichton | bors | -120/+244 |
| 2017-11-28 | Auto merge of #46094 - dtolnay:is_null, r=alexcrichton | bors | -15/+55 |
| 2017-11-28 | Fix doc test of previous commit | Julien Cretin | -0/+2 |
| 2017-11-28 | Auto merge of #46291 - alexcrichton:wasm-tests, r=kennytm | bors | -31/+81 |
| 2017-11-28 | ci: Start running wasm32 tests on Travis | Alex Crichton | -31/+81 |
| 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/+241 |
| 2017-11-28 | Auto merge of #46329 - arielb1:incoherent, r=eddyb | bors | -81/+48 |
| 2017-11-28 | Revert "fix treatment of local types in "remote coherence" mode" | Ariel Ben-Yehuda | -81/+48 |
| 2017-11-28 | Auto merge of #46175 - GuillaumeGomez:fix-global-search, r=QuietMisdreavus | bors | -227/+227 |
| 2017-11-28 | Auto merge of #46123 - Gankro:c-repr, r=eddyb | bors | -24/+454 |
| 2017-11-28 | Change `since` attribute from ctype methods from 1.23 to 1.24 | Lukas Kalbertodt | -20/+20 |
| 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-27 | Use an unstable feature linked to #46316 | Julien Cretin | -1/+1 |
| 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 |