]> git.lizzy.rs Git - rust.git/history - src/test
Auto merge of #80746 - ehuss:update-cargo, r=ehuss
[rust.git] / src / test /
2021-01-08 borsAuto merge of #80746 - ehuss:update-cargo, r=ehuss
2021-01-07 borsAuto merge of #80709 - lzutao:target-enumerate, r=petro...
2021-01-07 borsAuto merge of #80790 - JohnTitor:rollup-js1noez, r...
2021-01-07 Yuki OkushiRollup merge of #80784 - petrochenkov:nontspan, r=Aaron1011
2021-01-07 Yuki OkushiRollup merge of #80780 - lianghanzhen:master, r=petroch...
2021-01-07 Yuki OkushiRollup merge of #80769 - ejez:patch-1, r=jonas-schievink
2021-01-07 Yuki OkushiRollup merge of #80750 - GuillaumeGomez:cleanup-to_stri...
2021-01-07 Yuki OkushiRollup merge of #80744 - camelid:next_def_id-docs,...
2021-01-07 Yuki OkushiRollup merge of #80738 - arusahni:master, r=GuillaumeGomez
2021-01-07 Yuki OkushiRollup merge of #80660 - max-heller:issue-80559-fix...
2021-01-07 Yuki OkushiRollup merge of #80659 - pierwill:edit-tokenstream...
2021-01-07 Yuki OkushiRollup merge of #80521 - richkadel:llvm-coverage-counte...
2021-01-07 Yuki OkushiRollup merge of #80012 - sasurau4:feature/point-constan...
2021-01-07 borsAuto merge of #77853 - ijackson:slice-strip-stab, r...
2021-01-07 Vadim Petrochenkovrustc_parse: Better spans for synthesized token streams
2021-01-07 borsAuto merge of #79863 - JohnTitor:compiler-builtins...
2021-01-07 Daiki Iharabless tests
2021-01-07 borsAuto merge of #80648 - Aaron1011:expn-data-private...
2021-01-07 borsAuto merge of #80200 - mahkoh:dst-offset, r=nagisa
2021-01-06 borsAuto merge of #80754 - sunfishcode:path-cleanup/rustc...
2021-01-06 borsAuto merge of #80758 - RalfJung:miri, r=RalfJung
2021-01-06 borsAuto merge of #80714 - jakevossen5:master, r=lcnr
2021-01-06 borsAuto merge of #80724 - GuillaumeGomez:remove-useless...
2021-01-06 borsAuto merge of #80415 - cjgillot:issue-77828, r=petrochenkov
2021-01-05 Camille GILLOTAdd rustdoc test.
2021-01-05 borsAuto merge of #80711 - camelid:intrinsic-of-val-safety...
2021-01-05 Guillaume GomezRemove useless doc_alias feature
2021-01-05 borsAuto merge of #80717 - mbartlett21:patch-2, r=dtolnay
2021-01-05 borsAuto merge of #80699 - usbalbin:const_copy_tracking_iss...
2021-01-05 borsAuto merge of #80686 - GuillaumeGomez:error-doc-alias...
2021-01-05 Jake Vossenfixed feature gate stderr
2021-01-05 Jake Vossenfixed const_generics error help
2021-01-05 borsAuto merge of #80708 - JohnTitor:rollup-6esk027, r...
2021-01-05 Yuki OkushiRollup merge of #80696 - RalfJung:failing-promoteds...
2021-01-05 Yuki OkushiRollup merge of #80677 - kw-fn:patch-2, r=jyn514
2021-01-05 Yuki OkushiRollup merge of #80672 - matthiaskrgr:xpy_clippy_less_n...
2021-01-05 Yuki OkushiRollup merge of #80666 - jjlin:master, r=Dylan-DPC
2021-01-05 Yuki OkushiRollup merge of #80656 - booleancoercion:master, r...
2021-01-05 Yuki OkushiRollup merge of #80643 - LingMan:unwrap, r=oli-obk
2021-01-05 Yuki OkushiRollup merge of #80637 - LingMan:filter, r=oli-obk
2021-01-05 Yuki OkushiRollup merge of #80627 - bugadani:warn, r=Mark-Simulacrum
2021-01-05 Yuki OkushiRollup merge of #80612 - rust-lang:XAMPPRocky-patch...
2021-01-05 Yuki OkushiRollup merge of #80538 - JulianKnodt:err_usize, r=lcnr
2021-01-05 Yuki OkushiRollup merge of #80533 - matthiaskrgr:bootstrap_clppy...
2021-01-05 Yuki OkushiRollup merge of #80442 - steffahn:mention_arc_in_cow...
2021-01-05 borsAuto merge of #80426 - jyn514:bootstrap-caching, r...
2021-01-04 borsAuto merge of #80624 - RalfJung:place-ref, r=oli-obk
2021-01-04 max-hellerfix incompatible disambiguator test
2021-01-04 Rich KadelInlining enabled by -mir-opt-level > 1 is incompatible...
2021-01-04 Ralf Jungmake sure that promoteds which fail to evaluate in...
2021-01-04 borsAuto merge of #80688 - ehuss:update-mdbook, r=pietroalbini
2021-01-04 Guillaume GomezAdd tests for new doc alias check
2021-01-04 borsAuto merge of #80651 - GroteGnoom:issue-78123-fix,...
2021-01-04 borsAuto merge of #80661 - jyn514:duplicate-types, r=Guilla...
2021-01-04 kadminAdd check for array/usize mismatch in astconv
2021-01-04 borsAuto merge of #80610 - Aaron1011:unhash-def-path-hash...
2021-01-04 borsAuto merge of #80554 - GuillaumeGomez:more-js-cleanup...
2021-01-04 borsAuto merge of #80418 - oli-obk:this_could_have_been_so_...
2021-01-04 max-hellerprimitive disambiguator tests
2021-01-04 max-hellerfix issue 80559
2021-01-03 Joshua NelsonSimplify rustdoc handling of type aliases for associate...
2021-01-03 borsAuto merge of #77859 - bugadani:no-duplicate-ref-link...
2021-01-03 Daniel NoomAdd notes to stderr of non-exhaustive-reference test
2021-01-03 Daniel NoomAdd note on void reference test
2021-01-03 Daniel NoomAdd note to non-exhaustive match on reference to empty
2021-01-03 borsAuto merge of #80655 - GuillaumeGomez:rollup-ai7soid...
2021-01-03 Dániel BugaOnly report reference-style link errors once
2021-01-03 Guillaume GomezRollup merge of #80646 - bugadani:meta, r=petrochenkov
2021-01-03 Guillaume GomezRollup merge of #80628 - matthiaskrgr:match_ref_pats...
2021-01-03 Guillaume GomezRollup merge of #80617 - GuillaumeGomez:detect-invalid...
2021-01-03 Guillaume GomezRollup merge of #80591 - lcnr:incomplete-features,...
2021-01-03 Guillaume GomezRollup merge of #80580 - GuillaumeGomez:suggestion...
2021-01-03 oliStylistic fixes to diagnostic messages
2021-01-03 oliRefactor the non-transient cell borrow error diagnostic
2021-01-03 oliUpdate now-more-precise operation with a preciser message
2021-01-03 borsAuto merge of #80590 - camelid:bool-never-docs, r=nagisa
2021-01-03 borsAuto merge of #80247 - tmiasko:indent, r=bjorn3
2021-01-03 borsAuto merge of #80261 - GuillaumeGomez:attr-rework,...
2021-01-03 borsAuto merge of #79827 - tmiasko:size-align, r=kennytm
2021-01-03 borsAuto merge of #80623 - flip1995:clippyup, r=Manishearth
2021-01-02 borsAuto merge of #80592 - Skynoodle:snake-case-lint-reserv...
2021-01-02 borsAuto merge of #80412 - GuillaumeGomez:fix-search-sectio...
2021-01-02 Guillaume GomezUpdate rustdoc-ui test output
2021-01-02 SkynoodleAdd snake case lint note about keyword identifiers...
2021-01-02 borsAuto merge of #80550 - bugadani:markdown-refactor,...
2021-01-02 flip1995Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6...
2021-01-02 borsAuto merge of #80615 - m-ou-se:rollup-xz67at2, r=m...
2021-01-02 Mara BosRollup merge of #80613 - bugadani:issue-80607, r=matthe...
2021-01-02 Mara BosRollup merge of #80599 - lqd:issue_805889, r=varkor
2021-01-02 Mara BosRollup merge of #80578 - RalfJung:panic-lint-descriptio...
2021-01-02 Mara BosRollup merge of #80574 - jyn514:clean-bootstrap, r...
2021-01-02 Mara BosRollup merge of #80555 - rust-lang:libs-tracking-issue...
2021-01-02 Mara BosRollup merge of #80546 - matthiaskrgr:rustdoclippy...
2021-01-02 Dániel BugaPrint actual enum variant
2021-01-02 Dániel BugaAdd test for #80607 with undesired output
2021-01-02 borsAuto merge of #80115 - tgnottingham:specialize_opaque_u...
2021-01-02 borsAuto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmaster
2021-01-02 borsAuto merge of #79870 - sharnoff:smart-pointer-Any-type_...
2021-01-02 borsAuto merge of #77832 - camelid:remove-manual-link-resol...
2021-01-01 borsAuto merge of #80581 - jyn514:ci-llvm, r=Mark-Simulacrum
next