about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-19Rollup merge of #55144 - ljedrz:cleanup_resolve, r=petrochenkovkennytm-143/+116
2018-10-19Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJungkennytm-3/+79
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-54/+57
2018-10-19Auto merge of #55040 - scalexm:param-env, r=nikomatsakisbors-116/+553
2018-10-19Auto merge of #55004 - oli-obk:sized_static, r=cramertjbors-76/+90
2018-10-18Fix ordering of nested modules in non-mod.rs modsTaylor Cramer-0/+22
2018-10-18Propagate bounds from generatorsMatthew Jasper-19/+57
2018-10-18Auto merge of #54979 - estebank:path-unsized, r=nikomatsakisbors-1/+26
2018-10-18Improve check to consider how value is used.David Wood-40/+15
2018-10-18Add by-value captured variable note on second use.David Wood-47/+140
2018-10-18Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()Sebastian Dröge-44/+33
2018-10-18Stabilize slice::chunks_exact() and slice::chunks_exact_mut()Sebastian Dröge-25/+18
2018-10-18Extend closure special-casing for generators.David Wood-155/+228
2018-10-19[ci] fix tidy warning.Hideki Sekine-2/+4
2018-10-18Add must_use on copysignRaph Levien-0/+2
2018-10-18Fix tidy checksjD91mZM2-1/+1
2018-10-18Revert liblibc submodule urljD91mZM2-7/+2
2018-10-18Interpret shebangs on redoxjD91mZM2-14/+80
2018-10-18Don't forget to close executable fileJeremy Soller-1/+2
2018-10-18Remove unused type parameterJeremy Soller-1/+1
2018-10-18Update to new system calls and enviromental variablesJeremy Soller-57/+167
2018-10-18Auto merge of #54580 - sdroege:rchunks, r=SimonSapinbors-35/+1058
2018-10-18turn casts-to-raw into a proper raw-reborrow; that is just cleanerRalf Jung-14/+12
2018-10-18don't do any work towards ptr provenance in const modeRalf Jung-5/+13
2018-10-18the tidy strikes againRalf Jung-2/+2
2018-10-18add 'raw reference' to the machine hook, and use that in ptr-to-raw castsRalf Jung-10/+24
2018-10-18miri: debug! print when we are leaving/entering a functionRalf Jung-0/+14
2018-10-18Forward entire ptr used for dealloaction to machineRalf Jung-6/+6
2018-10-18repeat after me: Clone, Copy, DebugRalf Jung-0/+1
2018-10-18also hook dereferencingRalf Jung-19/+49
2018-10-18eval_context: move getters together and add one for is_freezeRalf Jung-48/+55
2018-10-18provide machine hooks for creating references and accessing memoryRalf Jung-32/+103
2018-10-18give machine more control over what counts as memory leakRalf Jung-10/+28
2018-10-18add support for storing extra data in an allocationRalf Jung-38/+37
2018-10-18comment on keeping validity in syncRalf Jung-0/+4
2018-10-18Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavusbors-29/+142
2018-10-18resolve_lifetime.rs: rustfmtNiko Matsakis-295/+369
2018-10-18Make warnings into errorsvarkor-0/+3
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-35/+1058
2018-10-18Rollup merge of #55111 - Havvy:rustc-book-cfg-examples, r=GuillaumeGomezkennytm-0/+5
2018-10-18Rollup merge of #55161 - akxcv:rustdoc/disable-spellcheck, r=QuietMisdreavus,...kennytm-0/+1
2018-10-18Rollup merge of #55151 - ljedrz:cleanup_nll, r=estebankkennytm-54/+51
2018-10-18Rollup merge of #55142 - RalfJung:miri-uninhabited-enum, r=oli-obkkennytm-3/+0
2018-10-18Rollup merge of #55128 - varkor:LLVMRustInlineAsmVerify-return-bool, r=rkruppekennytm-3/+3
2018-10-18Rollup merge of #55127 - ljedrz:simplify_hybridbitset, r=matthewjasperkennytm-36/+14
2018-10-18Rollup merge of #55122 - ljedrz:cleanup_mir_borrowck, r=Mark-Simulacrumkennytm-252/+228
2018-10-18Rollup merge of #55104 - estebank:addtest, r=alexcrichtonkennytm-0/+16
2018-10-18Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakiskennytm-4/+30
2018-10-18Rollup merge of #55090 - pnkfelix:issue-54597-regression-test, r=estebankkennytm-0/+34
2018-10-18Rollup merge of #55080 - thanatos:fix-localstorage-crash, r=GuillaumeGomezkennytm-2/+20