| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-24 | fix(solve/significant-changes): typo | Ada Alakbarova | -1/+1 | |
| 2025-01-24 | Revert "Add `@bors rollup=never` to rustc-push PR body" | Jakub Beránek | -1/+1 | |
| 2025-01-24 | Document Python formatting and linting in the rustc-dev-guide | Jakub Beránek | -3/+25 | |
| 2025-01-24 | Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35 | Matthias Krüger | -1/+2 | |
| remove pointless allowed_through_unstable_modules on TryFromSliceError This got added in https://github.com/rust-lang/rust/pull/132482 but the PR does not explain why. `@lukas-code` do you still remember? Also Cc `@Noratrieb` as reviewer of that PR. If I understand the issue description correctly, all paths under which this type is exported are stable now: `core::array::TryFromSliceError` and `std::array::TryFromSliceError`. If that is the case, we shouldn't have the attribute; it's a terrible hack that should only be used when needed to maintain backward compatibility. Getting some historic information right is IMO *not* sufficient justification to risk accidentally exposing this type via more unstable paths today or in the future. | ||||
| 2025-01-23 | Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk | Matthias Krüger | -18/+16 | |
| Get rid of RunCompiler The various `set_*` methods that have been removed can be replaced by setting the respective fields in the `Callbacks::config` implementation. `set_using_internal_features` was often forgotten and it's equivalent is now done automatically. | ||||
| 2025-01-23 | rustc-dev-guide: document `needs-subprocess` directive | 许杰友 Jieyou Xu (Joe) | -1/+2 | |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -6/+6 | |
| It has become nothing other than a wrapper around run_compiler. | ||||
| 2025-01-23 | Remove set_make_codegen_backend and set_file_loader | bjorn3 | -14/+12 | |
| They can both be set inside the config callback too. | ||||
| 2025-01-21 | Add `@bors rollup=never` to rustc-push PR body | Jakub Beránek | -1/+1 | |
| 2025-01-21 | Add test for checking used glibc symbols | Jakub Beránek | -0/+2 | |
| 2025-01-20 | Send a message to Zulip when a sync finishes | Jakub Beránek | -2/+32 | |
| 2025-01-20 | Merge pull request #2215 from Kobzol/pull | Jakub Beránek | -6/+119 | |
| rustc pull | ||||
| 2025-01-20 | Merge from rustc | Jakub Beránek | -5/+118 | |
| 2025-01-20 | Preparing for merge from rustc | Jakub Beránek | -1/+1 | |
| 2025-01-20 | Add portable SIMD to list of subtrees | Jakub Beránek | -0/+2 | |
| 2025-01-20 | docs: document how to install a suitable `josh-proxy` locally | 许杰友 Jieyou Xu (Joe) | -0/+7 | |
| Co-authored-by: Boxy <rust@boxyuwu.dev> | ||||
| 2025-01-19 | Fix dev guide docs for error-pattern | Noratrieb | -1/+2 | |
| I know it would have made more sense to make this PR to the dev guide repo but I had already made the fix before I realized that. | ||||
| 2025-01-18 | Merge pull request #2211 from patrickoliveira15/patch/inference-invariance | Yuki Okushi | -3/+0 | |
| 2025-01-17 | remove outdated text about wfx implies | Patrick Oliveira | -3/+0 | |
| 2025-01-17 | compiletest: fix outdated `rustdoc-js` test suite name | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2025-01-15 | nyaa | lcnr | -2/+2 | |
| 2025-01-14 | fix some more typos | Ryan Mehri | -16/+16 | |
| 2025-01-15 | Merge pull request #2202 from Kobzol/pull-ci | 许杰友 Jieyou Xu (Joe) | -0/+73 | |
| 2025-01-14 | Fix some broken links | Noah Lev | -11/+10 | |
| * Rename `StringReader -> Lexer` * Remove deleted `Query` struct * Update some internal links | ||||
| 2025-01-14 | rustc-dev-guide: add note about not adding ↵ | Ralf Jung | -1/+2 | |
| rustc_allowed_through_unstable_modules to more items | ||||
| 2025-01-13 | rustc-dev-guide: document `BOOTSTRAP_TRACING` and bootstrap `tracing` setup | 许杰友 Jieyou Xu (Joe) | -0/+104 | |
| 2025-01-12 | rustc-dev-guide: update outdated LLVM stamp filename | onur-ozkan | -1/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2025-01-11 | Add CI workflow for performing rustc-pull | Jakub Beránek | -0/+58 | |
| 2025-01-11 | Merge pull request #2205 from ehuss/ci-config | 许杰友 Jieyou Xu (Joe) | -0/+15 | |
| 2025-01-10 | Fix calculate-job-matrix.py link | Eric Huss | -2/+2 | |
| 2025-01-10 | Document how to find the configuration used in CI | Eric Huss | -0/+15 | |
| This documents how to determine which settings are used in CI, since I see this question come up regularly. We currently don't have a great way to answer the question, but at least there is something. | ||||
| 2025-01-09 | ci: Remove incorrect use of `continue-on-error` | Noah Lev | -2/+1 | |
| This will cause the CI build to be marked successful even if the build failed. Instead, use `if: '!cancelled()'` to always save the cache (except when the job is cancelled), even if the linkcheck failed. See https://stackoverflow.com/a/58859404 for more. | ||||
| 2025-01-08 | Error if there is nothing to pull | Jakub Beránek | -0/+10 | |
| 2025-01-08 | Print an explicit message if the base repo head commit is up-to-date | Jakub Beránek | -0/+5 | |
| 2025-01-08 | Update key | Martin Liska | -3/+3 | |
| 2025-01-08 | Save linkcheck cache always | Martin Liska | -7/+19 | |
| 2025-01-08 | Preparing for merge from rustc | Jakub Beránek | -1/+1 | |
| 2025-01-07 | Fix rib example | Samson | -3/+3 | |
| related zulip thread: https://rust-lang.zulipchat.com/#narrow/channel/182449-t-compiler.2Fhelp/topic/Ribs.20in.20name.20resolution | ||||
| 2025-01-07 | Update rustc-dev-guide | Jakub Beránek | -5/+13 | |
| 2025-01-07 | Fix broken raw HTML (#2198) | Max Heller | -2/+2 | |
| 2025-01-06 | Only keep label description in Forge docs | 许杰友 Jieyou Xu (Joe) | -61/+1 | |
| 2025-01-06 | Add rustc-dev-guide to the list of repositories managed by josh (#2197) | Jakub Beránek | -1/+3 | |
| 2025-01-06 | add josh-sync build dir to gitignore (#2196) | Boxy | -0/+2 | |
| 2025-01-05 | Preparing for merge from rustc | Jakub Beránek | -0/+1 | |
| 2025-01-05 | Preparing for merge from rustc | Jakub Beránek | -0/+1 | |
| 2025-01-05 | Split stuff out of representing types, and rewrite early/late bound chapter ↵ | Boxy | -370/+433 | |
| (#2192) | ||||
| 2025-01-05 | Describe how to use rust-analyzer with `rmake.rs` (#2191) | Stuart Cook | -0/+40 | |
| 2025-01-05 | fix comment | Tshepang Mbambo | -2/+1 | |
| 2025-01-05 | make paragraph more readable | Tshepang Mbambo | -3/+5 | |
| 2025-01-05 | repetition not needed | Tshepang Mbambo | -5/+5 | |
