about summary refs log tree commit diff
path: root/src/librustc/ty/query/on_disk_cache.rs
AgeCommit message (Expand)AuthorLines
2019-07-03Remove needless lifetimesJeremy Stucki-4/+4
2019-07-02Derive which queries to save using the proc macroJohn Kåre Alsaker-19/+13
2019-06-30Clean up query cache codeJohn Kåre Alsaker-21/+3
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-1/+1
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-5/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-10/+10
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-60/+77
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-10/+10
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-72/+68
2019-06-05Add and use `SyntaxContext::outer_and_expn_info`.Nicholas Nethercote-3/+2
2019-04-28Fix lint findings in librustcflip1995-6/+6
2019-04-01Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoeristerMazdak Farrokhzad-15/+14
2019-03-30Remove redundant importsFabian Drinck-1/+0
2019-03-29rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.Eduard-Mihai Burtescu-1/+0
2019-03-20Add a -Z time option which prints only passes which runs onceJohn Kåre Alsaker-15/+14
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-9/+10
2019-02-13Cleanup importsTaiki Endo-9/+10
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-5/+5
2019-02-05move librustc to 2018Mark Mansi-18/+18
2019-01-29Only store the result of mir_borrowck for closuresJohn Kåre Alsaker-2/+2
2019-01-08Move diagnostics out from QueryJob and optimize for the case with no diagnosticsJohn Kåre Alsaker-7/+10
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19query: minor refactoringljedrz-5/+1
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-3/+3
2018-11-13A few tweaks to iterations/collectingljedrz-1/+1
2018-11-08Improve creation of 3 IndexVecsljedrz-2/+1
2018-10-30Rollup merge of #55205 - ljedrz:faster_fxhashmap/set_population, r=estebankkennytm-3/+6
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-5/+5
2018-10-29Improve a few cases of collecting to an FxHash(Map/Set)ljedrz-3/+6
2018-10-20Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors-1/+1
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-13/+13
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-15/+15
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-1/+1
2018-10-05rustc/ty: improve allocationsljedrz-17/+14
2018-10-05rustc/ty: simplify common patternsljedrz-1/+0
2018-10-05rustc/ty: whitespace fixesljedrz-9/+6
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-19/+19
2018-09-19Use full name to identify a macro in a `FileName`.Diogo Sousa-0/+1
2018-09-14Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddybbors-3/+2
2018-09-11renamed emit_nil to emit_unitkenta7777-1/+1
2018-09-11Revert "renamed emit_nil to emit_unit"kenta7777-1/+1
2018-09-11Split `CrateNum` into an enum instead of having magic constantsOliver Schneider-3/+2
2018-09-10renamed emit_nil to emit_unitkenta7777-1/+1
2018-08-19mv CachingCodemapView CachingSourceMapViewDonato Sciarra-3/+3
2018-08-19mv codemap source_mapDonato Sciarra-11/+11