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
/
compiler
/
rustc_middle
/
src
/
ty
/
fast_reject.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-02
Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates
Bryanskiy
-1
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-06-30
Uplift fast rejection to new solver
Michael Goulet
-364
/
+4
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-2
/
+2
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-2
/
+2
2024-05-03
Tweak `consts_may_unify`.
Nicholas Nethercote
-8
/
+4
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-25
Remove special-casing for SimplifiedType for next solver
Michael Goulet
-33
/
+5
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+6
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-3
/
+5
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-2
/
+5
2024-01-11
Register even erroneous impls
Oli Scherer
-1
/
+3
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
2023-12-14
update use of feature flags
lcnr
-1
/
+1
2023-11-13
args~~_ref~~_may_unify
lcnr
-4
/
+4
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-10
/
+10
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-9
/
+4
2023-07-20
add FIXME
lcnr
-0
/
+3
2023-07-20
XSimplifiedType to SimplifiedType::X
lcnr
-55
/
+57
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-9
/
+9
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-03-31
Auto merge of #109750 - compiler-errors:deep-reject-less-permissive-num-var, ...
bors
-0
/
+4
2023-03-30
deep reject only unify numeric var with concrete numeric
Michael Goulet
-0
/
+4
2023-03-29
Don't ICE on placeholder consts in deep reject
Michael Goulet
-1
/
+5
2023-03-29
Inline and remove `generic_args_may_unify`.
Nicholas Nethercote
-19
/
+12
2023-03-29
Introduce `DeepRejectCtxt::substs_refs_may_unify`.
Nicholas Nethercote
-4
/
+11
2023-03-23
Don't split up TreatProjections and TreatParams anymore
Michael Goulet
-15
/
+22
2023-03-13
Better names?
Michael Goulet
-13
/
+16
2023-03-13
Treat projections with infer as placeholder during fast reject in new solver
Michael Goulet
-16
/
+28
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-16
Be better about bound vars
Michael Goulet
-2
/
+2
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-2
/
+6
2022-12-15
Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnr
Matthias Krüger
-50
/
+10
2022-12-15
Merge `SimplifiedTypeGen<D>` into `SimplifiedType`.
Nicholas Nethercote
-20
/
+10
2022-12-15
Remove `SimplifiedTypeGen::map_def`.
Nicholas Nethercote
-30
/
+0
2022-12-13
Address nits
Michael Goulet
-8
/
+3
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-4
/
+7
2022-11-25
Add empty ConstKind::Abstract
kadmin
-2
/
+7
2022-11-21
Allow opaque types in trait impl headers and rely on coherence to reject unso...
Oli Scherer
-13
/
+5
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-1
/
+1
2022-09-22
use valtrees for comparison
b-naber
-8
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-3
/
+3
2022-05-28
Fix TyKind lint, make consts no longer fn, etc
Michael Goulet
-4
/
+4
2022-05-25
add a deep fast_reject routine
lcnr
-0
/
+221
2022-05-18
fix `simplify_type`
lcnr
-60
/
+43
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-03-03
Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakis
Matthias Krüger
-36
/
+33
2022-02-22
Remove unused ordering derivations and bounds for `SimplifiedTypeGen`
pierwill
-4
/
+4
2022-02-21
typo
lcnr
-1
/
+1
[next]