| Age | Commit message (Expand) | Author | Lines |
| 2020-10-07 | Disable ThinLTO for x86_64-unknown-linux-gnu | Mark Rousskov | -1/+1 |
| 2020-10-05 | Switch channel to stable for 1.47 release | Mark Rousskov | -1/+1 |
| 2020-10-05 | Instruct lld that our @ files are posix-style, not Windows | Mark Rousskov | -0/+6 |
| 2020-10-05 | Add regression test for SimplifyBranchSame miscompilation | Tomasz Miąsko | -0/+21 |
| 2020-10-05 | Fix miscompile in SimplifyBranchSame | Simon Vandel Sillesen | -1/+2 |
| 2020-10-03 | repairing broken error message and rustfix application for the new test | Aurélien Deharbe | -10/+28 |
| 2020-10-03 | add non-regression test for issue #76597 | Aurélien Deharbe | -0/+21 |
| 2020-10-03 | replacing sub's that can wrap by saturating_sub's | Aurélien Deharbe | -3/+3 |
| 2020-10-03 | ci: switch to environment files to change the environment on GHA | Pietro Albini | -2/+2 |
| 2020-10-03 | cache types during normalization | Bastian Kauschke | -68/+82 |
| 2020-10-03 | Remove redundancy in cache key | Tyler Mandry | -5/+4 |
| 2020-10-03 | Intorduced MiniMap - a tiny small storage optimized map implementation | Valerii Lashmanov | -2/+62 |
| 2020-10-03 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -41/+89 |
| 2020-10-03 | Only visit types once when walking the type tree | Valerii Lashmanov | -39/+192 |
| 2020-10-02 | Revert "Remove broken clap versions from cargotest" | Mark Rousskov | -1/+8 |
| 2020-10-02 | Revert "Remove missing_fragment_specifier lint" | Mark Rousskov | -0/+20 |
| 2020-10-02 | Revert "Promote missing_fragment_specifier to hard error" | Mark Rousskov | -32/+90 |
| 2020-10-02 | Revert "Move macro test to ui/macros" | Mark Rousskov | -0/+0 |
| 2020-10-01 | Merge commit 'd28211ddb6bec659acd523ef63966a5032a618b7' into beta | flip1995 | -61/+179 |
| 2020-09-28 | revert const_type_id stabilization | Ashley Mannix | -4/+7 |
| 2020-09-28 | [mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame opt | Wesley Wiser | -17/+40 |
| 2020-09-28 | Rebase LLVM onto 11.0.0-rc3 | Josh Stone | -0/+0 |
| 2020-09-17 | Bump to stable release | Mark Rousskov | -2/+2 |
| 2020-09-17 | Account for async functions when suggesting new named lifetime | Esteban Küber | -12/+39 |
| 2020-09-17 | Account for version number in NtIdent hack | Aaron Hill | -10/+56 |
| 2020-09-17 | Fix loading pretty-printers in rust-lldb script | ortem | -2/+5 |
| 2020-09-17 | Fix HashMap visualizers in Visual Studio (Code) | MaulingMonkey | -2/+2 |
| 2020-09-17 | Ignore rustc_private items from std docs | Lzu Tao | -9/+20 |
| 2020-09-17 | Add ui test for 74672 and 76571 | Lzu Tao | -0/+46 |
| 2020-08-31 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2020-08-28 | Fix swapped stability attributes | Joshua Nelson | -6/+6 |
| 2020-08-25 | this is beta 1.47.0 | Pietro Albini | -6/+6 |
| 2020-08-25 | Auto merge of #74275 - wesleywiser:break_up_partitioning_rs, r=pnkfelix | bors | -1012/+1097 |
| 2020-08-25 | Auto merge of #75908 - pietroalbini:ci-bump-llvm, r=Mark-Simulacrum | bors | -7/+12 |
| 2020-08-25 | ci: fix macOS target name for LLVM 10 | Pietro Albini | -3/+3 |
| 2020-08-25 | ci: bump LLVM source tarball on Linux to 10.0.0 | Pietro Albini | -1/+1 |
| 2020-08-25 | ci: bump prebuilt LLVM on macOS and Windows to 10.0.0 | Pietro Albini | -6/+11 |
| 2020-08-25 | Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum | bors | -0/+56 |
| 2020-08-25 | Auto merge of #75132 - scottmcm:stabilize-range-is-empty, r=dtolnay | bors | -5/+3 |
| 2020-08-25 | Auto merge of #75764 - workingjubilee:tidy-up-cargo-metadata, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-25 | Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkor | bors | -299/+277 |
| 2020-08-24 | Unbreak the clippy test | Scott McMurray | -1/+3 |
| 2020-08-24 | Auto merge of #75625 - mati865:mingw-cross-compile, r=Mark-Simulacrum | bors | -1/+10 |
| 2020-08-24 | Stabilize Range[Inclusive]::is_empty | Scott McMurray | -4/+0 |
| 2020-08-24 | Auto merge of #75876 - matklad:rust-analyzer-2020-08-24, r=matklad | bors | -42/+22 |
| 2020-08-24 | Introduce expect snapshot testing library into rustc | Aleksey Kladov | -0/+56 |
| 2020-08-24 | :arrow_up: rust-analyzer | Aleksey Kladov | -42/+22 |
| 2020-08-24 | Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrum | bors | -186/+216 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -299/+277 |
| 2020-08-24 | Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomez | bors | -59/+203 |