| Age | Commit message (Expand) | Author | Lines |
| 2020-07-13 | Rollup merge of #73867 - poliorcetics:union-keyword, r=joshtriplett | Manish Goregaokar | -2/+66 |
| 2020-07-01 | Rollup merge of #73805 - poliorcetics:type-keyword, r=kennytm | Manish Goregaokar | -2/+37 |
| 2020-07-01 | Rollup merge of #73716 - poliorcetics:static-keyword, r=LukasKalbertodt | Manish Goregaokar | -3/+76 |
| 2020-06-30 | Clarify some parts by applying the suggestions from review | Poliorcetics | -6/+7 |
| 2020-06-29 | Document the union keyword | Alexis Bourget | -2/+65 |
| 2020-06-28 | Fix small nits | Alexis Bourget | -4/+3 |
| 2020-06-28 | Apply suggestions, reformulating some paragraphs and improving some examples | Alexis Bourget | -38/+36 |
| 2020-06-28 | Apply suggestions from code review | Alexis Bourget | -2/+13 |
| 2020-06-27 | Document the type keyword | Alexis Bourget | -2/+26 |
| 2020-06-26 | Rollup merge of #73718 - poliorcetics:super-keyword, r=shepmaster | Manish Goregaokar | -2/+18 |
| 2020-06-26 | Rollup merge of #73694 - poliorcetics:self-upper-keyword, r=Mark-Simulacrum | Manish Goregaokar | -2/+57 |
| 2020-06-25 | Rollup merge of #73648 - poliorcetics:return-keyword, r=joshtriplett | Manish Goregaokar | -2/+48 |
| 2020-06-25 | Rollup merge of #73621 - poliorcetics:mut-keyword, r=steveklabnik | Manish Goregaokar | -3/+53 |
| 2020-06-25 | Rollup merge of #73619 - poliorcetics:mod-keyword, r=steveklabnik | Manish Goregaokar | -2/+20 |
| 2020-06-25 | Document the static keyword | Alexis Bourget | -2/+78 |
| 2020-06-25 | Document the super keyword | Alexis Bourget | -2/+18 |
| 2020-06-25 | Add a compile fail example, binding -> variable, apply suggestions | Alexis Bourget | -13/+22 |
| 2020-06-24 | Document the Self keyword | Alexis Bourget | -2/+57 |
| 2020-06-24 | Document the self keyword | Alexis Bourget | -2/+86 |
| 2020-06-24 | Document the return keyword | Alexis Bourget | -2/+48 |
| 2020-06-22 | Document the mut keyword | Alexis Bourget | -2/+43 |
| 2020-06-22 | Document the mod keyword | Alexis Bourget | -2/+20 |
| 2020-05-30 | Remove the fn main() in code example | Poliorcetics | -3/+1 |
| 2020-05-30 | Apply suggestions from code review
| Poliorcetics | -2/+2 |
| 2020-05-29 | Added the documentation for the 'use' keyword | Alexis Bourget | -2/+56 |
| 2020-04-24 | Fix typos in docs for keyword "in" | Jubilee Young | -2/+2 |
| 2020-03-18 | Rollup merge of #67749 - gilescope:keyword-in, r=Dylan-DPC | Mazdak Farrokhzad | -5/+56 |
| 2020-03-13 | Add documentation for pub keyword | sjud | -2/+8 |
| 2020-02-28 | docs: add mention of async blocks in move keyword docs | Pulkit Goyal | -0/+9 |
| 2020-02-13 | keyword docs for else and inkeyword docs for else and in. | Giles Cope | -5/+56 |
| 2020-02-12 | Rollup merge of #67695 - gilescope:truth, r=centril | Yuki Okushi | -5/+44 |
| 2020-02-11 | Keyword docs | Giles Cope | -5/+44 |
| 2019-12-29 | Some keyword documentation. | Giles Cope | -4/+23 |
| 2019-12-22 | Format the world | Mark Rousskov | -39/+39 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -2/+2 |
| 2019-12-01 | add grammer fixes | Devin R | -2/+2 |
| 2019-11-30 | add ";" for let = match | Devin R | -1/+1 |
| 2019-11-30 | fix doc compile fail | Devin R | -4/+5 |
| 2019-11-30 | remove trailing whitespace | Devin R | -15/+15 |
| 2019-11-30 | add docs for move and match keywords | Devin R | -2/+5 |
| 2019-11-30 | add example to move | Devin R | -1/+4 |
| 2019-11-30 | document match and move keywords | Devin R | -5/+64 |
| 2019-11-16 | add missing 'static lifetime in docs | Magnus Ulimoen | -1/+1 |
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -2/+2 |
| 2019-10-24 | Adding doc on keyword continue | Yves Dorfsman | -2/+33 |
| 2019-10-18 | reworded loop value sentence | Yves Dorfsman | -2/+3 |
| 2019-10-18 | Added doc on keyword break | Yves Dorfsman | -2/+64 |
| 2019-08-30 | Rollup merge of #62957 - dns2utf8:doc_loop_keyword, r=GuillaumeGomez | Mazdak Farrokhzad | -3/+4 |
| 2019-08-20 | Stabilize 'async_await'. | Mazdak Farrokhzad | -2/+0 |
| 2019-08-06 | Match the loop examples | Stefan Schindler | -3/+4 |