about summary refs log tree commit diff
path: root/src/librustc_borrowck/dataflow.rs
AgeCommit message (Expand)AuthorLines
2019-07-11Move rustc_borrowck -> rustc_ast_borrowckMatthew Jasper-673/+0
2019-07-10Properly case indent_unit constantMark Rousskov-1/+1
2019-07-10Move pp::Printer helpers to direct implMark Rousskov-1/+0
2019-07-06Add arm ids for -Zunpretty=hir,identifiedMatthew Jasper-1/+2
2019-07-05Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddybbors-11/+9
2019-07-03Remove needless lifetimesJeremy Stucki-3/+3
2019-06-29Remove io::Result from syntax::printMark Rousskov-11/+9
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-2/+2
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-9/+10
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-4/+4
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-11/+11
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-10/+9
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-08librustc_borrowck => 2018Taiki Endo-4/+5
2019-01-15Remove an unused function argumentOliver Scherer-4/+3
2018-12-25Remove licensesMark Rousskov-11/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-1/+1
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-08-27Remove Node* prefix from AnnNodevarkor-6/+6
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-3/+3
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-2/+2
2018-07-31Move dataflow to borrowckMark Rousskov-0/+686