]> git.lizzy.rs Git - rust.git/history - src/test
Auto merge of #67330 - golddranks:split_inclusive, r=kodraus
[rust.git] / src / test /
2020-02-15 borsAuto merge of #68668 - GuillaumeGomez:struct-variant...
2020-02-15 Ralf Jungfix incremental tests
2020-02-15 Mazdak Farrokhzadreject assoc statics & extern consts during parsing
2020-02-15 Aaron HillRecord proc macro harness order for use during metadata...
2020-02-15 Ralf Jungfix codegen tests
2020-02-15 Mazdak Farrokhzadfuse extern & associated item parsing up to defaultness
2020-02-15 Mazdak Farrokhzadparse extern consts
2020-02-15 Mazdak Farrokhzadparse associated statics.
2020-02-15 Mazdak Farrokhzadast/parser: fuse `static` & `const` grammars in all...
2020-02-15 Mazdak Farrokhzadast: make `= <expr>;` optional in free statics/consts.
2020-02-15 Yuki OkushiAdd FIXME note
2020-02-15 Ralf Jungremove no-longer-needed test
2020-02-15 Yuki OkushiAdd test for issue-68653
2020-02-15 Yuki OkushiAdd test for issue-63952
2020-02-15 Yuki OkushiAdd test for issue-62894
2020-02-15 Ralf Jungadjust run-fail tests
2020-02-15 Yuki OkushiAdd test for issue-51798
2020-02-15 Yuki OkushiAdd test for issue-39618
2020-02-15 Mazdak Farrokhzadast: normalize `ForeignItemKind::Ty` & `AssocItemKind...
2020-02-15 Matthew JasperAlways qualify literals by type
2020-02-15 Ralf Jungfix compile-fail
2020-02-15 borsAuto merge of #69168 - brainlock:test-textrel-regressio...
2020-02-15 Ralf Jungfix another test
2020-02-15 Ralf Jungexpand assoc-const test a bit, just to be sure
2020-02-15 Ralf Jungfix exceeding_bitshift lint and test
2020-02-15 borsAuto merge of #69182 - Dylan-DPC:rollup-ifsa9fx, r...
2020-02-15 Ralf Jungadd test for issue 69020
2020-02-15 Ralf Jungmore revisions and use them for another test
2020-02-15 Ralf Jungfix tests, and use variants to test debug and release...
2020-02-15 Dylan DPCRollup merge of #69180 - Aaron1011:feature/comma-struct...
2020-02-15 Dylan DPCRollup merge of #69166 - JohnTitor:ice-const-enum,...
2020-02-15 Dylan DPCRollup merge of #69154 - JohnTitor:fix-macro-ices,...
2020-02-15 Dylan DPCRollup merge of #69106 - RReverser:wasi-fs-copy, r...
2020-02-15 Dylan DPCRollup merge of #66721 - maxbla:exp-format-integers...
2020-02-15 Dylan DPCRollup merge of #64069 - danielhenrymantilla:feature...
2020-02-15 Aaron HillSuggest a comma if a struct initializer field fails...
2020-02-15 borsAuto merge of #67681 - matthewjasper:infer-regions...
2020-02-14 borsAuto merge of #69172 - JohnTitor:rollup-6cbmwcw, r...
2020-02-14 Matthew JasperFix tests after rebase
2020-02-14 Matthew JasperFix and test nested impl Trait
2020-02-14 Matthew JasperUpdate tests
2020-02-14 Matthew JasperHandle equal regions in opaque type inference
2020-02-14 Matthew JasperUpdate tests
2020-02-14 Yuki OkushiAvoid calling `fn_sig` on closures
2020-02-14 Yuki OkushiRollup merge of #69164 - GuillaumeGomez:update-pulldown...
2020-02-14 Yuki OkushiRollup merge of #69150 - nnethercote:68848-follow-up...
2020-02-14 Yuki OkushiRollup merge of #69128 - Centril:fix-69103, r=davidtwco
2020-02-14 Yuki OkushiRollup merge of #69051 - Centril:st-fixes, r=eddyb
2020-02-14 Yuki OkushiRollup merge of #68856 - Centril:or-pat-ref-pat, r...
2020-02-14 Yuki OkushiRollup merge of #68475 - Aaron1011:fix/forest-caching...
2020-02-14 Yuki OkushiRollup merge of #68129 - varkor:infer-binary-operand...
2020-02-14 Matthew JasperCall `is_freeze` less in unsafety-checking
2020-02-14 Matthew JasperCheck associated opaque types don't use unconstrained...
2020-02-14 Matthew JasperExplain a test
2020-02-14 borsAuto merge of #69115 - ehuss:update-books, r=Dylan-DPC
2020-02-14 borsAuto merge of #69100 - cjgillot:resolve_instance, r...
2020-02-14 Alberto Piaiadd regression test for issue #68794
2020-02-14 Yuki OkushiCheck `has_typeck_tables` before calling `typeck_tables_of`
2020-02-14 borsAuto merge of #68693 - Zoxc:query-no-arc, r=michaelwoer...
2020-02-13 Dylan MacKenzieUpdate line # in test output
2020-02-13 borsAuto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r...
2020-02-13 Matthew JasperCheck types of statics in MIR typeck
2020-02-13 Matthew JasperCheck `Copy` lifetimes bounds when copying from a proje...
2020-02-13 Dylan DPCRollup merge of #69141 - mark-i-m:proper-linkcheck...
2020-02-13 Dylan DPCRollup merge of #69135 - drewrip:drewrip-spelling,...
2020-02-13 Dylan DPCRollup merge of #69127 - tmiasko:new-pass-manager-use...
2020-02-13 Dylan DPCRollup merge of #69126 - RalfJung:exact-div, r=oli-obk
2020-02-13 Dylan DPCRollup merge of #69125 - jethrogb:jb/cleanup-sgx-entry...
2020-02-13 Dylan DPCRollup merge of #69108 - cjgillot:trait_candidate,...
2020-02-13 Dylan DPCRollup merge of #69057 - Centril:clean-expand, r=petroc...
2020-02-13 Dylan DPCRollup merge of #68938 - Areredify:gat_lifetime_shadowi...
2020-02-13 Dylan DPCRollup merge of #68728 - Centril:towards-fn-merge,...
2020-02-13 borsAuto merge of #68406 - andjo403:selfprofileLlvm, r...
2020-02-13 Mazdak Farrokhzadparser: misc small item related improvements & cleanups.
2020-02-13 Mazdak Farrokhzadparser: introduce `parse_item_kind` as central `ItemInf...
2020-02-13 Mazdak Farrokhzadparser: unify item list parsing.
2020-02-13 Mazdak Farrokhzadmacro_legacy_warnings -> error
2020-02-13 borsAuto merge of #68969 - RalfJung:dont-panic, r=oli-obk
2020-02-13 Mazdak Farrokhzadfix extra subslice lowering
2020-02-13 borsAuto merge of #69023 - Centril:parse_fn, r=petrochenkov
2020-02-13 Mazdak Farrokhzadparser: add test for 'extern crate async'
2020-02-13 Mazdak Farrokhzadast_validation: tweak diagnostic output
2020-02-13 Mazdak Farrokhzadparser: move `ban_async_in_2015` to `fn` parsing &...
2020-02-13 Mazdak Farrokhzadparser: fuse free `fn` parsing together.
2020-02-13 Mazdak Farrokhzadparser_fn_front_matter: allow `const .. extern`
2020-02-13 Mazdak FarrokhzadIsAsync -> enum Async { Yes { span: Span, .. }, No }
2020-02-13 Mazdak FarrokhzadConstness -> enum Const { Yes(Span), No }
2020-02-13 borsAuto merge of #69118 - Dylan-DPC:rollup-7hpm1fj, r...
2020-02-13 Dylan DPCRollup merge of #69104 - tmiasko:configure-cmake, r...
2020-02-13 Dylan DPCRollup merge of #69082 - estebank:boxfuture-box-pin...
2020-02-13 Dylan DPCRollup merge of #69068 - Goirad:make-sgx-arg-cleanup...
2020-02-13 Dylan DPCRollup merge of #69050 - nnethercote:micro-optimize...
2020-02-13 Dylan DPCRollup merge of #69049 - pthariensflame:improvement...
2020-02-13 Dylan DPCRollup merge of #69048 - estebank:hrlt-assoc, r=nagisa
2020-02-13 Dylan DPCRollup merge of #69008 - Aaron1011:fix/opaque-ty-parent...
2020-02-13 Dylan DPCRollup merge of #68848 - nnethercote:hasten-macro-parsi...
2020-02-13 Dylan DPCRollup merge of #67642 - Mark-Simulacrum:relax-bounds...
2020-02-13 borsAuto merge of #69097 - Xanewok:update-rls-rustfmt,...
2020-02-13 Esteban KüberAdd trait `Self` filtering to `rustc_on_unimplemented`
2020-02-12 Esteban KüberAccount for `Pin::new(_)` and `Pin::new(Box::new(_...
next