| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| Added dyn and true keyword docs r? @Centril | ||||
| 2020-02-11 | Keyword docs | Giles Cope | -5/+44 | |
| Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com> Co-Authored-By: Tim Robinson <tim.g.robinson@gmail.com> Co-Authored-By: Peter Todd <pete@petertodd.org> Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com> | ||||
| 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 | |
| Change unused_labels from allow to warn Fixes #66324, making the unused_labels lint warn instead of allow by default. I'm told @rust-lang/lang will need to review this, and perhaps will want to do a crater run. | ||||
| 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 | |
| The example refers to a static lifetime parameter that can be elided. This parameter is not included, meaning lifetime elision is not shown. | ||||
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -2/+2 | |
| Deleted unused labels from compiler and fixed or allowed unused labels in tests. This patch removes some gratuitous unused labels and turns off the warning for unused labels that are a necessary part of tests. This will permit setting the `unused_labels` lint to `warn`. | ||||
| 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 | |
| Match the loop examples The idea is to show the usefulness of the expression side by side. | ||||
| 2019-08-20 | Stabilize 'async_await'. | Mazdak Farrokhzad | -2/+0 | |
| 2019-08-06 | Match the loop examples | Stefan Schindler | -3/+4 | |
| 2019-07-11 | document that crate refers to the project root | Nathan Goldbaum | -1/+5 | |
| 2019-07-07 | Document `while` keyword | Yuki Okushi | -9/+56 | |
| 2019-05-16 | Add all keywords to keyword docs | Dylan MacKenzie | -15/+279 | |
| This commit gives each stable keyword a short entry in the "Keywords" section in the docs for `std`. The newly added entries are a single summary line and a note that the documentation is not yet complete. I changed some of the existing summary lines for consistency's sake. Each line is either a verb phrase ("name the type of a trait object" for `dyn`), or an object ("A value of type `bool` representing logical true" for `true`). I tried to avoid using the keyword itself or the word "keyword" in the summary. Later PRs can flesh out each keyword with an example of each context in which a keyword can appear and a link to the rust book. Keywords which are not close to stable rust such as `box` (which is getting unstabilized) or `try` are ignored in this PR. | ||||
| 2019-04-09 | Fix links on keyword docs. | Eric Huss | -30/+25 | |
| - Make links relative. - Adjust links from old 2018-edition book. - Fix broken link in `let` docs. | ||||
| 2019-03-27 | Move link to rust book to next line to pass 100 column limit | Chris Gregory | -1/+2 | |
| 2019-03-27 | Add higher-ranked trait bounds link | Chris Gregory | -0/+1 | |
| 2019-03-27 | Make into itemized list and fix some wording | Chris Gregory | -7/+10 | |
| 2019-03-27 | Add documentation about `for` used as higher ranked trait bounds | Chris Gregory | -5/+7 | |
| Resolves #55416 | ||||
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 | |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 | |
| 2019-01-05 | Rollup merge of #57312 - Mendess2526:master, r=Centril | kennytm | -2/+2 | |
| `const fn` is no longer coming soon (const keyword docs) The `const` keyword [documentation](https://doc.rust-lang.org/std/keyword.const.html) mentions that `const fn`s are coming soon, but they have already been added. | ||||
| 2019-01-03 | const fn no longer comming soon on const docs | Mendess2526 | -2/+2 | |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -4/+4 | |
| Fixes https://github.com/rust-lang/rust/issues/57104. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 | |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -1/+1 | |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 | |
| 2018-10-23 | Hopefully fix compile error | iirelu | -1/+0 | |
| This was added in the fortnight this PR spent stale. I'm hoping this one-liner fixes it. | ||||
| 2018-09-26 | Remove the last broken link. | iirelu | -2/+1 | |
| Dangit. I really thought I got them all. | ||||
| 2018-09-26 | Incorporate criticisms into keyword docs | iirelu | -8/+13 | |
| Thanks to @Centril for these. | ||||
| 2018-09-26 | Removed dead links to unwritten keyword docs | iirelu | -20/+7 | |
| Most of these will eventually be filled, but right now travis-ci enjoys complaining about the fact that there's links that lead nowhere, so they're gone. Hopefully someone remembers to re-add them later. | ||||
| 2018-09-24 | Add keyword docs for `loop`. | iirelu | -0/+45 | |
| 2018-09-19 | Rework `let` keyword docs | iirelu | -14/+48 | |
| It didn't strictly need to be reworked and I'm not sure my version is better, but oh well, I'm doing it for consistency. | ||||
| 2018-09-19 | Document impl keyword | iirelu | -5/+71 | |
| This commit also splits out linky-line-thingies into two lines, which judging from the source code for tidy, should be enough to make it shut up and accept me for who I am, dammit. | ||||
| 2018-09-14 | Incorporate keyword doc PR critique | iirelu | -31/+36 | |
| 2018-09-12 | Document `if` keyword. | iirelu | -0/+78 | |
| 2018-09-10 | Document `for` keyword | iirelu | -0/+71 | |
| 2018-09-09 | Expand fn keyword docs | iirelu | -7/+59 | |
| 2018-09-09 | Add docs on `extern` keyword | iirelu | -0/+42 | |
