about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-10-16Take sys/vxworks/{fd,fs,io} from sys/unix instead.Mara Bos-909/+81
2020-10-16Take sys/vxworks/cmath from sys/unix instead.Mara Bos-32/+1
2020-10-16Take sys/vxworks/args from sys/unix instead.Mara Bos-96/+3
2020-10-16Take sys/vxworks/memchar from sys/unix instead.Mara Bos-21/+1
2020-10-16Take sys/vxworks/net from sys/unix instead.Mara Bos-360/+9
2020-10-16Take sys/vxworks/ext/* from sys/unix instead.Mara Bos-1321/+1
2020-10-16Add weak macro to vxworks.Mara Bos-0/+4
2020-10-16Take sys/vxworks/alloc from sys/unix instead.Mara Bos-49/+1
2020-10-16Take sys/vxworks/thread_local_key from sys/unix instead.Mara Bos-34/+1
2020-10-16Take sys/vxworks/stdio from sys/unix instead.Mara Bos-69/+1
2020-10-16Take sys/vxworks/thread from sys/unix instead.Mara Bos-158/+7
2020-10-16Take sys/vxworks/stack_overflow from sys/unix instead.Mara Bos-39/+2
2020-10-16Take sys/vxworks/time from sys/unix instead.Mara Bos-197/+1
2020-10-16Take sys/vxworks/rwlock from sys/unix instead.Mara Bos-114/+1
2020-10-16Take sys/vxworks/condvar from sys/unix instead.Mara Bos-91/+1
2020-10-16Take sys/vxworks/mutex from sys/unix instead.Mara Bos-133/+1
2020-10-16Auto merge of #78001 - Dylan-DPC:rollup-zq3kxth, r=Dylan-DPCbors-2295/+2898
2020-10-16Rollup merge of #77980 - Manishearth:needs-drop-intra, r=jyn514Dylan DPC-1/+1
2020-10-16Rollup merge of #77935 - ssomers:btree_cleanup_1, r=Mark-SimulacrumDylan DPC-7/+62
2020-10-16Rollup merge of #77780 - calebcartwright:cast-expr-attr-span, r=oli-obkDylan DPC-7/+17
2020-10-16Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514Dylan DPC-52/+334
2020-10-16Rollup merge of #77657 - fusion-engineering-forks:cleanup-cloudabi-sync, r=dt...Dylan DPC-77/+65
2020-10-16Rollup merge of #77648 - fusion-engineering-forks:static-mutex, r=dtolnayDylan DPC-14/+8
2020-10-16Rollup merge of #77646 - fusion-engineering-forks:use-static-mutex, r=dtolnayDylan DPC-19/+9
2020-10-16Rollup merge of #77619 - fusion-engineering-forks:wasm-parker, r=dtolnayDylan DPC-1/+24
2020-10-16Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q...Dylan DPC-13/+34
2020-10-16Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakisDylan DPC-494/+277
2020-10-16Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnayDylan DPC-1441/+1466
2020-10-16Rollup merge of #75675 - davidtwco:symbol-mangling-impl-params, r=eddybDylan DPC-44/+159
2020-10-16Rollup merge of #75265 - WaffleLapkin:str_split_as_str, r=dtolnayDylan DPC-0/+166
2020-10-16Rollup merge of #75023 - euclio:argument-span, r=estebankDylan DPC-125/+276
2020-10-16fill in the tracking issueWaffle-7/+7
2020-10-15Auto merge of #77981 - GuillaumeGomez:rollup-64ydc5g, r=GuillaumeGomezbors-1/+11
2020-10-15Auto merge of #77943 - est31:target_refactor, r=petrochenkovbors-430/+406
2020-10-15Rollup merge of #77979 - GuillaumeGomez:hide-help-button, r=jyn514Guillaume Gomez-0/+8
2020-10-15Rollup merge of #77978 - strct:patch-2, r=jonas-schievinkGuillaume Gomez-1/+1
2020-10-15Rollup merge of #77963 - kraai:fix-foreign-calling-conventions-link, r=jonas-...Guillaume Gomez-0/+2
2020-10-15Fix intra doc link for needs_dropManish Goregaokar-1/+1
2020-10-15Hide help button on mobile devicesGuillaume Gomez-0/+8
2020-10-15Fix typo in documentationstrct-1/+1
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-88/+239
2020-10-15fix off-by-one in parameter spansAndy Russell-37/+37
2020-10-15mangling: encode all impl parametersDavid Wood-23/+140
2020-10-15mangling: non-monomorphic `#[rustc_symbol_name]`David Wood-21/+19
2020-10-15Remove rustc_session::config::Configest31-24/+12
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-240/+224
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-24/+28
2020-10-15Use integer literals for builtin target_pointer_width fieldsest31-151/+151
2020-10-15Auto merge of #77952 - ehuss:update-cargo, r=ehussbors-10/+28
2020-10-15Fix link to foreign calling conventionsMatthew Kraai-0/+2