]> git.lizzy.rs Git - rust.git/history - src/librustc_infer
Clarify errors and warnings about the transition to the new asm!
[rust.git] / src / librustc_infer /
2020-05-31 borsAuto merge of #72759 - alexcrichton:update-compiler...
2020-05-31 borsAuto merge of #72743 - lcnr:predicate_f, r=nikomatsakis
2020-05-31 borsAuto merge of #72116 - petrhosek:fuchsia-ld-flags,...
2020-05-30 borsAuto merge of #72794 - RalfJung:rollup-gzs4nl4, r=RalfJung
2020-05-30 Ralf JungRollup merge of #72777 - marmeladema:rustdoc-remove...
2020-05-30 Ralf JungRollup merge of #72773 - Rantanen:is_char_boundary...
2020-05-30 Ralf JungRollup merge of #72772 - RalfJung:valid-char, r=petroch...
2020-05-30 Ralf JungRollup merge of #72757 - petrochenkov:shebang, r=varkor
2020-05-30 Ralf JungRollup merge of #72728 - o01eg:fix-72661, r=Mark-Simulacrum
2020-05-30 Ralf JungRollup merge of #72669 - petrochenkov:smclean, r=Mark...
2020-05-30 Ralf JungRollup merge of #72668 - awoimbee:give-fn-parenthetical...
2020-05-30 Ralf JungRollup merge of #72666 - ivanloz:profile_emit_flag...
2020-05-30 Ralf JungRollup merge of #72657 - flip1995:impl_lint_pass-ty...
2020-05-30 Ralf JungRollup merge of #72650 - GuillaumeGomez:sort-sidebar...
2020-05-30 Ralf JungRollup merge of #72637 - euclio:env-hygiene, r=davidtwco
2020-05-30 Ralf JungRollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov
2020-05-30 Ralf JungRollup merge of #72543 - estebank:opaque-missing-lts...
2020-05-30 Esteban KüberTweak wording and spans of `'static` `dyn Trait`/`impl...
2020-05-30 Esteban KüberConsider all possible one letter lifetimes in suggestion
2020-05-30 Esteban KüberAccount for enclosing item when suggesting new lifetime...
2020-05-30 Esteban KüberTweak type parameter errors to reduce verbosity
2020-05-30 Esteban Küberreview comment: tweak wording and account for span...
2020-05-30 Esteban KüberAccount for returned `dyn Trait` evaluating to `'static...
2020-05-30 Esteban KüberImprove output of argument anonymous borrow missing...
2020-05-30 Esteban KüberAccount for missing lifetime in opaque return type
2020-05-30 Ralf JungRollup merge of #72607 - Amanieu:fix-72570, r=oli-obk
2020-05-30 Ralf JungRollup merge of #72585 - Aaron1011:feature/opt-item...
2020-05-30 Ralf JungRollup merge of #72563 - RalfJung:multi-return, r=matth...
2020-05-30 Ralf JungRollup merge of #72540 - davidtwco:issue-67552-mono...
2020-05-30 Ralf JungRollup merge of #72521 - Amanieu:fix-72484, r=petrochenkov
2020-05-30 Ralf JungRollup merge of #72499 - mendess:master, r=dtolnay
2020-05-30 Ralf JungRollup merge of #72441 - doctorn:late-bound-lifetime...
2020-05-30 Ralf JungRollup merge of #72368 - CAD97:rangeto, r=dtolnay
2020-05-30 Ralf JungRollup merge of #72299 - lcnr:sized_help, r=petrochenkov
2020-05-30 borsAuto merge of #72768 - JohnTitor:rollup-6kwokh6, r...
2020-05-30 Yuki OkushiRollup merge of #72752 - lcnr:remove-mk_bool, r=estebank
2020-05-30 Yuki OkushiRollup merge of #72750 - marmeladema:remove-as-local...
2020-05-30 Yuki OkushiRollup merge of #72741 - tmiasko:unused-mut, r=Mark...
2020-05-30 Yuki OkushiRollup merge of #72724 - Aaron1011:revert-tokenstream...
2020-05-30 Yuki OkushiRollup merge of #72710 - jsgf:unused-deps-test, r=jsgf
2020-05-30 Yuki OkushiRollup merge of #72677 - chrissimpkins:fix-72574, r...
2020-05-30 Yuki OkushiRollup merge of #72621 - Aaron1011:fix/trait-select...
2020-05-30 Yuki OkushiRollup merge of #72419 - RalfJung:read-discriminant...
2020-05-30 Yuki OkushiRollup merge of #72162 - cuviper:extend_one, r=Mark...
2020-05-30 Yuki OkushiRollup merge of #72033 - XAMPPRocky:relnotes-1.44.0...
2020-05-30 Josh StoneAdd Extend::{extend_one,extend_reserve}
2020-05-29 borsAuto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung
2020-05-29 Ralf JungRollup merge of #72439 - westernmagic:master, r=Amanieu
2020-05-29 Ralf JungRollup merge of #72413 - CAD97:char-range, r=dtolnay
2020-05-29 Ralf JungRollup merge of #72407 - Lucretiel:ipv6-display, r...
2020-05-29 Ralf JungRollup merge of #72103 - lcnr:borrowck-localdefid,...
2020-05-29 Ralf JungRollup merge of #71862 - LeSeulArtichaut:unsafe-block...
2020-05-29 Ralf JungRollup merge of #71804 - petrochenkov:static-pie, r...
2020-05-29 Ralf JungRollup merge of #71500 - josephlr:offset, r=oli-obk...
2020-05-29 Ralf JungRollup merge of #71095 - pickfire:box-from-array, r...
2020-05-29 Ralf JungRollup merge of #67460 - estebank:named-lts, r=nikomatsakis
2020-05-29 Dylan DPCRollup merge of #72731 - GuillaumeGomez:cleanup-e0619...
2020-05-29 Dylan DPCRollup merge of #72591 - sexxi-goose:rename_upvar_list...
2020-05-29 Dylan DPCRollup merge of #72572 - JohnTitor:add-tests, r=matthew...
2020-05-29 Dylan DPCRollup merge of #72568 - golddranks:add_total_cmp_to_fl...
2020-05-29 Dylan DPCRollup merge of #72383 - DarkEld3r:issue-72322, r=matth...
2020-05-29 Dylan DPCRollup merge of #72310 - jyn514:peekable-next-if, r...
2020-05-29 Yuki OkushiRollup merge of #72547 - alex:patch-1, r=oli-obk
2020-05-29 Yuki OkushiRollup merge of #72534 - chrissimpkins:fix-72373, r...
2020-05-29 Yuki OkushiRollup merge of #72495 - GuillaumeGomez:cleanup-e0601...
2020-05-29 Yuki OkushiRollup merge of #72452 - Lucretiel:precision-doc, r...
2020-05-29 Yuki OkushiRollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnay
2020-05-29 Yuki OkushiRollup merge of #72288 - vorner:stabilize-weak-into...
2020-05-29 Yuki OkushiRollup merge of #71843 - sfackler:cas-loop-cleanup...
2020-05-29 Yuki OkushiRollup merge of #71633 - a1phyr:infallible_error, r...
2020-05-29 borsAuto merge of #72506 - Nadrieril:fix-72476, r=matthewjasper
2020-05-29 Dylan DPCRollup merge of #72674 - Mark-Simulacrum:clippy-always...
2020-05-29 Dylan DPCRollup merge of #72670 - rust-lang:jonas-schievink...
2020-05-29 Dylan DPCRollup merge of #72667 - RalfJung:unaligned-ref-test...
2020-05-29 Dylan DPCRollup merge of #72645 - ldm0:mailmap, r=nikomatsakis
2020-05-29 Dylan DPCRollup merge of #72636 - marmeladema:resolver-outputs...
2020-05-29 Dylan DPCRollup merge of #72605 - GuillaumeGomez:cleanup-e0617...
2020-05-29 Dylan DPCRollup merge of #72466 - lzutao:stabilize_str-strip...
2020-05-29 Dylan DPCRollup merge of #72239 - hch12907:master, r=dtolnay
2020-05-28 Esteban KüberAccount for `Self` as a type param
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-28 Esteban Küberreview comments: change wording and visual output
2020-05-28 Esteban KüberFix rebase
2020-05-28 borsAuto merge of #72494 - lcnr:predicate-cleanup, r=nikoma...
2020-05-27 Esteban Küberfix rebase
2020-05-27 Esteban Küberfix rebase
2020-05-27 Esteban KüberModify wording
2020-05-27 Esteban Küberfix rebase
2020-05-27 Esteban Küberreview comment: use FxIndexSet
2020-05-27 Esteban Küberreview comments
2020-05-27 Esteban KüberTweak output for mismatched impl item
2020-05-27 Esteban KüberName `RegionKind::ReVar` lifetimes in diagnostics
2020-05-27 borsAuto merge of #71996 - Marwes:detach_undo_log, r=nikoma...
2020-05-27 Dylan DPCRollup merge of #72606 - GuillaumeGomez:cell-example...
2020-05-27 Dylan DPCRollup merge of #72548 - rossmacarthur:add-mcve-for...
2020-05-27 Dylan DPCRollup merge of #72533 - Diggsey:db-fix-arc-ub2, r...
2020-05-27 Dylan DPCRollup merge of #72348 - chrissimpkins:fix-72253, r...
2020-05-26 Dylan DPCRollup merge of #72401 - ecstatic-morse:issue-72394...
2020-05-26 borsAuto merge of #71900 - GuillaumeGomez:clean-up-rustdoc...
2020-05-25 Dylan DPCRollup merge of #72451 - ecstatic-morse:nrvo-type-misma...
next