about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
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-31Add a `collect_into` tuple test caseSebastian Hahn-0/+13
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
2024-10-01Stabilize `debug_more_non_exhaustive`Trevor Gross-1/+0
2024-09-30Port sort-research-rs test suite Rust stdlib testsLukas Bergdoll-51/+0
2024-09-28stabilize const_cell_into_innerRalf Jung-1/+0
2024-09-26Rollup merge of #130313 - c410-f3r:unlock-rfc-2011, r=thomccJubilee-0/+20
2024-09-23stabilize const_intrinsic_copyRalf Jung-1/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-15/+16