| Age | Commit message (Expand) | Author | Lines |
| 2017-11-30 | Report a targeted note for generic parameters | Oliver Schneider | -0/+32 |
| 2017-11-30 | Remove unused method from TyS | Oliver Schneider | -7/+0 |
| 2017-11-30 | Auto merge of #46299 - michaelwoerister:incr-comp-krimskrams, r=nikomatsakis | bors | -47/+147 |
| 2017-11-30 | Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakis | bors | -53/+148 |
| 2017-11-30 | Auto merge of #46041 - zilbuz:issue-44837, r=arielb1 | bors | -79/+232 |
| 2017-11-29 | Auto merge of #46144 - nrc:rls-update, r=alexcrichton | bors | -78/+125 |
| 2017-11-29 | Rollup merge of #46356 - daboross:patch-2, r=sfackler | kennytm | -1/+1 |
| 2017-11-29 | Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytm | kennytm | -3/+3 |
| 2017-11-29 | Rollup merge of #46322 - gnzlbg:mmx, r=alexcrichton | kennytm | -1/+4 |
| 2017-11-29 | Rollup merge of #46293 - ollie27:atomic_bool_from, r=BurntSushi | kennytm | -0/+7 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -164/+8 |
| 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-29 | Update Rustfmt again | Nick Cameron | -20/+20 |
| 2017-11-29 | Rebased Cargo.lock | Nick Cameron | -54/+100 |
| 2017-11-29 | Update Cargo | Nick Cameron | -0/+0 |
| 2017-11-29 | Update RLS and Rustfmt | Nick Cameron | -18/+19 |
| 2017-11-28 | Reject '2' as a binary digit in internals of 'b' formatting | David Ross | -1/+1 |
| 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 | mir-borrowck: Update tests | Basile Desloges | -16/+39 |
| 2017-11-28 | Auto merge of #46329 - arielb1:incoherent, r=eddyb | bors | -81/+48 |
| 2017-11-28 | Fix since for mpsc_error_conversions | Julien Cretin | -3/+3 |
| 2017-11-28 | mir-borrowck: Add permission check for `WriteKind::Mutate` | Basile Desloges | -30/+131 |
| 2017-11-28 | Revert "fix treatment of local types in "remote coherence" mode" | Ariel Ben-Yehuda | -81/+48 |
| 2017-11-28 | mir-borrowck: `describe_lvalue()` can fail if a local doesn't have a name | Basile Desloges | -33/+62 |
| 2017-11-28 | incr.comp.: Add some missing DepNode [input] annotations. | Michael Woerister | -9/+5 |
| 2017-11-28 | incr.comp.: Make a bunch of query results encodable. | Michael Woerister | -11/+61 |
| 2017-11-28 | incr.comp.: Make MIR encoding fit for incr.comp. caching. | Michael Woerister | -27/+81 |
| 2017-11-28 | Auto merge of #46175 - GuillaumeGomez:fix-global-search, r=QuietMisdreavus | bors | -227/+227 |
| 2017-11-28 | white list MMX and MSA target features | gnzlbg | -1/+4 |
| 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-27 | Change version number for `impl From<bool> for AtomicBool` to 1.24.0 | Oliver Middleton | -1/+1 |