]> git.lizzy.rs Git - rust.git/history - library/std/src/thread/local
Rollup merge of #86673 - m-ou-se:disjoint-capture-edition-lint, r=nikomatsakis
[rust.git] / library / std / src / thread / local /
2021-06-28 Yuki OkushiRollup merge of #86529 - cuviper:ssl3, r=Mark-Simulacrum
2021-06-28 Yuki OkushiRollup merge of #86358 - klensy:pp-loop, r=Mark-Simulacrum
2021-06-28 Yuki OkushiRollup merge of #86206 - FabianWolff:issue-86188, r...
2021-06-28 borsAuto merge of #82624 - ojeda:rwlock-example-deadlock...
2021-06-28 borsAuto merge of #85909 - cjgillot:alloc-kind-query, r...
2021-06-26 borsAuto merge of #86267 - ZuseZ4:master, r=nagisa
2021-06-26 borsAuto merge of #86449 - Stupremee:render-self-cast-in...
2021-06-26 borsAuto merge of #84814 - Stupremee:properly-render-hrtbs...
2021-06-25 borsAuto merge of #86015 - jyn514:revert-revert, r=Mark...
2021-06-25 borsAuto merge of #86599 - Amanieu:asm_raw, r=nagisa
2021-06-25 Yuki OkushiRollup merge of #86608 - notriddle:notriddle/cleanup...
2021-06-25 Yuki OkushiRollup merge of #86513 - fee1-dead:cross-crate-doc...
2021-06-25 borsAuto merge of #85603 - ogoffart:fix-uninhabited-enum...
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-24 borsAuto merge of #86467 - ChrisDenton:win-env-clear, r...
2021-06-24 borsAuto merge of #85427 - ehuss:fix-use-placement, r=jackh726
2021-06-24 borsAuto merge of #86279 - JohnTitor:transparent-zero-size...
2021-06-24 Yuki OkushiRollup merge of #86561 - notriddle:notriddle/cleanup...
2021-06-24 Yuki OkushiRollup merge of #86533 - inquisitivecrystal:lower-case...
2021-06-24 Yuki OkushiRollup merge of #86415 - Kmeakin:iterator-associativity...
2021-06-23 borsAuto merge of #86138 - FabianWolff:issue-85871, r=nikom...
2021-06-23 borsAuto merge of #86386 - inquisitivecrystal:better-errors...
2021-06-22 Dylan DPCRollup merge of #86542 - GuillaumeGomez:line-numbers...
2021-06-22 Dylan DPCRollup merge of #86523 - LeSeulArtichaut:macros-disambi...
2021-06-22 Dylan DPCRollup merge of #86521 - the8472:add-footgun-comments...
2021-06-22 Dylan DPCRollup merge of #86223 - fee1-dead:better-E0121, r...
2021-06-22 borsAuto merge of #85193 - pnkfelix:readd-support-for-inner...
2021-06-22 borsAuto merge of #86045 - jsgf:fix-emit-path-hashing,...
2021-06-22 borsAuto merge of #86368 - michaelwoerister:lexing-ice...
2021-06-22 Yuki OkushiRollup merge of #86537 - inquisitivecrystal:mark-editio...
2021-06-22 Yuki OkushiRollup merge of #86517 - camsteffen:unused-unsafe-async...
2021-06-22 Yuki OkushiRollup merge of #86501 - jyn514:doctest-cleanup, r...
2021-06-22 Yuki OkushiRollup merge of #86451 - notriddle:notriddle/rustdoc...
2021-06-22 Yuki OkushiRollup merge of #86402 - tspiteri:source-woff2, r=jsha
2021-06-22 Yuki OkushiRollup merge of #86393 - yerke:add-test-for-issue-52025...
2021-06-22 borsAuto merge of #84910 - eopb:stabilize_int_error_matchin...
2021-06-22 borsAuto merge of #85707 - jam1garner:future_prelude_collis...
2021-06-22 borsAuto merge of #86352 - yerke:add-test-for-issue-37508...
2021-06-22 borsAuto merge of #86527 - JohnTitor:rollup-cbu78g4, r...
2021-06-21 borsAuto merge of #86383 - shamatar:slice_len_lowering...
2021-06-20 Alex VlasovSquashed implementation of the pass
2021-06-17 borsAuto merge of #83572 - pkubaj:patch-1, r=nagisa
2021-06-15 Yuki OkushiRollup merge of #82179 - mbartlett21:patch-5, r=joshtri...
2021-06-15 Yuki OkushiRollup merge of #80269 - pickfire:patch-4, r=joshtriplett
2021-06-10 borsAuto merge of #85630 - gilescope:to_digit_speedup3...
2021-06-10 Yuki OkushiRollup merge of #82037 - calavera:strip_debuginfo_osx...
2021-06-07 Yuki OkushiRollup merge of #84262 - camelid:sized-ice, r=estebank
2021-06-06 borsAuto merge of #84863 - ABouttefeux:libtest, r=m-ou-se
2021-06-05 Guillaume GomezRollup merge of #83646 - glittershark:bound-map, r...
2021-06-04 Yuki OkushiRollup merge of #85939 - m-ou-se:fix-remove-ref-macro...
2021-06-04 Yuki OkushiRollup merge of #84880 - jyn514:cleanup-itemkind, r...
2021-06-04 Yuki OkushiRollup merge of #85963 - m-ou-se:constructor-type-name...
2021-06-04 Yuki OkushiRollup merge of #85937 - m-ou-se:macro-ref-suggestions...
2021-06-03 flip1995Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31...
2021-06-03 Yuki OkushiRollup merge of #85852 - m-ou-se:machineapplicable...
2021-05-30 Guillaume GomezRollup merge of #85781 - badboy:document-aarch-ios...
2021-05-28 borsAuto merge of #84968 - FabianWolff:master, r=estebank
2021-05-27 borsAuto merge of #84568 - andoriyu:libtest/junit_formatter...
2021-05-27 bjorn3Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9...
2021-05-27 Dylan DPCRollup merge of #84221 - ABouttefeux:generic-arg-elisio...
2021-05-26 borsAuto merge of #83770 - the8472:tra-extend, r=Mark-Simul...
2021-05-23 Dylan DPCRollup merge of #84758 - ChrisDenton:dllimport, r=dtolnay
2021-05-21 borsAuto merge of #85416 - durin42:llvm-catchup-may-2021...
2021-05-20 borsAuto merge of #84665 - adamgemmell:aarch64-features...
2021-05-20 flip1995Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577...
2021-05-19 borsAuto merge of #84876 - alexcrichton:inline-thread-local...
2021-05-19 Jack HueyRollup merge of #84883 - durin42:allow-unused-prefixes...
2021-05-18 borsAuto merge of #84767 - scottmcm:try_trait_actual, r...
2021-05-16 borsAuto merge of #84549 - tmiasko:static-initializer,...
2021-05-15 Guillaume GomezRollup merge of #84751 - Soveu:is_char_boundary_opt...
2021-05-15 Guillaume GomezRollup merge of #84461 - jyn514:remove-strip-item,...
2021-05-15 borsAuto merge of #84997 - pietroalbini:ci-verify-channel...
2021-05-15 Caleb CartwrightAdd 'src/tools/rustfmt/' from commit '7872306edf2e11a69...
2021-05-14 borsAuto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum
2021-05-13 Guillaume GomezRollup merge of #85068 - luqmana:78708-xcrate-diag...
2021-05-13 borsAuto merge of #85041 - mibac138:suggest-generics, r...
2021-05-12 borsAuto merge of #84730 - sexxi-goose:rox-auto-trait,...
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-05-11 Yuki OkushiRollup merge of #85018 - hi-rustin:rustin-patch-84637...
2021-05-11 borsAuto merge of #85023 - RalfJung:array-to-raw-elem,...
2021-05-11 Yuki OkushiRollup merge of #85002 - jyn514:releases, r=Mark-Simulacrum
2021-05-11 Yuki OkushiRollup merge of #84783 - jyn514:fmt-one, r=Mark-Simulacrum
2021-05-11 Yuki OkushiRollup merge of #84777 - jyn514:rustdoc-parallel, r...
2021-05-11 borsAuto merge of #85012 - FabianWolff:struct-rec, r=davidtwco
2021-05-10 borsAuto merge of #84677 - CDirkx:pal, r=Mark-Simulacrum
2021-05-10 Guillaume GomezRollup merge of #84465 - jyn514:primitive, r=GuillaumeGomez
2021-05-10 Dylan DPCRollup merge of #85096 - clarfonthey:const_unchecked...
2021-05-10 borsAuto merge of #85053 - camsteffen:duplicate-lint, r...
2021-05-10 borsAuto merge of #84507 - crlf0710:codegen_nonlocal_main_w...
2021-05-09 borsAuto merge of #83800 - xobs:impl-16351-nightly, r=nagisa
2021-05-08 borsAuto merge of #83278 - Amanieu:bump_stdarch, r=Mark...
2021-05-08 borsAuto merge of #84470 - jyn514:lints, r=GuillaumeGomez
2021-05-07 Dylan DPCRollup merge of #84887 - jyn514:index-span, r=Xanewok
2021-05-07 Dylan DPCRollup merge of #76808 - LeSeulArtichaut:diagnose-funct...
2021-05-07 borsAuto merge of #84980 - flip1995:clippyup, r=Manishearth
2021-05-07 Dylan DPCRollup merge of #84991 - alexcrichton:target-feature...
2021-05-07 Dylan DPCRollup merge of #84930 - hermitcore:target, r=nagisa
2021-05-07 Dylan DPCRollup merge of #84866 - petrochenkov:wholesome, r...
2021-05-07 Dylan DPCRollup merge of #84655 - CDirkx:wasm, r=m-ou-se
next