about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-12-02extract common borrow tracking logicVanille-N-0/+365
2022-12-01Bump ui_test crateOli Scherer-9/+9
2022-12-01Auto merge of #2699 - RalfJung:schedule-refactor, r=RalfJungbors-327/+412
2022-11-28decreasw yield count a bit and explain reasoning a bit moreRalf Jung-1/+5
2022-11-28Auto merge of #2698 - RalfJung:miri-in-rustc, r=oli-obkbors-47/+14
2022-11-28add many-seeds capabilities to CIRalf Jung-3/+16
2022-11-28make ./miri run a bit more silent; add option to control seeds tested by many...Ralf Jung-9/+16
2022-11-28move interpreter loop into thread manager; they are pretty tightly coupled an...Ralf Jung-78/+76
2022-11-28fix TLS on partially supported OSesRalf Jung-3/+9
2022-11-28add scoped thread testRalf Jung-0/+24
2022-11-28yield the main thread a number of times after its TLS dtors are doneRalf Jung-14/+37
2022-11-28cleanup global imports a bitRalf Jung-5/+12
2022-11-28refactor scheduling of TLS dtorsRalf Jung-265/+268
2022-11-27clippyRalf Jung-19/+15
2022-11-27advice on josh pushingRalf Jung-0/+7
2022-11-27Merge from rustcRalf Jung-21338/+15795
2022-11-27Preparing for merge from rustcRalf Jung-1/+1
2022-11-27Auto merge of #2694 - RalfJung:retag-deref-check, r=saethlinbors-157/+339
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-145/+281
2022-11-27Auto merge of #2685 - Nilstrieb:cargo-miri-wasm, r=RalfJungbors-1/+3
2022-11-27Auto merge of #2701 - RalfJung:smoke, r=RalfJungbors-1/+1
2022-11-27run_tests_minimal: actually run the smoke test on the desired targetRalf Jung-1/+1
2022-11-27CI: fix begingroup printingRalf Jung-1/+1
2022-11-27Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnrbors-20/+115
2022-11-27Use `.wasm` extension when building for wasm in cargo-mirinils-1/+3
2022-11-27replace 'locally built rustc' instructions by 'Miri in rustc'Ralf Jung-47/+14
2022-11-27Auto merge of #103786 - tshepang:obsolete, r=jyn514bors-7/+1
2022-11-27Auto merge of #96451 - JakobDegen:dest-prop, r=tmiaskobors-365/+425
2022-11-26Rewrite dest prop.Jakob Degen-365/+425
2022-11-27Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472bors-0/+7
2022-11-27nitsRalf Jung-2/+2
2022-11-27make Stacked Borrows retags act like data racesRalf Jung-45/+164
2022-11-27slightly adjust and synchronize Machine passing for SB and DataRaceRalf Jung-55/+24
2022-11-27!Unpin retags must still be reads, to check dereferenceableRalf Jung-57/+151
2022-11-26Auto merge of #104950 - jyn514:revert-preview, r=Mark-Simulacrumbors-5/+7
2022-11-26Revert "Don't set `is_preview` for clippy and rustfmt"Joshua Nelson-5/+7
2022-11-26Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomezGuillaume Gomez-3/+61
2022-11-26Rollup merge of #104928 - notriddle:notriddle/sidebar-toggle-flexbox, r=Guill...Guillaume Gomez-9/+3
2022-11-26Rollup merge of #104924 - aDotInTheVoid:jsondocck-trait-alias, r=GuillaumeGomezGuillaume Gomez-5/+35
2022-11-26Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-deadGuillaume Gomez-0/+92
2022-11-26Auto merge of #2696 - RalfJung:no-std-windows, r=RalfJungbors-43/+71
2022-11-26support no_std on WindowsRalf Jung-5/+5
2022-11-26refactor try_resolve_did and also support resolving crates/modulesRalf Jung-26/+54
2022-11-26jsondoclint: Handle using enum variants and glob using enums.Nixon Enraght-Moony-3/+61
2022-11-26add namespace to resolve_pathDrMeepster-29/+29
2022-11-26prettify our CI logsRalf Jung-7/+22
2022-11-26Auto merge of #2690 - Nilstrieb:cargo-miri-smoke-test-ci-so-that-cargo-miri-a...bors-0/+60
2022-11-26update lockfileRalf Jung-4/+0
2022-11-26Auto merge of #2647 - saethlin:current-span, r=RalfJungbors-161/+153
2022-11-26caller_span only makes sense when there are 2 frames on the stackRalf Jung-4/+4