]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck/check/wfcheck.rs
Merge branch 'refactor-select' of https://github.com/aravind-pg/rust into update...
[rust.git] / src / librustc_typeck / check / wfcheck.rs
2018-03-07 Alex CrichtonMerge branch 'refactor-select' of https://github.com...
2018-03-07 Alex CrichtonMerge branch 'bump_installer' of https://github.com...
2018-03-07 Alex CrichtonRollup merge of #48698 - ishitatsuyuki:burn-equate...
2018-03-07 Alex CrichtonRollup merge of #48651 - PramodBisht:issues/48425,...
2018-03-07 Alex CrichtonRollup merge of #48618 - scottmcm:elaborate-exitcode...
2018-03-07 Alex CrichtonRollup merge of #48511 - GuillaumeGomez:rustdoc-resourc...
2018-03-06 kennytmRollup merge of #47463 - bluss:fused-iterator, r=alexcr...
2018-03-06 kennytmRollup merge of #48507 - GuillaumeGomez:cstr-note,...
2018-03-06 kennytmRollup merge of #48474 - christianpoveda:new_cell_docs...
2018-03-06 kennytmRollup merge of #48754 - leodasvacas:while-let-all...
2018-03-06 kennytmRollup merge of #48753 - tbu-:pr_hashmap_isize, r=Burnt...
2018-03-06 kennytmRollup merge of #48732 - debris:remove_powerpc64, r...
2018-03-06 kennytmRollup merge of #48727 - leodasvacas:refactor-contrived...
2018-03-06 kennytmRollup merge of #48657 - sinkuu:opt_str_repeat, r=dtolnay
2018-03-06 kennytmRollup merge of #48590 - tshepang:more-simple, r=frewsxcv
2018-03-06 kennytmRollup merge of #48573 - Amanieu:bitreverse2, r=sfackler
2018-03-06 kennytmRollup merge of #48546 - GuillaumeGomez:raw-string...
2018-03-06 kennytmRollup merge of #48432 - flip1995:lit_diag, r=oli-obk
2018-03-06 kennytmRollup merge of #48403 - lukaslueg:casted, r=steveklabnik
2018-03-06 borsAuto merge of #48509 - Phlosioneer:option-doc-change...
2018-03-06 borsAuto merge of #48456 - mark-i-m:whitelist, r=alexcrichton
2018-03-05 borsAuto merge of #48208 - michaelwoerister:track-features...
2018-03-05 Michael WoeristerTurn features() into a query.
2018-03-04 borsAuto merge of #48592 - spastorino:borrowed_value_error...
2018-03-04 borsAuto merge of #48587 - Zoxc:transitive-relation, r...
2018-03-04 borsAuto merge of #48630 - alexcrichton:more-sccache, r...
2018-03-04 borsAuto merge of #48600 - Mark-Simulacrum:rustbuild-update...
2018-03-03 borsAuto merge of #48583 - dotdash:jt_assume, r=alexcrichton
2018-03-03 kennytmRollup merge of #48637 - segevfiner:restore-rust-mingw...
2018-03-03 kennytmRollup merge of #48629 - strake:char, r=alexcrichton
2018-03-03 kennytmRollup merge of #48569 - Phlosioneer:x-py-help-optimiza...
2018-03-03 kennytmRollup merge of #48466 - sanxiyn:no-neon, r=alexcrichton
2018-03-03 kennytmRollup merge of #48283 - QuietMisdreavus:rustdoc-readme...
2018-03-03 Manish GoregaokarRollup merge of #48641 - alexcrichton:no-hash-l-paths...
2018-03-03 Manish GoregaokarRollup merge of #48635 - scottmcm:faster-zip-nth, r...
2018-03-03 Manish GoregaokarRollup merge of #48628 - strake:reverse, r=sfackler
2018-03-03 Manish GoregaokarRollup merge of #48338 - estebank:match-missing-comma...
2018-03-03 Manish GoregaokarRollup merge of #48328 - frewsxcv:frewsxcv-clarify...
2018-03-03 Manish GoregaokarRollup merge of #48259 - tinaun:patch-1, r=alexcrichton
2018-03-01 borsAuto merge of #47861 - sgrif:sg-rebase-chalkify-univers...
2018-03-01 kennytmRollup merge of #48570 - Amanieu:aarch64_features,...
2018-03-01 Manish GoregaokarRollup merge of #48626 - teiesti:fix-readme, r=frewsxcv
2018-03-01 Manish GoregaokarRollup merge of #48610 - ishitatsuyuki:ishitatsuyuki...
2018-03-01 Manish GoregaokarRollup merge of #48585 - stjepang:stabilize-localkey...
2018-03-01 Manish GoregaokarRollup merge of #48572 - alexcrichton:noexcept-msvc2...
2018-03-01 Manish GoregaokarRollup merge of #48522 - etaoins:fix-find-width-of...
2018-03-01 Manish GoregaokarRollup merge of #48500 - petrochenkov:parpat, r=nikomat...
2018-03-01 Manish GoregaokarRollup merge of #48446 - mark-i-m:e0245, r=mark-i-m
2018-03-01 Manish GoregaokarRollup merge of #48405 - kennytm:autotoolstate-follow...
2018-03-01 borsAuto merge of #46785 - leodasvacas:type-check-defaults...
2018-02-28 Manish GoregaokarRollup merge of #48355 - mikhail-m1:subslice_pattern_ar...
2018-02-28 Niko Matsakisadd a comment
2018-02-28 leonardo.yvensCheck only concrete defaults for well formedness
2018-02-28 leonardo.yvensCheck only predicates with a single param with a concre...
2018-02-28 leonardo.yvensMark non-defaulted params as TyError to avoid a custom...
2018-02-28 leonardo.yvensCheck WF of predicates with defaults only if all params...
2018-02-28 leonardo.yvensCheck WF of predicate with defaults only if all in...
2018-02-28 leonardo.yvensExpand comments, address nits.
2018-02-28 leonardo.yvensuse `map_bound` instead of `skip_binder`
2018-02-28 leonardo.yvensGo back to checking only the LHS of trait predicates.
2018-02-28 leonardo.yvensdefault WF: Substitute defaults individually in the...
2018-02-28 leonardo.yvensdefault WF: Leverage type substitution, less workarounding
2018-02-28 leonardo.yvensCheck WF of defaults even when there are no bounds.
2018-02-28 leonardo.yvensType check defaults.
2018-02-21 Guillaume GomezRollup merge of #47379 - da-x:master, r=sfackler
2018-02-17 borsAuto merge of #47408 - eddyb:deref-danger, r=nikomatsakis
2018-02-17 borsAuto merge of #47926 - mikhail-m1:subslice_pattern_arra...
2018-02-07 Gianni Ciccarellisupport `default impl` for specialization
2018-02-07 Gianni Ciccarellisupport `default impl` for specialization
2018-02-07 Gianni Ciccarelli support `default impl` for specialization
2018-02-05 kennytmRollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakis
2018-02-02 kennytmRollup merge of #46156 - SimonSapin:patch-14, r=without...
2018-01-31 kennytmRollup merge of #47876 - GuillaumeGomez:associated...
2018-01-28 borsAuto merge of #47204 - varkor:unsafecell-into_inner...
2018-01-28 borsAuto merge of #47772 - arthurprs:iter-position-bounds...
2018-01-27 borsAuto merge of #47571 - FenrirWolf:libunwind, r=alexcrichton
2018-01-25 borsAuto merge of #47374 - topecongiro:issue-47096, r=nikom...
2018-01-24 borsAuto merge of #47300 - remexre:duration-constructors...
2018-01-24 borsAuto merge of #47299 - cramertj:unsafe-placer, r=alexcr...
2018-01-24 borsAuto merge of #46931 - clarcharr:float_bits_core, r...
2018-01-22 borsAuto merge of #47373 - wesleywiser:incr_cache_hashing...
2018-01-22 borsAuto merge of #47353 - nikomatsakis:nll-issue-47189...
2018-01-21 borsAuto merge of #47001 - arielb1:private-match, r=nikomat...
2018-01-20 Guillaume GomezRollup merge of #47578 - arthurprs:btree-doc, r=alexcri...
2018-01-20 Guillaume GomezRollup merge of #47193 - cramertj:result-opts, r=TimNN
2018-01-20 Guillaume GomezRollup merge of #46938 - hellow554:rustdoc-kbd-style...
2018-01-20 borsAuto merge of #46919 - michaelwoerister:new-leb128...
2018-01-19 borsAuto merge of #47503 - arielb1:check-size, r=eddyb
2018-01-17 Guillaume GomezRollup merge of #47520 - mbrubeck:fstat, r=Mark-Simulacrum
2018-01-17 Guillaume GomezRollup merge of #47398 - GuillaumeGomez:pulldown-warnin...
2018-01-17 Guillaume GomezRollup merge of #47313 - ollie27:rustdoc_record_extern_...
2018-01-17 Guillaume GomezRollup merge of #47250 - GuillaumeGomez:test-rustdoc...
2018-01-17 kennytmRollup merge of #47483 - segevfiner:mingw64-build-hack...
2018-01-17 kennytmRollup merge of #47467 - arielb1:cleanup-shims, r=eddyb
2018-01-17 kennytmRollup merge of #47458 - mark-i-m:lint_array_comma...
2018-01-17 kennytmRollup merge of #47426 - varkor:default-mir-dump-dir...
2018-01-17 kennytmRollup merge of #47407 - gaurikholkar:master, r=estebank
2018-01-17 kennytmRollup merge of #47387 - Rantanen:linkchecker-error...
2018-01-17 kennytmRollup merge of #47333 - arthurprs:iter-position-bounds...
2018-01-17 kennytmRollup merge of #47302 - andjo403:commentfix, r=michael...
next