summary refs log tree commit diff
path: root/src/libcore/macros.rs
AgeCommit message (Expand)AuthorLines
2018-05-03update concat_idents doc stubsMichael Lamparski-2/+2
2018-04-24Rollup merge of #49906 - kennytm:stable-unreachable, r=sfacklerkennytm-4/+4
2018-04-21add more aliasesGuillaume Gomez-0/+1
2018-04-16Stabilize core::hint::unreachable_unchecked.kennytm-4/+4
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-65/+0
2018-03-07Make `assert` macro a built-in procedural macroShotaro Yamada-0/+15
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-7/+35
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-1/+1
2018-02-07update the builtin macro doc stubsMichael Lamparski-5/+20
2018-02-07libcore/libstd: fix commas in macro_rules! macrosMichael Lamparski-2/+15
2018-01-04Make examples equivalentaheart-0/+1
2017-12-07Rollup merge of #46416 - liigo:cfg-macro, r=steveklabnikGuillaume Gomez-1/+1
2017-12-04Give compile_error macro examplesHavvy-2/+2
2017-12-01doc: macro `cfg!` evaluating at compile-timeLiigo Zhuang-1/+1
2017-11-26Update libcore macro stubs like libstdMichael Lamparski-6/+14
2017-11-20Fix some docs summary nitsMarco A L Barbosa-1/+1
2017-11-09Allow a trailing comma in assert_eq/ne macroKonrad Borowski-0/+6
2017-10-22fix stringify docsAlex Burka-2/+2
2017-09-10Use rvalue promotion to 'static instead of static items.Eduard-Mihai Burtescu-10/+3
2017-09-02Merge branch 'master' of git://github.com/rust-lang/rustMarkMcCaskey-10/+0
2017-08-31Merge branch 'master' into masterMark-12/+35
2017-08-31Update bootstrap compilerAlex Crichton-10/+0
2017-08-30update unimplemented! docsMarkMcCaskey-2/+5
2017-08-29API docs: macros. Part of #29329 Standard Library Documentation Checklist.Andy Gauge-14/+42
2017-08-08Avoid calling the column!() macro in panicest31-2/+12
2017-07-25Stabilize the `compile_error_macro` featureAlex Crichton-1/+1
2017-07-12Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnikMark Simulacrum-1/+1
2017-07-05Insert current implementation headerStefan Schindler-1/+1
2017-07-02Fix the test failure, add comment, and refactor a little bitest31-2/+2
2017-07-02Output line column info when panickingest31-4/+6
2017-06-24Auto merge of #42541 - gilescope:patch-1, r=alexcrichtonbors-8/+12
2017-06-22Adding training commer to be more consistent with prior format.Giles Cope-4/+4
2017-06-20Whitespace changeGiles Cope-2/+2
2017-06-19Merge remote-tracking branch 'upstream/master'Giles Cope-2/+3
2017-06-19Add compile_error!Wesley Wiser-0/+11
2017-06-15Add hint about the return code of panic!Stefan Schindler-1/+1
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-1/+1
2017-06-13Removing tabs. Sorry - have updated my .vimrcGiles Cope-2/+2
2017-06-13Updated tests and fixed inconsistent message on assert_eqGiles Cope-8/+10
2017-06-13updated assert_eq test, fixed incorrect assert_ne message and added test.Giles Cope-8/+12
2017-06-11Auto merge of #42155 - seanmonstar:unimplemented, r=sfacklerbors-1/+2
2017-06-08Assert failure message easier to readSquirrel-4/+6
2017-06-07core: allow messages in unimplemented!() macroSean McArthur-1/+2
2017-06-05Doc changes for assert macrosMichael Kohl-5/+13
2017-04-18Fix a few stability attributesOliver Middleton-5/+5
2017-03-30Improve the docs for the write and writeln macrosSam Whited-38/+16
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-2/+2
2017-03-07Add missing urls in some macros docGuillaume Gomez-7/+16
2017-02-06improve error message when two-arg assert_eq! receives a trailing commaZack M. Davis-6/+6
2017-01-11Document the optional extra arguments to assert_eq!() / assert_ne!()Federico Mena Quintero-1/+12