index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
util
Age
Commit message (
Expand
)
Author
Lines
2019-03-15
rustc: make ppaux' print macro use only one closure.
Eduard-Mihai Burtescu
-2
/
+5
2019-03-15
rustc: move `...::<impl ...>` printing into `pretty_path_qualified`.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: move <...>-less impl path special-case to pretty_path_qualified.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: merge PrintCx::parameterized and def_path printing.
Eduard-Mihai Burtescu
-160
/
+97
2019-03-15
rustc: integrate LocalPathPrinter's behavior into FmtPrinter.
Eduard-Mihai Burtescu
-21
/
+14
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-7
/
+7
2019-03-15
rustc: pass Option<&Substs> and Namespace around in ty::item_path.
Eduard-Mihai Burtescu
-14
/
+6
2019-03-15
rustc: explicitly pass the namespace to PrintCx::parameterized.
Eduard-Mihai Burtescu
-34
/
+45
2019-03-15
rustc: move the formatter into ty::print::PrintCx.
Eduard-Mihai Burtescu
-335
/
+327
2019-03-15
rustc: add a ty::RegionKind::display_outputs_anything method to avoid printin...
Eduard-Mihai Burtescu
-22
/
+120
2019-03-15
rustc: always rely on '_ to be not printed by ty::Region itself.
Eduard-Mihai Burtescu
-69
/
+58
2019-03-15
rustc: support impl's in PrintCx::parameterized.
Eduard-Mihai Burtescu
-0
/
+16
2019-03-15
rustc: rewrite PrintCx::parameterized to be much simpler and more general.
Eduard-Mihai Burtescu
-206
/
+123
2019-03-15
rustc: use define_print! to implement fmt::{Display,Debug} for Kind.
Eduard-Mihai Burtescu
-1
/
+18
2019-03-15
rustc: tie the 'tcx between Print and PrintCx in ty::print.
Eduard-Mihai Burtescu
-77
/
+62
2019-03-15
rustc: implement fmt::{Debug,Display} on Ty instead of TyS.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: remove fmt::{Debug,Display} from ty::TyKind.
Eduard-Mihai Burtescu
-11
/
+3
2019-03-15
rustc: keep a TyCtxt in PrintCx and use it instead of ty::tls.
Eduard-Mihai Burtescu
-179
/
+160
2019-03-15
rustc: rename PrintContext to PrintCx.
Eduard-Mihai Burtescu
-7
/
+7
2019-03-15
rustc: don't support `tcx.lift` returning `None` in ppaux.
Eduard-Mihai Burtescu
-33
/
+24
2019-03-15
rustc: uniformize all lift expect messages to "could not lift for printing".
Eduard-Mihai Burtescu
-3
/
+3
2019-03-15
rustc: add a 'tcx parameter to Print.
Eduard-Mihai Burtescu
-10
/
+13
2019-03-15
rustc: start moving util::ppaux to ty::print.
Eduard-Mihai Burtescu
-83
/
+1
2019-03-14
Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoerister
bors
-276
/
+23
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-1
/
+2
2019-03-10
Replace TimeLine with SelfProfiler
Wesley Wiser
-276
/
+23
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-7
/
+7
2019-03-05
Pretty printing for const generics
varkor
-3
/
+67
2019-03-03
Use FxHashMap
Wesley Wiser
-3
/
+4
2019-03-03
Reduce the size of events by using a u64 instead of Instant
Wesley Wiser
-37
/
+37
2019-03-03
Remove profiler output and replace with a raw event dump
Wesley Wiser
-316
/
+268
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-4
/
+4
2019-02-27
rename Substs to InternalSubsts
csmoe
-4
/
+4
2019-02-15
print more information for closures when `-Zverbose` is given
Niko Matsakis
-0
/
+9
2019-02-14
Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=michaelwoeri...
Mazdak Farrokhzad
-18
/
+57
2019-02-11
[self-profiler] Misc cleanups
Wesley Wiser
-15
/
+4
2019-02-11
Capture time spent blocked waiting on queries
Wesley Wiser
-2
/
+26
2019-02-11
Add self profiler events for loading incremental query results from disk
Wesley Wiser
-3
/
+29
2019-02-10
rustc: doc comments
Alexander Regueiro
-21
/
+20
2019-02-10
Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc
bors
-1
/
+1
2019-02-10
Auto merge of #58085 - wesleywiser:profiler_2, r=wesleywiser
bors
-173
/
+353
2019-02-07
Add const params to Def
varkor
-0
/
+1
2019-02-07
Calculate self-times not total times
Wesley Wiser
-7
/
+18
2019-02-07
Add #[inline] annotations
Wesley Wiser
-0
/
+7
2019-02-07
Implement more detailed self profiling
Wesley Wiser
-173
/
+335
2019-02-05
rustc: partially HirIdify
ljedrz
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-20
/
+20
2019-01-10
integrate trait aliases into def-paths / metadata
Niko Matsakis
-0
/
+1
2019-01-08
Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfackler
bors
-15
/
+2
2019-01-07
Rename some functions
John Kåre Alsaker
-1
/
+1
[prev]
[next]