| Age | Commit message (Expand) | Author | Lines |
| 2022-04-10 | Avoid checking HIR in variances_of. | Camille GILLOT | -38/+13 |
| 2022-04-10 | Do not access HIR to compute symbol_name. | Camille GILLOT | -8/+4 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -28/+42 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -41/+35 |
| 2022-04-10 | Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrum | bors | -68/+30 |
| 2022-04-10 | Auto merge of #95254 - jyn514:fix-windows-builds, r=Mark-Simulacrum | bors | -2/+17 |
| 2022-04-09 | Auto merge of #95435 - cjgillot:one-name, r=oli-obk | bors | -56/+56 |
| 2022-04-09 | Auto merge of #95855 - Dylan-DPC:rollup-h45xmpw, r=Dylan-DPC | bors | -95/+569 |
| 2022-04-09 | Rollup merge of #95831 - redzic:xor-uppercase, r=workingjubilee | Dylan DPC | -2/+2 |
| 2022-04-09 | Rollup merge of #95817 - oconnor663:doc_comment2, r=yaahc | Dylan DPC | -1/+1 |
| 2022-04-09 | Rollup merge of #95808 - petrochenkov:fragspec, r=nnethercote | Dylan DPC | -47/+137 |
| 2022-04-09 | Rollup merge of #95805 - c410-f3r:meta-vars, r=petrochenkov | Dylan DPC | -14/+13 |
| 2022-04-09 | Rollup merge of #95369 - jyn514:test-rustdoc, r=Mark-Simulacrum | Dylan DPC | -6/+29 |
| 2022-04-09 | Rollup merge of #95361 - scottmcm:valid-align, r=Mark-Simulacrum | Dylan DPC | -15/+305 |
| 2022-04-09 | Rollup merge of #94794 - mlodato517:mlodato517-clarify-string-indexing-docs, ... | Dylan DPC | -10/+82 |
| 2022-04-09 | Rework String UTF-8 Documentation | Mark Lodato | -10/+82 |
| 2022-04-09 | Auto merge of #95697 - klensy:no-strings, r=petrochenkov | bors | -65/+56 |
| 2022-04-09 | expand: Remove `ParseSess::missing_fragment_specifiers` | Vadim Petrochenkov | -47/+137 |
| 2022-04-09 | Auto merge of #95840 - Dylan-DPC:rollup-erz5u6w, r=Dylan-DPC | bors | -238/+340 |
| 2022-04-09 | Rollup merge of #95810 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa... | Dylan DPC | -133/+116 |
| 2022-04-09 | Rollup merge of #95802 - RalfJung:unused-win, r=Dylan-DPC | Dylan DPC | -0/+2 |
| 2022-04-09 | Rollup merge of #95785 - RalfJung:interpret-size-mismatch, r=oli-obk | Dylan DPC | -67/+107 |
| 2022-04-09 | Rollup merge of #95769 - fmease:fix-issue-95717, r=GuillaumeGomez | Dylan DPC | -4/+59 |
| 2022-04-09 | Rollup merge of #95676 - pietroalbini:pa-bump-rls, r=pietroalbini | Dylan DPC | -2/+2 |
| 2022-04-09 | Rollup merge of #95308 - bjorn3:more_stable_proc_macro, r=Mark-Simulacrum | Dylan DPC | -32/+54 |
| 2022-04-09 | Bless tests. | Camille GILLOT | -0/+3 |
| 2022-04-09 | Use def_key in `tcx.item_name` when possible. | Camille GILLOT | -42/+41 |
| 2022-04-09 | Auto merge of #95724 - Kobzol:ci-update-rustc-perf, r=nnethercote | bors | -8/+14 |
| 2022-04-09 | Auto merge of #95835 - Dylan-DPC:rollup-l5mf2ad, r=Dylan-DPC | bors | -151/+1029 |
| 2022-04-09 | Rollup merge of #95804 - GuillaumeGomez:empty-doc-comment-with-backline, r=no... | Dylan DPC | -1/+26 |
| 2022-04-09 | Rollup merge of #95797 - nnethercote:rm-Delimited-all_tts, r=petrochenkov | Dylan DPC | -96/+58 |
| 2022-04-09 | Rollup merge of #95787 - yaahc:panic-doc-update-v2, r=dtolnay | Dylan DPC | -12/+22 |
| 2022-04-09 | Rollup merge of #95764 - c410-f3r:metavar-test, r=petrochenkov | Dylan DPC | -1/+117 |
| 2022-04-09 | Rollup merge of #95751 - compiler-errors:ambig-int, r=jackh726 | Dylan DPC | -35/+48 |
| 2022-04-09 | Rollup merge of #95599 - niluxv:strict-provenance-lint, r=michaelwoerister | Dylan DPC | -4/+342 |
| 2022-04-09 | Rollup merge of #95374 - RalfJung:assert_uninit_valid, r=Mark-Simulacrum | Dylan DPC | -0/+28 |
| 2022-04-09 | Rollup merge of #90066 - yaahc:thinbox, r=joshtriplett | Dylan DPC | -2/+388 |
| 2022-04-08 | Make non-power-of-two alignments a validity error in `Layout` | Scott McMurray | -15/+305 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -222/+275 |
| 2022-04-08 | Use bitwise XOR in to_ascii_uppercase | Redzic | -2/+2 |
| 2022-04-09 | Remove explicit delimiter token trees from `Delimited`. | Nicholas Nethercote | -96/+58 |
| 2022-04-08 | Auto merge of #95815 - RalfJung:miri, r=RalfJung | bors | -21/+8 |
| 2022-04-08 | Auto merge of #95519 - oli-obk:tait_ub2, r=compiler-errors | bors | -3/+112 |
| 2022-04-08 | bump rls and racer | Pietro Albini | -2/+2 |
| 2022-04-08 | hide another #[allow] directive from a docs example | Jack O'Connor | -1/+1 |
| 2022-04-08 | update Miri | Ralf Jung | -21/+8 |
| 2022-04-08 | Add ThinBox type for 1 stack pointer sized heap allocated trait objects | Jane Lusby | -2/+388 |
| 2022-04-08 | Avoid looking at the internals of Interned directly | Oli Scherer | -199/+150 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -35/+281 |
| 2022-04-08 | WIP PROOF-OF-CONCEPT: Make the compiler complain about all int<->ptr casts. | Aria Beingessner | -4/+96 |