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
/
ty
/
query
/
on_disk_cache.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-28
Fix lint findings in librustc
flip1995
-6
/
+6
2019-04-01
Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister
Mazdak Farrokhzad
-15
/
+14
2019-03-30
Remove redundant imports
Fabian Drinck
-1
/
+0
2019-03-29
rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.
Eduard-Mihai Burtescu
-1
/
+0
2019-03-20
Add a -Z time option which prints only passes which runs once
John Kåre Alsaker
-15
/
+14
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-9
/
+10
2019-02-13
Cleanup imports
Taiki Endo
-9
/
+10
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-5
/
+5
2019-02-05
move librustc to 2018
Mark Mansi
-18
/
+18
2019-01-29
Only store the result of mir_borrowck for closures
John Kåre Alsaker
-2
/
+2
2019-01-08
Move diagnostics out from QueryJob and optimize for the case with no diagnostics
John Kåre Alsaker
-7
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
query: minor refactoring
ljedrz
-5
/
+1
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
-3
/
+3
2018-11-13
A few tweaks to iterations/collecting
ljedrz
-1
/
+1
2018-11-08
Improve creation of 3 IndexVecs
ljedrz
-2
/
+1
2018-10-30
Rollup merge of #55205 - ljedrz:faster_fxhashmap/set_population, r=estebank
kennytm
-3
/
+6
2018-10-29
Rename other occs of (Code/File)Map to Source(Map/File) #51574
David Lavati
-5
/
+5
2018-10-29
Improve a few cases of collecting to an FxHash(Map/Set)
ljedrz
-3
/
+6
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-13
/
+13
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-15
/
+15
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-10-05
rustc/ty: improve allocations
ljedrz
-17
/
+14
2018-10-05
rustc/ty: simplify common patterns
ljedrz
-1
/
+0
2018-10-05
rustc/ty: whitespace fixes
ljedrz
-9
/
+6
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-19
/
+19
2018-09-19
Use full name to identify a macro in a `FileName`.
Diogo Sousa
-0
/
+1
2018-09-14
Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb
bors
-3
/
+2
2018-09-11
renamed emit_nil to emit_unit
kenta7777
-1
/
+1
2018-09-11
Revert "renamed emit_nil to emit_unit"
kenta7777
-1
/
+1
2018-09-11
Split `CrateNum` into an enum instead of having magic constants
Oliver Schneider
-3
/
+2
2018-09-10
renamed emit_nil to emit_unit
kenta7777
-1
/
+1
2018-08-19
mv CachingCodemapView CachingSourceMapView
Donato Sciarra
-3
/
+3
2018-08-19
mv codemap source_map
Donato Sciarra
-11
/
+11
2018-08-19
mv codemap() source_map()
Donato Sciarra
-3
/
+3
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
mv filemap source_file
Donato Sciarra
-5
/
+5
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-16
/
+16
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-4
/
+4
2018-06-28
Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum
bors
-1
/
+1
2018-06-27
Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable.
Michael Woerister
-1
/
+1
2018-06-27
Make opaque::Encoder append-only and make it infallible
John Kåre Alsaker
-2
/
+2
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-0
/
+1119