| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-06 | Improve FALSE sentence | Urgau | -1/+1 | |
| Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2024-05-06 | Add documentation for check-cfg by-default in UI tests | Urgau | -0/+4 | |
| 2024-05-05 | Add Apple notification group (#1964) | Mads Marquart | -0/+57 | |
| 2024-05-04 | Add an example how to add a job to PR CI | Jakub Beránek | -1/+15 | |
| 2024-05-04 | Update CI documentation to avoid mentioning `expand-yaml-anchors` | Jakub Beránek | -29/+25 | |
| 2024-04-30 | Rename `-Z verbose` to `-Z verbose-internals` | Yutaro Ohno | -3/+3 | |
| The `-Z verbose` option has been renamed to `-Z verbose-internals` in commit b5d83619 [1] (PR #119129 [2]). This commit updates the remaining `-Z verbose` to `-Z verbose-internals`. [1]: https://github.com/rust-lang/rust/commit/b5d8361909e9e30a11227aa773099c293a5dca55 [2]: https://github.com/rust-lang/rust/pull/119129 | ||||
| 2024-04-28 | typo traige->triage | Emanuel Czirai | -1/+1 | |
| 2024-04-13 | Add a note about checks with multiple revisions (#1963) | Trevor Gross | -2/+4 | |
| 2024-04-11 | compiletest: clarify that headers must be one header per line | 许杰友 Jieyou Xu (Joe) | -1/+5 | |
| 2024-04-09 | chore: fix some typos in conments | needsure | -7/+7 | |
| Signed-off-by: needsure <qinzhipeng@outlook.com> | ||||
| 2024-04-08 | compiletest: specify which special env var and which particular CI job (#1960) | 许杰友 Jieyou Xu (Joe) | -2/+4 | |
| * compiletest: specify which special env var and which particular CI job * compiletest: fix grammar and add link to Dockerfile | ||||
| 2024-04-06 | Explicitly mention compiletest directives are supported in rmake.rs (#1949) | 许杰友 Jieyou Xu (Joe) | -0/+3 | |
| 2024-04-06 | Add docs for sharded descriptions | Michael Howell | -36/+148 | |
| 2024-04-06 | Add basic docs for the new `aux-bin` header (#1942) | Martin Nordholts | -1/+6 | |
| 2024-04-06 | Add needs-threads header command (#1943) | Eric Huss | -0/+1 | |
| 2024-04-06 | Fix some broken links under bootstrapping. (#1958) | Prashanth Mundkur | -8/+8 | |
| * Fix some broken links under bootstrapping. * Fix more broken links for bootstrapping. | ||||
| 2024-04-05 | Replace -Zno-parallel-llvm with -Zno-parallel-backend | Tim Neumann | -1/+1 | |
| This was renamed by https://github.com/rust-lang/rust/pull/116791. | ||||
| 2024-04-01 | Fix some broken links | Boxy | -3/+5 | |
| 2024-04-01 | Reorganise into subchapters and explain `Reveal` | Boxy | -161/+207 | |
| 2024-04-01 | reviews | Boxy | -4/+5 | |
| 2024-04-01 | Change location in guide | Boxy | -1/+1 | |
| 2024-04-01 | Initial rewrite | Boxy | -40/+130 | |
| 2024-03-31 | Add quickstart for how to build and run the compiler (#1951) | Nilstrieb | -0/+70 | |
| * Add quickstart for how to build and run the compiler The chapter is quite long, and a lot of the information is, while valuable, not very important for newcomers. I think it makes sense to have a condensed version for anyone just wanting to get started with only the most important information. * A few improvements to quickstart | ||||
| 2024-03-30 | Delete length check (#1952) | Nilstrieb | -71/+3 | |
| It's super annoying to be forced to use this bad convention, and apparently everyone agrees. The only reason no improvements have been done is because those were blocked on writing a better checker. I strongly believe that no checker is better than a bad checker, so let's just delete it in the meantime. I kindly asked anyone who sees this to complain about overly long sentences in review in the future, I think we can make this turn out fine. | ||||
| 2024-03-28 | Fix some comments | JohnEndson | -6/+6 | |
| Signed-off-by: JohnEndson <jiayuzhen@outlook.com> | ||||
| 2024-03-27 | summary: opaque-types-region-inference-restrictions | Ali MJ Al-Nasrawy | -0/+2 | |
| 2024-03-27 | add opaque-types-region-inference-restrictions | Ali MJ Al-Nasrawy | -0/+264 | |
| 2024-03-23 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -26/+29 | |
| 2024-03-22 | add chapter to summary | lcnr | -0/+1 | |
| 2024-03-22 | explain rigid aliases | lcnr | -1/+3 | |
| 2024-03-22 | Update src/solve/significant-changes.md | lcnr | -1/+1 | |
| Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de> | ||||
| 2024-03-22 | Update src/solve/significant-changes.md | lcnr | -1/+1 | |
| Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de> | ||||
| 2024-03-22 | is this sensible? idk | lcnr | -38/+77 | |
| 2024-03-22 | explore significant changes with the new solver | lcnr | -0/+109 | |
| 2024-03-22 | canonicalization is out of date | lcnr | -1/+0 | |
| 2024-03-22 | Fix broken link in chapter '1. How to build and run the compiler' | Christopher B. Speir | -1/+1 | |
| The 'read this chapter' link under the 'What is x.py?' section returned a Document not found (404) error. | ||||
| 2024-03-19 | typo | Tshepang Mbambo | -1/+1 | |
| 2024-03-18 | Reflect rustc_codegen_cranelift move | Seo Sanghyeon | -1/+1 | |
| 2024-03-13 | Update rustdoc-internals.md (#1911) | Tbkhi | -123/+149 | |
| * Update rustdoc-internals.md Minor updates to syntax and some clarifications. * updates * Update rustdoc-internals.md | ||||
| 2024-03-13 | Update test-implementation.md (#1937) | Tbkhi | -29/+34 | |
| * Update test-implementation.md * Update test-implementation.md | ||||
| 2024-03-13 | Extract Bootstrap into its own section (#1939) | 许杰友 Jieyou Xu (Joe) | -16/+79 | |
| * Extract Bootstrap into its own section Add brief explanation for `Step` and `Builder::ensure` as core Bootstrap internal concepts. * Drop common commands page (use `x --help` instead) * Add `make` as an alternative entry point * Add src/bootstrap/README.md link | ||||
| 2024-03-13 | typos | Tshepang Mbambo | -4/+4 | |
| Also - use proper case for rust-analyzer - reformat a bit, for sembr | ||||
| 2024-03-12 | More updates for recent diagnostics changes. | Nicholas Nethercote | -62/+60 | |
| A sequel to #1883, this covers diagnostic naming changes from rust-lang/rust/pull/121489, rust-lang/rust/pull/121780, and rust-lang/rust/pull/122132. | ||||
| 2024-03-11 | Update bibliography.md (#1912) | Tbkhi | -18/+19 | |
| Minor additions and resorting. | ||||
| 2024-03-11 | update rustc-driver-interacting-with-the-ast.md (#1930) | Tbkhi | -2/+6 | |
| * adding links * Update src/rustc-driver-interacting-with-the-ast.md Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> * redo links and formatting * Update rustc-driver-interacting-with-the-ast.md --------- Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2024-03-11 | Update rustc-driver-getting-diagnostics.md | Tbkhi | -3/+8 | |
| 2024-03-08 | Document that test names cannot contain dots (#1927) | 许杰友 Jieyou Xu (Joe) | -0/+3 | |
| 2024-03-04 | Update overview.md (#1898) | Tbkhi | -156/+172 | |
| * Update overview.md Various link addition and minor edits for clarity. * generic improvements * fix line lengths for ci/cd --------- Co-authored-by: Tbkhi <me.stole546@silomails.com> Co-authored-by: Oliver Dechant <ol922807@dal.ca> | ||||
| 2024-03-04 | and again | lcnr | -0/+1 | |
| 2024-03-04 | unfk links | lcnr | -0/+1 | |
