]> git.lizzy.rs Git - rust.git/history - library/core
Rollup merge of #82379 - nagisa:nagisa/hexagon-enums, r=estebank
[rust.git] / library / core /
2021-02-16 Guillaume GomezRollup merge of #82160 - pierwill:patch-2, r=lcnr
2021-02-16 Guillaume GomezRollup merge of #82145 - GuillaumeGomez:es5-checks...
2021-02-16 borsAuto merge of #82150 - RalfJung:miri, r=RalfJung
2021-02-16 Peter Todd[Minor] Update discriminant_value docs
2021-02-16 bjorn3Ignore Atomic*::fetch_{min,max} tests on ARM
2021-02-16 borsAuto merge of #82058 - gilescope:to_digit_speedup,...
2021-02-16 Teddy KatzDocument that `assert!` format arguments are evaluated...
2021-02-16 borsAuto merge of #81734 - richkadel:fixfordash, r=pnkfelix
2021-02-16 borsAuto merge of #82153 - jonas-schievink:rollup-ls5r943...
2021-02-15 Lukas KalbertodtAdd internal `collect_into_array[_unchecked]` to remove...
2021-02-15 Jonas SchievinkRollup merge of #82147 - lnicola:rust-analyzer-2021...
2021-02-15 Jonas SchievinkRollup merge of #82141 - jrvanwhy:issue-82052, r=sanxiyn
2021-02-15 Jonas SchievinkRollup merge of #82133 - ehuss:extern-prelude-link...
2021-02-15 Jonas SchievinkRollup merge of #82129 - est31:master, r=jyn514
2021-02-15 Jonas SchievinkRollup merge of #82120 - sfackler:arguments-as-str...
2021-02-15 Jonas SchievinkRollup merge of #82119 - m-ou-se:typo, r=dtolnay
2021-02-15 Jonas SchievinkRollup merge of #82118 - lukaslueg:env_decl, r=m-ou-se
2021-02-15 Jonas SchievinkRollup merge of #82106 - jyn514:cleanup-bootstrap,...
2021-02-15 Jonas SchievinkRollup merge of #82077 - pierwill:edit-droparena, r...
2021-02-15 Jonas SchievinkRollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpu...
2021-02-15 Jonas SchievinkRollup merge of #82063 - NULLx76:fix-minor-typo, r...
2021-02-15 Jonas SchievinkRollup merge of #82061 - RalfJung:ctfe-read-pointer...
2021-02-15 Jonas SchievinkRollup merge of #82060 - taiki-e:typo, r=m-ou-se
2021-02-15 Jonas SchievinkRollup merge of #82009 - BoxyUwU:idontknooow, r=varkor
2021-02-15 Jonas SchievinkRollup merge of #81975 - Amanieu:seal2, r=m-ou-se
2021-02-15 Jonas SchievinkRollup merge of #81897 - vandenheuvel:match_exhaustive_...
2021-02-15 Jonas SchievinkRollup merge of #81503 - henryboisdequin:fix-const...
2021-02-15 Simon SapinUse local path for already-imported function
2021-02-15 Simon SapinPointer metadata: add tracking issue number
2021-02-15 Simon SapinAdd a ThinBox library as a libcore test for pointer...
2021-02-15 Simon SapinFix intra-doc link to raw pointer method
2021-02-15 Simon SapinFix libcore unit tests in stage 0
2021-02-15 Simon SapinMore doc-comments for pointer metadata APIs
2021-02-15 Simon SapinUse new pointer metadata API inside libcore instead...
2021-02-15 Simon SapinAdd `to_raw_parts` methods to `*const`, `*mut`, and...
2021-02-15 Simon SapinAdd `ptr::from_raw_parts`, `ptr::from_raw_parts_mut...
2021-02-15 Simon SapinAdd `size_of`, `align_of`, and `layout` methods to...
2021-02-15 Simon SapinParameterize `DynMetadata` over its `dyn SomeTrait...
2021-02-15 Simon SapinAdd `ptr::Pointee` trait (for all types) and `ptr:...
2021-02-15 borsAuto merge of #81855 - cjgillot:ensure-cache, r=oli-obk
2021-02-15 SquirrelUpdate methods.rs
2021-02-15 SquirrelUse wrapping sub
2021-02-14 Steven FacklerStabilize Arguments::as_str
2021-02-14 AlphyrHide internals items in documentation
2021-02-14 Benoît du GarreauApply suggestions
2021-02-14 Benoît du GarreauApply suggestion
2021-02-14 Benoît du GarreauFix UI tests and merge `assert_eq` and `assert_ne`...
2021-02-14 lukasluegUpdate library/core/src/macros/mod.rs
2021-02-14 Mara BosUse `#[rustc_inherit_overflow_checks]` instead of Add...
2021-02-14 Benoît du GarreauImprove assert_eq! and assert_ne!
2021-02-14 Lukas LuegAdd missing env!-decl variant
2021-02-14 Giles CopeSimpler way to convert to digit
2021-02-14 Dylan DPCRollup merge of #82056 - b-naber:mut_for_loop_bug,...
2021-02-14 Dylan DPCRollup merge of #82029 - tmiasko:debug, r=matthewjasper
2021-02-14 Dylan DPCRollup merge of #81965 - osa1:issue81200, r=oli-obk
2021-02-14 Dylan DPCRollup merge of #81927 - vandenheuvel:issue_32498,...
2021-02-14 Dylan DPCRollup merge of #81919 - ssomers:btree_cleanup_comments...
2021-02-14 Dylan DPCRollup merge of #81914 - kper:fixing-81885, r=estebank
2021-02-14 Dylan DPCRollup merge of #81912 - sexxi-goose:Migrations2_review...
2021-02-14 Dylan DPCRollup merge of #81891 - CraftSpider:fn-header, r=jyn514
2021-02-14 Dylan DPCRollup merge of #80920 - rylev:check_attr-refactor...
2021-02-14 Dylan DPCRollup merge of #80523 - LeSeulArtichaut:inline-sym...
2021-02-14 borsAuto merge of #81286 - Aaron1011:collect-tokens-attrs...
2021-02-14 bjorn3Add tests for Atomic*::fetch_{min,max}
2021-02-14 borsAuto merge of #81956 - ssomers:btree_post_75200, r...
2021-02-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-13 Matthew JasperRemove ProjectionTy::from_ref_and_name
2021-02-13 borsAuto merge of #81494 - cuviper:btree-node-init, r=Mark...
2021-02-13 borsAuto merge of #81666 - hyd-dev:miri-windows-test-fail...
2021-02-13 Giles Copeno need to check assertion on fast path.
2021-02-13 borsAuto merge of #81854 - the8472:specialize-clone-slice...
2021-02-13 Yuki OkushiRollup merge of #82050 - hbina:fix/added-test-to-drain...
2021-02-13 Yuki OkushiRollup merge of #82041 - notriddle:shared-from-slice...
2021-02-13 Yuki OkushiRollup merge of #82040 - GuillaumeGomez:ensure-src...
2021-02-13 Yuki OkushiRollup merge of #82033 - magurotuna:issue82016, r=jyn514
2021-02-13 Yuki OkushiRollup merge of #82031 - LingMan:unneeded_var, r=varkor
2021-02-13 Yuki OkushiRollup merge of #81995 - 0yoyoyo:fix-issue-81650-explic...
2021-02-13 Yuki OkushiRollup merge of #81900 - vandenheuvel:organize_trait_te...
2021-02-13 Yuki OkushiRollup merge of #81811 - schteve:fix_vec_retain_doc_tes...
2021-02-13 borsAuto merge of #82045 - Dylan-DPC:rollup-244l0sb, r...
2021-02-12 Dylan DPCRollup merge of #82030 - LingMan:init_directly, r=varkor
2021-02-12 Dylan DPCRollup merge of #82023 - MikailBag:boxed-docs-unallow...
2021-02-12 Dylan DPCRollup merge of #82022 - LingMan:single_char, r=jonas...
2021-02-12 Dylan DPCRollup merge of #81911 - BoxyUwU:constgenericgaticefix...
2021-02-12 Dylan DPCRollup merge of #81850 - the8472:env-rwlock, r=m-ou-se
2021-02-12 Dylan DPCRollup merge of #81741 - sdroege:zip-trusted-random...
2021-02-12 Dylan DPCRollup merge of #81506 - vo4:hwasan, r=nagisa
2021-02-12 Dylan DPCRollup merge of #81479 - osa1:issue24151, r=lcnr
2021-02-12 Dylan DPCRollup merge of #81012 - VillSnow:stabilize_partition_p...
2021-02-12 Dylan DPCRollup merge of #79775 - jyn514:doctest, r=GuillaumeGomez
2021-02-12 borsAuto merge of #81744 - rylev:overlapping-early-exit2...
2021-02-12 borsAuto merge of #82025 - JohnTitor:rollup-cohp0gy, r...
2021-02-12 VillSnowstabilize partition_point
2021-02-12 VillSnowupdate documents
2021-02-12 Yuki OkushiRollup merge of #82017 - eltociear:patch-8, r=jyn514
2021-02-12 Yuki OkushiRollup merge of #82013 - Mark-Simulacrum:better-ci...
2021-02-12 Yuki OkushiRollup merge of #82011 - jyn514:warn-private-assoc...
2021-02-12 Yuki OkushiRollup merge of #82004 - GuillaumeGomez:clean-static...
2021-02-12 Yuki OkushiRollup merge of #82003 - ojeda:stack-probe-msg, r=estebank
2021-02-12 Yuki OkushiRollup merge of #81997 - bnjbvr:dist-include-build...
next