]> git.lizzy.rs Git - rust.git/history - src/libstd/sync
Add comment
[rust.git] / src / libstd / sync /
2019-11-11 borsAuto merge of #66207 - Manishearth:clippyup, r=Centril
2019-11-11 borsAuto merge of #66250 - oli-obk:no_fields_in_empty_union...
2019-11-10 borsAuto merge of #66161 - mark-i-m:fix-rustc-guide, r...
2019-11-10 borsAuto merge of #66070 - petrochenkov:regattr, r=matthewj...
2019-11-10 borsAuto merge of #65324 - Centril:organize-syntax, r=petro...
2019-11-10 borsAuto merge of #66072 - Mark-Simulacrum:next-node-id...
2019-11-10 borsAuto merge of #66259 - JohnTitor:rollup-x9nk1e2, r...
2019-11-10 Yuki OkushiRollup merge of #66235 - eddyb:coff-syrup, r=nagisa
2019-11-10 Yuki OkushiRollup merge of #66217 - RalfJung:diagnostic-items...
2019-11-10 Yuki OkushiRollup merge of #66216 - wesleywiser:const_prop_codegen...
2019-11-10 Yuki OkushiRollup merge of #66058 - mjptree:patch-2, r=kennytm
2019-11-10 Yuki OkushiRollup merge of #66048 - mjptree:patch-1, r=Dylan-DPC
2019-11-10 Yuki OkushiRollup merge of #65831 - matthewjasper:array-ptr-cast...
2019-11-10 Yuki OkushiRollup merge of #65719 - pitdicker:refactor_sync_once...
2019-11-09 borsAuto merge of #63871 - BatmanAoD:FloatFnMustUse, r...
2019-11-09 Paul DickerRun rustfmt on libstd/sync/once.rs
2019-11-05 Pietro AlbiniRollup merge of #65720 - icefoxen:LLVMgetInstructionCou...
2019-11-05 Paul DickerDon't mutate node.next
2019-11-04 borsAuto merge of #64878 - XAMPPRocky:relnotes-1.39.0,...
2019-11-02 borsAuto merge of #63810 - oli-obk:const_offset_from, r...
2019-11-02 borsAuto merge of #65429 - Timmmm:withoptions, r=Mark-Simul...
2019-11-01 Tyler MandryRollup merge of #65902 - gilescope:issue62570, r=estebank
2019-11-01 Tyler MandryRollup merge of #65470 - traxys:fix_65401, r=michaelwoe...
2019-11-01 Tyler MandryRollup merge of #65112 - jack-t:type-parens-lint, r...
2019-11-01 borsAuto merge of #65459 - ecstatic-morse:graphviz-subgraph...
2019-10-29 Tyler MandryRollup merge of #65539 - traxys:fix_62334, r=petrochenkov
2019-10-29 borsAuto merge of #65435 - michaelwoerister:fix-issue-64153...
2019-10-25 Mazdak FarrokhzadRollup merge of #65074 - Rantanen:json-byte-pos, r...
2019-10-25 Paul DickerMention park guarantee
2019-10-25 Mazdak FarrokhzadRollup merge of #65408 - guanqun:remove-rust-optimize...
2019-10-24 Paul DickerAlways align Waiter to 4 bytes
2019-10-24 Paul DickerUse more precise atomic orderings
2019-10-24 Paul DickerIn Waiter use interior mutability for thread
2019-10-24 Paul DickerReduce the amount of comments in call_inner
2019-10-24 Paul DickerMove thread parking to a seperate function
2019-10-24 Paul DickerTurn Finish into WaiterQueue
2019-10-24 borsAuto merge of #65474 - Mark-Simulacrum:rustc-dev-split...
2019-10-23 Mazdak FarrokhzadRollup merge of #65518 - estebank:i-want-to-break-free...
2019-10-23 Paul DickerDon't mutate waiter nodes
2019-10-23 borsAuto merge of #57545 - bovinebuddha:object_safe_for_dis...
2019-10-23 Paul DickerSimplify loop conditions in RUNNING and add comments
2019-10-23 Paul DickerRename state to state_and_queue
2019-10-23 Yuki OkushiRollup merge of #65507 - polyedre:master, r=nikomatsakis
2019-10-23 Yuki OkushiRollup merge of #65417 - weiznich:more_coherence_tests...
2019-10-23 Yuki OkushiRollup merge of #65007 - BO41:keywords, r=nikomatsakis
2019-10-22 borsAuto merge of #65503 - popzxc:refactor-libtest, r=wesle...
2019-10-21 Mazdak FarrokhzadRollup merge of #65092 - tspiteri:const-is-pow2, r...
2019-10-21 Mazdak FarrokhzadRollup merge of #62330 - SimonSapin:no-drop-in-union...
2019-10-20 Mazdak FarrokhzadRollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27
2019-10-20 Yuki OkushiRollup merge of #65463 - nnethercote:rm-arena-allocatio...
2019-10-20 Yuki OkushiRollup merge of #65460 - sinkuu:contains_insert, r...
2019-10-20 Mazdak FarrokhzadRollup merge of #64996 - lzutao:inline-ptr-null, r...
2019-10-20 borsAuto merge of #65497 - choller:master, r=tmiasko
2019-10-20 Stefan LankesMerge branch 'master' into rusty-hermit
2019-10-20 borsAuto merge of #65469 - mati865:libc, r=alexcrichton
2019-10-20 borsAuto merge of #65302 - msizanoen1:fix-armv7-segfault...
2019-10-19 Mazdak FarrokhzadRollup merge of #65505 - RalfJung:rc, r=Centril
2019-10-19 Mazdak FarrokhzadRollup merge of #65448 - eddyb:codegen-box-less-special...
2019-10-19 Mazdak FarrokhzadRollup merge of #65226 - ssomers:master, r=bluss
2019-10-19 Mazdak FarrokhzadRollup merge of #65192 - estebank:restrict-bound, r...
2019-10-19 Mazdak FarrokhzadRollup merge of #64007 - estebank:overlapping-patterns...
2019-10-19 Mazdak FarrokhzadRollup merge of #65576 - sunfishcode:main-needs-argc...
2019-10-19 Mazdak FarrokhzadRollup merge of #65485 - ecstatic-morse:const-validatio...
2019-10-19 Mazdak FarrokhzadRollup merge of #65174 - SimonSapin:zero-box, r=alexcri...
2019-10-18 Tyler MandryRollup merge of #65549 - t-rapp:tr-wrapping-rotate...
2019-10-18 Tyler MandryRollup merge of #65540 - guanqun:extend-t-macro, r...
2019-10-18 Tyler MandryRollup merge of #65535 - eddyb:sliced-predicates, r...
2019-10-18 Tyler MandryRollup merge of #65513 - RalfJung:fmt, r=Mark-Simulacrum
2019-10-18 Tyler MandryRollup merge of #65511 - Xanewok:sa-nest-in-impls,...
2019-10-18 Tyler MandryRollup merge of #65508 - rust-lang:llvm-icebreakers...
2019-10-18 Tyler MandryRollup merge of #65498 - SimonSapin:plugin-help, r...
2019-10-18 Tyler MandryRollup merge of #65496 - tspiteri:euc-div-panic, r...
2019-10-18 Tyler MandryRollup merge of #65493 - GuillaumeGomez:long-err-explan...
2019-10-18 Tyler MandryRollup merge of #65480 - nnethercote:rm-iterate_until_f...
2019-10-18 Tyler MandryRollup merge of #65472 - Zoxc:sharded-dep-graph-2,...
2019-10-18 Tyler MandryRollup merge of #65364 - XiangQingW:master, r=estebank
2019-10-18 Tyler MandryRollup merge of #65334 - GuillaumeGomez:long-err-explan...
2019-10-18 Tyler MandryRollup merge of #65201 - tmiasko:no-bindings, r=rkruppe
2019-10-18 Tyler MandryRollup merge of #65197 - spastorino:place-mut-visitor...
2019-10-18 Tyler MandryRollup merge of #65016 - lzutao:inline-mem-constfn...
2019-10-18 borsAuto merge of #64925 - ehuss:document-json, r=Mark...
2019-10-17 borsAuto merge of #65495 - Centril:rollup-tguwjt5, r=Centril
2019-10-17 borsAuto merge of #64595 - Mark-Simulacrum:trivial-query...
2019-10-17 Mazdak FarrokhzadRollup merge of #65486 - mathstuf:osstr-doc-typo, r...
2019-10-17 Mazdak FarrokhzadRollup merge of #65478 - RalfJung:write, r=jonas-schievink
2019-10-17 Mazdak FarrokhzadRollup merge of #65475 - lzutao:eg_type_name, r=Centril
2019-10-17 Mazdak FarrokhzadRollup merge of #65465 - Centril:split-syntax-1, r...
2019-10-17 Mazdak FarrokhzadRollup merge of #65461 - Kampfkarren:patch-1, r=Centril
2019-10-17 Mazdak FarrokhzadRollup merge of #65319 - RalfJung:memory, r=Centril
2019-10-17 Mazdak FarrokhzadRollup merge of #65316 - oconnor663:noninheritable...
2019-10-17 Mazdak FarrokhzadRollup merge of #65237 - KodrAus:fix/map-entry-err...
2019-10-16 borsAuto merge of #65172 - tanriol:explain_borrow-use-conte...
2019-10-16 boyned//KampfkarrenDon't recommend ONCE_INIT in std::sync::Once
2019-10-15 Tyler MandryRollup merge of #65353 - Xanewok:sa-empty-tables, r...
2019-10-15 Tyler MandryRollup merge of #65308 - GuillaumeGomez:long-err-explan...
2019-10-15 Tyler MandryRollup merge of #65307 - Phosphorus15:master, r=varkor
2019-10-15 Tyler MandryRollup merge of #65293 - tmandry:turbo-expander, r...
2019-10-15 Tyler MandryRollup merge of #65235 - nikomatsakis:issue-65159-async...
2019-10-15 Tyler MandryRollup merge of #64623 - matthewjasper:underscore-impor...
2019-10-15 Tyler MandryRollup merge of #64603 - gilescope:unused-lifetime...
next