| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-12 | add missing word | Tshepang Mbambo | -1/+1 | |
| 2025-04-12 | remove implied text | Tshepang Mbambo | -1/+1 | |
| "how much to trust" implies the opposite | ||||
| 2025-04-12 | use more simple language | Tshepang Mbambo | -1/+1 | |
| Not obvious what "sort by" means | ||||
| 2025-04-12 | ease copy-paste | Tshepang Mbambo | -2/+4 | |
| 2025-04-12 | Update "crater" link to actually point to crater.md | Freya Arbjerg | -1/+1 | |
| 2025-04-11 | Document that `opt-dist` requires metrics to be enabled | Jakub Beránek | -2/+7 | |
| 2025-04-11 | Merge pull request #2320 from smanilov/patch-1 | Tshepang Mbambo | -14/+22 | |
| Update table of contents in about-this-guide.md | ||||
| 2025-04-11 | Update table of contents in about-this-guide.md | Stan Manilov | -14/+22 | |
| 1. added two new parts: Bootstrapping and Supporting Infrastructure; 2. touched up names of pre-existing parts, to match actual names in sidebar; 3. syntactic nits (start description of Analysis with a capital letter); and 4. make numbered list use only 1. Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -8/+8 | |
| Fix breakage when running compiletest with `--test-args=--edition=2015` Compiletest has an `--edition` flag to change the default edition tests are run with. Unfortunately no test suite successfully executes when that flag is passed. If the edition is set to something greater than 2015 the breakage is expected, since the test suite currently supports only edition 2015 (Ferrous Systems will open an MCP about fixing that soonish). Surprisingly, the test suite is also broken if `--edition=2015` is passed to compiletest. This PR focuses on fixing the latter. This PR fixes the two categories of failures happening when `--edition=2015` is passed: * Some edition-specific tests set their edition through `//@ compile-flags` instead of `//@ edition`. Compiletest doesn't parse the compile flags, so it would see no `//@ edition` and add another `--edition` flag, leading to a rustc error. * Compiletest would add the edition after `//@ compile-flags`, while some tests depend on flags passed to `//@ compile-flags` being the last flags in the rustc invocation. Note that for the first category, I opted to manually go and replace all `//@ compile-flags` setting an edition with an explicit `//@ edition`. We could've changed compiletest to instead check whether an edition was set in `//@ compile-flags`, but I thought it was better to enforce a consistent way to set the edition in tests. I also added the edition to the stamp, so that changing `--edition` results in tests being re-executed. r? `@jieyouxu` | ||||
| 2025-04-11 | Fix link to rustc_* TEST attributes in ui.md | Stan Manilov | -1/+1 | |
| 2025-04-10 | dev-guide: Document `dont-require-annotations` | Vadim Petrochenkov | -17/+39 | |
| and its use cases in more detail | ||||
| 2025-04-10 | mention --edition restrictions in rustc-dev-guide | Pietro Albini | -8/+8 | |
| 2025-04-10 | rustc-dev-guide: document `needs-crate-type` | Jieyou Xu | -1/+6 | |
| 2025-04-09 | Remove redundant words | timesince | -1/+1 | |
| 2025-04-07 | improve flow | Tshepang Mbambo | -2/+3 | |
| 2025-04-07 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -0/+3 | |
| 2025-04-07 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 | |
| 2025-04-06 | Fix deadlink in libs-and-metadata.md | Levi Zim | -1/+1 | |
| 2025-04-04 | Update book.toml fix the authors field | Gábor Szabó | -1/+1 | |
| See https://rust-lang.github.io/mdBook/format/configuration/general.html#general-metadata | ||||
| 2025-04-03 | add some links about the rustdoc-gui test suite | binarycat | -1/+5 | |
| 2025-04-03 | Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr | bors | -410/+543 | |
| Rollup of 7 pull requests Successful merges: - #139080 (Experimental feature gate for `super let`) - #139145 (slice: Remove some uses of unsafe in first/last chunk methods) - #139149 (unstable book: document import_trait_associated_functions) - #139273 (Apply requested API changes to `cell_update`) - #139282 (rustdoc: make settings checkboxes always square) - #139283 (Rustc dev guide subtree update) - #139294 (Fix the `f16`/`f128` feature gates on integer literals) r? `@ghost` `@rustbot` modify labels: rollup | ||||
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -0/+3 | |
| 2025-04-03 | test directive can appear anywhere in the file | Tshepang Mbambo | -1/+2 | |
| 2025-04-02 | Merge from rustc | Jieyou Xu | -11/+49 | |
| 2025-04-02 | Preparing for merge from rustc | Jieyou Xu | -1/+1 | |
| 2025-03-30 | Fix partial clone link | clubby789 | -1/+1 | |
| 2025-03-30 | add rustfmt settings file | Tshepang Mbambo | -127/+39 | |
| 2025-03-30 | example assumes a static exists | Tshepang Mbambo | -2/+2 | |
| This was removed, likely by mistake, during a refactor. | ||||
| 2025-03-29 | update rustc-{driver,interface} examples | Tshepang Mbambo | -13/+12 | |
| 2025-03-29 | Merge pull request #2289 from y1lan/fix_compiler_err_of_examples | Tshepang Mbambo | -17/+16 | |
| Fix compile errors of all the examples | ||||
| 2025-03-30 | Merge pull request #2288 from rust-lang/tshepang-known-bug-takes-args | 许杰友 Jieyou Xu (Joe) | -0/+8 | |
| mention that known-bug test directive takes arguments | ||||
| 2025-03-29 | mention that know-bug test directive takes arguments | Tshepang Mbambo | -0/+8 | |
| 2025-03-29 | compiletest: Support matching diagnostics on lines below | Vadim Petrochenkov | -0/+15 | |
| 2025-03-28 | Fix trivial typo of `BoundVariableKind` | Samuel Tardieu | -1/+1 | |
| 2025-03-28 | Fix code generation link | Santiago Pastorino | -1/+1 | |
| 2025-03-27 | Delete from_method from rustc_on_unimplemented documentation | mejrs | -3/+0 | |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -4/+22 | |
| 2025-03-24 | typo | Tshepang Mbambo | -1/+1 | |
| 2025-03-24 | add needed break | Tshepang Mbambo | -1/+2 | |
| 2025-03-24 | Merge pull request #2299 from jieyouxu/test-jobs-reorg | 许杰友 Jieyou Xu (Joe) | -11/+39 | |
| Slightly reorganize ecosystem tests, stub out codegen backend test pages | ||||
| 2025-03-23 | doc: fix reference to #create-a-configtoml | Chiichen | -1/+1 | |
| 2025-03-21 | Stub out codegen backend test pages | Jieyou Xu | -2/+28 | |
| 2025-03-21 | Move Fuchsia and RfL under `ecosystem-test-jobs/` folder | Jieyou Xu | -9/+11 | |
| Includes redirects to avoid breaking existing links. | ||||
| 2025-03-20 | Update `ParamEnv` section for `TypingEnv` changes | Boxy | -211/+211 | |
| 2025-03-20 | Merge pull request #2199 from sagudev/patch-1 | Vadim Petrochenkov | -3/+3 | |
| Fix rib example | ||||
| 2025-03-20 | Merge pull request #2295 from lolbinarycat/rustdoc-htmldocck | 许杰友 Jieyou Xu (Joe) | -8/+119 | |
| add new section on the `rustdoc` test suite | ||||
| 2025-03-20 | Disambiguate between wg-llvm and icebreakers-llvm in rustc-dev-guide | Jieyou Xu | -7/+10 | |
| 2025-03-19 | use correct code block markers | Tshepang Mbambo | -4/+3 | |
| This makes this command pass mdbook test --chapter "Remarks on perma-unstable features" | ||||
| 2025-03-19 | Set linkcheck in `ci.yml` | Jakub Beránek | -0/+1 | |
| 2025-03-19 | Rollup merge of #138655 - Kobzol:rdg-sync, r=jieyouxu | Matthias Krüger | -32/+56 | |
| rustc-dev-guide sync r? `@jieyouxu` | ||||
