]> git.lizzy.rs Git - rust.git/history - src/librustc/infer
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / librustc / infer /
2018-10-04 borsAuto merge of #54624 - arielb1:evaluate-outlives, r...
2018-10-04 borsAuto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis
2018-10-03 borsAuto merge of #54720 - davidtwco:issue-51191, r=nikomat...
2018-10-02 Pietro AlbiniRollup merge of #54728 - alexcrichton:renumber-issues...
2018-10-02 Pietro AlbiniRollup merge of #54702 - RalfJung:fn-ptr-promotion...
2018-10-02 Pietro AlbiniRollup merge of #54699 - DiamondLovesYou:reexport-getop...
2018-10-02 Pietro AlbiniRollup merge of #54687 - scottmcm:more-elision, r=dtolnay
2018-10-02 Pietro AlbiniRollup merge of #54680 - RalfJung:compile-pass, r=pnkfelix
2018-10-02 Pietro AlbiniRollup merge of #54648 - alexcrichton:update-cargo...
2018-10-02 Pietro AlbiniRollup merge of #54603 - davidtwco:issue-54559, r=nikom...
2018-10-02 Pietro AlbiniRollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakis
2018-10-02 Pietro AlbiniRollup merge of #54269 - PramodBisht:issue/53840, r...
2018-10-02 borsAuto merge of #54343 - blitzerr:master, r=nikomatsakis
2018-10-02 borsAuto merge of #54701 - arielb1:outlives-later, r=nikoma...
2018-10-02 borsAuto merge of #54694 - csmoe:self_this, r=estebank
2018-10-01 borsAuto merge of #54693 - RalfJung:ctfe-scalar-pair-undef...
2018-10-01 Ariel Ben-Yehudanormalize param-env type-outlives predicates last
2018-10-01 borsAuto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix
2018-10-01 borsAuto merge of #54711 - kennytm:rollup, r=kennytm
2018-10-01 kennytmRollup merge of #54676 - pnkfelix:issue-15287-kill...
2018-10-01 kennytmRollup merge of #54713 - flip1995:tool_lints_nightly...
2018-10-01 kennytmRollup merge of #54674 - RalfJung:miri, r=oli-obk
2018-10-01 kennytmRollup merge of #54708 - collin5:b49475, r=Mark-Simulacrum
2018-10-01 kennytmRollup merge of #54681 - alexcrichton:san-names, r...
2018-10-01 kennytmRollup merge of #54679 - phansch:improve_bug_message...
2018-10-01 kennytmRollup merge of #54656 - nieksand:workqueue_doc, r...
2018-10-01 kennytmRollup merge of #54641 - ljedrz:cleanup_rustc_infer...
2018-10-01 kennytmRollup merge of #54544 - frewsxcv:frewsxcv-deref, r...
2018-10-01 kennytmRollup merge of #54488 - zackmdavis:and_the_case_of_the...
2018-10-01 kennytmRollup merge of #54308 - dsciarra:issue-22692, r=estebank
2018-10-01 kennytmRollup merge of #53784 - tbu-:pr_doc_slice_isize_max...
2018-10-01 borsAuto merge of #54675 - alexcrichton:defaultlibs, r...
2018-10-01 borsAuto merge of #54662 - matklad:once-perf, r=alexcrichton
2018-09-30 borsAuto merge of #54650 - eddyb:no-extern's-land, r=alexcr...
2018-09-30 borsAuto merge of #53255 - orium:fix-bug-overflow-send...
2018-09-30 borsAuto merge of #54622 - matthewjasper:more-nll-mode...
2018-09-30 borsAuto merge of #54596 - mjbshaw:drop, r=RalfJung
2018-09-30 borsAuto merge of #53816 - zackmdavis:elided_lifetimes_in_p...
2018-09-30 borsAuto merge of #54639 - nagisa:lets-alias-for-now, r...
2018-09-30 Zack M. Davisdon't elide lifetimes in paths in librustc/
2018-09-30 Michael BradshawMerge branch 'master' into drop
2018-09-30 borsAuto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
2018-09-29 borsAuto merge of #54240 - csmoe:nonzero_from, r=alexcrichton
2018-09-29 borsAuto merge of #54599 - nikomatsakis:issue-54593-impl...
2018-09-29 ljedrzrustc/infer: miscellaneous minor code improvements
2018-09-29 ljedrzrustc/infer: readability improvements
2018-09-29 ljedrzrustc/infer: improve vector allocations
2018-09-29 ljedrzrustc/infer: use to_owned instead of to_string with...
2018-09-29 ljedrzrustc/infer: convert single-branch matches to if-let
2018-09-29 ljedrzrustc/infer: use unwrap_or(_else) where applicable
2018-09-29 borsAuto merge of #54660 - kennytm:rollup, r=kennytm
2018-09-29 kennytmRollup merge of #54577 - QuietMisdreavus:docs-for-procs...
2018-09-29 kennytmRollup merge of #54590 - alexcrichton:inline-never...
2018-09-29 borsAuto merge of #54576 - froydnj:non-x86-abi-adjustment...
2018-09-29 kennytmRollup merge of #54567 - tromey:paths-in-stamp-hashes...
2018-09-29 kennytmRollup merge of #54564 - alexcrichton:new-notes, r...
2018-09-29 borsAuto merge of #54278 - eddyb:spanned-generic-predicates...
2018-09-28 Eduard-Mihai Burtescurustc: keep a Span for each predicate in ty::GenericPre...
2018-09-28 borsAuto merge of #54568 - levex:issue-54130, r=nagisa
2018-09-28 borsAuto merge of #54338 - orium:fix-macro-inc-comp, r=nrc
2018-09-28 borsAuto merge of #54547 - AstralSorcerer:issue-54028,...
2018-09-27 borsAuto merge of #54530 - pnkfelix:issue-54047-migrate...
2018-09-27 borsAuto merge of #54355 - pnkfelix:issue-22323-regression...
2018-09-27 borsAuto merge of #52319 - tinco:issue_12590, r=pnkfelix
2018-09-27 borsAuto merge of #54581 - petrochenkov:cfgattr, r=alexcrichton
2018-09-26 borsAuto merge of #54526 - nnethercote:shrink-StatementKind...
2018-09-26 borsAuto merge of #54561 - matthiaskrgr:clippy_up, r=kennytm
2018-09-26 borsAuto merge of #54453 - nikomatsakis:nll-issue-53121...
2018-09-26 Niko Matsakisrustfmt `error_reporting/mod.rs` and `dropck.rs`
2018-09-26 Niko Matsakisconvert from an `UnlessNll` flag to a `SuppressRegionEr...
2018-09-26 Niko Matsakisuse `IfEq` to defer equality comparison around `where...
2018-09-26 Niko Matsakisrefactor away `AnyRegions` and `AllRegions`
2018-09-26 Niko Matsakisintroduce `VerifyBound::IfEq` (presently unused)
2018-09-26 Niko Matsakischange to use impl Trait a bit
2018-09-26 Niko Matsakisremove handling of verify from taintset
2018-09-26 Niko Matsakismake `normalize` work on any type-foldable
2018-09-26 Niko Matsakislexical_region_resolve: rustfmt
2018-09-26 Niko Matsakisuse approx. bounds to decide whether to add outlives...
2018-09-26 Niko Matsakispropagate the `compare_ty` fn further up
2018-09-26 Niko Matsakisintroduce the idea of an "approximate match"
2018-09-26 Niko Matsakisintroduce a "comparison fn" instead of always use `==`
2018-09-26 Niko Matsakissplit out getting the declared bounds from the env...
2018-09-26 Niko Matsakisbreak out the code that computes VerifyBounds
2018-09-26 Niko Matsakisapply `process_registered_region_obligations` at the...
2018-09-26 Niko Matsakisuse `RegionBoundPairs` type alias
2018-09-26 Niko Matsakischange `RegionObligation` to store a `SubregionOrigin`
2018-09-26 Niko Matsakisuse a `UnlessNll` flag to consolidate error reporting...
2018-09-26 Niko Matsakisbuild up a map of the region-bound pairs for each body-id
2018-09-26 Niko Matsakisoutlives/env: rustfmt
2018-09-26 borsAuto merge of #54199 - nikomatsakis:predicate_may_hold...
2018-09-26 borsAuto merge of #54497 - ralexstokes:stabilize_pattern_pa...
2018-09-26 borsAuto merge of #54548 - nrc:update, r=kennytm
2018-09-26 borsAuto merge of #54164 - mikhail-m1:54131, r=pnkfelix
2018-09-25 borsAuto merge of #54575 - pietroalbini:rollup, r=pietroalbini
2018-09-25 Pietro AlbiniRollup merge of #54539 - GuillaumeGomez:fix-js-error...
2018-09-25 Pietro AlbiniRollup merge of #54368 - GuillaumeGomez:reduce-side...
2018-09-25 Pietro AlbiniRollup merge of #54281 - GuillaumeGomez:search-box...
2018-09-25 Pietro AlbiniRollup merge of #53518 - phungleson:fix-impl-from-for...
2018-09-25 borsAuto merge of #53542 - alexreg:impl-trait-in-bindings...
2018-09-25 borsAuto merge of #54430 - adrian-budau:master, r=alexcrichton
next