about summary refs log tree commit diff
path: root/src/libcore/internal_macros.rs
AgeCommit message (Expand)AuthorLines
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-81/+0
2019-04-18libcore => 2018Taiki Endo-6/+4
2019-03-26Life's too short not to use cfg_ifgnzlbg-0/+81
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-6/+6
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-1/+1
2019-02-17Use more impl header lifetime elisionScott McMurray-1/+1
2019-02-12Move str::escape_* to libcoreSimon Sapin-0/+44
2018-12-25Remove licensesMark Rousskov-11/+0
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-14/+0
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-0/+13
2017-09-21fix version numberEh2406-1/+1
2017-09-03Manuall rebase of @Migi pull/41336Eh2406-0/+19
2017-01-29Fix a few impl stability attributesOliver Middleton-4/+12
2016-10-23Implement ops on `&Wrapping<T>`Cristi Cobzarenco-0/+62