]> git.lizzy.rs Git - rust.git/history - src/test
Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakis
[rust.git] / src / test /
2018-08-31 borsAuto merge of #53699 - oli-obk:promotion_stability_hole...
2018-08-31 borsAuto merge of #53403 - spastorino:move-out-lazily,...
2018-08-31 borsAuto merge of #53832 - pietroalbini:rollup, r=pietroalbini
2018-08-31 borsAuto merge of #53779 - RalfJung:miri-refactor, r=oli-obk
2018-08-30 borsAuto merge of #53828 - alexcrichton:dist-llvm-shared...
2018-08-30 Santiago PastorinoMake move out computation lazy
2018-08-30 Pietro AlbiniRollup merge of #53806 - GuillaumeGomez:fix-ui-issues...
2018-08-30 Pietro AlbiniRollup merge of #53786 - frewsxcv:frewsxcv-bad-style...
2018-08-30 Pietro AlbiniRollup merge of #53785 - tbu-:pr_comment, r=Mark-Simulacrum
2018-08-30 Pietro AlbiniRollup merge of #53768 - RalfJung:gitignore, r=nikomatsakis
2018-08-30 Pietro AlbiniRollup merge of #53756 - dmerejkowsky:fix-comment,...
2018-08-30 Pietro AlbiniRollup merge of #53753 - RalfJung:keep-stage, r=nikomat...
2018-08-30 Pietro AlbiniRollup merge of #53747 - GuillaumeGomez:rustdoc-fixes...
2018-08-30 Pietro AlbiniRollup merge of #53743 - oconnor663:target_env, r=kennytm
2018-08-30 Pietro AlbiniRollup merge of #53740 - japaric:readobj, r=alexcrichton
2018-08-30 Pietro AlbiniRollup merge of #53732 - emilio:foreign-fn, r=nrc
2018-08-30 Pietro AlbiniRollup merge of #53727 - estebank:incorrect-deref-sugge...
2018-08-30 Pietro AlbiniRollup merge of #53702 - jkozlowski:correct_version_for...
2018-08-30 Pietro AlbiniRollup merge of #53655 - jcpst:with_applicability,...
2018-08-30 Pietro AlbiniRollup merge of #53513 - nnethercote:inline-shallow_res...
2018-08-30 Pietro AlbiniRollup merge of #53476 - GuillaumeGomez:try-from-int...
2018-08-30 Pietro AlbiniRollup merge of #53472 - eddyb:fx-pls, r=pnkfelix
2018-08-30 Pietro AlbiniRollup merge of #53389 - RalfJung:thread-join, r=sfackler
2018-08-30 Pietro AlbiniRollup merge of #53129 - nikomatsakis:issue-51172-tweak...
2018-08-30 Pietro AlbiniRollup merge of #53113 - kpp:more_docs_for_cow, r=Guill...
2018-08-30 Pietro AlbiniRollup merge of #51760 - GuillaumeGomez:add-another...
2018-08-30 borsAuto merge of #53803 - pietroalbini:fix-manifest-2...
2018-08-30 borsAuto merge of #53535 - TheDarkula:master, r=oli-obk
2018-08-30 thedarkulaMade std::intrinsics::transmute() const fn.
2018-08-30 borsAuto merge of #53757 - oli-obk:validation, r=RalfJung
2018-08-30 borsAuto merge of #53733 - nnethercote:avoid-unroll_place...
2018-08-30 borsAuto merge of #53685 - alexcrichton:more-keywords,...
2018-08-30 borsAuto merge of #53479 - joshtriplett:underscore-means...
2018-08-29 borsAuto merge of #53564 - MaloJaffre:vecdeque, r=gnzlbg
2018-08-29 Alex CrichtonGeneralize `async_idents` to all new keywords
2018-08-29 Josh TriplettDon't emit "unused extern crate" warnings for `extern...
2018-08-29 Corey FarwellReplace usages of 'bad_style' with 'nonstandard_style'.
2018-08-29 borsAuto merge of #53245 - michaelwoerister:thinlto-rust...
2018-08-29 borsAuto merge of #53711 - arielb1:macro-table, r=michaelwo...
2018-08-29 borsAuto merge of #53684 - alexcrichton:suggest-remove...
2018-08-29 borsAuto merge of #53659 - nnethercote:rm-AccumulateVec...
2018-08-29 borsAuto merge of #53642 - alexcrichton:fix-target-cpu...
2018-08-29 borsAuto merge of #53671 - RalfJung:miri-refactor, r=oli-obk
2018-08-28 Alex CrichtonFix warnings about the `native` target-cpu
2018-08-28 Guillaume GomezAdd partialeq implementation for TryFromIntError type
2018-08-28 Ralf Jungrestructure unary_op to also dispatch on type first...
2018-08-28 Ralf Jungaddress nits
2018-08-28 borsAuto merge of #53679 - japaric:cortex-r, r=alexcrichton
2018-08-28 borsAuto merge of #53493 - matthewjasper:hair-spans, r...
2018-08-28 Oliver SchneiderUse partial but correct vtable layout
2018-08-28 borsAuto merge of #53314 - nikomatsakis:nll-invert-liveness...
2018-08-28 borsAuto merge of #53616 - varkor:hir-map-rename, r=nikomat...
2018-08-28 borsAuto merge of #53404 - oconnor663:current_dir_behavior...
2018-08-28 borsAuto merge of #53272 - mark-i-m:anon_param_error_now...
2018-08-27 borsAuto merge of #53227 - nivkner:pin_move, r=RalfJung
2018-08-27 Niko Matsakisremove `let x = baz` which was obscuring the real error
2018-08-27 varkorRename hir::map::NodeKind to hir::Node
2018-08-27 varkorRemove path prefixes from NodeKind
2018-08-27 varkorRename hir::map::Node to hir::map::NodeKind
2018-08-27 borsAuto merge of #51456 - qmx:crate-in-path, r=nikomatsakis
2018-08-27 Mark Mansifix test stderrs
2018-08-27 Niko Matsakismerge `PointIndexMap` and `RegionValueElements`
2018-08-27 Niko Matsakisimplement liveness tracing, remove old liveness system
2018-08-27 Alex Crichtonrustc: Suggest removing `extern crate` in 2018
2018-08-27 borsAuto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
2018-08-27 Mark Mansifix another
2018-08-27 Mark Mansifix some anon params
2018-08-27 Ralf Jungfix handling of unsized types in validation; validate...
2018-08-27 Ralf Jungvalidate enum discriminant whenever it is read
2018-08-27 borsAuto merge of #53580 - nikomatsakis:nll-issue-53568...
2018-08-27 Douglas Camposadd test for the suggestion from prelude
2018-08-27 Douglas Camposno need to special case std
2018-08-27 borsAuto merge of #53656 - nnethercote:HybridIdxSet-tweaks...
2018-08-27 Matthew JasperAlso use smaller spans for unsize adjustments
2018-08-27 borsAuto merge of #53624 - Zoxc:ice-fix, r=oli-obk
2018-08-27 borsAuto merge of #53648 - japaric:thumb-lld, r=alexcrichton
2018-08-27 borsAuto merge of #53640 - alexcrichton:more-symbol-tweaks...
2018-08-27 Esteban Kuberreadd final newline
2018-08-27 John Kåre AlsakerMove with_globals setup from run_compiler to run
2018-08-26 Esteban KüberDo not suggest dereferencing in macro
2018-08-26 Alex Crichtonrustc: Continue to tweak "std internal symbols"
2018-08-26 borsAuto merge of #53715 - pietroalbini:missing-components...
2018-08-26 Ariel Ben-Yehudause an incremental-fulldeps test instead of a run-make...
2018-08-26 Ariel Ben-Yehudacreate a valid DefIdTable for proc macro crates
2018-08-26 Guillaume GomezRollup merge of #53706 - ehuss:rustdoc-section-anchor...
2018-08-26 Guillaume GomezRollup merge of #53651 - GuillaumeGomez:struct-keyword...
2018-08-26 Guillaume GomezRollup merge of #53626 - kzys:hashchange, r=GuillaumeGomez
2018-08-26 Guillaume GomezRollup merge of #53428 - RalfJung:libtest-terse, r...
2018-08-26 Guillaume GomezRollup merge of #53043 - GuillaumeGomez:improve-unstabl...
2018-08-26 borsAuto merge of #53629 - nnethercote:lazier-SparseBitMatr...
2018-08-26 borsAuto merge of #53623 - cramertj:libc-update, r=alexcrichton
2018-08-26 borsAuto merge of #53619 - japaric:panic-handler, r=SimonSapin
2018-08-26 borsAuto merge of #53567 - alexcrichton:update-cargo, r...
2018-08-25 Alex CrichtonUpdate Cargo submodule
2018-08-25 borsAuto merge of #53612 - mark-i-m:anon_param_disallowed_2...
2018-08-25 borsAuto merge of #53701 - Xanewok:update-rls, r=kennytm
2018-08-25 Oliver SchneiderSatisfy tidy
2018-08-25 Oliver SchneiderCheck cross crate stability of const fn
2018-08-25 borsAuto merge of #53584 - mcr431:Fix-#53525, r=varkor
2018-08-25 Matthew JasperUse smaller span for adjustments on block expressions
next