| Age | Commit message (Expand) | Author | Lines |
| 2018-09-10 | fix link | Niko Matsakis | -1/+3 |
| 2018-09-10 | add a note about the collector executable | Niko Matsakis | -3/+29 |
| 2018-09-10 | update with njn's insight | Niko Matsakis | -5/+5 |
| 2018-09-10 | don't write `rust-prof` bur rather `<toolchain> | Niko Matsakis | -5/+9 |
| 2018-09-10 | link to build-and-run, fix em-dash | Niko Matsakis | -2/+10 |
| 2018-09-10 | say function, not fn | Niko Matsakis | -3/+3 |
| 2018-09-10 | be consistent about bash snippets | Niko Matsakis | -7/+7 |
| 2018-09-10 | fix long lines | Niko Matsakis | -2/+4 |
| 2018-09-10 | switch to em-dash | Niko Matsakis | -9/+10 |
| 2018-09-10 | various nits from mark-i-m | Niko Matsakis | -18/+20 |
| 2018-09-10 | add a section about profiling with perf | Niko Matsakis | -1/+306 |
| 2018-09-09 | remove #[used] from the unstable book | Jorge Aparicio | -157/+0 |
| 2018-09-08 | docs: Use dollar sign for all bash prompts | Behnam Esfahbod | -7/+10 |
| 2018-09-09 | Stabilize the 2018 edition | Mark Rousskov | -13/+14 |
| 2018-09-08 | Rollup merge of #54040 - steveklabnik:update-books, r=Mark-Simulacrum | kennytm | -0/+0 |
| 2018-09-07 | update books for next release | steveklabnik | -0/+0 |
| 2018-09-07 | Write in English | Dale Wijnand | -1/+1 |
| 2018-09-07 | No copyright notices on new tests | Dale Wijnand | -1/+0 |
| 2018-09-07 | Rollup merge of #53550 - brson:recurring, r=estebank | kennytm | -2/+2 |
| 2018-09-04 | Document #[test_case] and #![test_runner] | John Renner | -0/+33 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -13/+15 |
| 2018-08-31 | note about discussion channels | Niko Matsakis | -0/+10 |
| 2018-08-31 | includ some notes on finding bugs | Niko Matsakis | -1/+4 |
| 2018-08-31 | fix various minor points | Niko Matsakis | -6/+6 |
| 2018-08-31 | adjust long lines | Niko Matsakis | -15/+21 |
| 2018-08-31 | add a section about the compiler team | Niko Matsakis | -0/+101 |
| 2018-08-31 | feature(doc_cfg): add docs for cfg(rustdoc) | QuietMisdreavus | -13/+15 |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -0/+15 |
| 2018-08-31 | tweak long line | Niko Matsakis | -5/+6 |
| 2018-08-31 | sprinkle links to rustdoc through the HIR explanation | Niko Matsakis | -29/+58 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -3/+3 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -0/+0 |
| 2018-08-24 | Rollup merge of #53614 - RalfJung:nomicon, r=kennytm | kennytm | -0/+0 |
| 2018-08-23 | address review comment | Sébastien Duquette | -2/+2 |
| 2018-08-23 | Fix lines over 80 columns. | Sébastien Duquette | -6/+7 |
| 2018-08-23 | Rename CodeMap and FileMap to SourceMap and SourceFile. | Sébastien Duquette | -17/+17 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -30/+0 |
| 2018-08-23 | update the unstable book | Jorge Aparicio | -3/+3 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -7/+9 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -26/+0 |
| 2018-08-22 | update nomicon and book | Ralf Jung | -0/+0 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -9/+9 |
| 2018-08-20 | librustc_lint: In recursion warning, change 'recurring' to 'recursing' | Brian Anderson | -2/+2 |
| 2018-08-20 | add rust,ignore to code snippets | Niko Matsakis | -2/+2 |
| 2018-08-20 | Update existential-types.md | Oliver Schneider | -3/+3 |
| 2018-08-20 | Explain existential types | Oliver Schneider | -0/+49 |
| 2018-08-20 | Update copyright guidance to omit notices for new files. | Josh Triplett | -32/+5 |
| 2018-08-19 | Rename `catch_expr` feature to `try_blocks` | Scott McMurray | -3/+3 |
| 2018-08-19 | Fix the unstable book | Scott McMurray | -5/+7 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -15/+0 |