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
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-140
/
+0
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-1
/
+15
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-09
{rustc::util -> rustc_data_structures}::captures
Mazdak Farrokhzad
-10
/
+0
2020-01-09
refactor 'Output = $ty' & reduce rustc dep
Mazdak Farrokhzad
-5
/
+0
2020-01-05
Use self profile infrastructure for -Z time and -Z time-passes
John Kåre Alsaker
-133
/
+0
2020-01-04
{HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap
Mazdak Farrokhzad
-8
/
+0
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-2
/
+0
2020-01-04
move Node{Map,Set} -> rustc_session::node_id
Mazdak Farrokhzad
-2
/
+0
2020-01-04
define_id_collections -> rustc_data_structures
Mazdak Farrokhzad
-6
/
+1
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-5
/
+2
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-20
/
+32
2019-12-03
Move duration_to_secs_str to rustc_session
Mark Rousskov
-9
/
+1
2019-11-26
Move ErrorReported to rustc_errors
Mark Rousskov
-5
/
+1
2019-11-12
Move self-profile infrastructure to data structures
Mark Rousskov
-313
/
+0
2019-10-25
self-profiling: Switch query-blocking measurements to RAII-style API.
Michael Woerister
-19
/
+7
2019-10-24
self-profiling: Update measureme to 0.4.0 and use new RAII-based API.
Michael Woerister
-30
/
+10
2019-10-24
self-profiling: Remove unused methods from profiler.
Michael Woerister
-48
/
+0
2019-10-03
Remove -Zprofile-queries
Mark Rousskov
-73
/
+2
2019-09-30
Self-Profiling: Refactor SelfProfiler API to be RAII based where possible.
Michael Woerister
-89
/
+237
2019-09-25
Remove unused DepTrackingMap
Mark Rousskov
-39
/
+2
2019-08-30
Move librustc panic handler into the new one
Jonas Schievink
-37
/
+0
2019-08-02
librustc: Unconfigure tests during normal build
Vadim Petrochenkov
-13
/
+17
2019-07-05
Add a "total" measurement to -Ztime-passes.
Nicholas Nethercote
-13
/
+1
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-0
/
+2
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-24
/
+24
2019-05-28
Allow to specify profiling data output directory as -Zself-profile argument.
Michael Woerister
-4
/
+13
2019-05-17
Change `rustc::util::common::FN_OUTPUT_NAME` to a `Symbol`.
Nicholas Nethercote
-1
/
+2
2019-04-18
Implement event filtering for self-profiler.
Michael Woerister
-27
/
+94
2019-04-12
Use measureme in self-profiler
Wesley Wiser
-357
/
+83
2019-04-03
Deny internal lints in librustc
flip1995
-5
/
+4
2019-03-15
rustc: streamline the Print/fmt::Display impls in ppaux and move them to ty::...
Eduard-Mihai Burtescu
-418
/
+0
2019-03-15
rustc: remove obsolete hacks from ppaux, relating to normalization under HRTB.
Eduard-Mihai Burtescu
-56
/
+65
2019-03-15
rustc: move Debug impls from ppaux to ty::structural_impls.
Eduard-Mihai Burtescu
-287
/
+7
2019-03-15
rustc: disconnect all the Debug functionality from ty::print.
Eduard-Mihai Burtescu
-168
/
+123
2019-03-15
rustc: make util::ppaux private.
Eduard-Mihai Burtescu
-15
/
+1
2019-03-15
rustc: remove fields from ty::print::PrintConfig available from tcx.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: split out the pretty-printing parts of ty::print into a separate module.
Eduard-Mihai Burtescu
-379
/
+7
2019-03-15
rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter.
Eduard-Mihai Burtescu
-80
/
+19
2019-03-15
rustc: support overriding type printing in ty::print::Printer.
Eduard-Mihai Burtescu
-237
/
+246
2019-03-15
rustc: support overriding region printing in ty::print::Printer.
Eduard-Mihai Burtescu
-126
/
+3
2019-03-15
rustc: centralize region printing in ty::RegionKind's Print impl.
Eduard-Mihai Burtescu
-166
/
+56
2019-03-15
rustc: don't keep RegionHighlightMode in a thread-local.
Eduard-Mihai Burtescu
-161
/
+32
2019-03-15
rustc: pass ty::print::PrintCx by value.
Eduard-Mihai Burtescu
-92
/
+113
2019-03-15
rustc: remove the closure from ppaux's p! macro (by making ? implicit).
Eduard-Mihai Burtescu
-130
/
+118
2019-03-15
rustc: split off most of ty::print::PrintCx's fields into a separate struct.
Eduard-Mihai Burtescu
-30
/
+31
2019-03-15
rustc: uniformize ty::print's error handling by requiring Result.
Eduard-Mihai Burtescu
-4
/
+6
2019-03-15
rustc: rename ppaux' print macro to just p and make its cx input implicit.
Eduard-Mihai Burtescu
-173
/
+193
[next]