| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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` | ||||
| 2025-03-18 | update filename in link | binarycat | -1/+1 | |
| 2025-03-18 | normalize link titles | binarycat | -2/+2 | |
| 2025-03-18 | clean up wording/grammar and mention double quotes | binarycat | -4/+5 | |
| 2025-03-18 | rename htmldocck.md -> rustdoc-test-suite.md | binarycat | -1/+1 | |
| 2025-03-18 | rustdoc test suite: clean up wording and intro | binarycat | -3/+6 | |
| 2025-03-18 | htmldocck: expand limitations and mention compiletest directives | binarycat | -3/+9 | |
| 2025-03-18 | add htmldocck.md to SUMMARY.md | binarycat | -1/+1 | |
| 2025-03-18 | add new section on the `rustdoc` test suite | binarycat | -8/+109 | |
| 2025-03-18 | Add Fuchsia ping group page | Jakub Beránek | -2/+16 | |
| 2025-03-18 | Reorder RfL tests page to move the "what if it breaks" section to the top | Jakub Beránek | -20/+20 | |
| 2025-03-18 | Add Fuchsia ping group notice | Jakub Beránek | -0/+8 | |
| 2025-03-18 | Merge pull request #2268 from xizheyin/issue-137421 | 许杰友 Jieyou Xu (Joe) | -0/+56 | |
| Add issue link for explaining that why rustc_private linker fails | ||||
| 2025-03-18 | Add chapter Remarks on perma-unstable features | xizheyin | -0/+56 | |
| Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn> | ||||
| 2025-03-18 | Merge from rustc | Jieyou Xu | -56/+56 | |
| 2025-03-18 | Preparing for merge from rustc | Jieyou Xu | -1/+1 | |
| 2025-03-17 | Rollup merge of #138533 - Kobzol:try-job-auto-tests, r=marcoieni | Matthias Krüger | -0/+2 | |
| Only use `DIST_TRY_BUILD` for try jobs that were not selected explicitly Some CI jobs (x64 Linux, ARM64 Linux and x64 MSVC) use the `opt-dist` tool to build an optimized toolchain using PGO and BOLT. When performing a default try build for x64 Linux, in most cases we want to run perf. on that artifact. To reduce the latency of this common use-case, `opt-dist` skips building several components not needed for perf., and it also skips running post-optimization tests, when it detects that the job is executed as a try job (not a merge/auto job). This is useful, but it also means that if you *want* to run the tests, you had to go to `jobs.yml` and manually comment this environment variable, create a WIP commit, do a try build, and then remove the WIP commit, which is annoying (in the similar way that modifying what gets run in try builds was annoying before we had the `try-job` annotations). I thought that we could introduce some additional PR description marker like `try-job-run-tests`, but it's hard to discover that such things exist. Instead, I think that there's a much simpler heuristic for determining whether `DIST_TRY_BUILD` should be used (that I implemented in this PR): - If you do just ``@bors` try`, without any custom try jobs selected, `DIST_TRY_BUILD` will be activated, to finish the build as fast as possible. - If you specify any custom try jobs, you are most likely doing experiments and you want to see if tests pass and everything builds as it should. The `DIST_TRY_BUILD` variable will thus *not* be set in this case. In this way, if you want to run dist tests, you can just add the `try-job: dist-x86_64-linux` line to the PR description, and you don't need to create any WIP commits. r? `@marcoieni` | ||||
| 2025-03-17 | replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide | bit-aloo | -56/+56 | |
| 2025-03-16 | expand ${workspaceFolder} in sample vim config | jyn | -1/+25 | |
| 2025-03-16 | Add a note to rustc-dev-guide | Jakub Beránek | -0/+2 | |
| 2025-03-16 | Following commit 401dd84 in the Rust project | Yang Lin | -4/+7 | |
| (https://github.com/rust-lang/rust), `ErrorGuaranteed` was replaced by fatal errors. As a result, `tcx.analysis()` now aborts directly instead of returning an error guard. To accommodate this change, this update replaces `tcx.analysis()` with `typeck()` to perform type checking in the example. | ||||
| 2025-03-16 | Adapt to rust-lang/rust#136466: | Yang Lin | -13/+9 | |
| Start removing `rustc_middle::hir::map::Map` Following commit f86f7ad from pull request #136466 in the Rust project (https://github.com/rust-lang/rust), some methods in `Map` were moved to `TyCtxt`. This update reimplements `rustc-drive-example.rs`, `rustc-driver-interacting-with-the-ast.rs`, and `rustc-interface-example.rs` using the new versions of these methods, ensuring compatibility with the nightly-2025-03-08 toolchain. | ||||
| 2025-03-15 | add some copy-paste goodness | Tshepang Mbambo | -3/+3 | |
| 2025-03-15 | make 'mdbook test --chapter "Running tests"' pass | Tshepang Mbambo | -1/+1 | |
| 2025-03-15 | those should not get shell highlighting | Tshepang Mbambo | -24/+24 | |
| 2025-03-14 | Fix MCP links | Jakub Beránek | -2/+2 | |
| 2025-03-14 | Merge pull request #2283 from jieyouxu/sync | 许杰友 Jieyou Xu (Joe) | -78/+40 | |
| Rustc pull | ||||
| 2025-03-13 | Fix grammar and remove redundant info | KonaeAkira | -2/+1 | |
| 2025-03-13 | Remove the doc for `no-system-llvm` | Josh Stone | -1/+0 | |
| This compiletest directive was removed in rust-lang/rust#120265. | ||||
| 2025-03-13 | Document `fetch.prunetags = true` gotcha during rustc-pull | 许杰友 Jieyou Xu (Joe) | -0/+13 | |
| 2025-03-13 | Merge from rustc | 许杰友 Jieyou Xu (Joe) | -77/+39 | |
| 2025-03-13 | Preparing for merge from rustc | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2025-03-13 | less text for same effect | Tshepang Mbambo | -3/+2 | |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -2/+2 | |
| Continuing the work from #137350. Removes the unused methods: `expect_variant`, `expect_field`, `expect_foreign_item`. Every method gains a `hir_` prefix. | ||||
