| Age | Commit message (Expand) | Author | Lines |
| 2022-12-07 | Make -Zsimulate-remapped-rust-src-base reproducible on CI | Oli Scherer | -6/+6 |
| 2022-12-07 | Avoid remapping paths back to `$SRC_DIR` in CI | Oli Scherer | -6/+6 |
| 2022-12-06 | Filter out precise alloc ids from diagnostics | Oli Scherer | -2/+3 |
| 2022-12-06 | Bless 32 bit tests | Oli Scherer | -5/+10 |
| 2022-12-06 | Properly indent messages | Oli Scherer | -5/+7 |
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -367/+1007 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -214/+214 |
| 2022-12-06 | Start emitting labels even if their pointed to file is not available locally | Oli Scherer | -0/+49 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -16/+6 |
| 2022-12-02 | Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki | Matthias Krüger | -2/+2 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -2/+2 |
| 2022-11-25 | Add a test for scalar pair layout validation | Oli Scherer | -3/+32 |
| 2022-11-25 | Print a trace through types to show how to get to the problematic type | Oli Scherer | -0/+10 |
| 2022-11-24 | Rollup merge of #104782 - oli-obk:const_eval_limit_bump, r=pnkfelix | Matthias Krüger | -4/+4 |
| 2022-11-24 | make `error_reported` check for delayed bugs | Boxy | -0/+16 |
| 2022-11-23 | Bump the const eval step limit | Oli Scherer | -4/+4 |
| 2022-11-21 | Do not check transmute if has non region infer | hi-rustin | -0/+19 |
| 2022-11-19 | Use `type_ascribe!` in many UI tests | Nilstrieb | -2/+2 |
| 2022-11-16 | fix #104390, fix ICE in in_operand for ty error | yukang | -0/+75 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -278/+405 |
| 2022-11-15 | Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk | bors | -6/+6 |
| 2022-11-12 | Partially revert 74d53ab | Jannis Christopher Köhl | -3/+3 |
| 2022-11-12 | Require -Zmir-opt-level >= 3 for now | Jannis Christopher Köhl | -20/+6 |
| 2022-11-11 | Don't ICE with inline const errors during MIR build | Michael Goulet | -0/+21 |
| 2022-11-10 | Don't ICE when encountering ConstKind::Error in RequiredConstsVisitor | Michael Goulet | -0/+14 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -80/+80 |
| 2022-11-09 | Rollup merge of #104125 - ink-feather-org:const_cmp_tuples, r=fee1-dead | Dylan DPC | -11/+8 |
| 2022-11-09 | Cleanup fn trait ref test | onestacked | -11/+8 |
| 2022-11-09 | Auto merge of #104180 - fee1-dead-contrib:fix-wf-fndef, r=oli-obk | bors | -0/+5 |
| 2022-11-09 | Use `nominal_obligations_without_const` in wf for FnDef | Deadbeef | -0/+5 |
| 2022-11-08 | Rollup merge of #104113 - ink-feather-org:fix_const_fn_ref_impls, r=compiler-... | Guillaume Gomez | -0/+80 |
| 2022-11-07 | Reworked const fn ref tests | onestacked | -14/+59 |
| 2022-11-07 | Fix `const_fn_trait_ref_impl`, add test for it | onestacked | -0/+35 |
| 2022-11-07 | Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -0/+53 |
| 2022-11-07 | Update issue-50814.rs test result | Jannis Christopher Köhl | -9/+23 |
| 2022-11-05 | Move some tests to more reasonable directories | Caio | -0/+53 |
| 2022-11-05 | use spans in TypeTest rather than mir::Location | Ali MJ Al-Nasrawy | -20/+8 |
| 2022-11-02 | return const_error when ty has errors | Takayuki Maeda | -0/+75 |
| 2022-10-23 | Add normalize hack back | Michael Goulet | -0/+31 |
| 2022-10-20 | Do not suggest trivially false const predicates | Michael Goulet | -28/+0 |
| 2022-10-20 | Update tests to match error message changes | b4den | -80/+80 |
| 2022-10-14 | Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkov | Dylan DPC | -0/+21 |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -0/+21 |
| 2022-10-12 | Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk | Dylan DPC | -0/+67 |
| 2022-10-10 | Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-10-08 | Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomcc | bors | -5/+5 |
| 2022-10-08 | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | -1/+1 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -4743/+1156 |
| 2022-10-07 | add a few more assert_unsafe_precondition | Ralf Jung | -5/+5 |
| 2022-10-07 | Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors | Matthias Krüger | -1/+1 |