| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-12-19 | Allow `writeln!` without arguments, in symmetry with `println!` | Tobias Bucher | -1/+5 |
| 2016-11-12 | Fix invalid src url | Guillaume Gomez | -2/+15 |
| 2016-11-09 | Rollup merge of #37472 - joshtriplett:doc-fmt-write-io-write, r=brson | Eduard-Mihai Burtescu | -0/+30 |
| 2016-11-02 | Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichton | Jonathan Turner | -18/+20 |
| 2016-11-01 | Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomez | Guillaume Gomez | -3/+4 |
| 2016-10-29 | Copyediting on documentation for write! and writeln! | Josh Triplett | -18/+20 |
| 2016-10-29 | Add documentation to write! and writeln! on using both io::Write and fmt::Write | Josh Triplett | -0/+30 |
| 2016-10-27 | tidy/features: fix checking of lang features | Tamir Duberstein | -1/+1 |
| 2016-10-21 | Small doc change for include! | Артём Павлов [Artyom Pavlov] | -3/+1 |
| 2016-10-21 | libcore documentation for builtin macros | Артём Павлов [Artyom Pavlov] | -0/+142 |
| 2016-10-21 | Fix a few links in the docs | Oliver Middleton | -3/+4 |
| 2016-10-12 | Review changes | Nick Cameron | -1/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -0/+3 |
| 2016-09-21 | add assert_ne and debug_assert_ne macros | Ashley Williams | -0/+63 |
| 2016-09-01 | Document try!'s error conversion behaviour | Florian Gilcher | -7/+26 |
| 2016-08-04 | Be more explicit about duck typing | Cengiz Can | -20/+24 |
| 2016-08-04 | Use consistent spelling for word 'implementor' | Cengiz Can | -4/+4 |
| 2016-08-04 | Provide a cleaner documentation for 'write!' | Cengiz Can | -6/+31 |
| 2016-07-27 | Mention debug_assert! in assert! doc | Panashe M. Fundira | -1/+2 |
| 2016-07-27 | Revert section about panic! in assert! doc | Panashe M. Fundira | -3/+2 |
| 2016-07-27 | Correct minor typo in debug_assert doc | Panashe M. Fundira | -1/+1 |
| 2016-07-27 | Update docs for assert! and debug_assert! | Panashe M. Fundira | -2/+20 |
| 2016-07-12 | doc: Mention that writeln! and println! always use LF | Mike Hommey | -0/+2 |
| 2016-06-21 | Add message argument to `assert_eq` macro | Mitsunori Komatsu | -1/+12 |