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
2018-07-18
1.27.2 Release
Mark Rousskov
-1
/
+1
2018-07-18
add test for #52213
Ariel Ben-Yehuda
-0
/
+24
2018-07-18
add a debug log for more MC failures
Ariel Ben-Yehuda
-3
/
+6
2018-07-18
use the adjusted type for cat_pattern in tuple patterns
Ariel Ben-Yehuda
-1
/
+1
2018-07-07
Release notes 1.27.1
Mark Rousskov
-1
/
+1
2018-07-07
Apply security patch for rustdoc
steveklabnik
-1
/
+7
2018-07-03
use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments
Niko Matsakis
-2
/
+45
2018-07-03
rename `pat_ty` to `pat_ty_adjusted` for clarity
Niko Matsakis
-4
/
+4
2018-06-18
Dummy commit to attempt to recreate prerelease artifacts
Mark Simulacrum
-0
/
+1
2018-06-18
Stable release 1.27.0
Mark Simulacrum
-3
/
+3
2018-06-12
[BETA] Update Cargo
Eric Huss
-0
/
+0
2018-06-08
Deduplicate and fix a test
Oliver Schneider
-48
/
+11
2018-06-08
Do not promote union field accesses
Oliver Schneider
-4
/
+55
2018-06-08
Deny #[cfg] and #[cfg_attr] on generic parameters.
kennytm
-3
/
+124
2018-06-08
Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"
Pietro Albini
-72
/
+156
2018-06-03
typeck: Do not pass the field check on field error
Dan Robertson
-3
/
+82
2018-06-03
change `PointerKind::Implicit` to a note
Niko Matsakis
-68
/
+139
2018-06-03
Fix build backporting #51052
Pietro Albini
-1
/
+1
2018-06-03
pacify the mercilous tidy
Niko Matsakis
-1
/
+2
2018-06-03
restore emplacement syntax (obsolete)
Niko Matsakis
-6
/
+97
2018-06-03
prohibit turbofish in `impl Trait` methods
Niko Matsakis
-31
/
+75
2018-06-03
[beta] Fix naming conventions for new lints
Vadim Petrochenkov
-49
/
+54
2018-06-03
fix @!has conditions in pub-use-extern-macros test
QuietMisdreavus
-3
/
+3
2018-06-03
update "pub-use-extern-macros" test to hide the regular import statement
QuietMisdreavus
-0
/
+1
2018-06-03
rustdoc: hide macro export statements from docs
QuietMisdreavus
-0
/
+7
2018-06-03
Make sure the float comparison output is consistent with the expected
kennytm
-7
/
+71
2018-05-25
Beta branch does not have const fn `subsec_millis` yet
Oliver Schneider
-14
/
+1
2018-05-24
Always mark unstable const fn as not const
Oliver Schneider
-7
/
+2
2018-05-24
Enforce stability of const fn in promoteds
Oliver Schneider
-16
/
+130
2018-05-21
Rename ret_ty to declared_ret_ty
leonardo.yvens
-4
/
+4
2018-05-21
Fix `fn main() -> impl Trait` for non-`Termination` trait
leonardo.yvens
-4
/
+41
2018-05-21
Add doc comments mentioning unspecified behaviour upon exhaustion
varkor
-1
/
+10
2018-05-21
Stabilise into_inner
varkor
-0
/
+13
2018-05-21
Stabilise inclusive_range_methods
varkor
-16
/
+3
2018-05-15
Fix self referential impl Trait substitutions
leonardo.yvens
-2
/
+42
2018-05-14
Update stdsimd module to include https://github.com/rust-lang-nursery/stdsimd...
steveklabnik
-0
/
+0
2018-05-14
rustc: don't trip an assertion for enums with present but uninhabited variants.
Eduard-Mihai Burtescu
-0
/
+20
2018-05-14
typeck: Save the index of private fields
Dan Robertson
-1
/
+62
2018-05-14
Introduce OperandValue::nontemporal_store and use it in the intrinsics
Anthony Ramine
-78
/
+65
2018-05-14
Introduce OperandValue::volatile_store and use it in the intrinsics
Anthony Ramine
-28
/
+35
2018-05-13
Auto merge of #50708 - pietroalbini:beta-backports, r=alexcrichton
bors
-64
/
+188
2018-05-13
typeck: Fix ICE with struct update syntax
Dan Robertson
-18
/
+64
2018-05-13
rustc: leave space for fields of uninhabited types to allow partial initializ...
Eduard-Mihai Burtescu
-46
/
+124
2018-05-12
[BETA] Update Cargo
Eric Huss
-0
/
+0
2018-05-10
std: Avoid `ptr::copy` if unnecessary in `vec::Drain`
Alex Crichton
-3
/
+5
2018-05-09
Auto merge of #50522 - alexcrichton:beta-next, r=alexcrichton
bors
-59
/
+62
2018-05-08
[beta] Prepare the 1.27.0 beta release
Alex Crichton
-59
/
+62
2018-05-07
Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavus
bors
-9
/
+47
2018-05-07
Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichton
bors
-24
/
+53
2018-05-07
Auto merge of #50487 - nikic:heap-manually-drop, r=Gankro
bors
-6
/
+5
[next]