summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-12/+23
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-12/+23
2024-11-20Stabilize const_pin_2George Bateman-1/+0
2024-11-13Rollup merge of #133003 - zachs18:clonetouninit-dyn-compat-u8, r=dtolnayJubilee-6/+6
2024-11-13Update core CloneToUninit testsZachary S-6/+6
2024-11-12stabilize const_option_extRalf Jung-1/+0
2024-11-04most const intrinsics don't need an explicit rustc_const_unstable any moreRalf Jung-1/+1
2024-11-03Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnayJubilee-259/+0
2024-11-03remove const-support for align_offsetRalf Jung-259/+0
2024-11-03Rollup merge of #132503 - RalfJung:const-hash-map, r=AmanieuMatthias Krüger-1/+0
2024-11-03Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnayMatthias Krüger-0/+11
2024-11-02remove const_hash feature leftoversRalf Jung-1/+0
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-2/+0
2024-10-28Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35Matthias Krüger-1/+0
2024-10-26Add test for all midpoint expectationsUrgau-0/+55
2024-10-26Round negative signed integer towards zero in `iN::midpoint`Urgau-2/+2
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-1/+0
2024-10-25get rid of the internal unlikely macroRalf Jung-1/+0
2024-10-25Re-do recursive const stability checksRalf Jung-1/+1
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-2/+2
2024-10-23Rollup merge of #131707 - clarfonthey:constify-core-tests, r=thomccMatthias Krüger-525/+539
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+2
2024-10-18Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay许杰友 Jieyou Xu (Joe)-1/+5
2024-10-17Do not run test where it cannot runAmanjeev Sethi-0/+1
2024-10-16Partially stabilize const_pinGeorge Bateman-1/+5
2024-10-15update bootstrap configsJosh Stone-2/+1
2024-10-14Run most core::num tests in const context tooltdk-525/+539
2024-10-14Rollup merge of #131616 - RalfJung:const_ip, r=tgross35Matthias Krüger-3/+0
2024-10-14Rollup merge of #130629 - Dirbaio:net-from-octets, r=tgross35Matthias Krüger-1/+24
2024-10-13core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segmentsDario Nieuwenhuis-1/+24
2024-10-13Auto merge of #125679 - clarfonthey:escape_ascii, r=joboetbors-3/+19
2024-10-13merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gateRalf Jung-3/+0
2024-10-12Stabilize `const_option`Trevor Gross-1/+0
2024-10-12Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJungTrevor Gross-1/+0
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-1/+0
2024-10-11Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35Trevor Gross-1/+0
2024-10-11Rollup merge of #131287 - RalfJung:const_result, r=tgross35Trevor Gross-1/+0
2024-10-11Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboetTrevor Gross-1/+0
2024-10-11Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomccTrevor Gross-51/+0
2024-10-11stabilize const_resultRalf Jung-1/+0
2024-10-11stabilize duration_consts_floatRalf Jung-1/+0
2024-10-10Rollup merge of #130538 - ultrabear:ultrabear_const_from_ref, r=workingjubileeMatthias Krüger-2/+0
2024-10-09Optimize escape_asciiltdk-3/+19
2024-10-09Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdevMatthias Krüger-1/+1
2024-10-09Library: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-10-09stabilize `{slice,array}::from_mut`ultrabear-2/+0
2024-10-08Stabilize `isqrt` featureChai T. Rex-1/+0
2024-10-08Add LowerExp and UpperExp implementationsrickdewater-0/+11
2024-10-04Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro...Jubilee-1/+0
2024-10-02library: Stabilize `const_ptr_as_ref`Jubilee Young-1/+0