summary refs log tree commit diff
path: root/src/librustc/util
AgeCommit message (Expand)AuthorLines
2019-02-15print more information for closures when `-Zverbose` is givenNiko Matsakis-0/+9
2019-02-14Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=michaelwoeri...Mazdak Farrokhzad-18/+57
2019-02-11[self-profiler] Misc cleanupsWesley Wiser-15/+4
2019-02-11Capture time spent blocked waiting on queriesWesley Wiser-2/+26
2019-02-11Add self profiler events for loading incremental query results from diskWesley Wiser-3/+29
2019-02-10rustc: doc commentsAlexander Regueiro-21/+20
2019-02-10Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxcbors-1/+1
2019-02-10Auto merge of #58085 - wesleywiser:profiler_2, r=wesleywiserbors-173/+353
2019-02-07Add const params to Defvarkor-0/+1
2019-02-07Calculate self-times not total timesWesley Wiser-7/+18
2019-02-07Add #[inline] annotationsWesley Wiser-0/+7
2019-02-07Implement more detailed self profilingWesley Wiser-173/+335
2019-02-05rustc: partially HirIdifyljedrz-1/+1
2019-02-05move librustc to 2018Mark Mansi-20/+20
2019-01-10integrate trait aliases into def-paths / metadataNiko Matsakis-0/+1
2019-01-08Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfacklerbors-15/+2
2019-01-07Rename some functionsJohn Kåre Alsaker-1/+1
2019-01-07Fix and optimize query profilingJohn Kåre Alsaker-7/+9
2019-01-07std: Force `Instant::now()` to be monotonicAlex Crichton-15/+2
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-13/+35
2019-01-04Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakisbors-5/+4
2019-01-04alphabetize marker traits when printedAriel Ben-Yehuda-2/+15
2019-01-04fix ppauxAriel Ben-Yehuda-1/+8
2019-01-04add support for principal-less trait object typesAriel Ben-Yehuda-10/+12
2019-01-03Display `impl Sized` correctlyMatthew Jasper-0/+2
2019-01-02pacify the mercilous tidyNiko Matsakis-7/+9
2019-01-02refactor highlighting to take any RegionKind, making it more generalNiko Matsakis-66/+84
2019-01-02add the ability to highlight placeholdersNiko Matsakis-2/+81
2019-01-02generalize region highlights into a structNiko Matsakis-45/+79
2019-01-02make `get_highlight_region_for_regionvid` only affect re-vidNiko Matsakis-4/+9
2019-01-01Move the `Unevaluated` constant arm upwards in the type structureOliver Scherer-5/+4
2019-01-01Address review commentsVadim Petrochenkov-0/+3
2018-12-25Remove licensesMark Rousskov-70/+0
2018-12-10[self-profiler] Add column for percent of total timeWesley Wiser-4/+9
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07Auto merge of #56502 - Zoxc:hir-func, r=eddybbors-8/+8
2018-12-07Rollup merge of #56555 - Mark-Simulacrum:stderr-profile, r=wesleywiserkennytm-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-8/+8
2018-12-05Send textual profile data to stderr, not stdoutMark Rousskov-3/+3
2018-12-04cleanup: remove static lifetimes from constsljedrz-1/+1
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-8/+5
2018-11-25Make JSON output from -Zprofile-json validMark Rousskov-1/+1
2018-11-25Rollup merge of #56170 - wesleywiser:fix_self_profiler_windows, r=estebankPietro Albini-2/+15
2018-11-24[Windows] Work around non-monotonic clocks in the self-profilerWesley Wiser-2/+15
2018-11-24Move `BoundTy` debruijn index to the `TyKind` enum variantscalexm-3/+3
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-1/+4
2018-11-24Distinguish between placeholder kindsscalexm-1/+1
2018-11-24Rollup merge of #56091 - wesleywiser:fix_self_profiler_json, r=petrochenkovkennytm-2/+13
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-4/+0
2018-11-19Fix json output in the self-profilerWesley Wiser-2/+13