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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2019-10-22
Readd some PartialEq and Hash derives used by Clippy
flip1995
-3
/
+6
2019-10-23
Some tweaks
oxalica
-49
/
+44
2019-10-22
Apply clippy::single_match suggestion
Mateusz Mikuła
-6
/
+4
2019-10-22
Apply clippy::while_let_on_iterator suggestions
Mateusz Mikuła
-2
/
+1
2019-10-22
Apply clippy::redundant_pattern_matching suggestion
Mateusz Mikuła
-1
/
+1
2019-10-22
Apply clippy::needless_return suggestions
Mateusz Mikuła
-23
/
+23
2019-10-22
Add missing space in librustdoc
Igor Aleksanov
-1
/
+1
2019-10-22
Apply clippy::useless_let_if_seq suggestion
Mateusz Mikuła
-5
/
+4
2019-10-22
Merge branch 'master' into rusty-hermit
Stefan Lankes
-2741
/
+3536
2019-10-22
relax ExactSizeIterator bound on write_bytes: too many iterators don't have t...
Ralf Jung
-5
/
+9
2019-10-22
Target-feature documented as unsafe. rustc book and rustc -C help have been m...
togiberlin
-2
/
+25
2019-10-22
Add regression test for #65675
varkor
-0
/
+18
2019-10-22
Fix an issue with const inference variables sticking around under Chalk + NLL
varkor
-27
/
+28
2019-10-22
Add ignore-tidy-filelength on ty/context
Santiago Pastorino
-0
/
+1
2019-10-22
Move Place::elem methods and friends to TyCtxt
Santiago Pastorino
-124
/
+139
2019-10-22
Intern place projection
Santiago Pastorino
-185
/
+346
2019-10-22
Add intern table for `List<PlaceElem<'tcx>>`
Santiago Pastorino
-2
/
+20
2019-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-820
/
+707
2019-10-22
Add link to async/await
Yuki Okushi
-3
/
+6
2019-10-22
Auto merge of #65503 - popzxc:refactor-libtest, r=wesleywiser
bors
-1793
/
+2123
2019-10-22
Use E0741 for structural match error
varkor
-10
/
+10
2019-10-22
Remove FIXME
varkor
-4
/
+3
2019-10-22
Fix rustdoc const generics test
varkor
-0
/
+1
2019-10-22
Remove "type parameter depends on const parameter" error from resolution
varkor
-72
/
+21
2019-10-22
Search for generic parameters when finding non-`structural_match` types
varkor
-26
/
+42
2019-10-22
Forbid non-`structural_match` types in const generics
varkor
-0
/
+65
2019-10-22
Move `search_for_adt_without_structural_match` to `ty/mod`
varkor
-123
/
+116
2019-10-22
rustc_metadata: use a table for impl_trait_ref.
Eduard-Mihai Burtescu
-6
/
+13
2019-10-22
rustc_metadata: use a table for fn_sig.
Eduard-Mihai Burtescu
-60
/
+38
2019-10-22
self-profiling: Remove module names from some event-ids in codegen backend.
Michael Woerister
-6
/
+6
2019-10-22
rustc_metadata: use a table for super_predicates.
Eduard-Mihai Burtescu
-27
/
+23
2019-10-22
Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust ...
Michael Woerister
-21
/
+30
2019-10-22
Add regression test for issue #64153.
Michael Woerister
-0
/
+34
2019-10-22
Update error_codes.rs
Dylan DPC
-7
/
+7
2019-10-22
Add test for issue-63496
Yuki Okushi
-0
/
+30
2019-10-22
Update E0659 error code long explanation to 2018 edition
Guillaume Gomez
-9
/
+9
2019-10-22
add comments
Ralf Jung
-2
/
+2
2019-10-22
bring back some Debug instances for Miri
Ralf Jung
-2
/
+2
2019-10-22
Add test for issue-52437
Yuki Okushi
-0
/
+20
2019-10-22
Add test for issue-51431
Yuki Okushi
-0
/
+18
2019-10-22
Add test for issue-41366
Yuki Okushi
-0
/
+35
2019-10-22
refactor maybe_append
yjhmelody
-9
/
+8
2019-10-22
Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum
bors
-101
/
+35
2019-10-22
Fix check of `statx`
oxalica
-16
/
+34
2019-10-22
Deprecated proc_macro doesn't trigger warning on build library
wangxiangqing
-5
/
+5
2019-10-21
Code cleanups following up on #65576.
Dan Gohman
-13
/
+24
2019-10-22
Apply suggestions
Yuki Okushi
-9
/
+16
2019-10-22
Add long error explanation for E0728
Yuki Okushi
-5
/
+78
2019-10-21
Move as_local impl to from Place to PlaceRef
Santiago Pastorino
-4
/
+10
2019-10-21
PlaceElem<'tcx> should be Copy
Santiago Pastorino
-0
/
+2
[prev]
[next]