| Age | Commit message (Expand) | Author | Lines |
| 2021-05-05 | Auto merge of #84200 - CDirkx:os, r=m-ou-se | bors | -1/+1 |
| 2021-05-05 | Add `yansi-term` as a permitted dependency | Joshua Nelson | -0/+2 |
| 2021-05-05 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 |
| 2021-05-04 | Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil... | bors | -255/+336 |
| 2021-05-04 | Auto merge of #84900 - hyd-dev:miri, r=RalfJung | bors | -8/+9 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -255/+336 |
| 2021-05-04 | Auto merge of #84894 - joshtriplett:clang-12, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-05-04 | Auto merge of #84017 - Smittyvb:int-literal-underscores, r=jyn514 | bors | -2/+62 |
| 2021-05-04 | Update Miri | hyd-dev | -8/+9 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -142/+365 |
| 2021-05-03 | Update clang to 12.0.0 on Windows and macOS | Josh Triplett | -1/+1 |
| 2021-05-04 | Auto merge of #84874 - joshtriplett:ci-extract-llvm-win64-installer, r=Mark-S... | bors | -15/+6 |
| 2021-05-04 | Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnr | bors | -0/+55 |
| 2021-05-03 | Valid underscores in hex/octal/binary literal docs | Smitty | -2/+62 |
| 2021-05-03 | CI: Extract LLVM win64 installer directly, using 7z | Josh Triplett | -15/+6 |
| 2021-05-03 | Change `std::sys::unix::ext::fs::PermissionsExt::from_mode` to `std::os::imp:... | Christiaan Dirkx | -1/+1 |
| 2021-05-03 | Auto merge of #84862 - GuillaumeGomez:rollup-cbc93h4, r=GuillaumeGomez | bors | -10/+12 |
| 2021-05-03 | Rollup merge of #84860 - badboy:link-to-mcp, r=GuillaumeGomez | Guillaume Gomez | -4/+6 |
| 2021-05-03 | Rollup merge of #84854 - hi-rustin:rustin-patch-E0761, r=varkor | Guillaume Gomez | -1/+1 |
| 2021-05-03 | Rollup merge of #84852 - mautamu:master, r=GuillaumeGomez | Guillaume Gomez | -5/+5 |
| 2021-05-03 | Link to MCP from target tier policy | Jan-Erik Rediger | -4/+6 |
| 2021-05-03 | use full path for E0761 | hi-rustin | -1/+1 |
| 2021-05-03 | parser: Remove support for inner attributes on non-block expressions | Vadim Petrochenkov | -601/+303 |
| 2021-05-03 | use double quotes for E0761 | hi-rustin | -1/+1 |
| 2021-05-03 | Change librustdoc write(.. \n) to writeln(..); fix comment in grammar | mautamu | -5/+5 |
| 2021-05-03 | Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett | bors | -18/+18 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -18/+18 |
| 2021-05-03 | Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514 | Dylan DPC | -3/+24 |
| 2021-05-03 | Rollup merge of #84818 - ABouttefeux:enum-suggest, r=jackh726 | Dylan DPC | -23/+162 |
| 2021-05-03 | Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514 | Dylan DPC | -17/+58 |
| 2021-05-03 | Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnr | Dylan DPC | -0/+37 |
| 2021-05-03 | Rollup merge of #84744 - kornelski:enomem, r=joshtriplett | Dylan DPC | -2/+4 |
| 2021-05-03 | Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov | Dylan DPC | -4/+7 |
| 2021-05-03 | Set target_family="wasm" for wasm targets | Simonas Kazlauskas | -4/+7 |
| 2021-05-02 | Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jsha | bors | -232/+186 |
| 2021-05-02 | PR feedback | Scott McMurray | -11/+18 |
| 2021-05-02 | Do not print visibility in external traits | Justus K | -3/+24 |
| 2021-05-02 | Improve code readability | Guillaume Gomez | -18/+18 |
| 2021-05-02 | Rollup merge of #84763 - tdelabro:shrink-doctree-module, r=jyn514 | Dylan DPC | -15/+14 |
| 2021-05-02 | Rollup merge of #84752 - lrh2000:generator-debuginfo, r=tmandry | Dylan DPC | -50/+80 |
| 2021-05-02 | Rollup merge of #84358 - sexxi-goose:print_captures_borrowck_rebased, r=nikom... | Dylan DPC | -72/+324 |
| 2021-05-02 | Update tests | Guillaume Gomez | -30/+42 |
| 2021-05-02 | Add missing CSS rules for associated types | Guillaume Gomez | -8/+11 |
| 2021-05-02 | Migrate trait and impl blocks' toggles into | Guillaume Gomez | -185/+124 |
| 2021-05-02 | add suggestion for unit enum variant when matched with a patern | AliƩnore Bouttefeux | -23/+162 |
| 2021-05-02 | Add ErrorKind::OutOfMemory | Kornel | -2/+4 |
| 2021-05-02 | fix nll test stderr | Chris Pardy | -1/+1 |
| 2021-05-02 | Auto merge of #84750 - jyn514:nix-cargo, r=Mark-Simulacrum | bors | -5/+7 |
| 2021-05-01 | RustDoc: Fix bounds linking trait.Foo instead of traitalias.Foo | Scott McMurray | -16/+50 |
| 2021-05-02 | Auto merge of #84638 - mark-i-m:unignore-tests, r=Mark-Simulacrum | bors | -4/+1 |