summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-07-31Auto merge of #74988 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.45.2bors-1/+1
2020-07-31Update to 1.45.2Mark Rousskov-1/+1
2020-07-31Auto merge of #74958 - Mark-Simulacrum:stable-next, r=pnkfelixbors-53/+49
2020-07-30Fix #[track_caller] shims for trait objects.Adam Perry-1/+26
2020-07-30Add a test for pattern matching within a tupleMark Rousskov-0/+7
2020-07-301.45.2 release notesMark Rousskov-0/+9
2020-07-30Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern"Mark Rousskov-40/+1
2020-07-30Revert "delay_span_bug instead of silent ignore"Mark Rousskov-16/+10
2020-07-26Auto merge of #74746 - wesleywiser:stable_backport_73669, r=Mark-Simulacrum 1.45.1bors-108/+207
2020-07-26Use preinstalled MSYS2Mateusz Mikuła-58/+3
2020-07-25Update release notesMark Rousskov-0/+2
2020-07-25The const propagator cannot trace references.Oliver Scherer-50/+202
2020-07-24Auto merge of #74574 - Mark-Simulacrum:stable-next, r=Mark-Simulacrumbors-72/+194
2020-07-23ci: Replace exec-with-shell wrapper with "plain bash"Kristofer Rye-41/+5
2020-07-23ci: Stop setting CI_OVERRIDE_SHELL environment variableKristofer Rye-2/+15
2020-07-23ci: Set `shell: bash` as a default, remove duplicatesKristofer Rye-80/+12
2020-07-23Set shell for github actions CIMark Rousskov-0/+78
2020-07-23delay_span_bug instead of silent ignoreMark Rousskov-10/+16
2020-07-23Fix an ICE on an invalid `binding @ ...` in a tuple struct patternJakub Adam Wieczorek-1/+40
2020-07-23Bump cargoMark Rousskov-1/+1
2020-07-22rustbuild: drop tool::should_installMarc-Antoine Perennou-17/+4
2020-07-22Use `ReEmpty(U0)` as the implicit region bound in typeckMatthew Jasper-10/+102
2020-07-22Update to rustfmt 1.4.17Mark Rousskov-1/+1
2020-07-221.45.1 releaseMark Rousskov-1/+12
2020-07-13Auto merge of #74297 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.45.0bors-6/+169
2020-07-13Stable 1.45.0 releaseMark Rousskov-1/+1
2020-07-13Cherry-pick release notes from masterMark Rousskov-5/+168
2020-07-13Auto merge of #74219 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-95/+157
2020-07-10ci: fix wasm32 broken due to a NodeJS version bumpPietro Albini-1/+12
2020-07-10Change how compiler-builtins gets many CGUsAlex Crichton-48/+15
2020-07-10Reoder order in which MinGW libs are linkedMateusz Mikuła-1/+1
2020-07-10Perform obligation deduplication to avoid buggy `ExistentialMismatch`Esteban Küber-3/+39
2020-07-10rustc_lexer: Simplify shebang parsing once moreVadim Petrochenkov-20/+21
2020-07-10rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-14/+14
2020-07-10rustdoc: Fix doc aliases with crate filteringOliver Middleton-8/+55
2020-06-27Auto merge of #73766 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-279/+5449
2020-06-26Beta backport of PR #73005 (obligation error impl candidate)Aaron Hill-181/+55
2020-06-26Ensure stack when building MIR for matchesSimonas Kazlauskas-23/+5233
2020-06-26Don't run test on emscripten which doesn't have threadsAmanieu d'Antras-0/+1
2020-06-26Add -O compile flag to testAmanieu d'Antras-0/+1
2020-06-26Fix link error with #[thread_local] introduced by #71192Amanieu d'Antras-0/+20
2020-06-26Allow inference regions when relating constsTyler Mandry-10/+13
2020-06-26Disable the `SimplifyArmIdentity` pass on betaWesley Wiser-62/+87
2020-06-26linker: Never pass `-no-pie` to non-gnu linkersVadim Petrochenkov-2/+2
2020-06-26Add issue number to novel violation warningDylan MacKenzie-2/+5
2020-06-26Add regression test for #73431Dylan MacKenzie-0/+29
2020-06-26Make novel structural match violations a warningDylan MacKenzie-1/+5
2020-06-15Auto merge of #73326 - Mark-Simulacrum:beta-next, r=ecstatic-morse,Mark-Simul...bors-1939/+2223
2020-06-15Enable lld for Cargo tests on Windows.Eric Huss-3/+3
2020-06-15Update cargo to include rust-lang/cargo#8361Mark Rousskov-0/+0