about summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2019-06-24HIR: rename find_by_hir_id to findljedrz-1/+1
2019-06-24HIR: rename get_parent_node_by_hir_id to get_parent_nodeljedrz-2/+2
2019-06-22Deny explicit_outlives_requirements in the compilerMatthew Jasper-5/+5
2019-06-22Rollup merge of #62019 - jeremystucki:refactoring, r=estebankMazdak Farrokhzad-25/+25
2019-06-22Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=ZoxcMazdak Farrokhzad-21/+7
2019-06-21Remove needless lifetimesJeremy Stucki-25/+25
2019-06-20rename hir::map::get_by_hir_id to getljedrz-4/+4
2019-06-20rename hir::map::name_by_hir_id to ::nameljedrz-3/+3
2019-06-20remove TyCtx::expr_span (unused)ljedrz-14/+0
2019-06-19Change `ByRef` to a struct variant to clarify its fields via namesOliver Scherer-4/+5
2019-06-19Remove the `AllocId` from `ByRef` valuesOliver Scherer-1/+1
2019-06-19Auto merge of #58351 - oli-obk:double_check_const_eval, r=RalfJungbors-1/+1
2019-06-19Weave the alignment through `ByRef`Oliver Scherer-1/+1
2019-06-19Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centrilbors-11/+11
2019-06-19Rollup merge of #61842 - Zoxc:trim-lift, r=eddybMazdak Farrokhzad-11/+11
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-2/+2
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-6/+5
2019-06-18rustc: remove unused lifetimes.Eduard-Mihai Burtescu-1/+1
2019-06-18rustc: remove leftover lifetimes with no bounds from where clauses.Eduard-Mihai Burtescu-1/+0
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-4/+4
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-2/+2
2019-06-17renamve hir_to_string to node_to_stringljedrz-2/+2
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-9/+9
2019-06-17replace some uses of NodeId with HirIdljedrz-3/+1
2019-06-14Remove unnecessary lift callsJohn Kåre Alsaker-11/+11
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-210/+108
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-852/+665
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-643/+771
2019-06-12rustc: remove some unnecessary lifetimes in -> TyCtxt methods.Eduard-Mihai Burtescu-29/+16
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-345/+345
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-147/+147
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-426/+419
2019-06-12Rollup merge of #61688 - RalfJung:is-floating-point, r=cramertjMazdak Farrokhzad-8/+31
2019-06-12Rollup merge of #60187 - tmandry:generator-optimization, r=eddybMazdak Farrokhzad-280/+487
2019-06-11More review fixesTyler Mandry-29/+13
2019-06-11Auto merge of #61735 - eddyb:must-use-life, r=oli-obkbors-16/+22
2019-06-11is_fp and is_floating_point do the same thing, remove the formerRalf Jung-8/+31
2019-06-11Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-10/+12
2019-06-11rustc: deny(unused_lifetimes).Eduard-Mihai Burtescu-7/+11
2019-06-11Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppebors-1/+1
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-1/+1
2019-06-10Extract generator_layout as a methodTyler Mandry-254/+271
2019-06-10Extract univariant_uninterned as methodTyler Mandry-224/+234
2019-06-10Use BitMatrix for storage conflictsTyler Mandry-4/+5
2019-06-10Small review fixesTyler Mandry-36/+43
2019-06-10Overlap locals that never have storage live at the same timeTyler Mandry-13/+201
2019-06-09make floating point casts nicer with genericsRalf Jung-0/+8
2019-06-06Make constructors actually be const functionsMatthew Jasper-13/+19
2019-06-06Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddybbors-1/+1
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-32/+30