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
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
2022-02-21
update docs for `simplify_type`
lcnr
-36
/
+33
2022-02-14
fast_reject: remove `StripReferences`
lcnr
-19
/
+1
2022-01-06
rustc_middle: Add a method for getting a `SimplifiedType` definition/ID
Vadim Petrochenkov
-0
/
+12
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-1
/
+1
2021-12-14
add some comments
lcnr
-8
/
+22
2021-12-14
replace `DefId` with `D` in `SimplifiedType`
lcnr
-2
/
+2
2021-12-14
extend `simplify_type`
lcnr
-14
/
+38
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-01-18
Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...
LeSeulArtichaut
-4
/
+3
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+173