about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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-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
2024-11-20Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakisbors-0/+1
2024-11-20Auto merge of #133251 - matthiaskrgr:rollup-gjeis3q, r=matthiaskrgrbors-12/+15
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-0/+1
2024-11-20Auto merge of #133227 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-11-20interpret: make typing_env field privateRalf Jung-12/+15
2024-11-20Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errorsbors-100/+107
2024-11-20Merge from rustcThe Miri Cronjob Bot-5/+5
2024-11-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-11-19Update cargoWeihang Lo-0/+0
2024-11-19Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-...Matthias Krüger-1/+1
2024-11-19`InterpCx` store `TypingEnv` instead of a `ParamEnv`lcnr-13/+13
2024-11-19remove `TypingMode::from_param_env` in clippylcnr-68/+77
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-27/+25
2024-11-19Merge pull request #4035 from discord9/masterRalf Jung-32/+57
2024-11-19refactor: refine thread variant for windowsdiscord9-32/+57
2024-11-19Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkovMatthias Krüger-5/+5
2024-11-19Remove `TokenKind::InvalidPrefix`.Nicholas Nethercote-1/+1
2024-11-19fmtThe Miri Cronjob Bot-6/+4
2024-11-19Merge from rustcThe Miri Cronjob Bot-104/+131
2024-11-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-11-19Merge pull request #4039 from RalfJung/root-dirOli Scherer-13/+8
2024-11-18Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errorsbors-89/+99
2024-11-18use -Zroot-dir instead of --remap-path-prefix for diagnostic dir handlingRalf Jung-13/+8
2024-11-18Update `xshell` and `xshell-macros` to v0.2.7Urgau-5/+5
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-89/+99
2024-11-18Rollup merge of #133158 - lnicola:sync-from-ra, r=lnicolaJacob Pratt-15/+32