about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-09-23Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obkbors-209/+175
2023-09-22Merge `ExternProviders` into the general `Providers` structOli Scherer-8/+9
2023-09-22Fixes from PRAyush Singh-0/+1
2023-09-22Have a single struct for queries and hookOli Scherer-1/+1
2023-09-22Bump ui_test crateOli Scherer-39/+61
2023-09-22Allow limiting the number of threads running in parallelOli Scherer-1/+5
2023-09-22Bump ui_test crateOli Scherer-1/+1
2023-09-22Move `fail` tests that need dependencies into their own folder, so that wasm ...Oli Scherer-0/+6
2023-09-22Bump ui test crateOli Scherer-50/+115
2023-09-23Update cargoWeihang Lo-0/+0
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-28/+28
2023-09-22Rebase to masterAyush Singh-4/+6
2023-09-22Fixes from PRAyush Singh-1/+1
2023-09-22Add support for building `std::os::uefi` docsAyush Singh-6/+5
2023-09-22Fixes from PRAyush Singh-20/+24
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-7/+74
2023-09-22Add a way to decouple the implementation and the declaration of a TyCtxt method.Oli Scherer-2/+2
2023-09-22Auto merge of #3074 - rust-lang:rustup-2023-09-22, r=RalfJungbors-150/+176
2023-09-22clippyRalf Jung-2/+0
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-2/+4
2023-09-22fmtThe Miri Conjob Bot-25/+15
2023-09-22Merge from rustcThe Miri Conjob Bot-137/+175
2023-09-22Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-22run the cron job a bit earlierRalf Jung-1/+1
2023-09-22fix clippy errors (ignore effects in certainty)Deadbeef-2/+3
2023-09-21Update search-result-impl-disambiguation.gomlMichael Howell-2/+2
2023-09-21rustdoc: wait for section to open before trying to highlightMichael Howell-2/+6
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-20/+113
2023-09-21rustdoc: use let chain in `CacheBuilder::fold_item`Michael Howell-31/+29
2023-09-21Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebankbors-9/+14
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-28/+28
2023-09-21Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naberbors-2/+43
2023-09-21Record asyncness span in HIRMichael Goulet-9/+14
2023-09-21Implement `llvm.ctpop.v*` intrinsicsEduardo Sánchez Muñoz-0/+280
2023-09-21Auto merge of #3071 - RalfJung:deprecate-disable-abi, r=oli-obk,saethlinbors-1/+13
2023-09-21added support for GNU/HurdSamuel Thibault-2/+43
2023-09-21Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obkbors-97/+96
2023-09-21Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomezGuillaume Gomez-7/+0
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-20/+20
2023-09-21compiletest: load supports-xray from target specTomasz Miąsko-15/+3
2023-09-21compiletest: load supported sanitizers from target specTomasz Miąsko-101/+31
2023-09-21compiletest: use builder pattern to construct Config in testsTomasz Miąsko-93/+141
2023-09-21Prevent promotion of const fn calls in inline constsOli Scherer-2/+2
2023-09-21Auto merge of #3069 - rust-lang:rustup-2023-09-21, r=RalfJungbors-1396/+1706
2023-09-21deprecate -Zmiri-disable-abi-checkRalf Jung-1/+13
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-20/+20
2023-09-21fix clippy lintsRalf Jung-7/+4
2023-09-21remove atty dependency by updating coloredRalf Jung-26/+6
2023-09-21disable no-merges check for nowRalf Jung-2/+3
2023-09-21update lockfileRalf Jung-11/+47