]> git.lizzy.rs Git - rust.git/history - src/librustc/infer/mod.rs
Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obk
[rust.git] / src / librustc / infer / mod.rs
2018-05-16 borsAuto merge of #50710 - Zoxc:value_to_constvalue, r...
2018-05-16 borsAuto merge of #49479 - nox:merge-funcs, r=nagisa
2018-05-16 borsAuto merge of #50473 - petrochenkov:pmapi, r=alexcrichton
2018-05-16 borsAuto merge of #48557 - matthewjasper:allow-trvial-bound...
2018-05-16 borsAuto merge of #50750 - est31:master, r=eddyb
2018-05-16 borsAuto merge of #50541 - QuietMisdreavus:rustdoc-errors...
2018-05-15 borsAuto merge of #48523 - varkor:generics-ty-generalisatio...
2018-05-15 varkorOne must always remember to clean up after themselves
2018-05-15 varkorUse Kind instead of UnpackedKind in Substs methods
2018-05-15 varkorClean up shared subst code
2018-05-15 varkorRefactor Substs methods on generic parameters
2018-05-15 varkorPull common parameters into GenericParamDef
2018-05-15 varkorRename TypeParameterDef -> TypeParamDef and RegionParam...
2018-05-15 Guillaume GomezRollup merge of #49767 - ecstatic-morse:ptr-docs, r...
2018-05-15 borsAuto merge of #50351 - varkor:vestigial-never-conversio...
2018-05-15 borsAuto merge of #50011 - varkor:partialord-opt-ii, r...
2018-05-12 borsAuto merge of #50352 - porglezomp:btree-no-empty-alloc...
2018-05-11 borsAuto merge of #50105 - mixi:crt-included, r=alexcrichton
2018-05-11 borsAuto merge of #50440 - nikomatsakis:single-use-lifetime...
2018-05-10 borsAuto merge of #50331 - MartinHusemann:master, r=Kimundi
2018-05-10 Alex CrichtonRollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichton
2018-05-10 Alex CrichtonRollup merge of #49423 - gavento:gavento-dev, r=nikomat...
2018-05-10 borsAuto merge of #49823 - Zoxc:term-str, r=alexcrichton
2018-05-10 borsAuto merge of #49729 - collin5:b48483, r=Mark-Simulacrum
2018-05-09 borsAuto merge of #49711 - ibabushkin:auto_trait_refactor...
2018-05-09 kennytmRollup merge of #49523 - Aaronepower:master, r=Mark...
2018-05-09 kennytmRollup merge of #50148 - japaric:const-manuallydrop...
2018-05-09 kennytmRollup merge of #49988 - clarcharr:never_docs, r=stevek...
2018-05-08 borsAuto merge of #50390 - hdhoang:46205_deny_by_default...
2018-05-07 borsAuto merge of #50305 - GuillaumeGomez:fix-mod-stackover...
2018-05-07 borsAuto merge of #50000 - michaelwoerister:cross-lang...
2018-05-07 borsAuto merge of #50434 - nrc:tool-bustage-infra, r=alexcr...
2018-05-06 borsAuto merge of #50420 - chrisvittal:mailmap-chrisvittal...
2018-05-05 borsAuto merge of #50418 - nnethercote:cmt, r=eddyb
2018-05-05 borsAuto merge of #50423 - hberntsen:armv5te_unknown_linux_...
2018-05-05 borsAuto merge of #50419 - sinkuu:rustdoc_nested_impl_trait...
2018-05-04 borsAuto merge of #49870 - pnkfelix:issue-27282-immut-borro...
2018-05-04 borsAuto merge of #50435 - cuviper:rm-lookup_host, r=sfackler
2018-05-04 borsAuto merge of #50409 - KiChjang:issue-50343, r=nikomatsakis
2018-05-04 borsAuto merge of #50398 - llogiq:memchr-nano-opt, r=nagisa
2018-05-04 borsAuto merge of #50433 - nrc:update, r=alexcrichton
2018-05-04 borsAuto merge of #50397 - sgrif:sg-smaller-universe-refact...
2018-05-03 kennytmRollup merge of #50302 - GuillaumeGomez:add-query-searc...
2018-05-02 Sean Griffintrack skol levels in the InferCtxt rather than via...
2018-05-02 Sean GriffinWrap `InferCtxt::universe` in a cell
2018-05-02 Sean Griffingive a universe to region variables
2018-05-02 Sean Griffinstore RegionVariableInfo and not just RegionVariableOrigin
2018-05-02 Sean Griffinadd universes to type inference variables
2018-05-02 Sean Griffinintroduce `UniverseIndex` into `InferCtxt`
2018-05-02 borsAuto merge of #50282 - fitzgen:run-more-passes-on-const...
2018-05-01 borsAuto merge of #49789 - petrochenkov:prelext, r=nikomatsakis
2018-05-01 borsAuto merge of #50304 - nox:uninhabited-output, r=eddyb
2018-04-30 kennytmRollup merge of #50327 - varkor:match-unused-struct...
2018-04-30 kennytmRollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcv
2018-04-30 kennytmRollup merge of #50233 - mark-i-m:const_vec, r=kennytm
2018-04-30 borsAuto merge of #50163 - kornelski:error, r=Kimundi
2018-04-30 borsAuto merge of #50326 - ollie27:rustdoc_cross_crate_cons...
2018-04-30 borsAuto merge of #50272 - scottmcm:termination-test-error...
2018-04-30 borsAuto merge of #50204 - Manishearth:approx-enum, r=estebank
2018-04-30 borsAuto merge of #50092 - abonander:issue-49934, r=petroch...
2018-04-29 borsAuto merge of #50317 - varkor:repr-align-assign, r...
2018-04-29 borsAuto merge of #48605 - KiChjang:unused-mut-warning...
2018-04-29 borsAuto merge of #50217 - z4v1er:patch-1, r=aturon
2018-04-29 borsAuto merge of #50300 - phansch:update_clippy, r=oli-obk
2018-04-29 borsAuto merge of #50306 - alexcrichton:inline-policy,...
2018-04-29 borsAuto merge of #50271 - sinkuu:fix_ice, r=eddyb
2018-04-28 borsAuto merge of #50188 - alexcrichton:feature-all-the...
2018-04-28 borsAuto merge of #50240 - nnethercote:LazyBTreeMap, r...
2018-04-27 kennytmRollup merge of #49858 - dmizuk:unique-doc-hidden,...
2018-04-27 kennytmRollup merge of #49707 - steveklabnik:rustc-book, r...
2018-04-26 Nicholas NethercoteImplement LazyBTreeMap and use it in a few places.
2018-04-25 borsAuto merge of #49986 - zofrex:better-derived-argument...
2018-04-24 borsAuto merge of #49911 - rcoh:master, r=nikomatsakis
2018-04-24 kennytmRollup merge of #49985 - zackmdavis:0, r=estebank
2018-04-24 kennytmRollup merge of #49970 - SimonSapin:deprecate, r=sfackler
2018-04-24 kennytmRollup merge of #49906 - kennytm:stable-unreachable...
2018-04-24 kennytmRollup merge of #49829 - ecstatic-morse:os-docs, r...
2018-04-24 kennytmRollup merge of #49727 - stjepang:cell-update, r=SimonSapin
2018-04-24 kennytmRollup merge of #49461 - andreastt:child-kill-exited...
2018-04-24 borsAuto merge of #48999 - GuillaumeGomez:add-repeat-on...
2018-04-24 borsAuto merge of #48989 - ExpHP:path-prefix, r=dtolnay
2018-04-23 borsAuto merge of #49779 - oli-obk:const_err_regression...
2018-04-23 borsAuto merge of #49368 - matthewjasper:feature-gate-where...
2018-04-23 borsAuto merge of #49372 - Phlosioneer:inherent-impl-defaul...
2018-04-19 borsAuto merge of #48553 - seanmonstar:atomic-debug, r...
2018-04-19 borsAuto merge of #49630 - npmccallum:shl, r=alexcrichton
2018-04-18 borsAuto merge of #50017 - tinaun:stabilize-all-the-things...
2018-04-18 borsAuto merge of #50006 - rcoh:reorder-compiler-builtins...
2018-04-18 borsAuto merge of #49993 - nnethercote:shrink-Token, r...
2018-04-18 borsAuto merge of #49981 - nox:fix-signed-niches, r=eddyb
2018-04-18 borsAuto merge of #49950 - Zoxc:default-span, r=estebank
2018-04-17 Guillaume GomezRollup merge of #50032 - ollie27:rustdoc_all_private...
2018-04-17 Guillaume GomezRollup merge of #50013 - frewsxcv:frewsxcv-ssplice...
2018-04-17 Guillaume GomezRollup merge of #49966 - GuillaumeGomez:comma-search...
2018-04-17 Guillaume GomezRollup merge of #49699 - zesterer:master, r=joshtriplett
2018-04-17 borsAuto merge of #49836 - nikomatsakis:nll-facts-prep...
2018-04-17 borsAuto merge of #49626 - fanzier:chalk-lowering, r=scalexm
2018-04-17 borsAuto merge of #49542 - GuillaumeGomez:intra-link-resolu...
2018-04-17 borsAuto merge of #49882 - Zoxc:sync-misc2, r=michaelwoerister
2018-04-16 borsAuto merge of #49488 - alexcrichton:small-wasm-panic...
next