summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-31Update to 1.45.2Mark Rousskov-1/+1
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-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-26Use preinstalled MSYS2Mateusz Mikuła-49/+3
2020-07-25The const propagator cannot trace references.Oliver Scherer-50/+202
2020-07-23ci: Replace exec-with-shell wrapper with "plain bash"Kristofer Rye-31/+4
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-20/+3
2020-07-23Set shell for github actions CIMark Rousskov-0/+20
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-0/+0
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-0/+0
2020-07-221.45.1 releaseMark Rousskov-1/+1
2020-07-13Stable 1.45.0 releaseMark Rousskov-1/+1
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-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-15Enable lld for Cargo tests on Windows.Eric Huss-2/+2
2020-06-15Update cargo to include rust-lang/cargo#8361Mark Rousskov-0/+0
2020-06-13Bump bootstrap to released stableMark Rousskov-2/+2
2020-06-13further bless tests.Felix S. Klock II-19/+19
2020-06-13placate tidy.Felix S. Klock II-1/+1
2020-06-13Revert "Defer creating drop trees in MIR lowering until leaving that scope"Felix S. Klock II-769/+735
2020-06-13Revert "Reduce the number of drop-flag assignments in unwind paths"Felix S. Klock II-12/+39
2020-06-13Revert "Add some more comments"Felix S. Klock II-19/+6
2020-06-13Revert "Bless mir-opt tests"Felix S. Klock II-819/+973
2020-06-13Revert "Address review comments"Felix S. Klock II-11/+7
2020-06-13remove assertBastian Kauschke-2/+1
2020-06-13normalize adt fields during structural match checkBastian Kauschke-1/+28
2020-06-13Add regression test for #73137Dylan MacKenzie-0/+42