about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-05-05Merge pull request #19747 from Veykril/push-kqxvxrxozswrLukas Wirth-18/+111
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-1/+1
2025-05-05Merge pull request #4310 from RalfJung/addr-space-conservationRalf Jung-8/+17
2025-05-05Merge pull request #4309 from RalfJung/both-borrows-testsRalf Jung-532/+94
2025-05-05fix: Fix `move_bounds` assists not working for lifetimesLukas Wirth-47/+196
2025-05-05alloc_addresses: when we are running out of addresses, start reusing more agg...Ralf Jung-8/+17
2025-05-05consistent folder naming: stacked-borrows -> stacked_borrowsRalf Jung-6/+6
2025-05-05Merge pull request #19746 from Veykril/push-swvuyqwwplrtLukas Wirth-44/+415
2025-05-05fix: Fix proc-macro API creating malformed negative literalsLukas Wirth-29/+85
2025-05-05Merge pull request #4306 from yoctocell/fix-unsafecell-inside-boxRalf Jung-1/+43
2025-05-05move tests that are identical between SB and TB to shared filesRalf Jung-764/+326
2025-05-05minor: Add more proc-macro tests for parsing negative literalsLukas Wirth-26/+341
2025-05-05update unstable bookdianne-7/+24
2025-05-05update `cc_detect` testsonur-ozkan-6/+6
2025-05-05Merge pull request #19745 from Veykril/push-rnqulnqvltroLukas Wirth-0/+118
2025-05-05minor: Add a mbe test for parsing negative literalsLukas Wirth-0/+118
2025-05-05Merge pull request #19740 from vishruth-thimmaiah/unwrap_path_typeLukas Wirth-0/+175
2025-05-05feat: add an assist to unwrap a type with a generic argVishruth-Thimmaiah-0/+175
2025-05-05refactor: De-arc defmap queriesLukas Wirth-455/+498
2025-05-05Merge pull request #4307 from JoJoDeveloping/remove-unique-is-uniqueRalf Jung-451/+12
2025-05-05Merge pull request #19742 from Veykril/push-ykmuwtkzruqmLukas Wirth-22/+303
2025-05-05Fix incorrect handling of unresolved non-module imports in name resolutionLukas Wirth-22/+303
2025-05-05Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrumbors-62/+135
2025-05-04Auto merge of #140646 - tgross35:rollup-z3hjbm6, r=tgross35bors-5/+21
2025-05-04Rollup merge of #140627 - dtolnay:rustdoctracing, r=GuillaumeGomezTrevor Gross-5/+21
2025-05-04Fix tidy dep listMark Rousskov-7/+3
2025-05-04Remove -Zunique-is-uniqueJohannes Hostert-451/+12
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-92/+53
2025-05-04implement `PanicTracker` to track `t` panicsonur-ozkan-5/+26
2025-05-04Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxubors-10/+13
2025-05-04Merge pull request #19739 from Veykril/push-kpozprqnsmkkLukas Wirth-12/+12
2025-05-04Disable fixpoint for variance computation temporarilyLukas Wirth-12/+12
2025-05-04Rollup merge of #140551 - mejrs:test4, r=jieyouxuStuart Cook-10/+0
2025-05-04cargo updategithub-actions-55/+132
2025-05-03compiletest: Do not require annotations on empty labels and suggestionsVadim Petrochenkov-10/+13
2025-05-03Allow linking rustc and rustdoc against the same single tracing crateDavid Tolnay-5/+21
2025-05-03Auto merge of #140502 - nikic:llvm-20.1.4, r=dianqkbors-0/+0
2025-05-03Move some tests out of tests/uimejrs-10/+0
2025-05-03Rollup merge of #140597 - SchmErik:rm-schmerik, r=UrgauMatthias Krüger-1/+0
2025-05-03Rollup merge of #140582 - GuillaumeGomez:update-sysinfo, r=KobzolMatthias Krüger-17/+132
2025-05-03Improve let snippetA4-Tacks-6/+6
2025-05-03Rollup merge of #140546 - LegNeato:anyhowbacktrace, r=jieyouxuMatthias Krüger-1/+1
2025-05-03Improve the let code snippetA4-Tacks-6/+101
2025-05-03Merge from rustcThe Miri Cronjob Bot-925/+2376
2025-05-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-05-02Implement Iterator::last for vec::IntoIterThalia Archibald-7/+46
2025-05-02Merge pull request #19733 from ShoyuVanilla/issue-19724Lukas Wirth-13/+82
2025-05-02Merge pull request #19732 from ShoyuVanilla/issue-19730Lukas Wirth-1/+27
2025-05-02zkvm: remove schmerik from maintainers listErik Kaneda-1/+0
2025-05-03fix: Implement mut to const ptr cast for method resolutionShoyu Vanilla-13/+82