| Age | Commit message (Expand) | Author | Lines |
| 2022-02-21 | debuginfo: Simplify TypeMap used during LLVM debuginfo generation. | Michael Woerister | -1/+1 |
| 2022-02-21 | fix test | Mario Carneiro | -2/+2 |
| 2022-02-21 | Auto merge of #94108 - compiler-errors:just-confirmation-normalization, r=jac... | bors | -48/+6 |
| 2022-02-21 | Stop manually SIMDing in swap_nonoverlapping | Scott McMurray | -0/+140 |
| 2022-02-21 | Better error if the user tries to do assignment ... else | est31 | -0/+35 |
| 2022-02-21 | update rustdoc | lcnr | -2/+2 |
| 2022-02-21 | update clippy | lcnr | -19/+18 |
| 2022-02-21 | Add regression test for #92069 | est31 | -0/+20 |
| 2022-02-21 | Expand let-else allow tests | est31 | -4/+80 |
| 2022-02-20 | Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" | Mark Rousskov | -6/+43 |
| 2022-02-20 | Remove support for JSON deserialization to Rust | Mark Rousskov | -89/+16 |
| 2022-02-20 | compiletest: Print process output info with less whitespace | Nixon Enraght-Moony | -15/+19 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -36/+2907 |
| 2022-02-20 | limit tests to llvm 14+ | Erik Desjardins | -1/+2 |
| 2022-02-20 | Use Metadata::modified instead of FileTime::from_last_modification_time in ru... | bjorn3 | -3/+3 |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -5/+1 |
| 2022-02-20 | Auto merge of #93605 - notriddle:notriddle/rustdoc-html-tags-resolve, r=Guill... | bors | -2/+120 |
| 2022-02-20 | Gracefully handle non-UTF-8 string slices when pretty printing | Tomasz Miąsko | -48/+46 |
| 2022-02-20 | Auto merge of #93387 - JakobDegen:improve_partialeq, r=tmiasko | bors | -17/+128 |
| 2022-02-20 | tidy: fire less "ignoring file length unneccessarily" warnings | est31 | -0/+3 |
| 2022-02-20 | Auto merge of #94174 - matthiaskrgr:rollup-snyrlhy, r=matthiaskrgr | bors | -74/+122 |
| 2022-02-20 | Rollup merge of #94093 - tmiasko:pp-no-variants, r=oli-obk | Matthias Krüger | -65/+71 |
| 2022-02-20 | Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk | Matthias Krüger | -1/+14 |
| 2022-02-20 | Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-Simulacrum | Matthias Krüger | -2/+5 |
| 2022-02-20 | Rollup merge of #94002 - GuillaumeGomez:duplicated-sidebar-macro, r=notriddle | Matthias Krüger | -6/+32 |
| 2022-02-19 | Auto merge of #92911 - nbdd0121:unwind, r=Amanieu | bors | -12/+71 |
| 2022-02-19 | Bless up | Michael Goulet | -48/+6 |
| 2022-02-19 | Bump version to 1.61 | Mark Rousskov | -1/+1 |
| 2022-02-19 | Fix codegen test for MSVC | Gary Guo | -13/+2 |
| 2022-02-19 | Fix pretty printing of enums without variants | Tomasz Miąsko | -65/+71 |
| 2022-02-19 | reduce default uninit_const_chunk_threshold to 16 (from 256) | Erik Desjardins | -2/+2 |
| 2022-02-19 | No branch protection metadata unless enabled | Simonas Kazlauskas | -25/+47 |
| 2022-02-19 | always add align attributes | Erik Desjardins | -2/+2 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -2/+2 |
| 2022-02-19 | Add rustdoc test for const computed value | Guillaume Gomez | -0/+9 |
| 2022-02-19 | Don't render Const computed values in hexadecimal for Display | Guillaume Gomez | -1/+5 |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -1/+2 |
| 2022-02-19 | Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwco | Matthias Krüger | -18/+38 |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -4/+4 |
| 2022-02-19 | Rollup merge of #93954 - aDotInTheVoid:json-buffer, r=Mark-Simulacrum | Matthias Krüger | -3/+6 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -74/+2 |
| 2022-02-19 | Auto merge of #94134 - matthiaskrgr:rollup-b132kjz, r=matthiaskrgr | bors | -393/+744 |
| 2022-02-18 | rustdoc-json: Add tests for fn qualifiers and ABI | Nixon Enraght-Moony | -78/+184 |
| 2022-02-18 | rustdoc-json: Better Header Type | Nixon Enraght-Moony | -37/+54 |
| 2022-02-18 | Auto merge of #94050 - michaelwoerister:fix-unsized-tuple-debuginfo, r=pnkfelix | bors | -0/+23 |
| 2022-02-18 | Rollup merge of #93953 - jackh726:known_bug, r=Mark-Simulacrum | Matthias Krüger | -248/+218 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -1/+106 |
| 2022-02-18 | Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakis | Matthias Krüger | -10/+37 |
| 2022-02-18 | Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez | Matthias Krüger | -5/+37 |
| 2022-02-18 | Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebank | Matthias Krüger | -126/+126 |