about summary refs log tree commit diff
path: root/src/librustc_borrowck
AgeCommit message (Expand)AuthorLines
2019-07-11Move rustc_borrowck -> rustc_ast_borrowckMatthew Jasper-4916/+0
2019-07-11Remove rustc_mir dependency from rustc_borrowckMatthew Jasper-1743/+119
2019-07-11Rollup merge of #62476 - petrochenkov:expref, r=matthewjasperMazdak Farrokhzad-3/+3
2019-07-11Rename some things in `syntax_pos/hygiene`Vadim Petrochenkov-3/+3
2019-07-10Properly case indent_unit constantMark Rousskov-1/+1
2019-07-10Move pp::Printer helpers to direct implMark Rousskov-1/+0
2019-07-09Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelixbors-1/+2
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-07-06Add arm ids for -Zunpretty=hir,identifiedMatthew Jasper-1/+2
2019-07-05Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=ZoxcMazdak Farrokhzad-1/+1
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-05Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddybbors-11/+9
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-3/+3
2019-07-03Remove needless lifetimesJeremy Stucki-3/+3
2019-06-29Remove io::Result from syntax::printMark Rousskov-11/+9
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
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-3/+3
2019-06-20rename hir::map::get_by_hir_id to getljedrz-8/+8
2019-06-20rename hir::map::expect_expr_by_hir_id to expect_exprljedrz-1/+1
2019-06-20rename hir::map::name_by_hir_id to ::nameljedrz-2/+2
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-10/+14
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-9/+9
2019-06-17remove superfluous spaceljedrz-1/+1
2019-06-17renamve hir_to_string to node_to_stringljedrz-3/+3
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-9/+9
2019-06-17replace some uses of NodeId with HirIdljedrz-11/+8
2019-06-15Remove unnecessary `.clone()`Shotaro Yamada-1/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-15/+15
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-67/+86
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-15/+15
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-8/+8
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-54/+55
2019-06-11rustc_borrowck: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+2
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-10/+9
2019-06-01rustc: track the body owner DefId in MC and EUV.Eduard-Mihai Burtescu-0/+2
2019-05-23Update borrowckJohn Kåre Alsaker-4/+3
2019-05-01Auto merge of #60195 - varkor:commontypes-to-common, r=eddybbors-1/+1
2019-04-25Update existing usagesvarkor-1/+1
2019-04-25Update region_scope_treeJohn Kåre Alsaker-1/+1
2019-04-21Enable migrate mode by default on the 2015 editionMatthew Jasper-122/+0
2019-04-19Emit specific error for struct literal in conditionsEsteban Küber-3/+1
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-0/+0
2019-04-17Rename diagnostics to error_codesYuki OKUSHI-0/+0
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-03-25Auto merge of #59195 - estebank:for-loop-move, r=petrochenkovbors-0/+14
2019-03-24When moving out of a for loop head, suggest borrowing itEsteban Küber-0/+14
2019-03-24Remove `CtorOf` from `Node::Ctor`.David Wood-1/+1