]> git.lizzy.rs Git - rust.git/history - src/test
Update tests
[rust.git] / src / test /
2022-04-18 Guillaume GomezUpdate tests
2022-04-18 borsAuto merge of #96042 - m-ou-se:one-reentrant-mutex...
2022-04-18 borsAuto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum
2022-04-18 borsAuto merge of #96113 - mixi:libressl-3.4.x, r=Mark...
2022-04-18 borsAuto merge of #96000 - jyn514:faster-doctests, r=Mark...
2022-04-18 borsAuto merge of #95695 - the8472:vec-codegen-tests, r...
2022-04-17 borsAuto merge of #93530 - anonion0:pthread_sigmask_fix...
2022-04-17 borsAuto merge of #96139 - erikdesjardins:revertinl2, r...
2022-04-17 borsAuto merge of #96091 - GuillaumeGomez:duplicated-blanke...
2022-04-17 Guillaume GomezAdd regression test for rustdoc duplicated blanket...
2022-04-17 borsAuto merge of #95779 - cjgillot:ast-lifetimes-undeclare...
2022-04-17 Camille GILLOTBless nll test.
2022-04-17 borsAuto merge of #96016 - Aaron1011:hash-name-cleanup...
2022-04-17 Camille GILLOTLint elided lifetimes in path on the AST.
2022-04-17 Camille GILLOTBless tests.
2022-04-17 borsAuto merge of #95655 - kckeiks:create-hir-crate-items...
2022-04-17 borsAuto merge of #96010 - eduardosm:Unique-on-top-of-NonNu...
2022-04-17 borsAuto merge of #96002 - nnethercote:speed-up-Vec-clear...
2022-04-17 borsAuto merge of #96134 - Dylan-DPC:rollup-ejug3yq, r...
2022-04-16 Dylan DPCRollup merge of #96124 - gilescope:to_digit_speedup4...
2022-04-16 Dylan DPCRollup merge of #96119 - RalfJung:miri, r=RalfJung
2022-04-16 Dylan DPCRollup merge of #96112 - niluxv:strict-provenance-lint...
2022-04-16 Dylan DPCRollup merge of #96105 - jyn514:less-verbose-logging...
2022-04-16 Dylan DPCRollup merge of #95933 - Urgau:rustdoc-htmldocck-tree...
2022-04-16 Dylan DPCRollup merge of #95346 - Aaron1011:stablize-const-exter...
2022-04-16 borsAuto merge of #95899 - petrochenkov:modchild2, r=cjgillot
2022-04-16 borsAuto merge of #96123 - Dylan-DPC:rollup-qjog6n1, r...
2022-04-16 Dylan DPCRollup merge of #96118 - GuillaumeGomez:cleanup-def...
2022-04-16 Dylan DPCRollup merge of #96088 - ehuss:update-mdbook, r=Mark...
2022-04-16 Dylan DPCRollup merge of #96058 - euclio:flock-impls, r=nagisa
2022-04-16 Dylan DPCRollup merge of #95908 - compiler-errors:shallow_resolv...
2022-04-16 Dylan DPCRollup merge of #95426 - b-naber:valtrees-slice, r...
2022-04-16 Dylan DPCRollup merge of #95006 - tmiasko:thread-local-static...
2022-04-16 Dylan DPCRollup merge of #94985 - dtolnay:constattr, r=pnkfelix
2022-04-16 borsAuto merge of #95993 - jyn514:fix-stage0-doctests,...
2022-04-16 borsAuto merge of #96117 - Dylan-DPC:rollup-5traczf, r...
2022-04-16 Dylan DPCRollup merge of #96081 - eduardosm:masks_usize_size_agn...
2022-04-16 Dylan DPCRollup merge of #96059 - euclio:doc-cfg, r=manishearth...
2022-04-16 Dylan DPCRollup merge of #96047 - lnicola:rust-analyzer-2022...
2022-04-16 Dylan DPCRollup merge of #96038 - beyarkay:patch-1, r=m-ou-se
2022-04-16 Dylan DPCRollup merge of #96035 - Gumichocopengin8:feature/updat...
2022-04-16 Dylan DPCRollup merge of #96023 - matthiaskrgr:clippyper1304...
2022-04-16 Dylan DPCRollup merge of #95887 - petrochenkov:doclink5, r=cjgillot
2022-04-16 borsAuto merge of #95689 - lqd:self-profiler, r=wesleywiser
2022-04-16 borsAuto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r...
2022-04-16 niluxvImprove `fuzzy_provenance_casts` lint diagnostics
2022-04-16 niluxvImprove `lossy_provenance_casts` lint diagnostics
2022-04-16 borsAuto merge of #92364 - jackh726:Quantumplation/65853...
2022-04-16 Jack HueyImplementation for 65853
2022-04-16 Dylan DPCRollup merge of #96099 - clarfonthey:maybeuninit_array_...
2022-04-16 Dylan DPCRollup merge of #96070 - Gumichocopengin8:test/btree...
2022-04-16 Dylan DPCRollup merge of #96050 - oli-obk:deaggregator_cleanup...
2022-04-16 Dylan DPCRollup merge of #96004 - JakobDegen:fix-validator-ice...
2022-04-16 Dylan DPCRollup merge of #95961 - RalfJung:gather-scatter, r...
2022-04-16 Dylan DPCRollup merge of #95859 - rainy-me:unterminated-nested...
2022-04-16 Dylan DPCRollup merge of #95372 - RalfJung:unaligned_references...
2022-04-16 Dylan DPCRollup merge of #94605 - Michcioperz:patch-1, r=pnkfelix
2022-04-16 Dylan DPCRollup merge of #93969 - bjorn3:codegen_backend_dep_inf...
2022-04-16 borsAuto merge of #94468 - Amanieu:global_asm_sym, r=nagisa
2022-04-16 Amanieu d'AntrasUpdate tests for sym support in global_asm!
2022-04-16 borsAuto merge of #95450 - jyn514:faster-doc, r=Mark-Simulacrum
2022-04-15 borsAuto merge of #95224 - mjbshaw:patch-1, r=yaahc
2022-04-15 Ralf Jungadd codegen smoke test
2022-04-15 borsAuto merge of #96087 - Dylan-DPC:rollup-k6yzk55, r...
2022-04-15 Dylan DPCRollup merge of #96065 - TaKO8Ki:use-`format-args-captu...
2022-04-15 Dylan DPCRollup merge of #96062 - ehuss:test-termination, r...
2022-04-15 Dylan DPCRollup merge of #96040 - m-ou-se:futex-u32, r=Amanieu
2022-04-15 Dylan DPCRollup merge of #96034 - Gumichocopengin8:test/btree...
2022-04-15 Dylan DPCRollup merge of #96027 - matthiaskrgr:clippy_rec, r...
2022-04-15 Dylan DPCRollup merge of #96026 - matthiaskrgr:clippy_compl_1304...
2022-04-15 Dylan DPCRollup merge of #95749 - compiler-errors:ambig, r=oli-obk
2022-04-15 Dylan DPCRollup merge of #95194 - kckeiks:update-algo-in-find...
2022-04-15 Dylan DPCRollup merge of #94849 - ouz-a:master4, r=oli-obk
2022-04-15 Dylan DPCRollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix
2022-04-15 Dylan DPCRollup merge of #94457 - jhpratt:stabilize-derive_defau...
2022-04-15 borsAuto merge of #95841 - ChrisDenton:pipe-server, r=m...
2022-04-15 Ralf Jungmake unaligned_reference warning visible in future...
2022-04-15 Ralf Jungmake unaligned_references lint deny-by-default
2022-04-15 Andy Russellclarify doc(cfg) wording
2022-04-14 ouz-aUpdate issue-92893.stderr
2022-04-14 Eduardo Sánchez... Update inline-into-box-place test output
2022-04-14 Eduardo Sánchez... Update output of cycle-cache-err-60010 test
2022-04-14 Eduardo Sánchez... `Unique<T>` is now considered FFI-safe
2022-04-14 borsAuto merge of #95315 - compiler-errors:pointee-fix...
2022-04-14 rainy-merefactor: change to use peekable
2022-04-14 borsAuto merge of #95928 - nnethercote:rm-TokenTree-Clone...
2022-04-13 borsAuto merge of #95981 - martingms:invert-line-offset...
2022-04-13 borsAuto merge of #95968 - davidtwco:translation-lazy-fallb...
2022-04-13 The 8472Add codegen tests for additional cases where noop itera...
2022-04-13 borsAuto merge of #95958 - jhpratt:bump-stdarch, r=Dylan-DPC
2022-04-13 rainy-meimprove diagnostics for unterminated nested block comment
2022-04-13 borsAuto merge of #96015 - Dylan-DPC:rollup-vhdprid, r...
2022-04-13 Dylan DPCRollup merge of #96006 - hkBst:patch-2, r=Dylan-DPC
2022-04-13 Dylan DPCRollup merge of #96005 - hkBst:patch-1, r=Dylan-DPC
2022-04-13 Dylan DPCRollup merge of #95991 - PoorlyDefinedBehaviour:fix...
2022-04-13 Dylan DPCRollup merge of #95962 - sourcefrog:doc-direntry, r...
2022-04-13 Dylan DPCRollup merge of #95885 - gimbles:patch-1, r=Mark-Simulacrum
2022-04-13 Dylan DPCRollup merge of #93217 - willcrichton:example-analyzer...
2022-04-13 Bruno Felipe Franciscofix: wrong trait import suggestion for T:
2022-04-13 borsAuto merge of #95727 - m-ou-se:futex-reentrantmutex...
next