| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-07 | Prevent infinite recursion of modules | Guillaume Gomez | -9/+47 |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -17/+160 |
| 2018-05-07 | Fix Mac OS section name for LLVM bitcode. | Michael Woerister | -1/+1 |
| 2018-05-07 | Auto merge of #50437 - zackmdavis:must_note, r=estebank | bors | -10/+17 |
| 2018-05-06 | in which the must-use additional messaging is tucked into a note | Zack M. Davis | -10/+17 |
| 2018-05-07 | Auto merge of #50434 - nrc:tool-bustage-infra, r=alexcrichton | bors | -1/+1 |
| 2018-05-06 | Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichton | bors | -5/+8 |
| 2018-05-06 | Auto merge of #50309 - samWson:issue-49938, r=eddyb | bors | -18/+18 |