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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
traits
/
query
Age
Commit message (
Expand
)
Author
Lines
2018-07-31
assert no region obligations on entering custom type op
Niko Matsakis
-0
/
+13
2018-07-25
Change ManuallyDrop from an union to a struct and make it a lang item.
Eduard-Mihai Burtescu
-1
/
+4
2018-07-21
use proper body-id and span when solving obligations
Niko Matsakis
-2
/
+2
2018-07-21
skip no-op obligations and add a little debug output
Niko Matsakis
-1
/
+3
2018-07-21
Convert implied_outlives_bounds to a query
Tyler Mandry
-0
/
+170
2018-07-17
Avoid most allocations in `Canonicalizer`.
Nicholas Nethercote
-6
/
+15
2018-06-28
Rebase fallout
Oliver Schneider
-1
/
+1
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-1
/
+1
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-2
/
+1
2018-06-28
Auto merge of #51538 - nikomatsakis:nll-perf-examination, r=eddyb
bors
-88
/
+798
2018-06-27
rustfmt various files
Niko Matsakis
-5
/
+9
2018-06-27
change the `enter_canonical_trait_query` method to give a fulfill cx
Niko Matsakis
-1
/
+1
2018-06-27
update comments
Niko Matsakis
-3
/
+15
2018-06-27
rename `prequery` to `try_fast_path`
Niko Matsakis
-7
/
+7
2018-06-27
pull out `ParamEnvAnd` and remove `QueryKey`
Niko Matsakis
-153
/
+150
2018-06-27
rename to `shrink_to_tcx_lifetime`
Niko Matsakis
-13
/
+13
2018-06-27
improve comments on `dropck_outlives`
Niko Matsakis
-0
/
+15
2018-06-27
rename `upcast` to `cast_to_tcx_lifetime` and improve comment
Niko Matsakis
-16
/
+21
2018-06-26
convert query-type-op to create query-region-constraint directly
Niko Matsakis
-148
/
+133
2018-06-26
convert `dropck_outlives` type-op to use the query
Niko Matsakis
-32
/
+67
2018-06-26
introduce `QueryKey` separation
Niko Matsakis
-3
/
+27
2018-06-26
transition to `Fallible`
Niko Matsakis
-33
/
+55
2018-06-26
introduce `Normalizable` trait for things directly normalizable
Niko Matsakis
-41
/
+180
2018-06-26
convert `prove_predicate` into a query
Niko Matsakis
-14
/
+38
2018-06-26
convert `predicates` to operate on 1 predicate at a time
Niko Matsakis
-19
/
+12
2018-06-26
make `Subtype` a true query
Niko Matsakis
-13
/
+41
2018-06-26
make `Eq` a true query
Niko Matsakis
-22
/
+13
2018-06-26
introduce `canonicalize_hr_query_hack`
Niko Matsakis
-1
/
+5
2018-06-26
move `type_op` into `rustc`
Niko Matsakis
-0
/
+495
2018-06-26
remove `Canonicalization` trait, which serves no purpose
Niko Matsakis
-42
/
+5
2018-06-26
rename `instantiate_query_result`
Niko Matsakis
-2
/
+2
2018-06-26
make one `Canonicalize` impl for `QueryResult`
Niko Matsakis
-28
/
+2
2018-06-26
improve `trivial_case` handling
Niko Matsakis
-1
/
+1
2018-06-26
Use proper debugging statements for infinite recursion assertion
Oliver Schneider
-3
/
+3
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+5
2018-06-02
Fix typos of 'ambiguous'
Jon Purdy
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-04-30
make needs_infer specific to inference variables
Niko Matsakis
-1
/
+1
2018-04-26
Retry canonical trait query in standard mode if overflow occurs
Aravind Gollakota
-8
/
+24
2018-04-26
Create a canonical trait query for `evaluate_obligation`
Aravind Gollakota
-0
/
+58
2018-04-10
Make recursion_limit and type_length_limit thread-safe
John Kåre Alsaker
-1
/
+1
2018-03-23
Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister
Alex Crichton
-6
/
+6
2018-03-17
Replace Rc with Lrc
John Kåre Alsaker
-6
/
+6
2018-03-16
extend stable hasher to support `CanonicalTy`
Niko Matsakis
-0
/
+1
2018-03-14
Fixes after rebase
Andrew Cann
-1
/
+1
2018-03-13
short-circuit `dropck_outlives` for simple cases
Niko Matsakis
-2
/
+72
2018-03-13
add some debug output
Niko Matsakis
-1
/
+15
2018-03-13
introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]
Niko Matsakis
-0
/
+82
2018-03-13
introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]
Niko Matsakis
-1
/
+197
2018-03-13
introduce `infcx.at(..).normalize(..)` operation [VIC]
Niko Matsakis
-0
/
+299