about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-11-28Bump rustc cratesLaurențiu Nicola-17/+17
2024-11-28Merge from rust-lang/rustLaurențiu Nicola-4365/+10516
2024-11-28Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-11-27Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillotMatthias Krüger-44/+38
2024-11-27update cfgsBoxy-5/+0
2024-11-27Compiletest: Add proc-macro headerEric Huss-23/+66
2024-11-27Rollup merge of #133457 - joboet:miri-tlsfree, r=saethlinMatthias Krüger-0/+26
2024-11-27Rollup merge of #133453 - ferrocene:check-license-metadata, r=KobzolMatthias Krüger-12/+39
2024-11-26Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQKMichael Goulet-1/+0
2024-11-26Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errorsbors-11/+11
2024-11-26Rollup merge of #133140 - dtolnay:precedence, r=fmeaseMichael Goulet-11/+11
2024-11-26Merge pull request #18511 from darichey/sysroot-query-metadataLaurențiu Nicola-51/+150
2024-11-26Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errorsGuillaume Gomez-22/+0
2024-11-26Pacify tidy.Camille GILLOT-1/+0
2024-11-26Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillotbors-41/+37
2024-11-25Merge pull request #18559 from ChayimFriedman2/recur-unsizedLaurențiu Nicola-10/+47
2024-11-26compiletest: remove `pretty-expanded` directive and infraJieyou Xu-22/+0
2024-11-25Fix a stack overflow when computing the sizedness of a struct that includes i...Chayim Refael Friedman-10/+47
2024-11-25Update cargoEric Huss-0/+0
2024-11-25miri: implement `TlsFree`joboet-0/+26
2024-11-25collect-license-metadata: move JSON to root, and add a 'check' modeJonathan Pallant-12/+31
2024-11-25generate-copyright: Ensure output has UNIX line-endings for consistency.Jonathan Pallant-0/+8
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-41/+37
2024-11-24Merge pull request #18552 from lnicola/rust-src-messageLaurențiu Nicola-4/+5
2024-11-24Fix missing rust-src messageLaurențiu Nicola-4/+5
2024-11-24Rollup merge of #133405 - Zalathar:style-file, r=jieyouxuMatthias Krüger-9/+13
2024-11-24Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errorsMatthias Krüger-4/+3
2024-11-24tidy: Distinguish between two different meanings of "style file"Zalathar-9/+13
2024-11-23Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkanbors-5/+28
2024-11-23Update request entry point file path in architecture.mdMark Murphy-1/+1
2024-11-23Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwUbors-3/+1
2024-11-23rustbook: fix two small typosChris Krycho-2/+2
2024-11-23Add support for `--library-path` to `rustbook test`Chris Krycho-3/+26
2024-11-23no more Reveal :(lcnr-3/+1
2024-11-23Auto merge of #132994 - clubby789:cc-bisect, r=Kobzolbors-2/+2
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-3/+30
2024-11-23remove is_trivially_const_dropRalf Jung-4/+3
2024-11-22Rollup merge of #133208 - ferrocene:split-copyright-html, r=KobzolMichael Goulet-28/+179
2024-11-22Rollup merge of #133311 - RalfJung:miri-sync, r=RalfJung许杰友 Jieyou Xu (Joe)-763/+1530
2024-11-22generate-copyright: Fixup comment for get_metadata_and_notices.Jonathan Pallant-1/+1
2024-11-21Implement the unsafe-fields RFC.Luca Versari-3/+30
2024-11-21Auto merge of #132629 - nnethercote:124141-preliminaries, r=petrochenkovbors-1/+1
2024-11-21generate-copyright: Now generates a library file too.Jonathan Pallant-27/+178
2024-11-21fmtRalf Jung-6/+2
2024-11-21Merge from rustcRalf Jung-99/+111
2024-11-21Preparing for merge from rustcRalf Jung-1/+1
2024-11-20trophy case: add RwLock::downgrade bugRalf Jung-0/+1
2024-11-21Introduce `InvisibleOrigin` on invisible delimiters.Nicholas Nethercote-1/+1
2024-11-20Merge pull request #4026 from eduardosm/soft-sqrtRalf Jung-68/+219
2024-11-20miri: implement square root without relying on host floatsEduardo Sánchez Muñoz-68/+219