| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-26 | fix: the lines are formatted according to clippy | vremyavnikuda | -2/+2 | |
| 2025-05-26 | docs: add documentation for find_all_refs constructor search (#10725) | vremyavnikuda | -3/+158 | |
| 2025-05-26 | Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indent | Lukas Wirth | -3/+91 | |
| fix: ide-assists, generate mut trait impl indent | ||||
| 2025-05-26 | Merge pull request #19819 from Veykril/push-utvzwvwuuvlm | Lukas Wirth | -3/+3 | |
| Change import prefix default to be by crate | ||||
| 2025-05-26 | Merge pull request #19785 from A4-Tacks/fix-generate-new-indent | Lukas Wirth | -1/+136 | |
| fixes: ide-assists, generate_new indent loses | ||||
| 2025-05-26 | Merge pull request #19851 from ChayimFriedman2/normalize-exhaustiveness | Lukas Wirth | -25/+81 | |
| fix: Normalize when checking for uninhabited types for pattern exhaustiveness checking | ||||
| 2025-05-26 | Merge pull request #19864 from ChayimFriedman2/is-in-macro | Lukas Wirth | -85/+125 | |
| fix: Properly implement `might_be_inside_macro_call()` using semantic information instead of syntactical hacks | ||||
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -7/+13 | |
| 2025-05-25 | Update tidy exceptions | bjorn3 | -0/+2 | |
| 2025-05-25 | Properly implement `might_be_inside_macro_call()` using semantic information ↵ | Chayim Refael Friedman | -85/+125 | |
| instead of syntactical hacks And rename it to `is_inside_macro_call()` accordingly. | ||||
| 2025-05-25 | Fix IDE resolution of item macros | Chayim Refael Friedman | -29/+74 | |
| It wasn't inside the source, because there was no source map. | ||||
| 2025-05-25 | add "Compiler environment variables" section to the unstable book | jyn | -0/+7 | |
| 2025-05-25 | feat(unstable-book): Added unstable feature doc comments as feature descriptions | Ross Sullivan | -6/+38 | |
| 2025-05-25 | fmt | The Miri Cronjob Bot | -1/+3 | |
| 2025-05-25 | Merge from rustc | The Miri Cronjob Bot | -84/+39 | |
| 2025-05-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 | |
| 2025-05-24 | Rollup merge of #141511 - Noratrieb:codegen-fn-attrs, r=compiler-errors | Guillaume Gomez | -2/+2 | |
| Cleanup CodegenFnAttrFlags - 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 | Rollup merge of #141505 - RalfJung:catch_unwind, r=Noratrieb | Guillaume Gomez | -23/+23 | |
| rename internal panicking::try to catch_unwind The public function is called `catch_unwind`, the intrinsic at some point got renamed to `catch_unwind` -- there's no reason to have the internal implementation of this still be called `try`, so let's rename it to match the rest. | ||||
| 2025-05-24 | Rollup merge of #141487 - GuillaumeGomez:update-askama, r=notriddle | Guillaume Gomez | -1/+1 | |
| Update askama to `0.14.0` [Askama 0.14.0 release notes](https://github.com/askama-rs/askama/releases/tag/v0.14.0) Just one change needed for a filter in rustdoc. r? ```@notriddle``` | ||||
| 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. | ||||
