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
Age
Commit message (
Expand
)
Author
Lines
2021-08-30
Don't give invalid suggestions in array_into_iter.
Mara Bos
-1
/
+1
2021-08-30
Upgrade array_into_iter lint to include Deref-to-array types.
Mara Bos
-23
/
+29
2021-08-30
Add test for extra <> in dyn suggestion.
Mara Bos
-0
/
+71
2021-08-30
Don't suggest extra <> in dyn suggestion.
Mara Bos
-5
/
+10
2021-08-30
Fix loading large rlibs
Mark Rousskov
-3
/
+79
2021-08-30
Add test case for using `slice::fill` with MaybeUninit
Katherine Philip
-0
/
+9
2021-08-30
use `unwrap_unchecked` where possible
ibraheemdev
-11
/
+5
2021-08-30
Test that turbofish does not swim away in prelude collusion suggestion.
Mara Bos
-0
/
+81
2021-08-30
Keep turbofish in prelude collision lint.
Mara Bos
-2
/
+16
2021-08-30
Add test for 2021 ambiguous [T; N].into_iter().
Mara Bos
-0
/
+70
2021-08-30
Warn when [T; N].into_iter() is ambiguous in the new edition.
Mara Bos
-5
/
+26
2021-08-30
No longer pass -Z unstable-options for edition 2021 in test.
Mara Bos
-1
/
+1
2021-08-30
Update test output for stable Rust 2021.
Mara Bos
-24
/
+24
2021-08-30
Auto merge of #88466 - sexxi-goose:issue-88372, r=nikomatsakis
bors
-0
/
+24
2021-08-30
clean up `c::linger` conversion
ibraheemdev
-2
/
+2
2021-08-30
sunos systems add sanitizer supported.
David Carlier
-2
/
+6
2021-08-30
add `TcpStream::set_linger` and `TcpStream::linger`
ibraheemdev
-1
/
+166
2021-08-30
Add test for glob imported prelude collision trait.
Mara Bos
-1
/
+32
2021-08-30
Fix prelude collision suggestions for glob imported traits.
Mara Bos
-2
/
+7
2021-08-30
Add and update tests.
Mara Bos
-20
/
+96
2021-08-30
Fix lifetime generics in <T<..> as Trait>::try_from suggestion.
Mara Bos
-17
/
+21
2021-08-30
Fix lifetime generics in <T as Trait<..>>::try_from suggestion.
Mara Bos
-10
/
+17
2021-08-30
Use MaybeUninit::write in functor.rs
est31
-1
/
+1
2021-08-30
update miri
Ralf Jung
-9
/
+7
2021-08-30
Put back "auto-collapse-implementors" setting
Guillaume Gomez
-0
/
+6
2021-08-30
Put back display of associated items (types and consts)
Guillaume Gomez
-11
/
+33
2021-08-30
Update LATEST_STABLE_EDITION to 2021.
Mara Bos
-1
/
+1
2021-08-30
update rustc cmdargs markdown section
HTG-YT
-1
/
+1
2021-08-30
make edition 2021 stable
HTG-YT
-1
/
+1
2021-08-30
Remove unused arena macro args
bjorn3
-10
/
+10
2021-08-30
Add regression test for a spurious import
Alexander Theißen
-0
/
+30
2021-08-30
Disallow the aapcs CC on Aarch64
Simonas Kazlauskas
-28
/
+101
2021-08-30
Fix LLVM libunwind build for non-musl targets
Jethro Beekman
-12
/
+20
2021-08-30
Auto merge of #87680 - mati865:stacker-psm-update, r=Mark-Simulacrum,nagisa
bors
-6
/
+6
2021-08-30
`feature(const_param_types)` -> `feature(adt_const_params)`
lcnr
-108
/
+108
2021-08-30
allow unordered const/ty params if any cg feature is active
lcnr
-6
/
+4
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-4305
/
+849
2021-08-30
remove lazy_normalization_consts
Ellen
-114
/
+10
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-213
/
+178
2021-08-30
Auto merge of #88281 - asquared31415:asm-docs, r=Amanieu
bors
-19
/
+20
2021-08-30
Auto merge of #88456 - inquisitivecrystal:private-macro, r=jyn514
bors
-2
/
+22
2021-08-29
Clean up the lowering of AST items
inquisitivecrystal
-33
/
+29
2021-08-29
Adding examples to docs of std::time module
João M. Bezerra
-11
/
+37
2021-08-29
Retrieve `DefKind` from HIR map to reduce chance of cycles
Noah Lev
-4
/
+6
2021-08-29
emit specific warning to clarify that foreign items can't have no_mangle
asquared31415
-0
/
+102
2021-08-29
Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisa
bors
-271
/
+308
2021-08-30
rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.
Eduard-Mihai Burtescu
-85
/
+81
2021-08-30
rustc_target: `TyAndLayout::field` should never error.
Eduard-Mihai Burtescu
-77
/
+77
2021-08-29
2229: Drop any deref in move closure
Aman Arora
-52
/
+77
2021-08-29
Auto merge of #88280 - sexxi-goose:non-exhaustive, r=nikomatsakis
bors
-2
/
+185
[prev]
[next]