| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-11 | Move rustc_borrowck -> rustc_ast_borrowck | Matthew Jasper | -673/+0 | |
| 2019-07-10 | Properly case indent_unit constant | Mark Rousskov | -1/+1 | |
| 2019-07-10 | Move pp::Printer helpers to direct impl | Mark Rousskov | -1/+0 | |
| 2019-07-06 | Add arm ids for -Zunpretty=hir,identified | Matthew Jasper | -1/+2 | |
| 2019-07-05 | Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddyb | bors | -11/+9 | |
| Remove io::Result from syntax::print Since we're now writing directly to the vector, there's no need to thread results through the whole printing infrastructure | ||||
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -3/+3 | |
| 2019-06-29 | Remove io::Result from syntax::print | Mark Rousskov | -11/+9 | |
| Since we're now writing directly to the vector, there's no need to thread results through the whole printing infrastructure | ||||
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -2/+2 | |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -9/+10 | |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 | |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -4/+4 | |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -11/+11 | |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -10/+9 | |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 | |
| 2019-02-08 | librustc_borrowck => 2018 | Taiki Endo | -4/+5 | |
| 2019-01-15 | Remove an unused function argument | Oliver Scherer | -4/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -11/+0 | |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 | |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -1/+1 | |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 | |
| 2018-08-27 | Remove Node* prefix from AnnNode | varkor | -6/+6 | |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ↵ | Matthias Krüger | -3/+3 | |
| or "".into() | ||||
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -2/+2 | |
| 2018-07-31 | Move dataflow to borrowck | Mark Rousskov | -0/+686 | |
| No one else uses it. | ||||
