| Age | Commit message (Expand) | Author | Lines |
| 2021-12-06 | Auto merge of #91279 - scottmcm:small-refactor, r=nagisa | bors | -0/+8 |
| 2021-12-05 | Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk | bors | -0/+15 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2021-12-04 | Auto merge of #88439 - cynecx:unwind_asm, r=Amanieu | bors | -25/+48 |
| 2021-12-04 | Rollup merge of #90538 - camelid:doc-recur-ty, r=estebank | Matthias Krüger | -1/+25 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -25/+48 |
| 2021-12-03 | Document how recursion is handled for `ty::Ty` | Noah Lev | -1/+25 |
| 2021-12-03 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -2/+2 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -89/+79 |
| 2021-12-03 | Rollup merge of #91462 - b-naber:use-try-normalize-erasing-regions, r=jackh726 | Matthias Krüger | -2/+6 |
| 2021-12-03 | Rollup merge of #90854 - sanxiyn:unsized-and-uninhabited, r=estebank | Matthias Krüger | -1/+1 |
| 2021-12-02 | Implement a pass manager | Dylan MacKenzie | -0/+15 |
| 2021-12-02 | use try_normalize_erasing_regions in needs_drop | b-naber | -2/+6 |
| 2021-12-02 | Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgr | bors | -0/+10 |
| 2021-12-02 | Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol... | Matthias Krüger | -0/+10 |
| 2021-12-02 | Auto merge of #91318 - eggyal:reduce-boilerplate-around-infallible-folders, r... | bors | -308/+529 |
| 2021-12-02 | Rename TypeFolderFallible to FallibleTypeFolder | Alan Egerton | -61/+61 |
| 2021-12-02 | Update compiler/rustc_middle/src/ty/fold.rs | eggyal | -0/+2 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -308/+527 |
| 2021-12-02 | Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr | bors | -10/+33 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -9/+16 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -80/+93 |
| 2021-12-01 | Disallow non-c-like but "fieldless" ADTs from being casted to integer... | Gary Guo | -1/+17 |
| 2021-12-01 | Cache with consistent env and bound | Deadbeef | -0/+18 |
| 2021-12-01 | Auto merge of #91255 - b-naber:normalization-ice, r=jackh276 | bors | -4/+156 |
| 2021-12-01 | rebase | b-naber | -31/+19 |
| 2021-12-01 | address review | b-naber | -0/+9 |
| 2021-12-01 | fix query description | b-naber | -2/+2 |
| 2021-12-01 | remove static_assert_size on InterpError | b-naber | -3/+0 |
| 2021-12-01 | implement version of normalize_erasing_regions that doesn't assume value is n... | b-naber | -2/+160 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -3/+3 |
| 2021-11-30 | Add "is" methods for projections to a given index | Dylan MacKenzie | -0/+10 |
| 2021-11-30 | Rollup merge of #91294 - cjgillot:process-elem, r=jackh726 | Matthias Krüger | -1/+5 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -9/+16 |
| 2021-11-30 | Auto merge of #91330 - cjgillot:no-ee-features, r=Aaron1011 | bors | -7/+1 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -1/+0 |
| 2021-11-29 | Auto merge of #91299 - cjgillot:expect-ldid, r=petrochenkov | bors | -15/+15 |
| 2021-11-29 | Reformat everything | Deadbeef | -1/+4 |
| 2021-11-29 | Fix tools | Deadbeef | -4/+4 |
| 2021-11-29 | Always use const param envs for const eval. | Oli Scherer | -0/+7 |
| 2021-11-29 | Completely remove ConstnessAnd | Oli Scherer | -48/+9 |
| 2021-11-29 | Avoid storing the ImplPolarity and Constness next to a TraitRef and use Trait... | Oli Scherer | -5/+3 |
| 2021-11-29 | Replace `ConstnessAnd<TraitRef>` with `TraitPredicate` which conveys the same... | Oli Scherer | -4/+2 |
| 2021-11-29 | Prefer TraitPredicate over ConstnessAnd<TraitRef> | Oli Scherer | -1/+1 |
| 2021-11-29 | Re-use `constness_for_typeck` instead of rolling it ourselves | Oli Scherer | -17/+5 |
| 2021-11-29 | Add constness to ParamEnv | Oli Scherer | -24/+59 |
| 2021-11-29 | Prepare for more ParamEnv flags | Oli Scherer | -10/+15 |
| 2021-11-28 | Remove unused root_parent. | Camille GILLOT | -12/+4 |
| 2021-11-28 | Remove eval_always for lib_features. | Camille GILLOT | -7/+1 |