| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -21/+12 |
| 2023-07-10 | avoid building proof trees in select | lcnr | -2/+3 |
| 2023-07-06 | Don't call type_of on TAIT in defining scope in new solver | Michael Goulet | -1/+1 |
| 2023-07-05 | Auto merge of #113329 - lcnr:probe_candidate, r=BoxyUwU | bors | -20/+14 |
| 2023-07-04 | Auto merge of #113330 - matthiaskrgr:rollup-zm3owin, r=matthiaskrgr | bors | -13/+28 |
| 2023-07-04 | Rollup merge of #113324 - lcnr:const-evaluatable-goal, r=BoxyUwU | Matthias Krüger | -6/+5 |
| 2023-07-04 | Rollup merge of #113296 - BoxyUwU:proof_trees_on_error, r=lcnr | Matthias Krüger | -7/+23 |
| 2023-07-04 | add `ecx.probe_candidate` | lcnr | -20/+14 |
| 2023-07-04 | reviews | Boxy | -9/+9 |
| 2023-07-04 | implement `ConstEvaluatable` goals in new solver | lcnr | -6/+5 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -1/+1 |
| 2023-07-04 | move logic for flags into separate function | Boxy | -29/+1 |
| 2023-07-04 | change flag name | Boxy | -1/+1 |
| 2023-07-04 | reviews | Boxy | -3/+1 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -3/+0 |
| 2023-07-03 | add flag for disabling global cache and printing proof trees on error | Boxy | -7/+53 |
| 2023-07-03 | Helpers for creating EvalCtxts, some comments | Michael Goulet | -56/+94 |
| 2023-07-03 | Implement selection in new trait solver | Michael Goulet | -0/+2 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -1/+1 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -7/+7 |
| 2023-06-20 | Auto merge of #112835 - lcnr:proof-tree-nits, r=BoxyUwU | bors | -34/+12 |
| 2023-06-20 | cleanup imports | lcnr | -3/+3 |
| 2023-06-20 | split probe into 2 functions for better readability | lcnr | -31/+9 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -7/+7 |
| 2023-06-19 | Don't consider TAIT normalizable to hidden ty if it would result in impossibl... | Michael Goulet | -3/+10 |
| 2023-06-19 | create module so that RUSTC_LOG can filter to just proof trees | Boxy | -1/+2 |
| 2023-06-19 | allow caller to force proof tree generation | Boxy | -14/+25 |
| 2023-06-19 | show normalizes-to hack and response instantiation goals | Boxy | -12/+19 |
| 2023-06-19 | introduce a separate set of types for finalized proof trees | Boxy | -18/+16 |
| 2023-06-19 | dont use a trait | Boxy | -22/+16 |
| 2023-06-19 | add -Z flag | Boxy | -3/+11 |
| 2023-06-19 | initial info dump | Boxy | -53/+122 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -1/+1 |
| 2023-06-16 | Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol... | Dylan DPC | -1/+4 |
| 2023-06-14 | Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler... | bors | -5/+3 |
| 2023-06-13 | opportunistically resolve regions | Michael Goulet | -1/+4 |
| 2023-06-12 | Safe Transmute: Refactor error handling and Answer type | Bryan Garza | -5/+3 |
| 2023-06-09 | split opaque type handling in new solver | lcnr | -27/+42 |
| 2023-06-06 | New trait solver is a property of inference context | Michael Goulet | -0/+1 |
| 2023-06-02 | No const equate in new solver | Michael Goulet | -2/+5 |
| 2023-06-02 | Normalize anon consts in new solver | Michael Goulet | -0/+17 |
| 2023-05-25 | Add InferCtxt::register_hidden_type_in_new_solver | Michael Goulet | -16/+7 |
| 2023-05-25 | Check that opaque is a defining use, prefer pre-defined opaques | Michael Goulet | -2/+46 |
| 2023-05-25 | Prepopulate opaques in canonical input | Michael Goulet | -8/+63 |
| 2023-05-24 | Safe Transmute: Change Answer type to Result | Bryan Garza | -5/+5 |
| 2023-04-26 | Clear response values for overflow in new solver | Michael Goulet | -6/+13 |
| 2023-04-20 | Result is just bool but special | Michael Goulet | -5/+6 |
| 2023-04-20 | Track if EvalCtxt has been tainted, make sure it can't be used to make query ... | Michael Goulet | -0/+14 |
| 2023-04-16 | Erase regions when confirming transmutability candidate | Michael Goulet | -1/+1 |