index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-07-31
Update to 1.45.2
Mark Rousskov
-1
/
+1
2020-07-30
Fix #[track_caller] shims for trait objects.
Adam Perry
-1
/
+26
2020-07-30
Add a test for pattern matching within a tuple
Mark Rousskov
-0
/
+7
2020-07-30
Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern"
Mark Rousskov
-40
/
+1
2020-07-30
Revert "delay_span_bug instead of silent ignore"
Mark Rousskov
-16
/
+10
2020-07-26
Use preinstalled MSYS2
Mateusz Mikuła
-49
/
+3
2020-07-25
The const propagator cannot trace references.
Oliver Scherer
-50
/
+202
2020-07-23
ci: Replace exec-with-shell wrapper with "plain bash"
Kristofer Rye
-31
/
+4
2020-07-23
ci: Stop setting CI_OVERRIDE_SHELL environment variable
Kristofer Rye
-2
/
+15
2020-07-23
ci: Set `shell: bash` as a default, remove duplicates
Kristofer Rye
-20
/
+3
2020-07-23
Set shell for github actions CI
Mark Rousskov
-0
/
+20
2020-07-23
delay_span_bug instead of silent ignore
Mark Rousskov
-10
/
+16
2020-07-23
Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern
Jakub Adam Wieczorek
-1
/
+40
2020-07-23
Bump cargo
Mark Rousskov
-0
/
+0
2020-07-22
rustbuild: drop tool::should_install
Marc-Antoine Perennou
-17
/
+4
2020-07-22
Use `ReEmpty(U0)` as the implicit region bound in typeck
Matthew Jasper
-10
/
+102
2020-07-22
Update to rustfmt 1.4.17
Mark Rousskov
-0
/
+0
2020-07-22
1.45.1 release
Mark Rousskov
-1
/
+1
2020-07-13
Stable 1.45.0 release
Mark Rousskov
-1
/
+1
2020-07-10
ci: fix wasm32 broken due to a NodeJS version bump
Pietro Albini
-1
/
+12
2020-07-10
Change how compiler-builtins gets many CGUs
Alex Crichton
-48
/
+15
2020-07-10
Reoder order in which MinGW libs are linked
Mateusz Mikuła
-1
/
+1
2020-07-10
Perform obligation deduplication to avoid buggy `ExistentialMismatch`
Esteban Küber
-3
/
+39
2020-07-10
rustc_lexer: Simplify shebang parsing once more
Vadim Petrochenkov
-20
/
+21
2020-07-10
rustdoc: Rename invalid_codeblock_attribute lint to be plural
Oliver Middleton
-14
/
+14
2020-07-10
rustdoc: Fix doc aliases with crate filtering
Oliver Middleton
-8
/
+55
2020-06-26
Beta backport of PR #73005 (obligation error impl candidate)
Aaron Hill
-181
/
+55
2020-06-26
Ensure stack when building MIR for matches
Simonas Kazlauskas
-23
/
+5233
2020-06-26
Don't run test on emscripten which doesn't have threads
Amanieu d'Antras
-0
/
+1
2020-06-26
Add -O compile flag to test
Amanieu d'Antras
-0
/
+1
2020-06-26
Fix link error with #[thread_local] introduced by #71192
Amanieu d'Antras
-0
/
+20
2020-06-26
Allow inference regions when relating consts
Tyler Mandry
-10
/
+13
2020-06-26
Disable the `SimplifyArmIdentity` pass on beta
Wesley Wiser
-62
/
+87
2020-06-26
linker: Never pass `-no-pie` to non-gnu linkers
Vadim Petrochenkov
-2
/
+2
2020-06-26
Add issue number to novel violation warning
Dylan MacKenzie
-2
/
+5
2020-06-26
Add regression test for #73431
Dylan MacKenzie
-0
/
+29
2020-06-26
Make novel structural match violations a warning
Dylan MacKenzie
-1
/
+5
2020-06-15
Enable lld for Cargo tests on Windows.
Eric Huss
-2
/
+2
2020-06-15
Update cargo to include rust-lang/cargo#8361
Mark Rousskov
-0
/
+0
2020-06-13
Bump bootstrap to released stable
Mark Rousskov
-2
/
+2
2020-06-13
further bless tests.
Felix S. Klock II
-19
/
+19
2020-06-13
placate tidy.
Felix S. Klock II
-1
/
+1
2020-06-13
Revert "Defer creating drop trees in MIR lowering until leaving that scope"
Felix S. Klock II
-769
/
+735
2020-06-13
Revert "Reduce the number of drop-flag assignments in unwind paths"
Felix S. Klock II
-12
/
+39
2020-06-13
Revert "Add some more comments"
Felix S. Klock II
-19
/
+6
2020-06-13
Revert "Bless mir-opt tests"
Felix S. Klock II
-819
/
+973
2020-06-13
Revert "Address review comments"
Felix S. Klock II
-11
/
+7
2020-06-13
remove assert
Bastian Kauschke
-2
/
+1
2020-06-13
normalize adt fields during structural match check
Bastian Kauschke
-1
/
+28
2020-06-13
Add regression test for #73137
Dylan MacKenzie
-0
/
+42
[next]