]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/borrow_check/nll/type_check/mod.rs
pull out `ParamEnvAnd` and remove `QueryKey`
[rust.git] / src / librustc_mir / borrow_check / nll / type_check / mod.rs
2018-06-27 Niko Matsakispull out `ParamEnvAnd` and remove `QueryKey`
2018-06-26 Niko Matsakisinstantiate closure requirements as query-region-constr...
2018-06-26 Niko Matsakistransition to `Fallible`
2018-06-26 Niko Matsakisintroduce `Normalizable` trait for things directly...
2018-06-26 Niko Matsakisconvert `predicates` to operate on 1 predicate at a...
2018-06-26 Niko Matsakismove `type_op` into `rustc`
2018-06-26 Niko Matsakismake `convert` so it can apply to a single constraint
2018-06-26 Niko Matsakisextract type-ops into their own submodules
2018-06-26 Niko Matsakisreplace `LexicalRegionConstraintData` with `QueryRegion...
2018-06-26 Niko Matsakisalign the `type-op` outputs with what canonicalized...
2018-06-26 Niko Matsakismk `fully_perform_op_and_get_region_constraint_data...
2018-06-26 Niko Matsakisremove the `TypeOp` vs `InfcxTypeOp` distinction
2018-06-26 Niko Matsakismake `TypeOp` implement debug instead of carrying a...
2018-06-26 Niko Matsakiscreate `InfcxTypeOp` that only depend on an `infcx`
2018-06-26 Niko Matsakismake normalize into an op
2018-06-26 Niko Matsakislet `trivial_noop` take ownership of `self`
2018-06-26 Niko Matsakismake `normalize` take ownership of the thing to be...
2018-06-26 Niko Matsakisintroduce `prove_predicates` type op
2018-06-26 Niko Matsakisintroduce `trivial_noop` to accommodate micro-optimizations
2018-06-26 Niko Matsakisintroduce `Eq` type-op
2018-06-26 Niko Matsakisintroduce `Subtype` type_op
2018-06-26 Niko Matsakisintroduce `type_op`
2018-06-26 borsAuto merge of #49469 - Nokel81:allow-irrefutable-let...
2018-06-26 borsAuto merge of #51613 - nnethercote:ob-forest-cleanup...
2018-06-26 borsAuto merge of #50630 - sharkdp:fix-50619, r=sfackler
2018-06-22 borsAuto merge of #51482 - GuillaumeGomez:table-display...
2018-06-22 kennytmRollup merge of #51158 - ogham:patch-1, r=steveklabnik
2018-06-22 borsAuto merge of #51433 - scalexm:finish-rules, r=nikomatsakis
2018-06-21 borsAuto merge of #50336 - japaric:llvm-tools, r=Mark-Simul...
2018-06-21 borsAuto merge of #51601 - Emerentius:step_by_range_diet...
2018-06-20 borsAuto merge of #51617 - nnethercote:nll-allocs, r=pnkfelix
2018-06-19 borsAuto merge of #51367 - oli-obk:silence!_I_test_you...
2018-06-19 borsAuto merge of #51081 - kornelski:examplestr, r=steveklabnik
2018-06-19 borsAuto merge of #51597 - Mark-Simulacrum:update-books...
2018-06-19 borsAuto merge of #51278 - EPashkin:fix_mod_with_multilevel...
2018-06-18 borsAuto merge of #51248 - fabric-and-ink:newtype_index_deb...
2018-06-18 borsAuto merge of #50894 - teiesti:stabilize_path_ancestors...
2018-06-18 borsAuto merge of #51460 - nikomatsakis:nll-perf-examinatio...
2018-06-09 Niko Matsakisremove some `#[inline(never)]`
2018-06-09 Niko Matsakisuse `DUMMY_NODE_ID` as the `body_id` during NLL type...
2018-06-09 Niko Matsakisconvert type-check constraints into NLL constraints...
2018-06-09 Niko Matsakisextract out `fully_perform_op_and_get_region_constraints`
2018-06-09 Niko Matsakisput the `RegionConstraintData` into an `Rc`
2018-06-09 Niko Matsakislibrustc_mir/borrow_check/nll/type_check/mod.rs: rustfmt
2018-06-09 Niko Matsakismicro-optimize empty predicate and normalize lists
2018-06-09 Niko Matsakisskip `eq_types` and `sub_types` when the two types...
2018-06-09 Niko Matsakisadd some instrumentation
2018-06-08 Mark RousskovRollup merge of #51276 - Havvy:dyn-trait-send-send...
2018-06-08 Mark RousskovRollup merge of #51099 - Crazycolorz5:expectedclosepare...
2018-06-05 Mark SimulacrumRollup merge of #50852 - mandeep:fix-rustdoc-example...
2018-06-04 Mark SimulacrumRollup merge of #51326 - sdroege:slice-iter-cleanup...
2018-06-02 Mark SimulacrumRollup merge of #51124 - frewsxcv:frewsxcv-replace...
2018-06-02 Mark SimulacrumRollup merge of #50919 - frewsxcv:frewsxcv-epsilon...
2018-06-02 Mark SimulacrumRollup merge of #50167 - fintelia:duration-nanos, r...
2018-06-01 Mark SimulacrumRollup merge of #51272 - steveklabnik:remove_feature_fl...
2018-06-01 Mark SimulacrumRollup merge of #51135 - estebank:sugg-7575, r=oli-obk
2018-05-31 Guillaume GomezRollup merge of #51240 - nnethercote:parse-2, r=nikomat...
2018-05-31 Guillaume GomezRollup merge of #51227 - uuttff8:master, r=dtolnay
2018-05-31 Guillaume GomezRollup merge of #51193 - GuillaumeGomez:fixes-style...
2018-05-30 Eduard-Mihai Burtescurustc: rename mir::LocalDecl's syntactic_source_info...
2018-05-30 Eduard-Mihai Burtescurustc: turn mir::LocalDecl's visibility_source_info...
2018-05-30 Eduard-Mihai Burtescurustc: rename mir::LocalDecl's source_info to visibilit...
2018-05-30 borsAuto merge of #50880 - glandium:oom, r=SimonSapin
2018-05-30 borsAuto merge of #51106 - davidtwco:issue-50934, r=nikomat...
2018-05-30 borsAuto merge of #51017 - estebank:crate-name-in-path...
2018-05-30 borsAuto merge of #50783 - pnkfelix:issue-27282-match-borro...
2018-05-29 borsAuto merge of #50772 - nicokoch:fastcopy, r=alexcrichton
2018-05-29 Felix S. Klock IIrust-lang/rust#27282: Add `StatementKind::ReadForMatch...
2018-05-28 borsAuto merge of #50465 - clarcharr:wrapping, r=KodrAus
2018-05-28 borsAuto merge of #50724 - zackmdavis:applicability_rush...
2018-05-28 borsAuto merge of #50892 - davidtwco:issue-50004, r=alexcri...
2018-05-26 kennytmRollup merge of #51048 - GuillaumeGomez:formatter-examp...
2018-05-26 kennytmRollup merge of #51014 - GuillaumeGomez:env_docs, r...
2018-05-26 borsAuto merge of #50364 - LukasKalbertodt:improve-duration...
2018-05-25 borsAuto merge of #50998 - bobtwinkles:nll_facts_invalidate...
2018-05-24 kennytmRollup merge of #51011 - QuietMisdreavus:duplicitous...
2018-05-24 borsAuto merge of #50949 - eddyb:debuginfo, r=mw
2018-05-24 kennytmRollup merge of #50981 - nnethercote:shrink-LiveNode...
2018-05-24 kennytmRollup merge of #50979 - Manishearth:type-only, r=estebank
2018-05-24 kennytmRollup merge of #50864 - jakllsch:add-netbsd-arm-target...
2018-05-24 borsAuto merge of #50943 - oli-obk:cleanups, r=estebank
2018-05-23 borsAuto merge of #50933 - SimonSapin:anchorage, r=alexcrichton
2018-05-23 borsAuto merge of #50916 - oli-obk:miri, r=eddyb
2018-05-23 borsAuto merge of #50891 - davidtwco:nll-kill-loans-out...
2018-05-23 borsAuto merge of #50528 - whitfin:issue-50508, r=michaelwo...
2018-05-23 borsAuto merge of #50798 - bobtwinkles:nll_facts_invalidate...
2018-05-23 borsAuto merge of #50682 - F001:issue-50589, r=petrochenkov
2018-05-22 borsAuto merge of #50969 - nikomatsakis:issue-50673-broken...
2018-05-22 kennytmRollup merge of #50963 - nnethercote:coercion-VecDeque1...
2018-05-22 kennytmRollup merge of #50958 - KiChjang:nit-50697, r=pnkfelix
2018-05-22 kennytmRollup merge of #50952 - steveklabnik:2018-book, r...
2018-05-22 kennytmRollup merge of #50947 - QuietMisdreavus:nice-tabs...
2018-05-22 kennytmRollup merge of #50946 - alexcrichton:fix-parse-lifetim...
2018-05-22 kennytmRollup merge of #50945 - stjepang:stabilize-from-ref...
2018-05-22 kennytmRollup merge of #50932 - nnethercote:seen-Predicates...
2018-05-22 kennytmRollup merge of #50931 - nnethercote:inline-try_get...
2018-05-22 kennytmRollup merge of #50914 - simartin:issue_50636, r=oli-obk
2018-05-22 kennytmRollup merge of #50913 - d-e-s-o:fix-typo, r=joshtriplett
2018-05-22 kennytmRollup merge of #50875 - QuietMisdreavus:short-features...
2018-05-22 kennytmRollup merge of #50863 - oli-obk:const_len, r=SimonSapi...
next