about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-02Merge from rustcRalf Jung-2614/+2705
2023-05-02Preparing for merge from rustcRalf Jung-1/+1
2023-05-02Mark RPITIT and AFIT as no longer incompleteMichael Goulet-363/+59
2023-05-02Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplettbors-280/+53
2023-05-01Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgrbors-16/+180
2023-05-01Auto merge of #111067 - albertlarsan68:fix-multiprocessing-x-py, r=jyn514bors-19/+40
2023-05-01Make x.py work again in most (all?) casesAlbert Larsan-19/+40
2023-05-01Rollup merge of #111065 - est31:send_mut_ref, r=m-ou-seMatthias Krüger-1/+6
2023-05-01Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-seMatthias Krüger-0/+69
2023-05-01Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiserMatthias Krüger-2/+26
2023-05-01Rollup merge of #111038 - tmiasko:untainted-promoteds, r=compiler-errorsMatthias Krüger-4/+27
2023-05-01Rollup merge of #110987 - infdahai:wasi_clock_time, r=m-ou-seMatthias Krüger-2/+2
2023-05-01Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplettMatthias Krüger-2/+39
2023-05-01Rollup merge of #109540 - marcospb19:edit-Path-with_file_name-example, r=m-ou-seMatthias Krüger-5/+11
2023-05-01Explicitly document how Send and Sync relate to referencesest31-1/+6
2023-05-01Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkinbors-59/+233
2023-05-01Inline AsRawFd implementationsKonrad Borowski-0/+11
2023-05-01Inline socket function implementationsKonrad Borowski-0/+9
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+49
2023-05-01Auto merge of #111036 - RalfJung:miri, r=RalfJungbors-455/+1436
2023-05-01Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillotbors-1/+1
2023-04-30Update MIRI compiletestsScott McMurray-3/+3
2023-04-30Codegen fewer instructions in `mem::replace`Scott McMurray-78/+154
2023-05-01Auto merge of #111040 - matthiaskrgr:rollup-g2sns0f, r=matthiaskrgrbors-882/+812
2023-05-01Add `#[no_coverage]` to the test harness's `fn main`Zalathar-2/+26
2023-05-01Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errorsMatthias Krüger-1/+5
2023-05-01Rollup merge of #111033 - Nadrieril:Nadrieril-triagebot, r=compiler-errorsMatthias Krüger-0/+4
2023-05-01Rollup merge of #111032 - clubby789:migrate-asm-diagnostics, r=compiler-errorsMatthias Krüger-72/+179
2023-05-01Rollup merge of #111023 - tmiasko:multi-variant-capture, r=compiler-errorsMatthias Krüger-0/+21
2023-05-01Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errorsMatthias Krüger-3/+10
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-806/+593
2023-04-30Leave promoteds untainted by errors when borrowck failsTomasz Miąsko-4/+27
2023-04-30Close parentheses for `offset_of` in AST pretty printingNilstrieb-1/+5
2023-04-30Ping Nadrieril when changing exhaustiveness checkingNadrieril-0/+4
2023-04-30update lockfileRalf Jung-2/+4
2023-04-30Migrate `builtin_macros::asm` diagnostics to translatable diagnosticsclubby789-72/+179
2023-04-30Auto merge of #2864 - RalfJung:rustup, r=RalfJungbors-18854/+30001
2023-04-30make it more obvious when the rustc-pull failedRalf Jung-3/+3
2023-04-30Merge from rustcRalf Jung-18849/+29994
2023-04-30Auto merge of #110427 - Nilstrieb:parallel-bootstrap-startup, r=albertlarsan68bors-15/+86
2023-04-30Parallelize initial rust extractionNilstrieb-2/+68
2023-04-30Only cache typeck results if it's the typeck rootMichael Goulet-1/+1
2023-04-30MIR pre-codegen test for `mem::replace`Scott McMurray-0/+98
2023-04-30Test precise capture with a multi-variant enum and exhaustive patternsTomasz Miąsko-0/+21
2023-04-30Auto merge of #111017 - matthiaskrgr:rollup-yy9updi, r=matthiaskrgrbors-139/+268
2023-04-30Rollup merge of #111000 - JohnBobbo96:core_option_unneeded_function, r=jyn514Matthias Krüger-6/+2
2023-04-30Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-SimulacrumMatthias Krüger-37/+47
2023-04-30Rollup merge of #110996 - loongarch-rs:fix-bootstrap, r=ozkanonurMatthias Krüger-1/+1
2023-04-30Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiaskoMatthias Krüger-75/+79
2023-04-30Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomezMatthias Krüger-19/+127