summary refs log tree commit diff
path: root/src/librustc_borrowck/dataflow.rs
AgeCommit message (Expand)AuthorLines
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