about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-46/+85
2019-07-05Rollup merge of #62169 - Zoxc:store-query-results, r=eddybMazdak Farrokhzad-24/+13
2019-07-05Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddybbors-900/+859
2019-07-05remove Scalar::is_null_ptrRalf Jung-11/+0
2019-07-05Add a "total" measurement to -Ztime-passes.Nicholas Nethercote-13/+1
2019-07-04Auto merge of #61392 - Zoxc:single-interner, r=eddybbors-136/+28
2019-07-04infer: fix a Region-related debug messageljedrz-6/+1
2019-07-04fix a dep_graph doc regarding type_of_itemljedrz-1/+1
2019-07-04infer::error_reporting: adjust 2 debug messagesljedrz-8/+2
2019-07-04rename hir::map::opt_local_def_id*ljedrz-4/+4
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-48/+48
2019-07-04rename hir::map::local_def_id to local_def_id_from_node_idljedrz-11/+12
2019-07-04remove FIXMEs for functions that won't go awayljedrz-4/+0
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-11/+11
2019-07-04Rollup merge of #62173 - RalfJung:miri-interp, r=oli-obkMazdak Farrokhzad-1/+1
2019-07-04Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddybMazdak Farrokhzad-85/+85
2019-07-03Normalize projections in opaque typesJonas Schievink-0/+6
2019-07-03Auto merge of #61995 - eddyb:hir-sep-ptr, r=petrochenkovbors-21/+169
2019-07-03Remove needless lifetimesJeremy Stucki-66/+66
2019-07-03Remove needless lifetimesJeremy Stucki-2/+2
2019-07-03Remove needless lifetimesJeremy Stucki-3/+3
2019-07-03Remove needless lifetimesJeremy Stucki-14/+14
2019-07-03typeck: merge opaque type inference logicDavid Wood-1/+75
2019-07-03Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-r...bors-316/+788
2019-07-02Add a query to get the `promoted`s for a `mir::Body`Wesley Wiser-0/+2
2019-07-02Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichtonbors-18/+17
2019-07-02fix ICE with delay-span-bugNiko Matsakis-3/+6
2019-07-02region_constraints: nitsNiko Matsakis-5/+5
2019-07-02opaque_types: more nitsNiko Matsakis-6/+6
2019-07-02s/abstract_type_generics/opaque_type_generics/Niko Matsakis-5/+5
2019-07-02opaque_types: various nitsNiko Matsakis-10/+10
2019-07-02cleanup formatting of comment and add attributionNiko Matsakis-22/+23
2019-07-02rewrite `dup_vec` to use `IndexVec` instead of `u32`Niko Matsakis-7/+6
2019-07-02various centril nitsNiko Matsakis-10/+11
2019-07-02explain why the code is the way it isNiko Matsakis-0/+2
2019-07-02Update src/librustc/infer/lexical_region_resolve/mod.rsNiko Matsakis-1/+1
2019-07-02feature-gate member constraints outside of async-awaitNiko Matsakis-0/+72
2019-07-02implement `TypeFoldable` for `Arc`Niko Matsakis-0/+10
2019-07-02rename to "member constraints"Niko Matsakis-91/+96
2019-07-02implement Lift for ArcNiko Matsakis-0/+8
2019-07-02switch to LrcNiko Matsakis-11/+11
2019-07-02address nits by mattewjasperNiko Matsakis-29/+12
2019-07-02account for the pick-constraint edges when reporting errorsNiko Matsakis-3/+38
2019-07-02pacify the mercilous tidyNiko Matsakis-2/+6
2019-07-02preliminary integration of "pick constraints" into nll solverNiko Matsakis-7/+8
2019-07-02[WIP] fix `Lift` impl for `Rc`Niko Matsakis-1/+1
2019-07-02propagate the pick-constraints through queriesNiko Matsakis-9/+35
2019-07-02pass a `&mut QueryRegionConstraints` not just outlives constraintsNiko Matsakis-10/+12
2019-07-02introduce `QueryRegionConstraints` structNiko Matsakis-22/+28
2019-07-02introduce `QueryRegionConstraints` struct (no-op)Niko Matsakis-7/+27