| Age | Commit message (Expand) | Author | Lines |
| 2022-03-21 | Rollup merge of #95074 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa... | Matthias Krüger | -78/+61 |
| 2022-03-21 | Deduplicate ui-fulldeps. | Camille GILLOT | -6/+1 |
| 2022-03-21 | Add needs-asm-support directive to tests where necessary | bjorn3 | -68/+80 |
| 2022-03-21 | add/update tests | b-naber | -137/+50 |
| 2022-03-21 | dont try to unify unevaluated constants that contain infer vars | b-naber | -1/+15 |
| 2022-03-21 | stall on on constants that contain infer vars in const_eval_resolve | b-naber | -0/+8 |
| 2022-03-21 | try to evaluate in try_unify | b-naber | -35/+66 |
| 2022-03-21 | Return err instead of ICE | ouz-a | -3/+73 |
| 2022-03-21 | move `adt_const_params` to its own tracking issue | lcnr | -42/+4 |
| 2022-03-21 | Auto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3 | bors | -54/+107 |
| 2022-03-22 | use `format-args-capture` and remove unnecessary nested if blocks in some par... | Takayuki Maeda | -78/+61 |
| 2022-03-21 | Move pthread locks to own module. | Mara Bos | -60/+69 |
| 2022-03-21 | Don't run UB in test suite | Smitty | -54/+107 |
| 2022-03-21 | Update unstable book with the new `values()` form for check-cfg | Loïc BRANSTETT | -3/+5 |
| 2022-03-21 | add tests for 🔒 | Maximilian Köhl | -0/+31 |
| 2022-03-21 | fix: add a space only in front of 🔒 | Maximilian Köhl | -2/+2 |
| 2022-03-21 | move the 🔒 after the name | Maximilian Köhl | -1/+1 |
| 2022-03-21 | allowing [`map_flatten`] to split long suggestions | J-ZhengLi | -124/+395 |
| 2022-03-21 | Tidy up | Deadbeef | -5/+13 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -192/+296 |
| 2022-03-21 | Add `Destructible` for replacing `~const Drop` | Deadbeef | -0/+9 |
| 2022-03-20 | Disable early otherwise branch MIR opt | Jakob Degen | -1/+32 |
| 2022-03-20 | Search for struct body span after any generic arguments | Yacin Tmimi | -1/+10 |
| 2022-03-21 | Auto merge of #95104 - compiler-errors:remove-ascription, r=davidtwco | bors | -6/+115 |
| 2022-03-21 | Auto merge of #95156 - audunhalland:fix-rustc_const_eval_transform-comments, ... | bors | -2/+2 |
| 2022-03-21 | Move items into `TtParser` as `Vec`s. | Nicholas Nethercote | -58/+43 |
| 2022-03-21 | Remove `MatcherPosHandle`. | Nicholas Nethercote | -88/+23 |
| 2022-03-21 | refactor: remove need for MethodCall matching | Max Baumann | -8/+1 |
| 2022-03-20 | Add a testcase. | Dan Gohman | -0/+6 |
| 2022-03-20 | refactor: use is_lang_ctor() | Max Baumann | -19/+12 |
| 2022-03-20 | feat: change error message | Max Baumann | -5/+5 |
| 2022-03-20 | Preserve the Windows `GetLastError` error in `HandleOrInvalid`. | Dan Gohman | -2/+18 |
| 2022-03-20 | Auto merge of #8559 - pickfire:patch-1, r=xFrednet | bors | -1/+1 |
| 2022-03-20 | fix two comments referring to moved code (rustc_mir_transform::generator) | Audun Halland | -2/+2 |
| 2022-03-20 | Auto merge of #95148 - matthiaskrgr:rollup-jsb1ld9, r=matthiaskrgr | bors | -5/+29 |
| 2022-03-20 | Don't declare test_variadic_fnptr with two conflicting signatures | bjorn3 | -26/+9 |
| 2022-03-20 | Rollup merge of #95145 - ChayimFriedman2:patch-1, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-20 | Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-erro... | Matthias Krüger | -1/+18 |
| 2022-03-20 | Rollup merge of #95131 - ehuss:fix-metadata-filename, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2022-03-20 | Rollup merge of #95114 - ChrisDenton:symlink-test, r=the8472 | Matthias Krüger | -2/+9 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -282/+183 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -2/+4 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -41/+43 |
| 2022-03-20 | Auto merge of #95144 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2022-03-20 | Fix typo interator->iterator | Chayim Refael Friedman | -1/+1 |
| 2022-03-20 | update Miri | Ralf Jung | -8/+8 |
| 2022-03-20 | Auto merge of #95142 - bjorn3:sync_cg_clif-2022-03-20, r=bjorn3 | bors | -506/+454 |
| 2022-03-20 | Add once_cell as allowed cg_clif dependency | bjorn3 | -0/+1 |
| 2022-03-20 | Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202... | bjorn3 | -506/+453 |
| 2022-03-20 | Auto merge of #95071 - RalfJung:arbitrary-self-dyn, r=oli-obk | bors | -15/+40 |