]> git.lizzy.rs Git - rust.git/history - library/std/src
Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,GuillaumeGomez
[rust.git] / library / std / src /
2021-04-24 Yuki OkushiRollup merge of #84320 - jsha:details-implementors...
2021-04-24 Yuki OkushiRollup merge of #84250 - jclulow:illumos-bash-bootstrap...
2021-04-24 Yuki OkushiRollup merge of #83990 - the8472:take-trusted-len,...
2021-04-23 borsAuto merge of #83729 - JohnTitor:issue-43913, r=estebank
2021-04-23 borsAuto merge of #84490 - JohnTitor:rollup-wrdj4ko, r...
2021-04-23 Yuki OkushiRollup merge of #84469 - jyn514:dead-code, r=Mark-Simul...
2021-04-23 Yuki OkushiRollup merge of #84456 - richkadel:issue-84421, r=tmandry
2021-04-23 Yuki OkushiRollup merge of #84444 - notriddle:num-docs-from-undocu...
2021-04-23 Yuki OkushiRollup merge of #84433 - GuillaumeGomez:search-input...
2021-04-23 Yuki OkushiRollup merge of #84430 - dvdhrm:rw/uefidoc, r=Amanieu
2021-04-23 Yuki OkushiRollup merge of #84387 - CDirkx:poison, r=m-ou-se
2021-04-23 Yuki OkushiRollup merge of #84374 - CDirkx:gitignore, r=Mark-Simul...
2021-04-23 Yuki OkushiRollup merge of #84359 - lnicola:rust-analyzer-2021...
2021-04-23 Yuki OkushiRollup merge of #84321 - Swatinem:subvariant-details...
2021-04-23 Yuki OkushiRollup merge of #84248 - calebsander:refactor/vec-funct...
2021-04-23 Yuki OkushiRollup merge of #80805 - camelid:iter-by_ref-example...
2021-04-23 borsAuto merge of #84339 - alexcrichton:llvm-fptoint-sat...
2021-04-23 borsAuto merge of #84457 - jyn514:cleanup-crate, r=Guillaum...
2021-04-23 borsAuto merge of #84445 - jyn514:hidden, r=<try>
2021-04-23 borsAuto merge of #83425 - durin42:llvm-update, r=nagisa
2021-04-23 borsAuto merge of #82585 - TrolledWoods:master, r=dtolnay
2021-04-23 borsAuto merge of #78681 - m-ou-se:binary-heap-retain,...
2021-04-22 borsAuto merge of #84420 - workingjubilee:microvec, r=Mark...
2021-04-22 borsAuto merge of #84440 - Dylan-DPC:rollup-0xjb8oi, r...
2021-04-22 Dylan DPCRollup merge of #84413 - CDirkx:args_inner_debug, r...
2021-04-22 Dylan DPCRollup merge of #84404 - tmiasko:intrinsics-in-coercion...
2021-04-22 Dylan DPCRollup merge of #84402 - CDirkx:rwlock, r=dtolnay
2021-04-22 Dylan DPCRollup merge of #84396 - Amanieu:fix_compiler_builtins_...
2021-04-22 Dylan DPCRollup merge of #84377 - jackh726:binder-refactor-fix...
2021-04-22 Dylan DPCRollup merge of #84376 - torhovland:issue-84534, r...
2021-04-22 Dylan DPCRollup merge of #84343 - camsteffen:closure-tree, r...
2021-04-22 borsAuto merge of #77704 - AnthonyMikh:slice_index_with_ops...
2021-04-22 borsAuto merge of #71511 - hi-rustin:rustin-patch-rename...
2021-04-22 Christiaan DirkxRemove `sys::args::Args::inner_debug` and use `Debug...
2021-04-22 Christiaan DirkxMove `sys_common::poison` to `sync::poison`
2021-04-22 borsAuto merge of #84289 - andersk:bootstrap-bulk-dir,...
2021-04-22 borsAuto merge of #84411 - m-ou-se:rollup-9btsp2t, r=m...
2021-04-21 Mara BosRollup merge of #84406 - m-ou-se:drop-delete-alias...
2021-04-21 Mara BosRollup merge of #84393 - GuillaumeGomez:better-open...
2021-04-21 Mara BosRollup merge of #84390 - m-ou-se:make-debug-non-exhaust...
2021-04-21 Mara BosRollup merge of #84380 - Smittyvb:rdoc-title-order...
2021-04-21 Mara BosRollup merge of #84379 - marmeladema:test-for-issue...
2021-04-21 Mara BosRollup merge of #84378 - starthal:patch-1, r=jyn514
2021-04-21 Mara BosRollup merge of #84365 - vext01:improve-lto-docstrings...
2021-04-21 Mara BosRollup merge of #84301 - r00ster91:patch-1, r=kennytm
2021-04-21 Mara BosRollup merge of #84251 - RalfJung:non-zero-const-since...
2021-04-21 Mara BosRollup merge of #84212 - CDirkx:void, r=m-ou-se
2021-04-21 Mara BosRollup merge of #84119 - CDirkx:vxworks, r=m-ou-se
2021-04-21 Mara BosRollup merge of #84013 - CDirkx:fmt, r=m-ou-se
2021-04-21 borsAuto merge of #84394 - m-ou-se:upgrade-ci-dep-expat...
2021-04-21 Christiaan DirkxMove `sys_common::rwlock::StaticRWLock` etc. to `sys...
2021-04-21 Christiaan DirkxApply suggestions from code review
2021-04-21 Christiaan DirkxReplace all `fmt.pad` with `debug_struct`
2021-04-20 Christiaan DirkxChange uses of never type
2021-04-20 Christiaan DirkxReplace `Void` with never type
2021-04-20 borsAuto merge of #84353 - estebank:as-ref-mir, r=davidtwco
2021-04-20 Dylan DPCRollup merge of #84347 - Swatinem:simplify-document...
2021-04-20 Dylan DPCRollup merge of #84345 - ehuss:remove-core-core-comment...
2021-04-20 Dylan DPCRollup merge of #84340 - notriddle:patch-4, r=Guillaume...
2021-04-20 Dylan DPCRollup merge of #84337 - matklad:insert_or_insert,...
2021-04-20 borsAuto merge of #84323 - richkadel:uncovered-functions...
2021-04-20 borsAuto merge of #83900 - torhovland:issue-83832, r=jyn514
2021-04-20 borsAuto merge of #84295 - richkadel:continue-coverage...
2021-04-20 borsAuto merge of #84334 - klensy:typo-compiler, r=jyn514
2021-04-19 borsAuto merge of #84342 - Dylan-DPC:rollup-5b40142, r...
2021-04-19 Dylan DPCRollup merge of #84330 - GuillaumeGomez:remove-footer...
2021-04-19 Dylan DPCRollup merge of #84313 - lcnr:sized-err-msg, r=petrochenkov
2021-04-19 Dylan DPCRollup merge of #84291 - RalfJung:thread-local-const...
2021-04-19 Dylan DPCRollup merge of #84256 - tspiteri:pretty-minus-zero...
2021-04-19 Dylan DPCRollup merge of #84168 - cjgillot:asi, r=davidtwco
2021-04-19 Dylan DPCRollup merge of #84126 - 12101111:musl-sanitizer, r...
2021-04-19 Dylan DPCRollup merge of #84123 - bjorn3:compile_mono_item_dep_n...
2021-04-19 borsAuto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco
2021-04-19 borsAuto merge of #84294 - WaffleLapkin:patch-2, r=jonas...
2021-04-19 Christiaan DirkxFix `vxworks` compilation errors
2021-04-19 Christiaan DirkxMove `sys::vxworks` code to `sys::unix`
2021-04-19 borsAuto merge of #84283 - jsha:de-emphasize-attributes...
2021-04-19 borsAuto merge of #84316 - teymour-aldridge:improve-default...
2021-04-19 borsAuto merge of #84288 - notriddle:short-links, r=jyn514
2021-04-19 Trevor SpiteriUpdate library/std/src/primitive_docs.rs
2021-04-18 borsAuto merge of #83799 - crlf0710:stablize_non_ascii_iden...
2021-04-18 borsAuto merge of #78880 - CDirkx:not_supported, r=joshtriplett
2021-04-18 borsAuto merge of #84274 - nagisa:fix-simd, r=nikic
2021-04-18 borsAuto merge of #84285 - hi-rustin:rustin-patch-search...
2021-04-18 Ralf Jungfix aliasing violations in thread_local_const_init
2021-04-18 CDirkxBump to 1.53.0
2021-04-18 Christiaan DirkxFix test `metadata_access_times` to also check for...
2021-04-18 Christiaan DirkxRename `NotSupported` to `Unsupported`
2021-04-18 Christiaan DirkxUse `NotSupported` in more places
2021-04-18 CDirkxBump since to 1.52.0
2021-04-18 Christiaan DirkxUpdate `decode_error_kind` to decode os errors to ...
2021-04-18 Christiaan DirkxAdd and insta-stabilize `std::io::ErrorKind::NotSupported`
2021-04-18 borsAuto merge of #84207 - SimonSapin:deprecate-core-raw...
2021-04-18 borsAuto merge of #84065 - c410-f3r:tests-tests-tests,...
2021-04-18 borsAuto merge of #84064 - hyd-dev:unknown-lints, r=petroch...
2021-04-17 borsAuto merge of #84061 - AngelicosPhosphoros:issue-75598...
2021-04-17 borsAuto merge of #84279 - Dylan-DPC:rollup-k7otd7e, r...
2021-04-17 Dylan DPCRollup merge of #84257 - joshtriplett:inaddr-any, r...
2021-04-17 Dylan DPCRollup merge of #84203 - jyn514:anchor-span, r=euclio
2021-04-17 Dylan DPCRollup merge of #84150 - jsha:defer-search-js, r=Guilla...
next