| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-02-20 | use UpperCamelCase | Milo Moisson | -1/+1 | |
| 2023-02-20 | docs: wrong naming convention in struct keyword doc | Milo Moisson | -1/+1 | |
| 2022-10-07 | review feedback | Ralf Jung | -42/+43 | |
| 2022-09-29 | unsafe keyword: trait examples and unsafe_op_in_unsafe_fn update | Ralf Jung | -32/+120 | |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 | |
| This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos | ||||
| 2022-06-17 | Rollup merge of #98169 - pierwill:dyn-disp, r=JohnTitor | Yuki Okushi | -1/+2 | |
| Keyword docs: Link to wikipedia article for dynamic dispatch | ||||
| 2022-06-16 | Keyword docs: Link to wikipedia article for dynamic dispatch | pierwill | -1/+2 | |
| 2022-06-13 | remove an unnecessary space in doc | Takayuki Maeda | -1/+1 | |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+1 | |
| 2022-05-24 | Fix weird indentation in continue_keyword docs | Michael Howell | -6/+6 | |
| This format was causing every line in the code examples to have a space at the start. | ||||
| 2022-03-19 | Rollup merge of #93692 - mfrw:mfrw/document-keyword-in, r=dtolnay | Dylan DPC | -0/+14 | |
| keyword_docs: document use of `in` with `pub` keyword Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> Fixes: #93609 | ||||
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -24/+24 | |
| This updates the standard library's documentation to use the new syntax. The documentation is worthwhile to update as it should be more idiomatic (particularly for features like this, which are nice for users to get acquainted with). The general codebase is likely more hassle than benefit to update: it'll hurt git blame, and generally updates can be done by folks updating the code if (and when) that makes things more readable with the new format. A few places in the compiler and library code are updated (mostly just due to already having been done when this commit was first authored). | ||||
| 2022-02-21 | Rollup merge of #91192 - r00ster91:futuredocs, r=GuillaumeGomez | Matthias Krüger | -6/+8 | |
| Some improvements to the async docs The goal here is to make the docs overall a little bit more comprehensive and add more links between the things. One thing that's not working yet is the links to the keywords. Somehow I couldn't get them to work. r? ````@GuillaumeGomez```` do you know how I could get the keyword links to work? | ||||
| 2022-02-19 | Some improvements to the async docs | r00ster91 | -6/+8 | |
| 2022-02-06 | keyword_docs: document use of `in` with `pub` keyword | Muhammad Falak R Wani | -0/+14 | |
| Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> | ||||
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -1/+1 | |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -4/+1 | |
| 2021-11-09 | Update books | Eric Huss | -1/+1 | |
| 2021-09-16 | Fix typo in `break` docs | tatami4 | -1/+1 | |
| 2021-09-05 | Mention usage of `const` in raw pointer types at the top of the keyword's ↵ | Frank Steffahn | -1/+1 | |
| documentation page. | ||||
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the ↵ | Frank Steffahn | -1/+1 | |
| same search | ||||
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 | |
| 2021-06-17 | Rollup merge of #86141 - amorison:link-ref-in-doc-dyn-keyword, r=kennytm | Yuki Okushi | -2/+5 | |
| Link reference in `dyn` keyword documentation The "read more" sentence formatted "object safety" as inline code instead of providing a link to more information. This PR adds a link to the Reference about this matter, as well as the page regarding trait objects. --- We could also put these links in the very first line (instead of the link to the Book) and in the first paragraph which mentions the "object safe" requirement. Personally, I think it's good to keep the link to the Book up-front as it's more accessible than the Reference. | ||||
| 2021-06-15 | Update keyword_docs.rs | Lukas Wirth | -2/+1 | |
| 2021-06-08 | Link reference in `dyn` keyword documentation | Adrien Morison | -2/+5 | |
| The "read more" sentence formatted "object safety" as inline code instead of providing a link to more information. This PR adds a link to the Reference about this matter, as well as the page regarding trait objects. | ||||
| 2021-06-05 | Updated code examples and wording | erer1243 | -11/+9 | |
| 2021-05-13 | Fix indentation in move keyword documentation | Thomas Otto | -2/+2 | |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into ↵ | Manish Goregaokar | -0/+1 | |
| warn-by-default on 2015 | ||||
| 2021-03-31 | Rollup merge of #83680 - ibraheemdev:patch-2, r=Dylan-DPC | Dylan DPC | -9/+12 | |
| Update for loop desugaring docs It looks like the documentation for `for` loops was not updated to match the new de-sugaring process. | ||||
| 2021-03-30 | update for loop desugaring docs | Ibraheem Ahmed | -9/+12 | |
| 2021-03-30 | Fix Self keyword doc URL conflict on case insensitive file systems | Guillaume Gomez | -1/+5 | |
| 2021-03-20 | Fix broken doc link reference | Stephen Albert-Moore | -2/+2 | |
| 2021-03-18 | Fix pluralization in keyword docs | Stephen Albert-Moore | -3/+3 | |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -5/+3 | |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -1/+1 | |
| 2020-12-19 | Rollup merge of #79211 - yoshuawuyts:future-doc-alias, r=Mark-Simulacrum | Yuki Okushi | -0/+1 | |
| Add the "async" and "promise" doc aliases to `core::future::Future` Adds the "async" and "promise" doc aliases to `core::future::Future`. This enables people who search for "async" or "promise" to find `Future`, which is Rust's core primitive for async programming. Thanks! | ||||
| 2020-12-18 | Add the "promise" aliases to the `async` lang feature | Yoshua Wuyts | -0/+1 | |
| 2020-12-13 | Rollup merge of #79398 - pickfire:keyword, r=Dylan-DPC | Yuki Okushi | -0/+10 | |
| Link loop/for keyword Even though the reference already have all of these, I am just adding related keywords in the see also to let others easily click on the related keyword. | ||||
| 2020-11-28 | Rollup merge of #79383 - abdnh:patch-1, r=shepmaster | Jonas Schievink | -2/+2 | |
| Fix bold code formatting in keyword docs | ||||
| 2020-11-28 | Rollup merge of #78086 - poliorcetics:as-placeholder, r=Mark-Simulacrum | Jonas Schievink | -3/+14 | |
| Improve doc for 'as _' Fix #78042. `@rustbot` modify labels: A-coercions T-doc | ||||
| 2020-11-26 | Add while loop keyword to see also | Ivan Tham | -2/+6 | |
| Suggested by withoutboats | ||||
| 2020-11-25 | Fix typo in keyword link | Ivan Tham | -1/+1 | |
| Co-authored-by: Camelid <camelidcamel@gmail.com> | ||||
| 2020-11-25 | Link loop/for keyword | Ivan Tham | -0/+6 | |
| 2020-11-25 | Fix bold code formatting in keyword docs | abdo | -2/+2 | |
| 2020-11-23 | Fix typo in keyword docs for traits | takashiidobe | -1/+1 | |
| 2020-11-23 | Add doc for 'as _' about '_' and its possibilities and problems | Alexis Bourget | -3/+14 | |
| 2020-11-04 | Clean up docs for 'as' keyword | Camelid | -6/+13 | |
| 2020-10-23 | Update description of Empty Enum for accuracy | Eduardo Pinho | -1/+2 | |
| An empty enum is similar to the never type `!`, rather than the unit type `()`. | ||||
| 2020-10-12 | fix markdown reference | Ralf Jung | -1/+1 | |
| Co-authored-by: Dariusz Niedoba <darksv@users.noreply.github.com> | ||||
| 2020-10-12 | const keyword: brief paragraph on 'const fn' | Ralf Jung | -3/+18 | |
