about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2020-03-15rustc: tweak comments on InstanceDef.Ana-Maria Mihalache-12/+9
2020-03-15rustc: don't resolve Instances which would produce malformed shims.Eduard-Mihai Burtescu-0/+15
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-698/+462
2020-03-15Avoid ICEs when we emit errors constructing the specialization graphMatthew Jasper-11/+21
2020-03-15Add attributes to allow specializing on traitsMatthew Jasper-1/+32
2020-03-14Add some comments to the new queriesJohn Kåre Alsaker-0/+13
2020-03-14Don't try to print missing HIR idsJohn Kåre Alsaker-2/+2
2020-03-14Reintroduce workaround for #62649John Kåre Alsaker-8/+15
2020-03-14Create the `hir_to_node_id` map before `TyCtxt`John Kåre Alsaker-31/+25
2020-03-14Optimize the HIR mapJohn Kåre Alsaker-46/+49
2020-03-14Don't hash HIR with bodies thriceJohn Kåre Alsaker-37/+43
2020-03-14Fix HIR map validationJohn Kåre Alsaker-12/+14
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-154/+60
2020-03-14Only hash the Hir owner (including its bodies)John Kåre Alsaker-4/+36
2020-03-14Remove `input_task`John Kåre Alsaker-22/+0
2020-03-14Remove `Hir` and `HirBody` dep nodesJohn Kåre Alsaker-12/+3
2020-03-14Clean up the collectorJohn Kåre Alsaker-138/+32
2020-03-14Remove `AllLocalTraitImpls`John Kåre Alsaker-12/+1
2020-03-14Remove the `map` field from `Map`John Kåre Alsaker-27/+0
2020-03-14Update `trait_impls`John Kåre Alsaker-10/+23
2020-03-14Remove commentsJohn Kåre Alsaker-3/+0
2020-03-14Update `find_entry`John Kåre Alsaker-1/+1
2020-03-14Update `is_hir_id_module`John Kåre Alsaker-3/+3
2020-03-14Update `find`John Kåre Alsaker-7/+2
2020-03-14Update `get_parent_node`John Kåre Alsaker-9/+2
2020-03-14Update `visit_item_likes_in_module`John Kåre Alsaker-60/+26
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-25/+35
2020-03-14Update `body_owner` and `maybe_body_owned_by`John Kåre Alsaker-39/+31
2020-03-14Update `fn_decl_by_hir_id` and `fn_sig_by_hir_id`John Kåre Alsaker-42/+44
2020-03-14Update item functionsJohn Kåre Alsaker-15/+12
2020-03-14Create Map after TyCtxtJohn Kåre Alsaker-157/+130
2020-03-14Collect the new mapsJohn Kåre Alsaker-8/+66
2020-03-14Add HIR queriesJohn Kåre Alsaker-62/+42
2020-03-14Auto merge of #69999 - RalfJung:miri-unwind, r=oli-obkbors-0/+26
2020-03-14Move IntercrateAmbiguityCause back to rustc::traits::select.Camille GILLOT-0/+41
2020-03-14Use smaller discriminants for generatorsJonas Schievink-6/+9
2020-03-14add Scalar::from methods for signed integersRalf Jung-0/+26
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-2/+1
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-5/+5
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-7/+2
2020-03-13Print ConstKind::Placeholder just like TyKind::PlaceholderOliver Scherer-15/+1
2020-03-13Print ConstKind::Bound the same as TyKind::BoundOliver Scherer-9/+17
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-5/+5
2020-03-12Ensure HAS_FREE_LOCAL_NAMES is set for ReFreeMatthew Jasper-26/+29
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-25/+25
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-15/+15
2020-03-12Remove fn special casing in const printingOliver Scherer-11/+26
2020-03-12Comment nitOliver Scherer-1/+1
2020-03-12codegen/mir: support polymorphic `InstanceDef`sDavid Wood-0/+26
2020-03-11fmtRalf Jung-1/+1