| Age | Commit message (Expand) | Author | Lines |
| 2023-11-06 | Extend builtin/auto trait args with error when they have >1 argument | Michael Goulet | -6/+15 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+6 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -12/+12 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -13/+13 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -21/+2 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+2 |
| 2023-10-05 | Do not assert that hidden types don't have erased regions. | Camille GILLOT | -3/+0 |
| 2023-10-02 | Rename both of the Match relations | Michael Goulet | -1/+2 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -4/+5 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -23/+2 |
| 2023-09-23 | Fold lifetimes before substitution. | Camille GILLOT | -14/+14 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -2/+3 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -3/+4 |
| 2023-09-11 | Auto merge of #114586 - oli-obk:patch_tait_rpit_order_check, r=lcnr,compiler-... | bors | -2/+21 |
| 2023-09-11 | Bubble up opaque <eq> opaque operations instead of picking an order | Oli Scherer | -2/+21 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -5/+6 |
| 2023-08-15 | more nits | Michael Goulet | -12/+21 |
| 2023-08-15 | Reuse the selection context, compute failing obligations first in ambig mode | Michael Goulet | -12/+13 |
| 2023-08-15 | nits | Michael Goulet | -3/+3 |
| 2023-08-15 | Implement lint against coinductive impl overlap | Michael Goulet | -3/+33 |
| 2023-08-13 | Auto merge of #114457 - lcnr:trait_ref_is_knowable-normalize, r=compiler-errors | bors | -1/+1 |
| 2023-08-12 | normalize in `trait_ref_is_knowable` in new solver | lcnr | -1/+1 |
| 2023-08-11 | remove builtin impl for float and int infer | lcnr | -5/+2 |
| 2023-08-10 | Comment nits | Michael Goulet | -1/+1 |
| 2023-08-03 | Don't be incomplete | Michael Goulet | -0/+92 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -9/+2 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -2/+3 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -2/+3 |
| 2023-08-01 | Convert adt_sized_constraint to early-binder, use list | Michael Goulet | -1/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -8/+6 |
| 2023-07-28 | Auto merge of #113312 - Ddystopia:auto-trait-fun, r=lcnr | bors | -7/+18 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -52/+8 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -52/+8 |
| 2023-07-26 | Don't treat negative trait predicates as always knowable | Michael Goulet | -1/+1 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -49/+49 |
| 2023-07-06 | Separate select calls that don't need a binder | Michael Goulet | -7/+20 |
| 2023-07-06 | TraitObligation -> PolyTraitObligation | Michael Goulet | -22/+22 |
| 2023-07-06 | update auto trait handling | lcnr | -7/+18 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -2/+2 |
| 2023-07-05 | Rollup merge of #113321 - BoxyUwU:move_constkind_to_typeir, r=oli-obk | Michael Goulet | -1/+1 |
| 2023-07-05 | Rollup merge of #113320 - oli-obk:eval_obligation_query, r=petrochenkov,BoxyUwU | Michael Goulet | -4/+8 |
| 2023-07-05 | Rollup merge of #113317 - lcnr:sketchy-new-select, r=oli-obk | Michael Goulet | -44/+21 |
| 2023-07-05 | Deal with fallout | Boxy | -1/+1 |
| 2023-07-05 | Add some extra information to opaque type cycle errors | Oli Scherer | -4/+8 |
| 2023-07-04 | -Ztrait-solver=next: stop depending on old solver | lcnr | -44/+21 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -3/+0 |
| 2023-07-03 | Implement selection in new trait solver | Michael Goulet | -1/+6 |
| 2023-07-01 | Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors | bors | -1/+1 |
| 2023-06-29 | change snapshot tracking in fulfillment contexts | lcnr | -1/+1 |