]> git.lizzy.rs Git - rust.git/history - library/std/src/ffi/os_str
Rollup merge of #97087 - Nilstrieb:clarify-slice-iteration-order, r=dtolnay
[rust.git] / library / std / src / ffi / os_str /
2022-05-21 xFrednetMerge 'rust-clippy/master' into clippyup
2022-05-18 Yuki OkushiRollup merge of #96866 - Mark-Simulacrum:intelligent...
2022-05-18 borsAuto merge of #96863 - SparrowLii:let, r=michaelwoerister
2022-05-18 borsAuto merge of #96800 - nbdd0121:const, r=nagisa
2022-05-18 Dylan DPCRollup merge of #96917 - marti4d:master, r=ChrisDenton
2022-05-15 borsAuto merge of #96895 - SparrowLii:interval, r=Mark...
2022-05-15 bjorn3Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431...
2022-05-13 borsAuto merge of #96493 - chbaker0:issue-96342-fix, r...
2022-05-12 Matthias KrügerRollup merge of #96939 - GuillaumeGomez:settings-css...
2022-05-12 borsAuto merge of #96940 - TaKO8Ki:stop-suggesting-wrong...
2022-05-11 Dylan DPCRollup merge of #95281 - pierwill:fix-85513, r=Dylan-DPC
2022-05-11 Yuki OkushiRollup merge of #96900 - GuillaumeGomez:fix-js-error...
2022-05-11 borsAuto merge of #96888 - Aaron1011:fake-borrow-no-sort...
2022-05-10 Yuki OkushiRollup merge of #96882 - jackh726:no-subst, r=oli-obk
2022-05-10 Yuki OkushiRollup merge of #96879 - notriddle:notriddle/search...
2022-05-10 Yuki OkushiRollup merge of #96861 - m-ou-se:std-use-prelude-2021...
2022-05-10 Yuki OkushiRollup merge of #96849 - c410-f3r:z-errors, r=petrochenkov
2022-05-10 Dylan DPCRollup merge of #96872 - RalfJung:layout-sanity, r...
2022-05-10 Dylan DPCRollup merge of #96823 - jackh726:params-heuristics...
2022-05-10 Dylan DPCRollup merge of #96812 - cjgillot:no-lint-outllives...
2022-05-10 borsAuto merge of #96808 - cjgillot:impossible-trait, r...
2022-05-09 borsAuto merge of #96838 - tmiasko:lazy-switch-sources...
2022-05-09 borsAuto merge of #96473 - lcnr:querify-codegen-fn-attrs...
2022-05-09 borsAuto merge of #96877 - matthiaskrgr:rollup-evlh6ot...
2022-05-09 Matthias KrügerRollup merge of #96858 - notriddle:notriddle/cleanup...
2022-05-09 Matthias KrügerRollup merge of #96854 - jackh726:subst-cleanup, r...
2022-05-09 Matthias KrügerRollup merge of #96844 - Badel2:actually-fix-96583...
2022-05-09 Matthias KrügerRollup merge of #96841 - thomcc:revert-osstr-join,...
2022-05-09 Matthias KrügerRollup merge of #95483 - golddranks:improve_float_docs...
2022-05-09 borsAuto merge of #95960 - jhpratt:remove-rustc_deprecated...
2022-05-09 borsAuto merge of #96802 - gimbles:windows_slice, r=thomcc
2022-05-08 Matthias KrügerRollup merge of #96828 - scottmcm:clarify-hasher-write...
2022-05-08 Matthias KrügerRollup merge of #96617 - ken-matsui:fix-incorrect-synta...
2022-05-08 borsAuto merge of #96302 - Serial-ATA:more-diagnostic-items...
2022-05-08 Thom ChiovoloniRevert "Implement [OsStr]::join", which was merged...
2022-05-08 borsAuto merge of #96770 - flip1995:fix-trait-type-in-bound...
2022-05-08 borsAuto merge of #96689 - gimbles:campfire, r=Mark-Simulacrum
2022-05-08 borsAuto merge of #96659 - thatzopoulos:issue-90679-fix...
2022-05-08 borsAuto merge of #96457 - yungkneez:fix-bootstrap, r=Mark...
2022-05-07 Matthias KrügerRollup merge of #96757 - jyn514:fewer-clippy-rebuilds...
2022-05-07 Matthias KrügerRollup merge of #96756 - jyn514:compiler-docs-default...
2022-05-07 Matthias KrügerRollup merge of #96726 - oli-obk:no_cross_inference...
2022-05-07 Matthias KrügerRollup merge of #96671 - mgeisler:current-exe-docstring...
2022-05-07 Matthias KrügerRollup merge of #96667 - oli-obk:collect_hidden_types...
2022-05-07 Matthias KrügerRollup merge of #96586 - ear7h:master, r=joshtriplett
2022-05-07 Matthias KrügerRollup merge of #96336 - Nilstrieb:link-to-correct...
2022-05-07 borsAuto merge of #96670 - Urgau:bootstrap-check-cfg-featur...
2022-05-07 Guillaume GomezRollup merge of #96760 - davidtwco:diagnostic-translati...
2022-05-07 Guillaume GomezRollup merge of #96636 - GuillaumeGomez:fix-jump-to...
2022-05-07 borsAuto merge of #96780 - Kobzol:ci-llvm-upgrade-osx-windo...
2022-05-07 borsAuto merge of #96094 - Elliot-Roberts:fix_doctests...
2022-05-07 Michael GouletRollup merge of #96783 - aliemjay:typo-issue-95034...
2022-05-07 Michael GouletRollup merge of #96758 - davidtwco:split-debuginfo...
2022-05-07 Michael GouletRollup merge of #96746 - JohnTitor:issue-96738, r=petro...
2022-05-07 Michael GouletRollup merge of #96701 - kraktus:alloc_example_2018_edi...
2022-05-07 Michael GouletRollup merge of #96660 - jyn514:better-missing-path...
2022-05-06 borsAuto merge of #96458 - Aaron1011:no-cycle-caching,...
2022-05-06 Guillaume GomezRollup merge of #96754 - notriddle:notriddle/impl-dups...
2022-05-06 Guillaume GomezRollup merge of #96752 - scottmcm:error-sorting, r...
2022-05-06 Guillaume GomezRollup merge of #96748 - GuillaumeGomez:reexports-in...
2022-05-06 Guillaume GomezRollup merge of #96733 - SparrowLii:place_to_string...
2022-05-06 Guillaume GomezRollup merge of #96650 - tmiasko:global-asm-sym-fn...
2022-05-06 Guillaume GomezRollup merge of #96590 - notriddle:notriddle/tab-bar...
2022-05-06 Guillaume GomezRollup merge of #96557 - nbdd0121:const, r=oli-obk
2022-05-06 borsAuto merge of #95454 - randomicon00:fix95444, r=wesleywiser
2022-05-06 borsAuto merge of #95183 - ibraheemdev:arc-count-acquire...
2022-05-06 borsAuto merge of #96268 - jackh726:remove-mutable_borrow_r...
2022-05-06 borsAuto merge of #94598 - scottmcm:prefix-free-hasher...
2022-05-06 borsAuto merge of #96510 - m-ou-se:futex-bsd, r=Amanieu
2022-05-06 borsAuto merge of #96759 - compiler-errors:rollup-p4jtm92...
2022-05-06 Michael GouletRollup merge of #96747 - JohnTitor:expect-local-track...
2022-05-06 Michael GouletRollup merge of #96744 - est31:join_osstr, r=thomcc
2022-05-05 est31Implement [OsStr]::join
2022-05-05 flip1995Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf...
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-08 flip1995Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd...
2022-03-30 Caleb CartwrightMerge commit '5ff7b632a95bac6955611d85040859128902c580...
2022-03-26 bjorn3Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506...
2022-03-24 flip1995Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42...
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-14 flip1995Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75...
2022-03-13 Jubilee YoungSync portable-simd to rust-lang/portable-simd@72df4c450...
2022-02-28 Jubilee YoungSync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e9...
2022-02-26 flip1995Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436...
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2022-02-10 flip1995Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c...
2022-01-27 Jubilee YoungSync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f...
2022-01-27 flip1995Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6...
2022-01-17 flip1995Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97...
2022-01-13 flip1995Merge commit '97a5daa65908e59744e2bc625b14849352231c75...
2021-12-31 bjorn3Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e...
2021-12-30 flip1995Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6...
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-12-17 flip1995Merge commit '23d11428de3e973b34a5090a78d62887f821c90e...
2021-12-17 Vadim PetrochenkovMerge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5...
2021-12-06 flip1995Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35...
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-12-03 Jubilee YoungMerge commit 'a8385522ade6f67853edac730b5bf164ddb298fd...
next