| Age | Commit message (Expand) | Author | Lines |
| 2022-11-21 | Use iterators instead of slices at more sites | Oli Scherer | -3/+3 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -5/+5 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -16/+17 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+1 |
| 2022-11-21 | Treat different opaque types of the same def id as equal during coherence | Oli Scherer | -36/+12 |
| 2022-11-19 | Rollup merge of #104469 - estebank:long-types, r=oli-obk | Matthias Krüger | -4/+17 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -5/+3 |
| 2022-11-19 | Probe + better error messsage for need_migrate_deref_output_trait_object | Michael Goulet | -32/+27 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -0/+28 |
| 2022-11-18 | Only enforce ABI-mandated align, not preferred align is compatible | Michael Goulet | -1/+1 |
| 2022-11-18 | Check both align and size in PointerSized | Michael Goulet | -1/+2 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+27 |
| 2022-11-18 | On E0275 do not print out the full type in the msg | Esteban Küber | -4/+17 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -1/+1 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -5/+3 |
| 2022-11-18 | Rollup merge of #103386 - compiler-errors:no-coerceunsized-to-dynstar, r=eholk | Matthias Krüger | -5/+9 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -42/+36 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -42/+36 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -6/+0 |
| 2022-11-10 | Unbreak upcasting | Michael Goulet | -3/+7 |
| 2022-11-10 | Don't CoerceUnsized dyn* to dyn* | Michael Goulet | -2/+2 |
| 2022-11-10 | Don't allow implement CoerceUnsized into dyn-star | Michael Goulet | -1/+1 |
| 2022-11-10 | More nits | Michael Goulet | -4/+1 |
| 2022-11-10 | make `Sized` coinductive | lcnr | -1/+4 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -1/+8 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -0/+1 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -1/+8 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -14/+2 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -0/+1 |
| 2022-11-06 | Auto merge of #103975 - oli-obk:tracing, r=jackh726 | bors | -1/+3 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -4/+4 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -1/+3 |
| 2022-10-17 | Rollup merge of #102466 - lcnr:const-equate-uwu, r=BoxyUwU | Matthias Krüger | -11/+13 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -1/+1 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -8/+4 |
| 2022-10-08 | Rollup merge of #102785 - fee1-dead-contrib:rm_autoimpl_defid, r=compiler-errors | Matthias Krüger | -19/+18 |
| 2022-10-07 | Remove tuple candidate, nothing special about it | Michael Goulet | -8/+4 |
| 2022-10-07 | Remove `DefId` from some `SelectionCandidate` variants | Deadbeef | -19/+18 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -5/+5 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -2/+2 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -5/+5 |
| 2022-10-03 | Rollup merge of #102613 - TaKO8Ki:fix-part-of-101739, r=compiler-errors | Matthias Krüger | -5/+8 |
| 2022-10-03 | check if const is ADT or not | Takayuki Maeda | -9/+8 |
| 2022-10-03 | return when obligation has references_error | Takayuki Maeda | -0/+4 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -7/+6 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -7/+6 |
| 2022-09-30 | Auto merge of #102304 - lcnr:coherence-cleanup, r=compiler-errors | bors | -33/+0 |
| 2022-09-29 | only allow `ConstEquate` with `feature(gce)` | lcnr | -11/+13 |
| 2022-09-28 | update fixme | lcnr | -5/+5 |
| 2022-09-27 | Use already resolved self_ty in confirm_fn_pointer_candidate | Michael Goulet | -1/+2 |