| Age | Commit message (Expand) | Author | Lines |
| 2018-10-13 | Auto merge of #55017 - memoryruins:add-tests, r=alexcrichton | bors | -0/+49 |
| 2018-10-13 | Auto merge of #54916 - matthiaskrgr:submodules_update, r=oli-obk | bors | -31/+20 |
| 2018-10-13 | bootstrap: update clippy license locations which changed due to relicensing. | Matthias Krüger | -2/+4 |
| 2018-10-13 | submodules: update cargo from ad6e5c00 to 5dbac988 | Matthias Krüger | -7/+7 |
| 2018-10-13 | submodules: update rls from 15d4d4a to 440a985 | Matthias Krüger | -3/+4 |
| 2018-10-13 | submodules: update clippy from 32b1d1fc to 9d337313 | Matthias Krüger | -19/+5 |
| 2018-10-13 | Auto merge of #55003 - zackmdavis:must_use_assoc_fn, r=varkor | bors | -16/+31 |
| 2018-10-13 | Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfackler | bors | -25/+122 |
| 2018-10-13 | Auto merge of #54997 - davidtwco:issue-54896, r=nagisa | bors | -162/+295 |
| 2018-10-13 | Auto merge of #54955 - RalfJung:miri-validate2, r=oli-obk | bors | -127/+333 |
| 2018-10-13 | update miri | Ralf Jung | -21/+9 |
| 2018-10-13 | run-time validation: accept undef in int arrays, as we do for ints | Ralf Jung | -5/+10 |
| 2018-10-13 | address nits | Ralf Jung | -1/+2 |
| 2018-10-13 | validation: accept pointers in integer arrays | Ralf Jung | -6/+46 |
| 2018-10-13 | Fix and test upvar name printing for validity | Ralf Jung | -10/+42 |
| 2018-10-13 | make ENFORCE_VALIDITY a function | Ralf Jung | -6/+10 |
| 2018-10-13 | foreign types: use size and align from layout | Ralf Jung | -2/+3 |
| 2018-10-13 | seems like for generators we cannot access the freevars | Ralf Jung | -5/+9 |
| 2018-10-13 | size_and_align_of can return no result for extern types | Ralf Jung | -23/+26 |
| 2018-10-13 | validate return value on stack pop | Ralf Jung | -35/+59 |
| 2018-10-13 | check return type even for uninhabited case | Ralf Jung | -5/+6 |
| 2018-10-13 | fix validation around transmuting copy_op | Ralf Jung | -33/+136 |
| 2018-10-13 | Auto merge of #54980 - zackmdavis:and_the_case_of_the_universal_call, r=oli-obk | bors | -78/+31 |
| 2018-10-12 | `#[must_use]` for associated functions is supposed to actually work | Zack M. Davis | -16/+31 |
| 2018-10-13 | Auto merge of #54945 - estebank:asm-span, r=petrochenkov | bors | -41/+49 |
| 2018-10-12 | Auto merge of #54942 - matthewjasper:wf-type-annotations, r=nikomatsakis | bors | -134/+343 |
| 2018-10-12 | Add nll stderr to #52240 | memoryruins | -0/+9 |
| 2018-10-12 | Add test for issue #52240 | memoryruins | -0/+25 |
| 2018-10-12 | Add test for issue #54966 | memoryruins | -0/+15 |
| 2018-10-12 | Auto merge of #55012 - kennytm:rollup, r=kennytm | bors | -120/+267 |
| 2018-10-12 | Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandry | kennytm | -28/+30 |
| 2018-10-12 | Rollup merge of #54983 - kzys:rand-bench, r=tmandry | kennytm | -10/+13 |
| 2018-10-12 | Rollup merge of #54967 - holmgr:master, r=estebank | kennytm | -3/+5 |
| 2018-10-12 | Rollup merge of #54958 - RalfJung:static-assert, r=oli-obk | kennytm | -7/+13 |
| 2018-10-12 | Rollup merge of #54956 - kzys:close-paren, r=varkor | kennytm | -1/+1 |
| 2018-10-12 | Rollup merge of #54950 - alexcrichton:wasm-sync-allocator, r=sfackler | kennytm | -1/+52 |
| 2018-10-12 | Rollup merge of #54936 - RalfJung:layout-hash, r=oli-obk | kennytm | -23/+2 |
| 2018-10-12 | Rollup merge of #54932 - ljedrz:a_handful_of_string_improvements, r=alexcrichton | kennytm | -10/+10 |
| 2018-10-12 | Rollup merge of #54920 - varkor:must_use-unit, r=estebank | kennytm | -8/+52 |
| 2018-10-12 | Rollup merge of #54913 - RalfJung:unwind-safe, r=alexcrichton | kennytm | -1/+1 |
| 2018-10-12 | Rollup merge of #54891 - rust-lang:SimonSapin-patch-1, r=nagisa | kennytm | -1/+1 |
| 2018-10-12 | Rollup merge of #54869 - GuillaumeGomez:fix-mobile-docs, r=QuietMisdreavus | kennytm | -19/+31 |
| 2018-10-12 | Rollup merge of #54860 - mandeep:vec-initialize, r=alexcrichton | kennytm | -1/+7 |
| 2018-10-12 | Rollup merge of #54825 - davidtwco:issue-52663-deref-raw-pointer, r=pnkfelix | kennytm | -6/+21 |
| 2018-10-12 | Rollup merge of #54811 - pnkfelix:issue-24840-separate-bootstrap-default-for-... | kennytm | -1/+3 |
| 2018-10-12 | Rollup merge of #54755 - lucasloisp:document-reference-address-eq, r=QuietMis... | kennytm | -0/+25 |
| 2018-10-12 | Auto merge of #54715 - oli-obk:nll_deref_promotion, r=RalfJung | bors | -14/+59 |
| 2018-10-12 | Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavus | bors | -7/+58 |
| 2018-10-12 | Add comments explaining why some operations are not constant inside normal fu... | Oliver Scherer | -0/+6 |
| 2018-10-12 | Auto merge of #54534 - nagisa:align-offset-simplification, r=alexcrichton | bors | -26/+13 |