summary refs log tree commit diff
path: root/src/libcore/macros/mod.rs
AgeCommit message (Expand)AuthorLines
2020-01-06macros: typo fixLucas Pardue-1/+1
2020-01-04core and std macros and panic internals use panic::Location::caller.Adam Perry-9/+3
2019-12-27Stabilize the `matches!` macroSimon Sapin-3/+1
2019-12-24Auto merge of #67445 - llogiq:todo, r=dtolnaybors-20/+25
2019-12-24Differentiate todo! and unimplemented!Andre Bogus-20/+25
2019-12-23Rollup merge of #67466 - oli-obk:const_intrinsic, r=CentrilMazdak Farrokhzad-0/+1
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-12-20Require const stability attributes on intrinsics to be able to use them in co...Oliver Scherer-0/+1
2019-12-19Correct the todo! stabilization versionJakub Kądziołka-1/+1
2019-11-26Format libcore with rustfmtDavid Tolnay-64/+141
2019-11-14Centralize panic macro documentationChris Gregory-0/+1326