about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-13Auto merge of #55017 - memoryruins:add-tests, r=alexcrichtonbors-0/+49
2018-10-13Auto merge of #54916 - matthiaskrgr:submodules_update, r=oli-obkbors-31/+20
2018-10-13bootstrap: update clippy license locations which changed due to relicensing.Matthias Krüger-2/+4
2018-10-13submodules: update cargo from ad6e5c00 to 5dbac988Matthias Krüger-7/+7
2018-10-13submodules: update rls from 15d4d4a to 440a985Matthias Krüger-3/+4
2018-10-13submodules: update clippy from 32b1d1fc to 9d337313Matthias Krüger-19/+5
2018-10-13Auto merge of #55003 - zackmdavis:must_use_assoc_fn, r=varkorbors-16/+31
2018-10-13Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfacklerbors-25/+122
2018-10-13Auto merge of #54997 - davidtwco:issue-54896, r=nagisabors-162/+295
2018-10-13Auto merge of #54955 - RalfJung:miri-validate2, r=oli-obkbors-127/+333
2018-10-13update miriRalf Jung-21/+9
2018-10-13run-time validation: accept undef in int arrays, as we do for intsRalf Jung-5/+10
2018-10-13address nitsRalf Jung-1/+2
2018-10-13validation: accept pointers in integer arraysRalf Jung-6/+46
2018-10-13Fix and test upvar name printing for validityRalf Jung-10/+42
2018-10-13make ENFORCE_VALIDITY a functionRalf Jung-6/+10
2018-10-13foreign types: use size and align from layoutRalf Jung-2/+3
2018-10-13seems like for generators we cannot access the freevarsRalf Jung-5/+9
2018-10-13size_and_align_of can return no result for extern typesRalf Jung-23/+26
2018-10-13validate return value on stack popRalf Jung-35/+59
2018-10-13check return type even for uninhabited caseRalf Jung-5/+6
2018-10-13fix validation around transmuting copy_opRalf Jung-33/+136
2018-10-13Auto merge of #54980 - zackmdavis:and_the_case_of_the_universal_call, r=oli-obkbors-78/+31
2018-10-12`#[must_use]` for associated functions is supposed to actually workZack M. Davis-16/+31
2018-10-13Auto merge of #54945 - estebank:asm-span, r=petrochenkovbors-41/+49
2018-10-12Auto merge of #54942 - matthewjasper:wf-type-annotations, r=nikomatsakisbors-134/+343
2018-10-12Add nll stderr to #52240memoryruins-0/+9
2018-10-12Add test for issue #52240memoryruins-0/+25
2018-10-12Add test for issue #54966memoryruins-0/+15
2018-10-12Auto merge of #55012 - kennytm:rollup, r=kennytmbors-120/+267
2018-10-12Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandrykennytm-28/+30
2018-10-12Rollup merge of #54983 - kzys:rand-bench, r=tmandrykennytm-10/+13
2018-10-12Rollup merge of #54967 - holmgr:master, r=estebankkennytm-3/+5
2018-10-12Rollup merge of #54958 - RalfJung:static-assert, r=oli-obkkennytm-7/+13
2018-10-12Rollup merge of #54956 - kzys:close-paren, r=varkorkennytm-1/+1
2018-10-12Rollup merge of #54950 - alexcrichton:wasm-sync-allocator, r=sfacklerkennytm-1/+52
2018-10-12Rollup merge of #54936 - RalfJung:layout-hash, r=oli-obkkennytm-23/+2
2018-10-12Rollup merge of #54932 - ljedrz:a_handful_of_string_improvements, r=alexcrichtonkennytm-10/+10
2018-10-12Rollup merge of #54920 - varkor:must_use-unit, r=estebankkennytm-8/+52
2018-10-12Rollup merge of #54913 - RalfJung:unwind-safe, r=alexcrichtonkennytm-1/+1
2018-10-12Rollup merge of #54891 - rust-lang:SimonSapin-patch-1, r=nagisakennytm-1/+1
2018-10-12Rollup merge of #54869 - GuillaumeGomez:fix-mobile-docs, r=QuietMisdreavuskennytm-19/+31
2018-10-12Rollup merge of #54860 - mandeep:vec-initialize, r=alexcrichtonkennytm-1/+7
2018-10-12Rollup merge of #54825 - davidtwco:issue-52663-deref-raw-pointer, r=pnkfelixkennytm-6/+21
2018-10-12Rollup merge of #54811 - pnkfelix:issue-24840-separate-bootstrap-default-for-...kennytm-1/+3
2018-10-12Rollup merge of #54755 - lucasloisp:document-reference-address-eq, r=QuietMis...kennytm-0/+25
2018-10-12Auto merge of #54715 - oli-obk:nll_deref_promotion, r=RalfJungbors-14/+59
2018-10-12Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavusbors-7/+58
2018-10-12Add comments explaining why some operations are not constant inside normal fu...Oliver Scherer-0/+6
2018-10-12Auto merge of #54534 - nagisa:align-offset-simplification, r=alexcrichtonbors-26/+13