| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-10 | is a question | Tshepang Mbambo | -1/+1 | |
| 2025-05-10 | sembr | Tshepang Mbambo | -3/+5 | |
| 2025-05-10 | make more readable | Tshepang Mbambo | -1/+1 | |
| 2025-05-10 | make more clear what is meant | Tshepang Mbambo | -1/+1 | |
| 2025-05-10 | use the right case | Tshepang Mbambo | -3/+3 | |
| 2025-05-10 | link to chapter referred to | Tshepang Mbambo | -1/+2 | |
| This made it look the the topic was covered in the chapter just before the current one. | ||||
| 2025-05-10 | Merge pull request #2369 from rust-lang/tshepang-patch-1 | Tshepang Mbambo | -0/+10 | |
| add rdg push git config entry for git protocol pushers | ||||
| 2025-05-09 | Merge pull request #2376 from smanilov/patch-5 | Tshepang Mbambo | -2/+2 | |
| Fix minor typo in rustdoc-internals.md | ||||
| 2025-05-09 | Fix minor typo in rustdoc-internals.md | Stan Manilov | -2/+2 | |
| 2025-05-09 | Remove mono item collection strategy override from -Zprint-mono-items | Tomasz Miąsko | -6/+2 | |
| Previously `-Zprint-mono-items` would override the mono item collection strategy. When debugging one doesn't want to change the behaviour, so this was counter productive. Additionally, the produced behaviour was artificial and might never arise without using the option in the first place (`-Zprint-mono-items=eager` without `-Clink-dead-code`). Finally, the option was incorrectly marked as `UNTRACKED`. Resolve those issues, by turning `-Zprint-mono-items` into a boolean flag that prints results of mono item collection without changing the behaviour of mono item collection. For codegen-units test incorporate `-Zprint-mono-items` flag directly into compiletest tool. Test changes are mechanical. `-Zprint-mono-items=lazy` was removed without additional changes, and `-Zprint-mono-items=eager` was turned into `-Clink-dead-code`. Linking dead code disables internalization, so tests have been updated accordingly. | ||||
| 2025-05-08 | Mention fast try builds in the rustc-dev-guide | Jakub Beránek | -6/+10 | |
| 2025-05-08 | Fix minor typo in installation.md | Stan Manilov | -1/+1 | |
| 2025-05-08 | Remark test naming exception | Stan Manilov | -0/+6 | |
| 2025-05-08 | Fix minor typo in serialization.md | Stan Manilov | -1/+1 | |
| 2025-05-08 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -4/+5 | |
| 2025-05-08 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 | |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -2/+1 | |
| Separate dataflow analysis and results `Analysis` gets put into `Results` with `EntryStates`, by `iterate_to_fixpoint`. This has two problems: - `Results` is passed various places where only `Analysis` is needed. - `EntryStates` is passed around mutably everywhere even though it is immutable. This commit mostly separates `Analysis` from `Results` and fixes these two problems. r? `@davidtwco` | ||||
| 2025-05-06 | avoid duplicating commands | Tshepang Mbambo | -4/+5 | |
| The 2 commands do the same thing. Also, follow style used elsewhere in the guide. | ||||
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -2/+4 | |
| and migrate most of remaining `error-pattern`s to it. | ||||
| 2025-05-01 | add rdg push git config entry for git protocol pushers | Tshepang Mbambo | -0/+10 | |
| 2025-05-01 | Merge pull request #2367 from rust-lang/rustc-pull | Tshepang Mbambo | -4/+4 | |
| Rustc pull update | ||||
| 2025-05-01 | adds commas | Martin Ombura Jr. | -2/+2 | |
| 2025-05-01 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -3/+3 | |
| 2025-05-01 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 | |
| 2025-05-01 | adds 'with' to help clarify how to build a new compiler | Martin Ombura Jr. | -2/+2 | |
| 2025-04-30 | Merge pull request #2352 from xizheyin/enable-behind-upstream | 许杰友 Jieyou Xu (Joe) | -0/+3 | |
| 2025-04-30 | Merge pull request #2359 from rust-lang/tshepang-repo-name | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -3/+3 | |
| 2025-04-29 | for a more friendly output | Tshepang Mbambo | -2/+6 | |
| Also, these are normal Rust things (crates/packages), so remove the word *normal*. | ||||
| 2025-04-29 | Merge pull request #2363 from smanilov/patch-1 | Tshepang Mbambo | -13/+12 | |
| Update compiler-src.md | ||||
| 2025-04-29 | Merge PR #2360: Add docs about stabilizing an edition | Travis Cross | -0/+54 | |
| 2025-04-29 | Fix footnotes | Boxy | -12/+12 | |
| 2025-04-29 | Merge pull request #2266 from BoxyUwU/normalization | lcnr | -129/+311 | |
| Introduce a normalization chapter | ||||
| 2025-04-29 | Introduce a normalization chapter | Boxy | -129/+311 | |
| 2025-04-29 | Update compiler-src.md | Stan Manilov | -13/+12 | |
| Refactor the dependency structure from a nested unordered list to a single-level ordered list. IMO, this is clearer, but happy to close this PR without merging, if the change is not desired. | ||||
| 2025-04-28 | Add documentation on how to stabilize the compiler edition | Eric Huss | -0/+19 | |
| This adds documentation on how to stabilize the edition in the compiler. | ||||
| 2025-04-28 | Update mdbook to 0.4.48 | Eric Huss | -1/+1 | |
| This updates to the latest version of mdbook which has had a variety of fixes of new features since the last update. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0448 | ||||
| 2025-04-28 | Add documentation on how to migration the edition of the standard library | Eric Huss | -0/+18 | |
| Based on lessons learned from 2024. There's probably still more details to say here since it was a ton of work. These are the major points that I remember. | ||||
| 2025-04-28 | Add an example of the example of an edition migration lint | Eric Huss | -0/+17 | |
| It was observed that some people were missing the `edition20xx` rustdoc attribute. Although this probably won't solve that problem, I'd still like to highlight it as something to be aware of. | ||||
| 2025-04-28 | use repo name in push pr title | Tshepang Mbambo | -1/+1 | |
| I found "Rustc dev guide subtree update awkward" | ||||
| 2025-04-28 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -7/+19 | |
| 2025-04-28 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 | |
| 2025-04-27 | Merge pull request #2351 from rust-lang/rustc-pull | Yuki Okushi | -1/+1 | |
| 2025-04-26 | replace command that does not work | Tshepang Mbambo | -3/+6 | |
| 2025-04-26 | copy-paste ease | Tshepang Mbambo | -1/+1 | |
| 2025-04-26 | use correct code block markers | Tshepang Mbambo | -24/+24 | |
| 2025-04-26 | Merge pull request #2343 from hwhsu1231-fork/fix-prefix-chapter | Tshepang Mbambo | -0/+5 | |
| fix(docs): add newlines between prefix/suffix chapters | ||||
| 2025-04-26 | Merge pull request #2345 from rust-lang/extraneous | Tshepang Mbambo | -3/+3 | |
| toolchain version does not need to be specified | ||||
| 2025-04-25 | typo | Tshepang Mbambo | -2/+2 | |
| 2025-04-25 | Enable [behind-upstream] triagebot option | xizheyin | -0/+3 | |
| Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn> | ||||
