| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-24 | Cleanup CodegenFnAttrFlags | Noratrieb | -2/+2 | |
| - Rename `USED` to `USED_COMPILER` to better reflect its behavior. - Reorder some items to group the used and allocator flags together - Renumber them without gaps | ||||
| 2025-05-24 | fix zulip topic URL | Ralf Jung | -1/+1 | |
| 2025-05-24 | rename internal panicking::try to catch_unwind | Ralf Jung | -23/+23 | |
| 2025-05-24 | Update `askama` version to `0.14.0` in `generate-copyright` tool | Guillaume Gomez | -1/+1 | |
| 2025-05-24 | Rollup merge of #141405 - RalfJung:GetUserProfileDirectoryW, r=ChrisDenton | Matthias Krüger | -3/+3 | |
| GetUserProfileDirectoryW is now documented to always store the size Update to match https://github.com/MicrosoftDocs/sdk-api/pull/1810 Also fix a bug in the Miri implementation while I am starting at that code... r? ```@ChrisDenton``` Fixes #141254 | ||||
| 2025-05-23 | Auto merge of #141460 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 | |
| Update cargo 9 commits in 47c911e9e6f6461f90ce19142031fe16876a3b95..68db37499f2de8acef704c73d9031be6fbcbaee4 2025-05-14 17:53:17 +0000 to 2025-05-22 14:27:15 +0000 - chore(gh): Add new-lint issue template (rust-lang/cargo#15575) - fix(toml): Remove workaround for rustc frontmatter support (rust-lang/cargo#15570) - fix(vendor)!: vendor files with .rej/.orig suffix (rust-lang/cargo#15569) - fix(vendor)!: direct extraction for registry sources (rust-lang/cargo#15514) - chore(deps): update msrv (1 version) to v1.87 (rust-lang/cargo#15530) - Fix comment for cargo/core/compiler/fingerprint/mod.rs (rust-lang/cargo#15565) - fix: remove unnecessary workaround in standard_lib test (rust-lang/cargo#15522) - Allow configuring arbitrary codegen backends (rust-lang/cargo#15562) - Update dependencies (rust-lang/cargo#15557) r? ghost | ||||
| 2025-05-23 | GetUserProfileDirectoryW is now documented to always store the size | Ralf Jung | -3/+3 | |
| 2025-05-23 | Rollup merge of #141457 - ehuss:update-mdbook, r=Mark-Simulacrum | Matthias Krüger | -50/+5 | |
| Update mdbook to 0.4.50 This updates mdbook to 0.4.50 which brings in several changes, and specifically a fix for syntax highlighting in rust-by-example. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0450 | ||||
| 2025-05-23 | Update cargo | Weihang Lo | -0/+0 | |
| 2025-05-23 | Update mdbook to 0.4.50 | Eric Huss | -50/+5 | |
| 2025-05-23 | Rollup merge of #141383 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -199/+734 | |
| Miri subtree update r? `@ghost` | ||||
| 2025-05-23 | Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkov | Matthias Krüger | -4/+4 | |
| Rename `kw::Empty` as `sym::empty`. Because the empty string is not a keyword. r? `@petrochenkov` | ||||
| 2025-05-23 | Bump salsa | Lukas Wirth | -280/+83 | |
| 2025-05-23 | Properly analyze captures from unsafe binders | Michael Goulet | -0/+2 | |
| 2025-05-23 | test some aarch64 windows targets | Ralf Jung | -1/+4 | |
| 2025-05-23 | many-seeds tests have become a lot faster thanks to multithreading | Ralf Jung | -7/+5 | |
| 2025-05-23 | ./miri bench: sort results alphabetically | Ralf Jung | -11/+15 | |
| 2025-05-23 | Merge from rustc | The Miri Cronjob Bot | -4615/+6169 | |
| 2025-05-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 | |
| 2025-05-23 | Normalize when checking for uninhabited types for pattern exhaustiveness ↵ | Chayim Refael Friedman | -25/+81 | |
| checking | ||||
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -53/+54 | |
| 2025-05-22 | Implement file cloning on Windows | Rune Tynan | -1/+97 | |
| 2025-05-22 | Rollup merge of #141130 - mejrs:use_self, r=compiler-errors | Matthias Krüger | -1/+1 | |
| rustc_on_unimplemented cleanups Addresses some of the fixmes from https://github.com/rust-lang/rust/pull/139091 and https://github.com/rust-lang/rust/pull/140307. - switch from `_Self` to `Self` in library - properly validate that arguments in the `on` filter and the format strings are actually valid See https://github.com/rust-lang/rustc-dev-guide/pull/2357 for the relevant documentation. | ||||
| 2025-05-22 | Remove rust-analyzer.vs from other editors | Oli Scherer | -24/+0 | |
| 2025-05-22 | enable isolated-stdin test on Windows | Ralf Jung | -1/+1 | |
| 2025-05-22 | Implement file read/write on Windows | Rune Tynan | -81/+460 | |
| 2025-05-22 | Merge pull request #19842 from Veykril/push-zunlmrzpnrzk | Lukas Wirth | -1/+1 | |
| minor: Support `transmute_unchecked` intrinsic for mir-eval | ||||
| 2025-05-22 | Support `transmute_unchecked` intrinsic for mir-eval | Lukas Wirth | -1/+1 | |
| 2025-05-22 | Merge pull request #19824 from ChayimFriedman2/lints-again | Lukas Wirth | -164/+60 | |
| fix: Fix cache problems with lints level | ||||
| 2025-05-22 | Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieu | bors | -3/+3 | |
| Rename `cfg_match!` to `cfg_select!` [`@Nemo157` pointed out](https://github.com/rust-lang/rust/issues/115585#issuecomment-2346307605) that `cfg_match!` syntax does not actually align well with match syntax, which is a possible source of confusion. The comment points out that usage is instead more similar to ecosystem `select!` macros. Rename `cfg_match!` to `cfg_select!` to match this. Tracking issue: https://github.com/rust-lang/rust/issues/115585 [1]: https://github.com/rust-lang/rust/issues/115585#issuecomment-2346307605 | ||||
| 2025-05-22 | Rename `kw::Empty` as `sym::empty`. | Nicholas Nethercote | -4/+4 | |
| Because the empty string is not a keyword. | ||||
| 2025-05-21 | document that the entire test suite passes under freebsd | Ralf Jung | -1/+1 | |
| 2025-05-21 | run the full test suite under FreeBSD | Ralf Jung | -2/+2 | |
| 2025-05-21 | Merge pull request #19839 from ChayimFriedman2/inlay-hints-attr | Lukas Wirth | -5/+15 | |
| fix: Correctly set the span of the proc_macro crate's Group delimiters | ||||
| 2025-05-21 | Implement FreeBSD syscall cpuset_getaffinity. | LorrensP-2158466 | -2/+117 | |
| 2025-05-21 | internal: fix `integrated_benchmarks` to make actual edits | David Barsky | -8/+12 | |
| 2025-05-21 | Correctly set the span of the proc_macro crate's Group delimiters | Chayim Refael Friedman | -5/+15 | |
| Previously only the open delimiter's span was set, and this caused... weird problems. | ||||
| 2025-05-21 | Merge pull request #4338 from RalfJung/FileDescription | Ralf Jung | -2/+8 | |
| FileDescription: improve read/write docs | ||||
| 2025-05-21 | Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into ↵ | Philipp Krones | -4612/+6166 | |
| clippy-subtree-update | ||||
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -4/+1 | |
| 2025-05-21 | FileDescription: improve read/write docs | Ralf Jung | -2/+8 | |
| 2025-05-21 | Merge pull request #4337 from RalfJung/io | Ralf Jung | -17/+25 | |
| test direct usage of io::{stdout,stderr,stdin} | ||||
| 2025-05-21 | test direct usage of io::{stdout,stderr,stdin} | Ralf Jung | -17/+25 | |
| 2025-05-21 | Merge from rustc | The Miri Cronjob Bot | -1374/+3459 | |
| 2025-05-21 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 | |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -3/+3 | |
| At [1] it was pointed out that `cfg_match!` syntax does not actually align well with match syntax, which is a possible source of confusion. The comment points out that usage is instead more similar to ecosystem `select!` macros. Rename `cfg_match!` to `cfg_select!` to match this. Tracking issue: https://github.com/rust-lang/rust/issues/115585 [1]: https://github.com/rust-lang/rust/issues/115585#issuecomment-2346307605 | ||||
| 2025-05-20 | Auto merge of #141278 - lnicola:sync-from-ra, r=lnicola | bors | -1358/+3449 | |
| Subtree update of `rust-analyzer` r? `@ghost` | ||||
| 2025-05-20 | Merge pull request #19826 from lnicola/sync-from-rust | Laurențiu Nicola | -7444/+10058 | |
| minor: Sync from downstream | ||||
| 2025-05-20 | Bump rustc crates | Laurențiu Nicola | -22/+29 | |
| 2025-05-20 | Merge from rust-lang/rust | Laurențiu Nicola | -7423/+10030 | |
