about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-12Rollup merge of #129000 - RalfJung:miri-bootstrap-clear, r=onur-ozkanMatthias Krüger-6/+8
2024-08-12Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnrMatthias Krüger-20/+55
2024-08-12Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnrMatthias Krüger-38/+95
2024-08-12Auto merge of #129008 - GuillaumeGomez:rollup-6citttb, r=GuillaumeGomezbors-449/+789
2024-08-12Rollup merge of #128994 - nnethercote:fix-Parser-look_ahead-more, r=compiler-...Guillaume Gomez-4/+64
2024-08-12Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxuGuillaume Gomez-49/+100
2024-08-12Rollup merge of #128937 - lqd:clean-rmake-tests, r=jieyouxuGuillaume Gomez-83/+49
2024-08-12Rollup merge of #128929 - saethlin:enable-codegen-units-tests, r=compiler-errorsGuillaume Gomez-58/+45
2024-08-12Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercoteGuillaume Gomez-77/+125
2024-08-12Rollup merge of #128878 - Kobzol:refactor-flags, r=onur-ozkanGuillaume Gomez-29/+48
2024-08-12Rollup merge of #128632 - joboet:dont_overwrite_style, r=AmanieuGuillaume Gomez-11/+15
2024-08-12Rollup merge of #128537 - Jamesbarford:118980-const-vector, r=RalfJung,nikicGuillaume Gomez-17/+170
2024-08-12Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdocGuillaume Gomez-105/+111
2024-08-12Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,JubileeGuillaume Gomez-16/+62
2024-08-12Auto merge of #128371 - andjo403:rangeAttribute, r=nikicbors-24/+159
2024-08-12bootstrap: clear miri ui-test deps when miri sysroot gets rebuiltRalf Jung-6/+8
2024-08-12make the codegen test also cover an ill-behaved arch, and add linksRalf Jung-3/+14
2024-08-12std: do not overwrite style in `get_backtrace_style`joboet-11/+15
2024-08-12Auto merge of #128862 - cblh:fix/128855, r=scottmcmbors-0/+14
2024-08-12Fix bug in `Parser::look_ahead`.Nicholas Nethercote-4/+64
2024-08-12Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcmbors-312/+559
2024-08-11Remove struct_tail_no_normalizationMichael Goulet-13/+10
2024-08-11Rename normalization functions to rawMichael Goulet-16/+18
2024-08-11Normalize struct tail properly in borrowck and hir typeckMichael Goulet-12/+70
2024-08-11Fix debuginfo providers/testsBen Kimock-22/+22
2024-08-11Auto merge of #128677 - nikic:llvm19rc2, r=cuviperbors-0/+0
2024-08-11Add range attribute to scalar function results and argumentsAndreas Jonson-24/+159
2024-08-11Use assert_matches around the compilerMichael Goulet-49/+100
2024-08-11Auto merge of #122362 - Zoxc:rustc_driver_static_std, r=oli-obk,lqd,bjorn3,Ko...bors-17/+113
2024-08-11Auto merge of #128916 - jieyouxu:dump-ice-dump-ice, r=compiler-errorsbors-113/+173
2024-08-11tests: ignore `dump-ice-to-disk` on windows许杰友 Jieyou Xu (Joe)-3/+4
2024-08-11use `rfs` in rustdoc io rmake testRémy Rakic-7/+5
2024-08-11Auto merge of #128959 - matthiaskrgr:rollup-6jdqi3l, r=matthiaskrgrbors-449/+476
2024-08-11Rollup merge of #128882 - RalfJung:local-waker-will-wake, r=cuviperMatthias Krüger-1/+7
2024-08-11Rollup merge of #128875 - bvanjoi:cleanup-import-used, r=petrochenkovMatthias Krüger-15/+16
2024-08-11Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errorsMatthias Krüger-221/+191
2024-08-11Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-SimulacrumMatthias Krüger-8/+4
2024-08-11Rollup merge of #128536 - Zalathar:print-cleanup, r=NadrierilMatthias Krüger-185/+216
2024-08-11Rollup merge of #120314 - mina86:i, r=Mark-SimulacrumMatthias Krüger-19/+42
2024-08-11Keep rustc's std copyJohn Kåre Alsaker-12/+1
2024-08-11tests: tidy up `dump-ice-to-disk` and make assertion failures extremely verbose许杰友 Jieyou Xu (Joe)-113/+172
2024-08-11Exclude just `std` from rustc depsJohn Kåre Alsaker-9/+5
2024-08-11Update the unstable bookJohn Kåre Alsaker-0/+11
2024-08-11Don't statically link `std` into `rustc_driver` for `windows-gnu`John Kåre Alsaker-4/+30
2024-08-11Ask the user to use `feature(rustc_private)` when linking to `rustc_driver`John Kåre Alsaker-8/+23
2024-08-11Link `std` statically in `rustc_driver`John Kåre Alsaker-11/+70
2024-08-10Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=...bors-8/+77
2024-08-10Auto merge of #128400 - petrochenkov:nowhole3, r=bjorn3bors-13/+2
2024-08-10remove other warnings from rmake testsRémy Rakic-25/+25
2024-08-10remove unused imports from rmake testsRémy Rakic-52/+20