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
/
job.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-01
Add support for using a jobserver with Rayon
John Kåre Alsaker
-0
/
+5
2019-02-15
Always emit an error for a query cycle
John Kåre Alsaker
-21
/
+3
2019-02-10
rustc: doc comments
Alexander Regueiro
-9
/
+10
2019-02-05
move librustc to 2018
Mark Mansi
-11
/
+13
2019-01-28
Use multiple threads by default. Limits tests to one thread. Do some renaming.
John Kåre Alsaker
-21
/
+21
2019-01-08
Move diagnostics out from QueryJob and optimize for the case with no diagnostics
John Kåre Alsaker
-5
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-25
Auto merge of #56983 - ljedrz:parallel_query_tweaks, r=Zoxc
bors
-17
/
+9
2018-12-19
query: simplify stack trimming in cycle_check
ljedrz
-1
/
+1
2018-12-19
query: minor refactoring
ljedrz
-5
/
+2
2018-12-19
query: insert visited queries more eagerly
ljedrz
-6
/
+3
2018-12-19
query: faster stack reversal in remove_cycle
ljedrz
-5
/
+3
2018-12-17
Rename await into cycle_error for the single threaded case and add some comments
John Kåre Alsaker
-1
/
+1
2018-12-17
Tweak query code for performance
John Kåre Alsaker
-28
/
+41
2018-12-06
Fix a race condition
John Kåre Alsaker
-2
/
+5
2018-12-06
Show usages of query cycles and correctly shift queries in a cycle
John Kåre Alsaker
-30
/
+61
2018-10-05
rustc/ty: improve stack shifting and remove related allocations
ljedrz
-10
/
+10
2018-10-05
rustc/ty: move a faster early return up
ljedrz
-5
/
+5
2018-10-05
rustc/ty: improve allocations
ljedrz
-3
/
+3
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-5
/
+6
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-07-20
Revert some use of `PtrKey` to fix parallel_queries build
Vadim Petrochenkov
-3
/
+2
2018-07-20
data_structures: Add a reference wrapper for pointer-indexed maps/sets
Vadim Petrochenkov
-4
/
+5
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-0
/
+525