| Age | Commit message (Expand) | Author | Lines |
| 2020-05-04 | Auto merge of #71868 - Mark-Simulacrum:stable-1.43.1, r=pietroalbini 1.43.1 | bors | -8/+27 |
| 2020-05-04 | Allow the llvm_asm! shim to go unused on some archs | Josh Stone | -0/+1 |
| 2020-05-04 | fetch cloudabi packages from our own mirror | Pietro Albini | -1/+2 |
| 2020-05-03 | 1.43.1 release | Josh Stone | -5/+17 |
| 2020-05-03 | Backport Cargo patch to fix rust-lang/cargo#8151 on stable | Mark Rousskov | -0/+0 |
| 2020-05-01 | Add a shim from llvm_asm! to asm! for stdarch | Josh Stone | -0/+5 |
| 2020-05-01 | Update stdarch submodule | Amanieu d'Antras | -0/+0 |
| 2020-05-01 | update openssl-src to 1.1.1g | Pietro Albini | -2/+2 |
| 2020-04-20 | Auto merge of #71365 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.43.0 | bors | -11/+23 |
| 2020-04-20 | Expand comment to justify not checking if all the exports are green. | Felix S. Klock II | -0/+17 |
| 2020-04-20 | Issue #71248: attempt to recover perf by removing `exports_all_green` flag. | Felix S. Klock II | -10/+5 |
| 2020-04-20 | 1.43.0 release | Mark Rousskov | -1/+1 |
| 2020-04-18 | Auto merge of #71258 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -27/+285 |
| 2020-04-17 | update tool maintainers | Pietro Albini | -1/+1 |
| 2020-04-17 | Cherry-pick master's release notes | Mark Rousskov | -3/+149 |
| 2020-04-17 | macro_rules: `NtLifetime` cannot start with an identifier | Vadim Petrochenkov | -1/+14 |
| 2020-04-17 | Incorporated review feedback: | Felix S. Klock II | -22/+40 |
| 2020-04-17 | Tests. | Felix S. Klock II | -0/+52 |
| 2020-04-17 | If an LLVM module's exports change, cannot reuse its post-LTO object file in | Felix S. Klock II | -4/+33 |
| 2020-04-06 | Auto merge of #70848 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -19/+123 |
| 2020-04-06 | Update src/tools/publish_toolstate.py | Igor Matuszewski | -1/+1 |
| 2020-04-06 | Move rustc-guide submodule to rustc-dev-guide | Santiago Pastorino | -12/+12 |
| 2020-04-06 | Use TypeRelating for instantiating query responses | Matthew Jasper | -7/+111 |
| 2020-04-03 | Auto merge of #70742 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -113/+234 |
| 2020-04-03 | Ensure HAS_FREE_LOCAL_NAMES is set for ReFree | Matthew Jasper | -26/+29 |
| 2020-04-03 | Fix "since" field for `Once::is_complete`'s `#[stable]` attribute | Lukas Kalbertodt | -1/+1 |
| 2020-04-03 | Account for bad placeholder types in where clauses | Esteban Küber | -86/+192 |
| 2020-04-03 | parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`. | Mazdak Farrokhzad | -0/+12 |
| 2020-03-25 | Auto merge of #70320 - Keruspe:1.43.0-rebuild, r=Mark-Simulacrum | bors | -1/+5 |
| 2020-03-23 | rustbuild: only pass -Zconfig-profile if we're not self bootstraping | Marc-Antoine Perennou | -1/+5 |
| 2020-03-22 | Auto merge of #70244 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -29/+74 |
| 2020-03-21 | Beta: Update cargo, clippy | Eric Huss | -16/+14 |
| 2020-03-21 | Use a non-dev-static toolchain | Mark Rousskov | -2/+2 |
| 2020-03-21 | can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. | Mazdak Farrokhzad | -9/+55 |
| 2020-03-21 | ci: use python from the correct path | Pietro Albini | -2/+3 |
| 2020-03-21 | Update stdarch submodule | Amanieu d'Antras | -0/+0 |
| 2020-03-11 | Auto merge of #69886 - pietroalbini:beta-next, r=pietroalbini | bors | -14/+6 |
| 2020-03-11 | bump rustfmt to include fix for failing tests | Pietro Albini | -8/+0 |
| 2020-03-10 | promote beta 1.43.0 | Pietro Albini | -6/+6 |
| 2020-03-10 | Auto merge of #69879 - Centril:rollup-ryea91j, r=Centril | bors | -886/+925 |
| 2020-03-10 | Rollup merge of #69877 - CAD97:patch-1, r=dtolnay | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | Rollup merge of #69861 - Dylnuge:dylnuge/locale-doc, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+15 |
| 2020-03-10 | Rollup merge of #69847 - GuillaumeGomez:cleanup-e0393, r=Dylan-DPC | Mazdak Farrokhzad | -1/+2 |
| 2020-03-10 | Rollup merge of #69836 - JohnTitor:immediate-outputs, r=nagisa | Mazdak Farrokhzad | -2/+30 |
| 2020-03-10 | Rollup merge of #69817 - thekuom:test/borrow-checking-pattern-features, r=Cen... | Mazdak Farrokhzad | -0/+432 |
| 2020-03-10 | Rollup merge of #69799 - TimDiekmann:zst, r=Amanieu | Mazdak Farrokhzad | -81/+96 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -57/+55 |
| 2020-03-10 | Rollup merge of #69677 - petrochenkov:spancode, r=eddyb | Mazdak Farrokhzad | -107/+126 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -400/+7 |
| 2020-03-10 | Rollup merge of #69475 - Zoxc:no-no-force, r=michaelwoerister | Mazdak Farrokhzad | -237/+161 |