about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-02-02fix use of deprecated rand APIRalf Jung-1/+1
2025-02-02Merge from rustcRalf Jung-37/+113
2025-02-02Preparing for merge from rustcRalf Jung-1/+1
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-4/+5
2025-02-02miri_get_backtrace: stop supporting the v0 protocolRalf Jung-51/+14
2025-02-02compiletest: remove useless path join in `rustdoc_json` runtest logic许杰友 Jieyou Xu (Joe)-2/+1
2025-02-02miri: improve error when offset_from preconditions are violatedRalf Jung-3/+45
2025-02-02compiletest: cleanup `is_rustdoc` logic许杰友 Jieyou Xu (Joe)-3/+1
2025-02-02Auto merge of #136433 - matthiaskrgr:rollup-co27itw, r=matthiaskrgrbors-15/+6
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-10/+2
2025-02-02Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obkMatthias Krüger-3/+3
2025-02-02Rollup merge of #133266 - mati865:windows-gnu-llvm-download, r=KobzolMatthias Krüger-12/+3
2025-02-02Auto merge of #136238 - marcoieni:free-disk-refactor, r=Kobzolbors-30/+64
2025-02-02More rustfmt hang investigationsLukas Wirth-14/+18
2025-02-02Merge pull request #2236 from rust-lang/rustc-pullYuki Okushi-3183/+10530
2025-02-02Apply suggestions from code reviewYuki Okushi-2/+2
2025-02-02Merge pull request #2233 from chiichen/nix-shell-devnora-26/+19
2025-02-02Merge pull request #2235 from Kobzol/docker-tests-rewriteOnur Özkan-33/+32
2025-02-02Merge from rustcThe rustc-dev-guide Cronjob Bot-3182/+10529
2025-02-02Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-02-02Convert two `rustc_middle::lint` functions to `Span` methods.Nicholas Nethercote-224/+131
2025-02-01Omit argument names from function pointers that do not have argument namesDavid Tolnay-6/+20
2025-02-01rustdoc-book: Clean up section on `--output-format`Alona Enraght-Moony-5/+11
2025-02-01Update cargoWeihang Lo-0/+0
2025-02-01rustdoc-json-types: Document that crate name isn't package name.Alona Enraght-Moony-0/+7
2025-02-01Reword submodule handlingJakub Beránek-1/+1
2025-02-01Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obkMatthias Krüger-1/+3
2025-02-01Test getrandom 0.3Eduardo Sánchez Muñoz-1/+35
2025-02-01Bump rand to 0.9 and getrandom to 0.3Eduardo Sánchez Muñoz-35/+99
2025-02-01Checkout repository sources in rustc-pull CI actionJakub Beránek-0/+1
2025-02-01Auto merge of #136136 - marcoieni:ubuntu-24, r=Kobzolbors-2/+2
2025-02-01tests: port `split-debuginfo` to rmake.rs许杰友 Jieyou Xu (Joe)-1/+0
2025-02-01run-make-support: add some stable `rustc` flag helpers许杰友 Jieyou Xu (Joe)-0/+12
2025-02-01run-make-support: add `shallow_find_directories` helper许杰友 Jieyou Xu (Joe)-5/+22
2025-01-31PR feedbackScott McMurray-0/+20
2025-02-01Stop running some release workflows on forks and update old URLsLaurențiu Nicola-12/+17
2025-02-01fmtThe Miri Cronjob Bot-72/+93
2025-02-01Merge from rustcThe Miri Cronjob Bot-135/+458
2025-02-01Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-02-01Auto merge of #136371 - matthiaskrgr:rollup-0b880v3, r=matthiaskrgrbors-4/+44
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-3/+3
2025-02-01Auto merge of #135768 - jieyouxu:migrate-symbol-mangling-hashed, r=Noratriebbors-13/+50
2025-02-01Rollup merge of #136348 - RalfJung:miri-float-min-max, r=oli-obkMatthias Krüger-4/+44
2025-01-31Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgrbors-38/+304
2025-01-31Enforce unsafe binders must be Copy (for now)Michael Goulet-0/+1
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-1/+2
2025-01-31interpret: adjust vtable validity check for higher-ranked typesLukas Markeffsky-0/+75
2025-01-31Pass `GITHUB_TOKEN` to Zulip CI stepJakub Beránek-2/+4
2025-01-31Auto merge of #134424 - 1c3t3a:null-checks, r=saethlinbors-1/+5
2025-01-31clarify apply_random_float_error logicRalf Jung-4/+12