| Age | Commit message (Expand) | Author | Lines |
| 2021-11-30 | Move report_elision_failure in diagnostics.rs. | Camille GILLOT | -82/+83 |
| 2021-11-30 | Auto merge of #91352 - nnethercote:RawVec-reserve_for_push, r=dtolnay | bors | -1/+9 |
| 2021-11-30 | Auto merge of #91388 - JohnTitor:rollup-640o1e5, r=JohnTitor | bors | -127/+188 |
| 2021-11-30 | Rollup merge of #91383 - ScriptDevil:drop-while-doc-alias, r=joshtriplett | Yuki Okushi | -0/+1 |
| 2021-11-30 | Rollup merge of #91368 - ecstatic-morse:mir-pass-reexport, r=cjgillot | Yuki Okushi | -8/+3 |
| 2021-11-30 | Rollup merge of #91360 - lnicola:rust-analyzer-2021-11-29, r=lnicola | Yuki Okushi | -28/+17 |
| 2021-11-30 | Rollup merge of #91358 - kd-collective:fix_typo, r=cjgillot | Yuki Okushi | -1/+1 |
| 2021-11-30 | Rollup merge of #91323 - RalfJung:assert-type, r=oli-obk | Yuki Okushi | -29/+88 |
| 2021-11-30 | Rollup merge of #91317 - petrochenkov:debugnu, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-11-30 | Rollup merge of #91250 - rukai:remove_trailing_whitespace, r=wesleywiser | Yuki Okushi | -14/+25 |
| 2021-11-30 | Rollup merge of #91243 - jackh726:issue-91068, r=nikomatsakis | Yuki Okushi | -46/+52 |
| 2021-11-30 | Auto merge of #91330 - cjgillot:no-ee-features, r=Aaron1011 | bors | -11/+5 |
| 2021-11-30 | Add `drop_while` as doc alias to `Iterator::skip_while` | Ashok Gautham Jadatharan | -0/+1 |
| 2021-11-30 | Auto merge of #91379 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-11-29 | Update cargo | Eric Huss | -0/+0 |
| 2021-11-30 | Auto merge of #91244 - dtolnay:lossy, r=Mark-Simulacrum | bors | -38/+37 |
| 2021-11-30 | Introduce `RawVec::reserve_for_push`. | Nicholas Nethercote | -1/+9 |
| 2021-11-29 | Don't re-export `MirPass` | Dylan MacKenzie | -8/+3 |
| 2021-11-29 | Bless nll | Jack Huey | -0/+14 |
| 2021-11-29 | :arrow_up: rust-analyzer | Laurențiu Nicola | -28/+17 |
| 2021-11-29 | CTFE: support assert_zero_valid and assert_uninit_valid | Ralf Jung | -29/+88 |
| 2021-11-30 | Fix small typo | kijima | -1/+1 |
| 2021-11-29 | Auto merge of #91299 - cjgillot:expect-ldid, r=petrochenkov | bors | -137/+95 |
| 2021-11-29 | Auto merge of #91350 - matthiaskrgr:rollup-nleabdj, r=matthiaskrgr | bors | -36/+77 |
| 2021-11-29 | Rollup merge of #91349 - tmiasko:accumulate-remark-args, r=nikic | Matthias Krüger | -3/+19 |
| 2021-11-29 | Rollup merge of #91336 - cjgillot:root_parent, r=matthewjasper | Matthias Krüger | -25/+5 |
| 2021-11-29 | Rollup merge of #91327 - dtolnay:exact, r=michaelwoerister | Matthias Krüger | -8/+4 |
| 2021-11-29 | Rollup merge of #91281 - scottmcm:non-exhaustive-as-test, r=Mark-Simulacrum | Matthias Krüger | -0/+29 |
| 2021-11-29 | Rollup merge of #91049 - dimo414:patch-1, r=kennytm | Matthias Krüger | -0/+20 |
| 2021-11-29 | Accumulate all values of `-C remark` option | Tomasz Miąsko | -3/+19 |
| 2021-11-29 | Auto merge of #91043 - camsteffen:descendant-eq, r=petrochenkov | bors | -2/+20 |
| 2021-11-29 | Auto merge of #91344 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-11-28 | update Miri | Ralf Jung | -8/+8 |
| 2021-11-29 | Auto merge of #91338 - matthiaskrgr:rollup-46ry8wi, r=matthiaskrgr | bors | -20/+328 |
| 2021-11-28 | Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikic | Matthias Krüger | -19/+163 |
| 2021-11-28 | Rollup merge of #90832 - cuviper:relnotes-1.57.0, r=Mark-Simulacrum | Matthias Krüger | -0/+114 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -1/+51 |
| 2021-11-28 | Add parent crate assert to register_expn_id | Cameron Steffen | -0/+1 |
| 2021-11-28 | Add fast path to is_descendant_of | Cameron Steffen | -2/+19 |
| 2021-11-28 | Auto merge of #90681 - workingjubilee:update-libc, r=JohnTitor | bors | -3/+3 |
| 2021-11-28 | Remove unused root_parent. | Camille GILLOT | -25/+5 |
| 2021-11-28 | Remove eval_always for lib_features. | Camille GILLOT | -11/+5 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -137/+95 |
| 2021-11-28 | Delete an unreachable codepath from format_args implementation | David Tolnay | -8/+4 |
| 2021-11-28 | Auto merge of #91320 - matthiaskrgr:rollup-r209seq, r=matthiaskrgr | bors | -144/+141 |
| 2021-11-28 | Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-11-28 | Rollup merge of #91308 - BGR360:issue-88586, r=jackh726 | Matthias Krüger | -9/+37 |
| 2021-11-28 | Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasper | Matthias Krüger | -134/+103 |
| 2021-11-28 | Change output path to {{build-base}} | Deadbeef | -1/+1 |
| 2021-11-28 | tests: Ignore `test/debuginfo/rc_arc.rs` on windows-gnu | Vadim Petrochenkov | -1/+1 |