]> git.lizzy.rs Git - rust.git/history - src/test
Add tests for loop constructs in consts
[rust.git] / src / test /
2019-11-04 Dylan MacKenzieAdd tests for loop constructs in consts
2019-11-04 borsAuto merge of #66078 - petrochenkov:gateout, r=Centril
2019-11-04 Vadim Petrochenkovexpand: Feature gate out-of-line modules in proc macro...
2019-11-04 borsAuto merge of #65835 - Mark-Simulacrum:lockless-lintbuf...
2019-11-04 borsAuto merge of #64878 - XAMPPRocky:relnotes-1.39.0,...
2019-11-04 borsAuto merge of #65838 - estebank:resilient-recovery...
2019-11-03 borsAuto merge of #65780 - GuillaumeGomez:move-help-popup...
2019-11-03 borsAuto merge of #65646 - Amanieu:foreign-exceptions,...
2019-11-03 borsAuto merge of #65759 - tmiasko:ui, r=petrochenkov
2019-11-03 Amanieu d'AntrasFix macOS tests
2019-11-03 Amanieu d'AntrasMake SEH exceptions use a rust_panic type instead of...
2019-11-03 Amanieu d'AntrasHack to make C++ exceptions test work on i686-pc-window...
2019-11-03 Amanieu d'AntrasAllow foreign exceptions to unwind through Rust code
2019-11-03 Amanieu d'AntrasEnable C++ exceptions on MSVC when building C++ tests
2019-11-03 Amanieu d'AntrasAdd -lstdc++ for run-make-fulldeps tests on MinGW
2019-11-03 borsAuto merge of #65827 - AnthonyMikh:out_of_the_loop...
2019-11-03 Tomasz MiąskoUse check-pass for never type tests
2019-11-03 Tomasz MiąskoAvoid matching type in huge-struct test error annotation
2019-11-03 Tomasz MiąskoUpdate error annotations in ui-fulldeps tests that...
2019-11-03 Tomasz MiąskoUpdate error annotations positions
2019-11-03 Tomasz MiąskoAvoid mixing error patterns with error annotations
2019-11-03 borsAuto merge of #65779 - kevgrasso:E0308highlight, r...
2019-11-02 borsAuto merge of #63810 - oli-obk:const_offset_from, r...
2019-11-02 Ralf Jungadjust for missing spans on x86 test runner
2019-11-02 borsAuto merge of #65429 - Timmmm:withoptions, r=Mark-Simul...
2019-11-02 borsAuto merge of #66004 - eddyb:revert-early-gate, r=petro...
2019-11-02 Tomasz MiąskoUpdate error annotations in tests that successfully...
2019-11-02 Tomasz MiąskoRemove erroneous error-pattern from run-pass test
2019-11-01 borsAuto merge of #66021 - tmandry:rollup-y13l6n9, r=tmandry
2019-11-01 Tyler MandryRollup merge of #66018 - pnkfelix:issue-64872-revert...
2019-11-01 Tyler MandryRollup merge of #66005 - Wind-River:master_base, r...
2019-11-01 Tyler MandryRollup merge of #66002 - lzutao:stablilize-float_to_fro...
2019-11-01 Tyler MandryRollup merge of #65997 - spastorino:fix-init_locking...
2019-11-01 Tyler MandryRollup merge of #65995 - GuillaumeGomez:add-err-code...
2019-11-01 Tyler MandryRollup merge of #65977 - ohadravid:fix-incorrect-diagno...
2019-11-01 Tyler MandryRollup merge of #65972 - braiins:vkr-arm-panicking...
2019-11-01 Tyler MandryRollup merge of #65963 - steveklabnik:update-submodules...
2019-11-01 Tyler MandryRollup merge of #65960 - lzutao:doc-iter-example, r...
2019-11-01 Tyler MandryRollup merge of #65946 - ecstatic-morse:refactor-promot...
2019-11-01 Tyler MandryRollup merge of #65914 - estebank:type-alias-bounds...
2019-11-01 Tyler MandryRollup merge of #65902 - gilescope:issue62570, r=estebank
2019-11-01 Tyler MandryRollup merge of #65857 - kinnison:kinnison/issue-55364...
2019-11-01 Tyler MandryRollup merge of #65471 - GuillaumeGomez:long-err-explan...
2019-11-01 Tyler MandryRollup merge of #65470 - traxys:fix_65401, r=michaelwoe...
2019-11-01 Tyler MandryRollup merge of #65112 - jack-t:type-parens-lint, r...
2019-11-01 Felix S. Klock IIui test formulation of regression test for issue 64872.
2019-11-01 Felix S. Klock IItargeted revert of PR rust-lang/rust#64324 (just undo...
2019-11-01 borsAuto merge of #65718 - eddyb:codegen-var-debuginfo...
2019-11-01 borsAuto merge of #65698 - msizanoen1:dual-proc-macro-hash...
2019-11-01 borsAuto merge of #65459 - ecstatic-morse:graphviz-subgraph...
2019-10-31 Eduard-Mihai Burtescurustc_codegen_ssa: move all set_var_name calls to mir...
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate trait_alias."
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate associated_type_bounds"
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate crate_visibility_modifier"
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate const_generics"
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate decl_macro"
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate box_patterns"
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate exclusive_range_pattern"
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate try_blocks"
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate label_break_value"
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate box_syntax"
2019-10-31 Eduard-Mihai BurtescuRevert "pre-expansion gate type_ascription"
2019-10-31 borsAuto merge of #65091 - sekineh:into-iter-sorted, r...
2019-10-31 Guillaume Gomezupdate ui tests
2019-10-31 borsAuto merge of #63803 - GuillaumeGomez:stabilize-doctest...
2019-10-31 Guillaume GomezUpdate ui tests
2019-10-31 Ohad RavidFix incorrect diagnostics for expected type in E0271...
2019-10-31 Daniel Silverstonerustdoc: Resolve module-level doc references more locally
2019-10-31 borsAuto merge of #65990 - Centril:rollup-v843h4a, r=Centril
2019-10-31 Mazdak FarrokhzadRollup merge of #65981 - RalfJung:check-your-gates...
2019-10-31 Mazdak FarrokhzadRollup merge of #65979 - spastorino:crate-metadata...
2019-10-31 Mazdak FarrokhzadRollup merge of #65959 - vext01:immediate-docstring...
2019-10-31 Mazdak FarrokhzadRollup merge of #65955 - pietroalbini:master-revert...
2019-10-31 Mazdak FarrokhzadRollup merge of #65850 - mikeyhew:patch-1, r=nikomatsakis
2019-10-31 Mazdak FarrokhzadRollup merge of #65434 - GuillaumeGomez:long-err-explan...
2019-10-31 Mazdak FarrokhzadRollup merge of #65274 - pietroalbini:ci-upload-toolsta...
2019-10-30 Esteban KüberDo not complain about missing `fn main()` in some cases
2019-10-30 Esteban KüberReduce ammount of errors given unclosed delimiter
2019-10-30 Guillaume GomezUpdate ui tests
2019-10-30 borsAuto merge of #65941 - ehuss:update-cargo-books, r...
2019-10-30 Giles CopeMake ItemContext available for better diagnositcs.
2019-10-30 borsAuto merge of #65068 - estebank:trait-impl-lt-mismatch...
2019-10-29 borsAuto merge of #65943 - tmandry:rollup-g20uvkh, r=tmandry
2019-10-29 Tyler MandryRollup merge of #65936 - Xanewok:save-analysis-async...
2019-10-29 Tyler MandryRollup merge of #65930 - lzutao:new-feature-gate-c_void...
2019-10-29 Tyler MandryRollup merge of #65920 - smaeul:patch/workspace-hack...
2019-10-29 Tyler MandryRollup merge of #65906 - integer32llc:update-mdbook...
2019-10-29 Tyler MandryRollup merge of #65900 - eddyb:proc-macro-cleanup,...
2019-10-29 Tyler MandryRollup merge of #65898 - hermitcore:rusty-hermit, r...
2019-10-29 Tyler MandryRollup merge of #65843 - xen0n:mips64-musl-targets...
2019-10-29 Tyler MandryRollup merge of #65832 - tlively:emscripten-exception...
2019-10-29 Tyler MandryRollup merge of #65741 - GuillaumeGomez:help-popup...
2019-10-29 Tyler MandryRollup merge of #65724 - pietroalbini:ci-remove-templat...
2019-10-29 Tyler MandryRollup merge of #65539 - traxys:fix_62334, r=petrochenkov
2019-10-29 Tyler MandryRollup merge of #65405 - GuillaumeGomez:long-err-explan...
2019-10-29 jack-tAdd lint for unnecessary parens around types
2019-10-29 Esteban KüberSilence crate external span error in x86 platforms
2019-10-29 Esteban KüberFix NLL test
2019-10-29 Esteban KüberMake error apply only to impl/trait mismatch
2019-10-29 Esteban KüberPoint at the trait item and tweak wording
next