]> git.lizzy.rs Git - rust.git/history - src/librustc/ty/maps.rs
factor variances into a proper query
[rust.git] / src / librustc / ty / maps.rs
2017-05-03 Niko Matsakisfactor variances into a proper query
2017-05-02 Niko Matsakisrename from `item_mir` to `optimized_mir`
2017-05-02 Niko Matsakisdelete dead code
2017-05-02 Niko Matsakissimplify down to one query per pass suite
2017-05-02 Niko Matsakisrip out everything but `MirPass`, move the logic into...
2017-05-02 Niko Matsakisadd a README describing the whole design
2017-05-02 Niko Matsakisconvert the `inline` pass to use the new multi result
2017-05-02 Niko Matsakisadjust the macro to allow for `multi` modifier
2017-05-02 Niko Matsakisintroduce `IntoKeyValues` trait to prepare for multi...
2017-05-02 Niko Matsakisrework macro to prepare for more modifiers than just...
2017-05-02 Niko Matsakisintroduce idea of "stealable" MIR
2017-05-02 Niko Matsakisrename `MirPassSet` to `MirSuite`
2017-05-02 Niko Matsakisretool MIR passes completely
2017-05-02 Niko Matsakisintroduce `DefIdPass` and remove all impls of `Pass...
2017-05-02 Niko Matsakisintroduce `mir_keys()`
2017-05-02 borsAuto merge of #41702 - frewsxcv:rollup, r=frewsxcv
2017-05-02 Corey FarwellRollup merge of #41693 - est31:anon_params_removal...
2017-05-02 Corey FarwellRollup merge of #41692 - est31:anon_params, r=eddyb
2017-05-02 Corey FarwellRollup merge of #41688 - rust-lang:hex-value-process...
2017-05-02 Corey FarwellRollup merge of #41673 - bitshifter:repr-align-codegen...
2017-05-02 Corey FarwellRollup merge of #41662 - nikomatsakis:on-demandify...
2017-05-02 Corey FarwellRollup merge of #41661 - barik:master, r=alexcrichton
2017-05-02 borsAuto merge of #41547 - alexeyzab:41425-fix-mismatched...
2017-05-02 borsAuto merge of #41488 - estebank:closure-args, r=arielb1
2017-05-02 borsAuto merge of #40851 - oli-obk:multisugg, r=jonathandturner
2017-05-01 borsAuto merge of #41629 - Mark-Simulacrum:re-enable-tests...
2017-05-01 borsAuto merge of #41611 - cramertj:metadata-queries-1...
2017-05-01 Taylor CramerQueryify is_item_mir_available
2017-05-01 Taylor CramerQueryify const_is_rvalue_promotable_to_static
2017-05-01 Taylor CramerQueryify item_body_nested_bodies
2017-05-01 borsAuto merge of #41560 - alevy:rwpi-ropi, r=eddyb
2017-05-01 borsAuto merge of #41632 - Mark-Simulacrum:test-16994,...
2017-04-30 Taylor Cramerintroduce per-fn RegionMaps
2017-04-30 Niko Matsakisintern CodeExtents
2017-04-30 Taylor CramerOn-demandify region mapping
2017-04-30 borsAuto merge of #41602 - hsivonen:explainnonnull, r=steve...
2017-04-30 borsAuto merge of #41643 - frewsxcv:rollup, r=frewsxcv
2017-04-30 Corey FarwellRollup merge of #41613 - cuviper:fix-release-links...
2017-04-30 Corey FarwellRollup merge of #41608 - cuviper:distcheck-rust-src...
2017-04-30 Corey FarwellRollup merge of #41509 - froydnj:float-stack-reduction...
2017-04-30 borsAuto merge of #41593 - achernyak:def_span, r=eddyb
2017-04-29 achernyakremoved custom functions and comment
2017-04-29 borsAuto merge of #39291 - Freyskeyd:check_context_E0423...
2017-04-29 achernyakadded dep nodes and comment
2017-04-29 borsAuto merge of #41588 - cengizIO:master, r=nikomatsakis
2017-04-29 borsAuto merge of #41564 - gaurikholkar:master, r=nikomatsakis
2017-04-29 borsAuto merge of #41577 - Keruspe:master, r=alexcrichton
2017-04-29 Artem ChernyakMerge branch 'master' into def_span
2017-04-29 achernyakfound the stack overflow culprit
2017-04-28 borsAuto merge of #41542 - petrochenkov:objpars2, r=nikomat...
2017-04-28 achernyakreview updateds
2017-04-28 borsAuto merge of #41368 - nikomatsakis:incr-comp-dep-track...
2017-04-28 borsAuto merge of #41575 - alexcrichton:android-qemu-server...
2017-04-28 achernyakquery for def_span
2017-04-28 Niko Matsakisintroduce ability to if we have typeck-tables for a...
2017-04-28 borsAuto merge of #41508 - michaelwoerister:generic-path...
2017-04-28 Niko Matsakismake `ty` and `impl_trait_ref` private
2017-04-28 Niko Matsakisallow maps to be made private or public
2017-04-28 borsAuto merge of #41598 - frewsxcv:rollup, r=frewsxcv
2017-04-28 Corey FarwellRollup merge of #41583 - arielb1:cross-constant, r...
2017-04-28 Corey FarwellRollup merge of #41571 - alexcrichton:fix-windows-mingw...
2017-04-28 Corey FarwellRollup merge of #41534 - achernyak:master, r=eddyb
2017-04-27 Corey FarwellRollup merge of #41578 - arielb1:missing-adjustment...
2017-04-27 Corey FarwellRollup merge of #41572 - frewsxcv:bump-mdbook, r=stevek...
2017-04-27 Corey FarwellRollup merge of #41556 - pftbest:fix_msp430_codegen...
2017-04-27 Corey FarwellRollup merge of #41526 - steveklabnik:gh35950, r=Guilla...
2017-04-27 Corey FarwellRollup merge of #41523 - estebank:moved, r=arielb1
2017-04-27 Corey FarwellRollup merge of #41438 - projektir:mpsc_docs, r=stevekl...
2017-04-27 borsAuto merge of #41529 - bitshifter:issue-41479, r=eddyb
2017-04-27 achernyakquery for describe_def
2017-04-27 borsAuto merge of #41447 - alexcrichton:sccache-everywhere...
2017-04-27 borsAuto merge of #41507 - arielb1:symbol-cache, r=nikomatsakis
2017-04-27 borsAuto merge of #41433 - estebank:constructor, r=michaelw...
2017-04-27 borsAuto merge of #37860 - giannicic:defaultimpl, r=nagisa
2017-04-26 Ariel Ben-YehudaRollup merge of #41552 - jessicah:updated-num-cpus...
2017-04-26 Ariel Ben-YehudaRollup merge of #41550 - wesleywiser:fix_33287, r=estebank
2017-04-26 Ariel Ben-YehudaRollup merge of #41546 - cuviper:reduced-rust-src,...
2017-04-26 Ariel Ben-YehudaRollup merge of #41524 - michaelwu:basic-hexagon, r...
2017-04-26 Ariel Ben-YehudaRollup merge of #41501 - GuillaumeGomez:invalid_module_...
2017-04-26 Ariel Ben-YehudaRollup merge of #41499 - steveklabnik:gh25164, r=alexcr...
2017-04-26 Ariel Ben-YehudaRollup merge of #41493 - scottmcm:fix-step-replace...
2017-04-26 Ariel Ben-YehudaRollup merge of #41456 - jessicah:haiku-support, r...
2017-04-26 Ariel Ben-YehudaRollup merge of #41370 - malbarbo:android-bootstrap...
2017-04-26 borsAuto merge of #41420 - alexcrichton:mingw-6.3.0, r...
2017-04-26 Ariel Ben-Yehudacache symbol names in ty::maps
2017-04-26 borsAuto merge of #41352 - kennytm:macos-sanitizers, r...
2017-04-26 borsAuto merge of #41504 - eddyb:query-api, r=nikomatsakis
2017-04-26 borsAuto merge of #41258 - clarcharr:str_box_extras, r...
2017-04-26 Corey FarwellRollup merge of #41442 - tbu-:pr_writeall_interrupted...
2017-04-24 borsAuto merge of #40123 - TimNN:llvm40, r=alexcrichton
2017-04-24 Eduard-Mihai Burtescurustc: use tcx.at(span) to set the location of a query.
2017-04-24 Eduard-Mihai Burtescurustc: expose the common DUMMY_SP query case as tcx...
2017-04-24 Eduard-Mihai Burtescurustc: rename some of the queries to match tcx methods.
2017-04-23 borsAuto merge of #41486 - arielb1:select-where, r=eddyb
2017-04-23 borsAuto merge of #41485 - arielb1:dtorck-constraint, r...
2017-04-23 Ariel Ben-Yehudacache ADT dtorck results
2017-04-23 Ariel Ben-Yehudaclean-up adt_sized_constraint now that it uses on-demand
2017-04-23 borsAuto merge of #41408 - eddyb:poly-const-eval, r=arielb1
2017-04-23 Eduard-Mihai Burtescurustc: make the const-eval cache polymorphic.
2017-04-23 borsAuto merge of #41437 - cuviper:remove-unstable-deprecat...
next