about summary refs log tree commit diff
path: root/src/libcore/macros
AgeCommit message (Expand)AuthorLines
2020-04-29Update src/libcore/macros/mod.rsDavid Freese-1/+1
2020-04-29Add clarification on std::cfg macro docs v. #[cfg] attributeDavid Freese-0/+4
2020-04-27Update link to unstable book for llvm_asm macroZach Reizner-1/+1
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-1/+1
2020-04-25Bump bootstrap compilerMark Rousskov-45/+1
2020-04-15Deprecate the asm! macroAmanieu d'Antras-3/+7
2020-04-15Update stdarch submodule to use llvm_asm! instead of asm!Amanieu d'Antras-0/+4
2020-04-02Expand on platform details of `include_xxx` macrosRoberto Vidal-5/+11
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-1/+42
2020-03-17Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasperMazdak Farrokhzad-0/+12
2020-03-10also make panic_fmt track_callerRalf Jung-0/+21
2020-03-10builtin_macros: Add attribute macro `#[cfg_accessible(path)]`Vadim Petrochenkov-0/+12
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/+1373