about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-11-21Merge pull request #4046 from CraftSpider/windows-error-mappingRalf Jung-3/+64
2024-11-21Add comment about multiple errors to one ErrorKindRune Tynan-0/+4
2024-11-21eventfd: comment tweaksRalf Jung-9/+13
2024-11-21Fill out Windows error mapping tableRune Tynan-3/+60
2024-11-21Implement the unsafe-fields RFC.Luca Versari-3/+30
2024-11-22Refactor AnonSocket::read/writetiif-44/+80
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-19Merge pull request #18485 from davidkurilla/feat-migrate-add_braces-to-use-Sy...David Barsky-6/+10
2024-11-19Merge pull request #18521 from tareknaser/syntax_factory_reorder_impl_itemsDavid Barsky-7/+14
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-19Merge pull request #18529 from cmrschwarz/allow_leading_whitespace_in_merge_m...Laurențiu Nicola-1/+103
2024-11-19Merge pull request #18459 from Giga-Bowser/match-placeholdersLaurențiu Nicola-113/+128
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-19improve selection handling for `merge_match_arms`Christian Schwarz-1/+103
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-18Re-add rust-analyzer.cargo.sysrootQueryMetadataDavid Richey-51/+150
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
2024-11-18Merge from rustcThe Miri Cronjob Bot-157/+183
2024-11-18Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-11-17Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlinbors-1/+1