| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-28 | rustdoc: start new "Sections" section in the book with Aliased Type | Urgau | -0/+16 | |
| 2023-08-28 | Rollup merge of #114919 - joshtriplett:style-guide-macros, r=calebcartwright | Matthias Krüger | -1/+6 | |
| style-guide: Add guidance for defining formatting for specific macros | ||||
| 2023-08-28 | Reword sentence about using `./x` over `./x.py` | Ethan Brierley | -2/+2 | |
| The current sentence was confusing when I first read it. I've reworded it to hopefully make it more clear. | ||||
| 2023-08-27 | Clarify "as normal" -> "lexicographically" | Josh Triplett | -4/+5 | |
| 2023-08-27 | remove (excessive) indentation (#1781) | Tshepang Mbambo | -1/+1 | |
| 2023-08-27 | coverage tests have moved, twice (#1780) | Tshepang Mbambo | -4/+5 | |
| 2023-08-27 | remove extraneous word (#1779) | Tshepang Mbambo | -1/+1 | |
| 2023-08-27 | llvm updates (#1761) | Tshepang Mbambo | -3/+4 | |
| 2023-08-27 | make link more pleasant to eye (#1777) | Tshepang Mbambo | -2/+2 | |
| 2023-08-27 | date-check: test suites/classes using "revisions" (#1738) | Tshepang Mbambo | -3/+9 | |
| 2023-08-27 | share link target (#1740) | Tshepang Mbambo | -5/+5 | |
| 2023-08-27 | indicate full hierarchy of config option (#1776) | Tshepang Mbambo | -6/+6 | |
| 2023-08-27 | remove stray word (#1773) | Tshepang Mbambo | -1/+1 | |
| 2023-08-27 | it is lower-case (#1772) | Tshepang Mbambo | -1/+1 | |
| 2023-08-25 | Fixup sparc-unknown-none-elf table spacing | Jubilee Young | -1/+1 | |
| 2023-08-23 | Remove opinions from style guide about where clauses in type alias items | Michael Goulet | -6/+9 | |
| 2023-08-23 | MCP661: Move wasm32-wasi-preview1-threads to Tier2 | Georgii Rylov | -13/+22 | |
| 2023-08-22 | Suggest enabling patch-binaries-for-nix in `shell.nix` (#1774) | Ethan Brierley | -0/+1 | |
| Bootstraps nix detection isn't always perfect: - https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Bootstrapping.20on.20NixOS - https://github.com/rust-lang/rust/issues/115073 | ||||
| 2023-08-22 | Fix long lines | Wesley Wiser | -8/+17 | |
| 2023-08-22 | Add additional licensing concerns to docs | Wesley Wiser | -0/+33 | |
| Content included from https://github.com/rust-lang/compiler-team/issues/220. | ||||
| 2023-08-22 | avoid repetition | Tshepang Mbambo | -2/+2 | |
| 2023-08-22 | Fix broken links format | yukang | -3/+2 | |
| 2023-08-22 | Auto merge of #115075 - workingjubilee:retier-sparc-none, r=compiler-errors | bors | -1/+1 | |
| Reassign sparc-unknown-none-elf to tier 3 It should never have been moved to tier 2. It is a new platform and the maintainer has agreed to do tier 3 maintenance for it, not tier 2. r? `@jonathanpallant` | ||||
| 2023-08-22 | Auto merge of #115055 - Kriskras99:master, r=ehuss | bors | -3/+4 | |
| Fix table issues in platform support documentation (closes #115047) mdBook needs an empty line before and after the table block. In addition, in the tier-3 list three targets forgot about the host column and therefore showed the notes in the host column. Closes #115047 | ||||
| 2023-08-21 | Streamline description of versionsort (incorporate suggestion from Ralf) | Josh Triplett | -4/+3 | |
| 2023-08-21 | Reassign sparc-unknown-none-elf to tier 3 | Jubilee Young | -1/+1 | |
| It should never have been moved to tier 2. It is a new platform and the maintainer has agreed to do tier 3 maintenance for it, not tier 2. | ||||
| 2023-08-21 | Fix table issues in platform support documentation | Christiaan Biesterbosch | -3/+4 | |
| 2023-08-21 | Clarify that version-sorting looks for the *longest* sequence of digits | Josh Triplett | -3/+4 | |
| 2023-08-21 | Make an implementation note on version-sorting accurate | Josh Triplett | -3/+3 | |
| 2023-08-21 | Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdoc | bors | -0/+13 | |
| Add warning block support in rustdoc Fixes https://github.com/rust-lang/rust/issues/79710. You can test it [here](https://rustdoc.crud.net/imperio/warning-block/foo/struct.Foo.html). It currently looks like this:  So a few things to note: * Since it's a new add and it's changing the UI, we'll need to go through an FCP. * Does the UI looks good? * Is the way picked to add a warning block ok for everyone? The discussion on the issue seemed to be in favour of this solution but it doesn't hurt to double-check. cc `@rust-lang/rustdoc` | ||||
| 2023-08-21 | Use version-sorting for all sorting | Josh Triplett | -11/+56 | |
| Add a description of a version-sorting algorithm. (This algorithm does not precisely match `strverscmp`; it's intentionally simpler in its handling of leading zeroes, and produces a result easier for humans to easily understand and do by hand.) Change all references to sorting to use version-sorting. Change all references to "ASCIIbetically" to instead say "sort non-lowercase before lowercase". | ||||
| 2023-08-21 | fix link | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | missing space | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | fix link | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | avoid link rot | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | update internal terminology: Substs -> GenericArgs | yukang | -57/+57 | |
| 2023-08-21 | Update suggested.md | Absobel | -1/+1 | |
| I imagine that the book meant that a full build isn't needed since it gave as an example the addition of a debug! statement | ||||
| 2023-08-20 | feat(docs): add cargo-pgo to PGO documentation 📝 | Meysam Azad | -0/+22 | |
| 2023-08-20 | Update outdated doc for types (#1768) | Yukang | -5/+7 | |
| 2023-08-18 | Add dropck documentation (#1767) | Santiago Pastorino | -0/+155 | |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -7/+19 | |
| 2023-08-18 | Add warn level lint `redundant_explicit_links` | Kyle Lin | -0/+22 | |
| - Currently it will panic due to the resolution's caching issue | ||||
| 2023-08-17 | Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitor | Josh Stone | -252/+118 | |
| Unstable Book: update `lang_items` page and split it [`lang_items` rendered](https://github.com/kadiwa4/rust/blob/lang_items_doc/src/doc/unstable-book/src/language-features/lang-items.md), [`start` rendered](https://github.com/kadiwa4/rust/blob/lang_items_doc/src/doc/unstable-book/src/language-features/start.md) Closes #110274 Rustonomicon PR: rust-lang/nomicon#413, Rust Book PR: rust-lang/book#3705 A lot of information doesn't belong on the `lang_items` page. I added a separate page for the `start` feature and moved some text into the Rustonomicon because the `lang_items` page should not be a tutorial on how to build a `#![no_std]` executable. The list of existing lang items is too long/unstable, so I removed it. The doctests still don't work. :( | ||||
| 2023-08-17 | style-guide: Add guidance for defining formatting for specific macros | Josh Triplett | -1/+6 | |
| 2023-08-17 | doc: update lld-flavor ref | cui fliter | -1/+1 | |
| Signed-off-by: cui fliter <imcusg@gmail.com> | ||||
| 2023-08-16 | Describe how to format trailing where clauses | Michael Goulet | -2/+25 | |
| 2023-08-16 | bugfix: reflect how rustfmt formats type aliases | Michael Goulet | -3/+3 | |
| 2023-08-16 | rustc book: make more pleasant to search | Tshepang Mbambo | -0/+3 | |
| 2023-08-16 | unstable-book: add quick-edit link | Tshepang Mbambo | -0/+1 | |
| 2023-08-15 | Rollup merge of #114826 - xzmeng:fix-typos, r=JohnTitor | Matthias Krüger | -7/+7 | |
| Fix typos | ||||
