| Age | Commit message (Expand) | Author | Lines |
| 2018-05-03 | update concat_idents doc stubs | Michael Lamparski | -2/+2 |
| 2018-04-24 | Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler | kennytm | -4/+4 |
| 2018-04-21 | add more aliases | Guillaume Gomez | -0/+1 |
| 2018-04-16 | Stabilize core::hint::unreachable_unchecked. | kennytm | -4/+4 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -65/+0 |
| 2018-03-07 | Make `assert` macro a built-in procedural macro | Shotaro Yamada | -0/+15 |
| 2018-02-28 | Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay | bors | -7/+35 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -1/+1 |
| 2018-02-07 | update the builtin macro doc stubs | Michael Lamparski | -5/+20 |
| 2018-02-07 | libcore/libstd: fix commas in macro_rules! macros | Michael Lamparski | -2/+15 |
| 2018-01-04 | Make examples equivalent | aheart | -0/+1 |
| 2017-12-07 | Rollup merge of #46416 - liigo:cfg-macro, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-12-04 | Give compile_error macro examples | Havvy | -2/+2 |
| 2017-12-01 | doc: macro `cfg!` evaluating at compile-time | Liigo Zhuang | -1/+1 |
| 2017-11-26 | Update libcore macro stubs like libstd | Michael Lamparski | -6/+14 |
| 2017-11-20 | Fix some docs summary nits | Marco A L Barbosa | -1/+1 |
| 2017-11-09 | Allow a trailing comma in assert_eq/ne macro | Konrad Borowski | -0/+6 |
| 2017-10-22 | fix stringify docs | Alex Burka | -2/+2 |
| 2017-09-10 | Use rvalue promotion to 'static instead of static items. | Eduard-Mihai Burtescu | -10/+3 |
| 2017-09-02 | Merge branch 'master' of git://github.com/rust-lang/rust | MarkMcCaskey | -10/+0 |
| 2017-08-31 | Merge branch 'master' into master | Mark | -12/+35 |
| 2017-08-31 | Update bootstrap compiler | Alex Crichton | -10/+0 |
| 2017-08-30 | update unimplemented! docs | MarkMcCaskey | -2/+5 |
| 2017-08-29 | API docs: macros. Part of #29329 Standard Library Documentation Checklist. | Andy Gauge | -14/+42 |
| 2017-08-08 | Avoid calling the column!() macro in panic | est31 | -2/+12 |
| 2017-07-25 | Stabilize the `compile_error_macro` feature | Alex Crichton | -1/+1 |
| 2017-07-12 | Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnik | Mark Simulacrum | -1/+1 |
| 2017-07-05 | Insert current implementation header | Stefan Schindler | -1/+1 |
| 2017-07-02 | Fix the test failure, add comment, and refactor a little bit | est31 | -2/+2 |
| 2017-07-02 | Output line column info when panicking | est31 | -4/+6 |
| 2017-06-24 | Auto merge of #42541 - gilescope:patch-1, r=alexcrichton | bors | -8/+12 |
| 2017-06-22 | Adding training commer to be more consistent with prior format. | Giles Cope | -4/+4 |
| 2017-06-20 | Whitespace change | Giles Cope | -2/+2 |
| 2017-06-19 | Merge remote-tracking branch 'upstream/master' | Giles Cope | -2/+3 |
| 2017-06-19 | Add compile_error! | Wesley Wiser | -0/+11 |
| 2017-06-15 | Add hint about the return code of panic! | Stefan Schindler | -1/+1 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -1/+1 |
| 2017-06-13 | Removing tabs. Sorry - have updated my .vimrc | Giles Cope | -2/+2 |
| 2017-06-13 | Updated tests and fixed inconsistent message on assert_eq | Giles Cope | -8/+10 |
| 2017-06-13 | updated assert_eq test, fixed incorrect assert_ne message and added test. | Giles Cope | -8/+12 |
| 2017-06-11 | Auto merge of #42155 - seanmonstar:unimplemented, r=sfackler | bors | -1/+2 |
| 2017-06-08 | Assert failure message easier to read | Squirrel | -4/+6 |
| 2017-06-07 | core: allow messages in unimplemented!() macro | Sean McArthur | -1/+2 |
| 2017-06-05 | Doc changes for assert macros | Michael Kohl | -5/+13 |
| 2017-04-18 | Fix a few stability attributes | Oliver Middleton | -5/+5 |
| 2017-03-30 | Improve the docs for the write and writeln macros | Sam Whited | -38/+16 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -2/+2 |
| 2017-03-07 | Add missing urls in some macros doc | Guillaume Gomez | -7/+16 |
| 2017-02-06 | improve error message when two-arg assert_eq! receives a trailing comma | Zack M. Davis | -6/+6 |
| 2017-01-11 | Document the optional extra arguments to assert_eq!() / assert_ne!() | Federico Mena Quintero | -1/+12 |