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
Age
Commit message (
Expand
)
Author
Lines
2021-09-11
Apply noreturn and nounwind LLVM attributes to callsites
Amanieu d'Antras
-1
/
+6
2021-09-11
Allow simd_shuffle to accept vectors of any length
Caleb Zulawski
-33
/
+125
2021-09-11
manually inline function
The8472
-4
/
+4
2021-09-11
Auto merge of #88327 - bonega:scalar_refactor, r=eddyb
bors
-270
/
+230
2021-09-11
Fix duplicate bounds for const_trait_impl
Deadbeef
-6
/
+12
2021-09-11
Add comment pointing to test
Andrew Hickman
-0
/
+3
2021-09-11
don't convert types into identical types
Matthias Krüger
-5
/
+5
2021-09-11
Auto merge of #7663 - Jarcho:rsplit_once_order, r=llogiq
bors
-38
/
+72
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-34
/
+30
2021-09-11
correct ARM+MUSL notes
oliverbr
-2
/
+2
2021-09-11
Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...
bors
-10
/
+9
2021-09-11
Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...
bors
-13
/
+82
2021-09-11
In suggest_missing_return_type, erase late bound regions after normalizing
jackh726
-1
/
+41
2021-09-11
Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearth
bors
-212
/
+976
2021-09-10
Make sure the call span parens check only fires on the callee, not args
Michael Howell
-7
/
+8
2021-09-10
Fix debuginfo tests for the latest version of the Windows SDK.
Wesley Wiser
-77
/
+58
2021-09-10
Add the corrections stuff to the 88803 test case
Michael Howell
-1
/
+12
2021-09-10
feat(rustc_typeck): suggest removing bad parens in `(recv.method)()`
Michael Howell
-1
/
+36
2021-09-10
Revert "Temporarily ignore some debuginfo tests on windows."
Wesley Wiser
-12
/
+0
2021-09-11
optimization continuation byte validation of strings containing multibyte chars
The8472
-6
/
+4
2021-09-11
optimize utf8_is_cont_byte() to speed up str.chars().count()
The8472
-1
/
+1
2021-09-11
benchmark for str.chars().count()
The8472
-0
/
+34
2021-09-11
Update LLVM submodule
Mitchell Kember
-0
/
+0
2021-09-11
Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]`
Waffle Lapkin
-1
/
+1
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-2
/
+2
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-68
/
+71
2021-09-10
Fix error recovery in format macro parsing
Fabian Wolff
-18
/
+94
2021-09-10
Add a range pattern inference failing test
Gary Guo
-0
/
+49
2021-09-10
Add ui test for issue 88074
Gary Guo
-0
/
+16
2021-09-10
Perform type inference in range pattern
Gary Guo
-28
/
+44
2021-09-10
Add help for E0463
Guillaume Gomez
-0
/
+5
2021-09-10
Introduce a fast path that avoids the `debug_tuple` abstraction when deriving
Patrick Walton
-3
/
+18
2021-09-10
Use `libc::sigaction()` instead of `sys::signal()` to prevent a deadlock
Fabian Wolff
-4
/
+3
2021-09-10
ARMV6K 3DS: Removed useless parameters in target spec
Meziu
-3
/
+1
2021-09-10
Duplicate tests for incremental spans mode.
Camille GILLOT
-1096
/
+2532
2021-09-10
Record call_site parent for macros.
Camille GILLOT
-3
/
+27
2021-09-10
Remove some span tracking.
Camille GILLOT
-6
/
+6
2021-09-10
Give spans their parent item during lowering.
Camille GILLOT
-3
/
+11
2021-09-10
Add actual spans to the crate hash.
Camille GILLOT
-13
/
+13
2021-09-10
Add sanity check.
Camille GILLOT
-3
/
+9
2021-09-10
Rename decode to data_untracked.
Camille GILLOT
-7
/
+8
2021-09-10
Track span dependency using a callback.
Camille GILLOT
-5
/
+40
2021-09-10
Encode spans relative to their parent.
Camille GILLOT
-16
/
+76
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-7
/
+10
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-40
/
+88
2021-09-10
Keep def_spans collected by resolution.
Camille GILLOT
-11
/
+22
2021-09-10
Improve diagnostics if a character literal contains combining marks
Fabian Wolff
-14
/
+137
2021-09-10
Fix result order for `manual_split_once` when `rsplitn` is used
Jason Newcomb
-38
/
+72
2021-09-10
Auto merge of #88823 - hyd-dev:miri, r=RalfJung
bors
-8
/
+8
2021-09-10
Auto merge of #7660 - HKalbasi:derivable-impls, r=camsteffen
bors
-4
/
+53
[prev]
[next]