| Age | Commit message (Expand) | Author | Lines |
| 2022-02-24 | Rollup merge of #94327 - Mark-Simulacrum:avoid-macro-sp, r=petrochenkov | Dylan DPC | -2/+8 |
| 2022-02-24 | Rollup merge of #94316 - nnethercote:improve-string-literal-unescaping, r=pet... | Dylan DPC | -40/+45 |
| 2022-02-24 | Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obk | Dylan DPC | -7/+33 |
| 2022-02-24 | Rollup merge of #94308 - tmiasko:normalize-main-ret-ty, r=oli-obk | Dylan DPC | -3/+12 |
| 2022-02-24 | Rollup merge of #94242 - compiler-errors:fat-uninhabitable-pointer, r=michael... | Dylan DPC | -18/+49 |
| 2022-02-24 | Rollup merge of #94212 - scottmcm:swapper, r=dtolnay | Dylan DPC | -97/+263 |
| 2022-02-24 | Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -47/+511 |
| 2022-02-24 | Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac... | Dylan DPC | -5/+65 |
| 2022-02-24 | Rollup merge of #91795 - petrochenkov:nomacreexport, r=cjgillot | Dylan DPC | -49/+92 |
| 2022-02-24 | Update clippy tests | Vadim Petrochenkov | -2/+2 |
| 2022-02-24 | resolve/metadata: Stop encoding macros as reexports | Vadim Petrochenkov | -23/+47 |
| 2022-02-24 | metadata: Tweak the way in which declarative macros are encoded | Vadim Petrochenkov | -5/+8 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -19/+35 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -80/+84 |
| 2022-02-24 | restore spans for issue-50480 | Michael Goulet | -19/+30 |
| 2022-02-24 | better ObligationCause for normalization errors in can_type_implement_copy | Michael Goulet | -22/+71 |
| 2022-02-24 | Avoid emitting full macro body into JSON | Mark Rousskov | -2/+8 |
| 2022-02-24 | Auto merge of #94123 - bjorn3:cg_ssa_singleton_builder, r=tmiasko | bors | -150/+158 |
| 2022-02-24 | Introduce Bx::switch_to_block | bjorn3 | -94/+95 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -490/+342 |
| 2022-02-24 | update auto trait lint | lcnr | -7/+33 |
| 2022-02-24 | Auto merge of #94314 - matthiaskrgr:rollup-hmed8n7, r=matthiaskrgr | bors | -105/+171 |
| 2022-02-24 | Rollup merge of #94300 - WaffleLapkin:patch-4, r=scottmcm | Matthias Krüger | -1/+1 |
| 2022-02-24 | Rollup merge of #94296 - lnicola:rust-analyzer-2022-02-23, r=lnicola | Matthias Krüger | -16/+16 |
| 2022-02-24 | Rollup merge of #94292 - esp-rs:riscv32imc-esp-espidf-64bit-atomics, r=petroc... | Matthias Krüger | -2/+2 |
| 2022-02-24 | Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercote | Matthias Krüger | -42/+19 |
| 2022-02-24 | Rollup merge of #94283 - hellow554:stable_flow_control, r=Dylan-DPC | Matthias Krüger | -2/+0 |
| 2022-02-24 | Rollup merge of #94273 - Dylan-DPC:doc/errorkind, r=joshtriplett | Matthias Krüger | -0/+13 |
| 2022-02-24 | Rollup merge of #94270 - RalfJung:fn-ptrs, r=oli-obk | Matthias Krüger | -31/+110 |
| 2022-02-24 | Rollup merge of #94267 - pierwill:fast-reject-bound, r=michaelwoerister | Matthias Krüger | -4/+4 |
| 2022-02-24 | Rollup merge of #89887 - arlosi:char-debug, r=wesleywiser | Matthias Krüger | -7/+6 |
| 2022-02-24 | Inline a hot closure in `from_lit_token`. | Nicholas Nethercote | -17/+23 |
| 2022-02-24 | Improve `scan_escape`. | Nicholas Nethercote | -23/+22 |
| 2022-02-24 | Auto merge of #94107 - tmiasko:fewer-types, r=davidtwco | bors | -1/+10 |
| 2022-02-24 | Auto merge of #93438 - spastorino:node_id_to_hir_id_refactor, r=oli-obk | bors | -59/+74 |
| 2022-02-24 | word wrpa | Dylan DPC | -5/+5 |
| 2022-02-24 | word wrpa | Dylan DPC | -6/+9 |
| 2022-02-23 | Update library/std/src/io/error.rs | Dylan DPC | -1/+1 |
| 2022-02-23 | Normalize main return type during mono item collection & codegen | Tomasz Miąsko | -3/+12 |
| 2022-02-23 | Miri: relax fn ptr check | Ralf Jung | -31/+110 |
| 2022-02-23 | Auto merge of #94286 - matthiaskrgr:rollup-6i1spjg, r=matthiaskrgr | bors | -972/+1188 |
| 2022-02-23 | Fix a typo in documentation of `array::IntoIter::new_unchecked` | Waffle Maybe | -1/+1 |
| 2022-02-23 | Change `char` type in debuginfo to DW_ATE_UTF | Arlo Siemsen | -7/+6 |
| 2022-02-23 | properly handle fat pointers to uninhabitable types | Michael Goulet | -18/+49 |
| 2022-02-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 |
| 2022-02-23 | riscv32imc_esp_espidf: set max_atomic_width to 64 | Scott Mabin | -2/+2 |
| 2022-02-23 | Add compiler flag `--check-cfg` to the unstable book | Loïc BRANSTETT | -0/+221 |
| 2022-02-23 | Continue improvements on the --check-cfg implementation | Loïc BRANSTETT | -55/+184 |
| 2022-02-23 | Rollup merge of #94285 - bjorn3:sync_cg_clif-2022-02-23, r=bjorn3 | Matthias Krüger | -808/+842 |
| 2022-02-23 | Rollup merge of #94280 - tmiasko:should-print-region, r=oli-obk | Matthias Krüger | -6/+6 |