about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-24cover guard patterns in rustfmtMax Niederman-1/+3
2024-11-24add guard pattern AST nodeMax Niederman-4/+26
2024-11-24refactor pat parser method names/doc-comments to agree with RFC 3637Max Niederman-22/+23
2024-11-24add `guard_patterns` unstable feature, without unstable book chapter for nowMax Niederman-0/+3
2024-11-24Auto merge of #132791 - tyilo:big-file-fail-fast, r=compiler-errorsbors-1/+15
2024-11-24Auto merge of #132611 - compiler-errors:async-prelude, r=ibraheemdevbors-0/+3
2024-11-24Auto merge of #132597 - lukas-code:btree-plug-leak, r=jhprattbors-2/+64
2024-11-23Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkanbors-147/+236
2024-11-23Auto merge of #133379 - jieyouxu:rollup-00jxo71, r=jieyouxubors-90/+922
2024-11-23Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwUbors-531/+346
2024-11-23Vendor `trpl` crate so The Book tests work offlineChris Krycho-0/+1
2024-11-23Update tests for new TRPL chapter orderChris Krycho-139/+139
2024-11-23rustbook: fix two small typosChris Krycho-2/+2
2024-11-23Update bootstrap tests to support book dependenciesChris Krycho-1/+66
2024-11-23Add support for `--library-path` to `rustbook test`Chris Krycho-3/+26
2024-11-23Update messages which reference book chs. 17-20Chris Krycho-2/+2
2024-11-23Update TRPL to latest, including new Chapter 17: Async and AwaitChris Krycho-0/+0
2024-11-23Auto merge of #133377 - jieyouxu:rollup-n536hzq, r=jieyouxubors-141/+438
2024-11-23rebaselcnr-23/+18
2024-11-23reviewlcnr-5/+36
2024-11-23global old solver cache: use `TypingEnv`lcnr-42/+54
2024-11-23remove remaining references to `Reveal`lcnr-84/+93
2024-11-23no more Reveal :(lcnr-299/+112
2024-11-23 thir building: use typing_env directlylcnr-67/+32
2024-11-23Rollup merge of #133374 - RalfJung:abi_unsupported_vector_types, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+624
2024-11-23Rollup merge of #133355 - chorman0773:spec-layout-tests, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+265
2024-11-23Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors许杰友 Jieyou Xu (Joe)-79/+21
2024-11-23Rollup merge of #133217 - xingxue-ibm:fix-strip, r=compiler-errors许杰友 Jieyou Xu (Joe)-10/+12
2024-11-23`ElaborateDrops`: use typing_env directlylcnr-16/+6
2024-11-23Rollup merge of #133366 - compiler-errors:expected-found, r=dtolnay许杰友 Jieyou Xu (Joe)-90/+58
2024-11-23Rollup merge of #133332 - bjoernager:const-array-as-mut-slice, r=jhpratt许杰友 Jieyou Xu (Joe)-1/+2
2024-11-23Rollup merge of #133286 - jieyouxu:bug-ourselves, r=compiler-errors许杰友 Jieyou Xu (Joe)-3/+39
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 #132994 - clubby789:cc-bisect, r=Kobzolbors-396/+411
2024-11-23show abi_unsupported_vector_types lint in future breakage reportsRalf Jung-1/+624
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-85/+793
2024-11-23Remove unnecessary bool from ExpectedFoundMichael Goulet-90/+58
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-22Remove `#[cfg(test)]` related stubsConnor Horman-57/+10
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-230/+524