about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-25dont iterate over the bitsetRalf Jung-4/+2
2024-08-25only visit reachable blocks, do not use a visitorRalf Jung-28/+16
2024-08-24const checking: properly compute the set of transient localsRalf Jung-17/+45
2024-08-24Auto merge of #129303 - nikic:llvm19rc3, r=cuviperbors-0/+0
2024-08-23Auto merge of #129278 - GuillaumeGomez:rm-duplicated-usage-of-unstable-option...bors-26/+8
2024-08-23Auto merge of #128507 - Oneirical:testart-from-scratch, r=jieyouxubors-9/+73
2024-08-23rewrite libtest-thread-limit to rmakeOneirical-9/+73
2024-08-23Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomezbors-45/+375
2024-08-23Rollup merge of #129457 - Kobzol:kobzol-vacation, r=KobzolGuillaume Gomez-1/+1
2024-08-23Rollup merge of #129437 - gurry:fix-diagnostic-typo, r=jieyouxuGuillaume Gomez-2/+2
2024-08-23Rollup merge of #129426 - notriddle:smaller-index-2024-08-22, r=GuillaumeGomezGuillaume Gomez-13/+40
2024-08-23Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errorsGuillaume Gomez-2/+48
2024-08-23Rollup merge of #129350 - krasimirgg:llvm20, r=nikicGuillaume Gomez-22/+41
2024-08-23Rollup merge of #129276 - eduardosm:stabilize-char_indices_offset, r=AmanieuGuillaume Gomez-3/+13
2024-08-23Rollup merge of #129263 - apiraino:add-missing-compat-note, r=cuviperGuillaume Gomez-0/+2
2024-08-23Rollup merge of #129243 - onur-ozkan:stuff, r=KobzolGuillaume Gomez-1/+2
2024-08-23Rollup merge of #128511 - alexcrichton:doc-wasm-features, r=jieyouxuGuillaume Gomez-1/+226
2024-08-23Auto merge of #129443 - matthiaskrgr:rollup-tbgdj0p, r=matthiaskrgrbors-225/+406
2024-08-23kobzol vacationJakub Beránek-1/+1
2024-08-23Rollup merge of #129433 - GrigorenkoPV:run-make-support-path-rustdoc, r=jieyouxuMatthias Krüger-0/+1
2024-08-23Rollup merge of #129417 - compiler-errors:refine-err, r=lqdMatthias Krüger-20/+30
2024-08-23Rollup merge of #129414 - GuillaumeGomez:fix-doc-hidden-crates, r=notriddleMatthias Krüger-3/+31
2024-08-23Rollup merge of #129400 - Amjad50:update-compiler-builtins, r=tgross35Matthias Krüger-4/+4
2024-08-23Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errorsMatthias Krüger-55/+58
2024-08-23Rollup merge of #129055 - Oneirical:fortanix-fortification, r=jieyouxuMatthias Krüger-94/+105
2024-08-23Rollup merge of #128876 - ColinFinck:rust-lld-with-runtime-dlls, r=Kobzol,pet...Matthias Krüger-13/+24
2024-08-23Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=AmanieuMatthias Krüger-36/+153
2024-08-23Fix typo in help diagnosticGurinder Singh-2/+2
2024-08-23Fix a missing import in a doc in run-make-supportPavel Grigorenko-0/+1
2024-08-22Auto merge of #129413 - jieyouxu:revert-remove-dir-all, r=compiler-errorsbors-17/+103
2024-08-22rustdoc-search: use tighter json for names and parentsMichael Howell-13/+40
2024-08-22Auto merge of #129410 - RalfJung:miri-sync, r=RalfJungbors-86/+658
2024-08-22Add regression test for #126796Guillaume Gomez-0/+27
2024-08-22Fix extern crates not being hidden with `doc(hidden)`Guillaume Gomez-3/+4
2024-08-22fix: fs::remove_dir_all: treat ENOENT as successbinarycat-36/+153
2024-08-22Don't trigger refinement lint if predicates reference errorsMichael Goulet-20/+30
2024-08-22Revert "compiletest: use `std::fs::remove_dir_all` now that it is available"许杰友 Jieyou Xu (Joe)-2/+25
2024-08-22Revert "bootstrap: fix clean's `remove_dir_all` implementation"许杰友 Jieyou Xu (Joe)-15/+78
2024-08-22Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxubors-4/+74
2024-08-22rewrite x86_64-fortanix-unknown-sgx-lvi to rmakeOneirical-94/+105
2024-08-22llvm 20: adapt integer comparison testsKrasimir Georgiev-22/+41
2024-08-22Auto merge of #3833 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJungbors-47/+74
2024-08-22Make Tree Borrows Provenance GC no longer produce stack overflowsJohannes Hostert-47/+74
2024-08-22Fix handling of macro arguments within the `dropping_copy_types lintUrgau-2/+48
2024-08-22Auto merge of #129338 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-08-22Auto merge of #3832 - RalfJung:epoll-test, r=oli-obkbors-24/+4
2024-08-22Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgrbors-85/+204
2024-08-22Update RELEASES.mdapiraino-2/+2
2024-08-22Update `compiler_builtins` to `0.1.120`Amjad Alsharafi-4/+4
2024-08-22Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errorsMatthias Krüger-20/+50