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
Age
Commit message (
Expand
)
Author
Lines
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-2
/
+2
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-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-1
/
+1
2018-08-05
Add lint for unknown feature attributes
varkor
-0
/
+22
2018-08-02
Fix more missed query data
Wesley Wiser
-0
/
+9
2018-08-02
Fix some missed query data
Wesley Wiser
-4
/
+3
2018-08-02
Basic incremental stats
Wesley Wiser
-2
/
+15
2018-08-02
Basic profiling
Wesley Wiser
-0
/
+11
2018-07-28
Don't format!() string literals
ljedrz
-54
/
+54
2018-07-21
Convert implied_outlives_bounds to a query
Tyler Mandry
-0
/
+15
2018-07-21
Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichton
bors
-2
/
+2
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-07-17
Categorize queries for later self-profiling
Wesley Wiser
-453
/
+563
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-8
/
+0
2018-07-04
Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca...
bors
-4
/
+30
2018-07-02
introduce `predicates_defined_on` for traits
Niko Matsakis
-4
/
+30
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-1
/
+1
2018-06-28
Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb
Mark Rousskov
-10
/
+10
2018-06-28
Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum
bors
-1
/
+1
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-8
/
+8
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-2
/
+2
2018-06-28
Auto merge of #51538 - nikomatsakis:nll-perf-examination, r=eddyb
bors
-24
/
+124
2018-06-27
Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable.
Michael Woerister
-1
/
+1
2018-06-27
fix wrong query description
Niko Matsakis
-1
/
+1
2018-06-27
Make opaque::Encoder append-only and make it infallible
John Kåre Alsaker
-2
/
+2
2018-06-26
introduce `Normalizable` trait for things directly normalizable
Niko Matsakis
-5
/
+71
2018-06-26
convert `prove_predicate` into a query
Niko Matsakis
-2
/
+18
2018-06-26
make `Subtype` a true query
Niko Matsakis
-1
/
+17
2018-06-26
make `Eq` a true query
Niko Matsakis
-24
/
+26
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-0
/
+4958
[prev]