]> git.lizzy.rs Git - rust.git/history - src/test
Fix missed same-sized member clash in ClashingExternDeclarations.
[rust.git] / src / test /
2020-07-30 jumbatmFix missed same-sized member clash in ClashingExternDec...
2020-07-30 jumbatmAddress code review comments.
2020-07-30 jumbatmApply suggested wording changes from code review.
2020-07-30 jumbatmDon't emit clashing decl lint for FFI-safe enums.
2020-07-30 jumbatmAdd additional clashing_extern_decl cases.
2020-07-30 borsAuto merge of #74876 - oli-obk:lumberjack_disable,...
2020-07-30 borsAuto merge of #74923 - ehuss:update-cargo, r=Mark-Simul...
2020-07-30 borsAuto merge of #74929 - Manishearth:rollup-z2vflrp,...
2020-07-29 Manish GoregaokarRollup merge of #74927 - Lokathor:Lokathor-patch-1...
2020-07-29 Manish GoregaokarRollup merge of #74912 - giraffate:fix_broken_link_in_u...
2020-07-29 Manish GoregaokarRollup merge of #74910 - RalfJung:fence, r=Mark-Simulacrum
2020-07-29 Manish GoregaokarRollup merge of #74904 - joshtriplett:typo-fix, r=jonas...
2020-07-29 Manish GoregaokarRollup merge of #74902 - rust-lang:into_raw_non_null...
2020-07-29 Manish GoregaokarRollup merge of #74873 - lcnr:const-print, r=eddyb
2020-07-29 Manish GoregaokarRollup merge of #74869 - tmiasko:must-use-closures...
2020-07-29 Manish GoregaokarRollup merge of #74852 - lzutao:inline-rm-tostring...
2020-07-29 Manish GoregaokarRollup merge of #74819 - tmiasko:format-spec, r=joshtri...
2020-07-29 Manish GoregaokarRollup merge of #74742 - poliorcetics:ip-addr-remove...
2020-07-29 borsAuto merge of #73767 - P1n3appl3:rustdoc-formats, r...
2020-07-29 borsAuto merge of #74733 - richkadel:llvm-coverage-map...
2020-07-29 borsAuto merge of #74837 - xldenis:mir-dump-crate-file...
2020-07-29 borsAuto merge of #72488 - KodrAus:stabilize/const_type_id...
2020-07-29 Xavier DenisMove mir-opt tests to toplevel
2020-07-29 borsAuto merge of #72049 - mati865:mingw-lld, r=petrochenkov
2020-07-29 Mateusz MikułaAdd test for #50176
2020-07-29 Xavier Denisadd crate name to mir dumps
2020-07-29 borsAuto merge of #74887 - Mark-Simulacrum:cache-non-exhaus...
2020-07-29 borsAuto merge of #74894 - JohnTitor:rollup-4ine62a, r...
2020-07-29 Yuki OkushiRollup merge of #74891 - lcnr:auto-trait-finder, r...
2020-07-29 Yuki OkushiRollup merge of #74872 - JohnTitor:ping-risc-v, r=Mark...
2020-07-29 Yuki OkushiRollup merge of #74864 - lzutao:ayu-doccolor, r=Guillau...
2020-07-29 Yuki OkushiRollup merge of #74859 - mark-i-m:patch-1, r=JohnTitor
2020-07-29 Yuki OkushiRollup merge of #74814 - matklad:unwind-safe, r=KodrAus
2020-07-29 Yuki OkushiRollup merge of #74707 - matklad:split_once, r=dtolnay
2020-07-29 Yuki OkushiRollup merge of #74671 - rust-lang:const-generics-coerc...
2020-07-29 Yuki OkushiRollup merge of #74266 - GuillaumeGomez:cleanup-e0720...
2020-07-28 borsAuto merge of #74791 - tmiasko:raw-waker-inline, r...
2020-07-28 Bastian Kauschkehandle ConstEquate in rustdoc
2020-07-28 borsAuto merge of #74471 - da-x:string-type-diagnostic...
2020-07-28 borsAuto merge of #73964 - jyn514:sane-defaults, r=Mark...
2020-07-28 borsAuto merge of #74796 - infinity0:master, r=nikomatsakis
2020-07-28 borsAuto merge of #74855 - jyn514:separate-lints, r=Manishearth
2020-07-28 Ashley Mannixupdate stderr for polymorphic ui test
2020-07-28 borsAuto merge of #74841 - infinity0:fix-exec, r=Mark-Simul...
2020-07-28 Ashley Mannixremove unstable const_type_id feature
2020-07-28 Ashley Mannixstabilize const_type_id feature
2020-07-28 Joshua NelsonSeparate `missing_doc_code_examples` from intra-doc...
2020-07-28 borsAuto merge of #73265 - mark-i-m:mv-std, r=Mark-Simulacr...
2020-07-28 markmv std libs to library/
2020-07-28 Tomasz MiąskoMake closures and generators a must use types
2020-07-27 borsAuto merge of #73583 - anp:location-eq, r=dtolnay
2020-07-27 borsAuto merge of #73503 - lcnr:forall-predicate-what-and...
2020-07-27 Bastian Kauschke`PredicateKint` -> `PredicateKind`, the beginning of...
2020-07-27 Matthew JasperHandle trait/projection predicates with bound regions...
2020-07-27 borsAuto merge of #74831 - Manishearth:rollup-ugw4pt4,...
2020-07-27 Manish GoregaokarRollup merge of #74822 - JohnTitor:no-sigsegv, r=oli-obk
2020-07-27 Manish GoregaokarRollup merge of #74803 - infinity0:fix-exec, r=nagisa
2020-07-27 Manish GoregaokarRollup merge of #74487 - lcnr:const-in-ty-default,...
2020-07-27 Manish GoregaokarRollup merge of #73858 - tspiteri:const-methods, r...
2020-07-27 Bastian Kauschkeupdate tests
2020-07-27 Bastian Kauschkeforbid generic params inside of anon consts in ty defaults
2020-07-27 borsAuto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk
2020-07-27 borsAuto merge of #74817 - JohnTitor:rollup-0fchdye, r...
2020-07-27 Yuki OkushiRollup merge of #74799 - Dhs92:master, r=joshtriplett
2020-07-27 Yuki OkushiRollup merge of #74790 - Cldfire:ayu-no-italic-comments...
2020-07-27 Yuki OkushiRollup merge of #74783 - jnozsc:python_cleanup, r=Mark...
2020-07-27 Yuki OkushiRollup merge of #74750 - oli-obk:logging_and_test_clean...
2020-07-27 Yuki OkushiRollup merge of #74598 - mzohreva:mz/fix-test, r=KodrAus
2020-07-27 Yuki OkushiRollup merge of #74088 - tmiasko:write-all-vectored...
2020-07-27 borsAuto merge of #74737 - smmalis37:astconv-factor, r...
2020-07-27 borsAuto merge of #74653 - petrochenkov:pmenv, r=dtolnay
2020-07-27 borsAuto merge of #74784 - anp:track-vtables, r=eddyb
2020-07-27 borsAuto merge of #72121 - Aaron1011:final-hygiene-rebase...
2020-07-27 Aaron HillNormalize the test output of hygiene-related tests
2020-07-26 Aaron HillRemove explicit `extern crate` from proc-macro test
2020-07-26 Aaron HillShare serialization optimization between incr and metadata
2020-07-26 Aaron HillAdd test for hygiene caching issue
2020-07-26 Aaron HillAdd test for serializing hygiene *into* a proc-macro...
2020-07-26 Aaron HillAdd test for use of $crate in nested foreign macro_rules!
2020-07-26 Aaron HillHygiene serialization implementation
2020-07-26 borsAuto merge of #74708 - kanru:issue-74564, r=davidtwco
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
2020-07-26 Adam PerryFix #[track_caller] shims for trait objects.
2020-07-26 Oliver SchererBless you
2020-07-26 borsAuto merge of #74772 - JohnTitor:add-tests, r=lcnr
2020-07-26 Oliver SchererRemove more obsolete test flags
2020-07-26 Vadim Petrochenkovproc_macro: Add API for tracked access to environment...
2020-07-26 Yuki OkushiAdd test for issue-72911
2020-07-26 Yuki OkushiAdd test for issue-56445
2020-07-26 Ralf Jungcheck that even referencing a TLS static during CTFE...
2020-07-26 borsAuto merge of #74664 - pnadon:Miri-rename-undef-uninit...
2020-07-26 borsAuto merge of #74060 - kpp:remove_length_at_most_32...
2020-07-26 borsAuto merge of #74735 - Aaron1011:fix/wf-impl-self-type...
2020-07-26 borsAuto merge of #74728 - 16yuki0702:fix_typo, r=jonas...
2020-07-25 borsAuto merge of #74670 - tmandry:issue-73818, r=matthewjasper
2020-07-25 Tyler MandryFix diagnostic by using predicate in GATs too
2020-07-25 Tyler MandryRemove manual normalization in compare_projection_bounds
2020-07-25 borsAuto merge of #74246 - GuillaumeGomez:cleanup-e0719...
2020-07-25 borsAuto merge of #74687 - estebank:bracketless-turbofish...
2020-07-25 Oliver SchererClean up some uses of logging in ui tests
next