| Age | Commit message (Expand) | Author | Lines |
| 2025-02-18 | Fix 19090 | Ali Bektas | -0/+67 |
| 2025-02-18 | Suggest using :: instead of . in more cases. | Zachary S | -1/+0 |
| 2025-02-18 | Rollup merge of #137191 - ehuss:update-mdbook, r=jieyouxu | Matthias Krüger | -5/+13 |
| 2025-02-18 | Rollup merge of #136750 - kornelski:ub-bug, r=saethlin | Urgau | -0/+2 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -3/+0 |
| 2025-02-18 | Fix dead link | Benjamin Brienen | -1/+1 |
| 2025-02-18 | Revert "pass struct fields to chalk" | Lukas Wirth | -37/+20 |
| 2025-02-18 | Merge pull request #19157 from joshrotenberg/dev-guide-to-book | Lukas Wirth | -173/+201 |
| 2025-02-18 | Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalathar | bors | -45/+37 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -45/+37 |
| 2025-02-17 | Fix what looks like an inverted message | Eric Huss | -1/+1 |
| 2025-02-17 | Move error_index_generator to the rustbook workspace | Eric Huss | -1/+9 |
| 2025-02-17 | Update mdbook to 0.4.45 | Eric Huss | -3/+3 |
| 2025-02-17 | move dev docs to manual | Josh Rotenberg | -173/+201 |
| 2025-02-17 | Rollup merge of #137173 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -2949/+9573 |
| 2025-02-17 | Rollup merge of #137020 - ferrocene:pa-vendor-sources, r=Kobzol | Matthias Krüger | -54/+40 |
| 2025-02-17 | Use correct working directory for non-workspace proc-macro execution | Mehul Arora | -31/+159 |
| 2025-02-17 | Update lockfile | Laurențiu Nicola | -12/+12 |
| 2025-02-17 | Merge pull request #19169 from lnicola/sync-from-rust | Laurențiu Nicola | -1838/+2722 |
| 2025-02-17 | Bump rustc crates | Laurențiu Nicola | -5/+5 |
| 2025-02-17 | Merge pull request #19167 from ChayimFriedman2/fix-ref-pat | Lukas Wirth | -17/+64 |
| 2025-02-17 | Merge from rust-lang/rust | Laurențiu Nicola | -1832/+2716 |
| 2025-02-17 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -5/+19 |
| 2025-02-17 | generate-copyright: pass the vendored sources from bootstrap | Pietro Albini | -44/+8 |
| 2025-02-17 | Fix detection of ref patterns for path patterns | Chayim Refael Friedman | -17/+64 |
| 2025-02-17 | Merge pull request #19158 from PoignardAzur/expaned_pub_glob_imports | Lukas Wirth | -92/+297 |
| 2025-02-17 | Merge pull request #19122 from Austaras/master | Lukas Wirth | -20/+37 |
| 2025-02-17 | Merge pull request #19127 from ChayimFriedman2/different-generic-args | Lukas Wirth | -1144/+1222 |
| 2025-02-17 | Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee | Matthias Krüger | -5/+19 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -4/+5 |
| 2025-02-17 | Rollup merge of #136671 - nnethercote:middle-limits, r=Nadrieril | Matthias Krüger | -3/+3 |
| 2025-02-17 | Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillot | Matthias Krüger | -214/+207 |
| 2025-02-17 | Merge from rustc | The Miri Cronjob Bot | -4/+4 |
| 2025-02-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-17 | Calculate drop glue and show it on hover | Chayim Refael Friedman | -6/+1002 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -3/+0 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -64/+61 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -150/+146 |
| 2025-02-17 | Fix sorting of runnables | Chayim Refael Friedman | -11/+4 |
| 2025-02-17 | Rename `pattern_complexity` attr as `pattern_complexity_limit`. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Add `pattern_complexity_limit` to `Limits`. | Nicholas Nethercote | -1/+1 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -5/+19 |
| 2025-02-16 | Pass through of target features to llvm-bitcode-linker and handling them | kulst | -2/+17 |
| 2025-02-16 | add erf and erfc to nondet tests, and reduce how much we're changing the floa... | Ralf Jung | -125/+48 |
| 2025-02-16 | apply random float error to most floating-point operations | LorrensP-2158466 | -84/+403 |
| 2025-02-16 | Refactor path lowering | Chayim Refael Friedman | -1132/+1220 |
| 2025-02-16 | Rollup merge of #136986 - ehuss:library-unsafe-fun, r=Noratrieb | Matthias Krüger | -4/+4 |
| 2025-02-16 | Merge pull request #19137 from asuto15/highlight-extern-crate | Lukas Wirth | -0/+19 |
| 2025-02-16 | Merge pull request #19155 from ShoyuVanilla/migrate-missing-match-arms | Lukas Wirth | -113/+72 |