about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-23Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease许杰友 Jieyou Xu (Joe)-6/+91
2024-11-23Rollup merge of #131505 - madsmtm:darwin_user_temp_dir, r=dtolnay许杰友 Jieyou Xu (Joe)-7/+111
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-34/+137
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-85/+793
2024-11-23Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errorsbors-465/+1135
2024-11-22Rollup merge of #133264 - lolbinarycat:os-string-truncate, r=joboetMichael Goulet-4/+8
2024-11-22Rollup merge of #133215 - ehuss:fix-vendor-rustc-perf, r=kobzolMichael Goulet-22/+27
2024-11-22Rollup merge of #133208 - ferrocene:split-copyright-html, r=KobzolMichael Goulet-29/+181
2024-11-22Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxuMichael Goulet-26/+36
2024-11-22Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiserMichael Goulet-5/+106
2024-11-22Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmeaseMichael Goulet-138/+134
2024-11-22Rollup merge of #132658 - estebank:const-in-pattern-typo, r=NadrierilMichael Goulet-1/+315
2024-11-22Rollup merge of #132090 - compiler-errors:baily, r=lcnrMichael Goulet-240/+328
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-230/+524
2024-11-22Auto merge of #133349 - ehuss:stabilize-2024, r=traviscross,compiler-errorsbors-334/+308
2024-11-22Stabilize the 2024 editionEric Huss-334/+308
2024-11-22Check drop is trivial before checking ty needs dropMichael Goulet-180/+57
2024-11-22Pretty print AsyncFn traits tooMichael Goulet-17/+71
2024-11-22Deduplicate checking drop terminatorMichael Goulet-107/+69
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-109/+366
2024-11-22More comments, reverse polarity of structural checkMichael Goulet-35/+41
2024-11-22Implement ~const Destruct in new solverMichael Goulet-74/+266
2024-11-22Diagnostic for using macro_rules macro as attr/deriveclubby789-32/+56
2024-11-22Simplify logic a bitMichael Goulet-127/+69
2024-11-22Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxubors-921/+1701
2024-11-22Auto merge of #133338 - BoxyUwU:bump_1_85, r=BoxyUwUbors-1/+1
2024-11-22Rollup merge of #133337 - ColinFinck:thread-scoped-fix-typo, r=joboet许杰友 Jieyou Xu (Joe)-1/+1
2024-11-22Rollup merge of #133330 - RalfJung:close, r=the8472许杰友 Jieyou Xu (Joe)-10/+11
2024-11-22Rollup merge of #133323 - compiler-errors:bail-if-self-var, r=lcnr许杰友 Jieyou Xu (Joe)-0/+21
2024-11-22Rollup merge of #133319 - compiler-errors:simpler-fulfill, r=lcnr许杰友 Jieyou Xu (Joe)-141/+106
2024-11-22Rollup merge of #133313 - thesummer:fix-arc4random, r=cuviper许杰友 Jieyou Xu (Joe)-2/+0
2024-11-22Rollup merge of #133311 - RalfJung:miri-sync, r=RalfJung许杰友 Jieyou Xu (Joe)-763/+1530
2024-11-22Rollup merge of #133288 - bjoernager:const-array-each-ref, r=jhpratt许杰友 Jieyou Xu (Joe)-4/+30
2024-11-22Rollup merge of #133238 - heiher:loong-stdarch-rexport, r=Amanieu许杰友 Jieyou Xu (Joe)-0/+2
2024-11-22Bump to 1.85Boxy-1/+1
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-79/+94
2024-11-22Fix typo in `std::thread::Scope::spawn` documentation.Colin Finck-1/+1
2024-11-22generate-copyright: Fixup comment for get_metadata_and_notices.Jonathan Pallant-1/+1
2024-11-22library: update comment around close()Ralf Jung-10/+11
2024-11-22Don't try to use confstr in MiriMads Marquart-4/+6
2024-11-22Auto merge of #129238 - umgefahren:stabilize-ipv6-unique-local, r=dtolnaybors-6/+4
2024-11-22Bail in effects in old solver if self ty is ty varMichael Goulet-0/+21
2024-11-22Simplify fulfill_implicationMichael Goulet-141/+106
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-79/+94
2024-11-21Use arc4random of libc for RTEMS targetJan Sommer-2/+0
2024-11-21Auto merge of #132362 - mustartt:aix-dylib-detection, r=jieyouxubors-22/+127
2024-11-21Auto merge of #133246 - MarcoIeni:debug-info-2-windows-disable, r=Kobzolbors-1/+1
2024-11-21Implement the unsafe-fields RFC.Luca Versari-85/+793
2024-11-21Keep list of submodules close to list of vendored workspacesEric Huss-24/+27
2024-11-21aix: fix archive formatHenry Jiang-22/+127