| Age | Commit message (Expand) | Author | Lines |
| 2017-08-29 | fix test failures in documentation change | Andrew Gauger | -2/+2 |
| 2017-08-29 | API docs: macros. Part of #29329 Standard Library Documentation Checklist. | Andy Gauge | -21/+101 |
| 2017-08-12 | Add complete doc example for `include_str!`. | Corey Farwell | -1/+18 |
| 2017-08-12 | Add complete doc example for `include_bytes!`. | Corey Farwell | -1/+18 |
| 2017-08-12 | Demonstrate `include!` with Rust code, not just a string slice literal. | Corey Farwell | -6/+11 |
| 2017-08-08 | Avoid calling the column!() macro in panic | est31 | -2/+14 |
| 2017-07-27 | Auto merge of #43477 - est31:master, r=alexcrichton | bors | -1/+1 |
| 2017-07-25 | Switch to begin_panic again | est31 | -1/+1 |
| 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 | -0/+5 |
| 2017-07-11 | Wrap long line | Stefan Schindler | -1/+2 |
| 2017-07-05 | Be more specific about the implications of the panic! | Stefan Schindler | -1/+1 |
| 2017-07-05 | Insert current implementation header | Stefan Schindler | -0/+2 |
| 2017-07-02 | Output line column info when panicking | est31 | -5/+5 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -4/+4 |
| 2017-06-19 | Add compile_error! | Wesley Wiser | -0/+10 |
| 2017-06-15 | Add hint about the return code of panic! | Stefan Schindler | -0/+2 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -1/+1 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -2/+2 |
| 2017-05-10 | Fix up stability annotations per feedback. | Zack Weinberg | -2/+2 |
| 2017-05-10 | Revise the eprint(ln)! feature. | Zack Weinberg | -7/+7 |
| 2017-05-10 | Add `eprint!` and `eprintln!` macros to the prelude. | Zack Weinberg | -0/+45 |
| 2017-02-21 | Get linkchecker clean | Steve Klabnik | -1/+1 |
| 2017-01-19 | Rollup merge of #38457 - frewsxcv:include, r=GuillaumeGomez | Guillaume Gomez | -5/+20 |
| 2016-12-21 | Fix 'unhygienically' typo. | Corey Farwell | -1/+1 |
| 2016-12-21 | Move parenthesized statement within sentence. | Corey Farwell | -2/+2 |
| 2016-12-21 | Add a more complete doc example for 'include' macro. | Corey Farwell | -2/+17 |
| 2016-12-19 | Allow `writeln!` without arguments, in symmetry with `println!` | Tobias Bucher | -1/+1 |
| 2016-10-27 | tidy/features: fix checking of lang features | Tamir Duberstein | -1/+1 |
| 2016-10-21 | Small docstring changes for include_bytes and include_str | Артём Павлов [Artyom Pavlov] | -5/+9 |
| 2016-10-21 | Small doc change for include! | Артём Павлов [Artyom Pavlov] | -3/+4 |
| 2016-10-11 | Auto merge of #36825 - sbwtw:master, r=alexcrichton | bors | -0/+2 |
| 2016-10-02 | Auto merge of #36404 - christopherdumas:master, r=GuillaumeGomez | bors | -3/+10 |
| 2016-09-30 | add println!() macro with out any arguments | 石博文 | -0/+2 |
| 2016-09-16 | Add links between format_args! macro and std::fmt::Arguments struct | Mark-Simulacrum | -4/+10 |
| 2016-09-12 | Fixed issue #36387 | christopherdumas | -3/+10 |
| 2016-07-12 | doc: Mention that writeln! and println! always use LF | Mike Hommey | -1/+3 |
| 2016-06-21 | Mark concat_idents! unstable | Oliver Middleton | -1/+1 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -5/+5 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -12/+0 |
| 2016-02-11 | doc: concat_idents! macro: more on its limitations. | NODA, Kai | -3/+6 |
| 2016-01-19 | Use different numbers of `#`s when expanding documentation comments | Barosl Lee | -0/+3 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -40/+0 |
| 2015-11-29 | tweak cfg! doc comment | Alex Burka | -3/+3 |
| 2015-11-26 | fix docs for compiler builtin macros | Alex Burka | -3/+3 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+14 |
| 2015-09-25 | Change the first line of the println macro doc | Ben S | -1/+1 |
| 2015-09-19 | added panic docs for print\! and println\! macros | llogiq | -0/+8 |
| 2015-09-07 | Clarify that `include_bytes!` returns a reference to an array, not just a slice | Jake Goulding | -2/+2 |
| 2015-08-28 | Auto merge of #28047 - steveklabnik:doc_print, r=alexcrichton | bors | -0/+20 |