| Age | Commit message (Expand) | Author | Lines |
| 2021-05-06 | Rollup merge of #84950 - pietroalbini:revert-3478f83c0, r=Mark-Simulacrum | Dylan DPC | -47/+8 |
| 2021-05-06 | Rollup merge of #84945 - fee1-dead:E0583-better-message, r=petrochenkov | Dylan DPC | -8/+8 |
| 2021-05-06 | Rollup merge of #84851 - lnicola:rust-analyzer-2021-05-03, r=jonas-schievink | Dylan DPC | -21/+15 |
| 2021-05-06 | Rollup merge of #83507 - luqmana:native-link-modifiers, r=petrochenkov | Dylan DPC | -2/+210 |
| 2021-05-06 | E0583: Include secondary path in error message | Deadbeef | -8/+8 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -2/+210 |
| 2021-05-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -0/+4 |
| 2021-05-05 | Remote test for alloc `extern_crate` feature. | John Ericson | -30/+0 |
| 2021-05-05 | Auto merge of #84956 - RalfJung:rollup-m70mx2n, r=RalfJung | bors | -12/+77 |
| 2021-05-05 | Rollup merge of #84913 - estebank:issue-84831, r=varkor | Ralf Jung | -0/+35 |
| 2021-05-05 | Rollup merge of #84882 - joshtriplett:platform-support-formatting, r=Dylan-DPC | Ralf Jung | -2/+2 |
| 2021-05-05 | Rollup merge of #84865 - petrochenkov:llthread, r=Mark-Simulacrum | Ralf Jung | -8/+15 |
| 2021-05-05 | Rollup merge of #84808 - estebank:issue-84769, r=petrochenkov | Ralf Jung | -2/+25 |
| 2021-05-05 | Auto merge of #84200 - CDirkx:os, r=m-ou-se | bors | -1/+1 |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -47/+8 |
| 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 | Do not ICE on invalid const param | Esteban Küber | -0/+35 |
| 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 | platform-support: Center the contents of the `std` and `host` columns | Josh Triplett | -2/+2 |
| 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 | rustbuild: Pass a `threads` flag that works to windows-gnu lld | Vadim Petrochenkov | -8/+15 |
| 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 | :arrow_up: rust-analyzer | Laurențiu Nicola | -21/+15 |
| 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 |