| Age | Commit message (Expand) | Author | Lines |
| 2018-10-05 | Auto merge of #54808 - pietroalbini:stable-1.29.2, r=alexcrichton 1.29.2 | bors | -92/+140 |
| 2018-10-04 | Stable release 1.29.2 | Pietro Albini | -1/+1 |
| 2018-10-04 | Update release notes for 1.29.2 | Pietro Albini | -0/+8 |
| 2018-10-04 | Bump libgit2-sys to 0.7.9 to fix rls on windows-gnu | Pietro Albini | -81/+80 |
| 2018-10-04 | Do not put noalias annotations by default | Simonas Kazlauskas | -10/+48 |
| 2018-10-04 | Updated 1.29 release notes with --document-private-items flag | Aaron Power | -0/+3 |
| 2018-09-20 | Auto merge of #54397 - alexcrichton:fix-bug-stable, r=steveklabnik 1.29.1 | bors | -2/+42 |
| 2018-09-20 | std: Check for overflow in `str::repeat` | Alex Crichton | -2/+42 |
| 2018-09-11 | Auto merge of #54117 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.29.0 | bors | -1/+1 |
| 2018-09-10 | 1.29.0 stable release | Mark Rousskov | -1/+1 |
| 2018-09-10 | Auto merge of #54104 - QuietMisdreavus:beta-disable-blankets, r=Mark-Simulacrum | bors | -136/+2 |
| 2018-09-10 | [beta] rustdoc: disable blanket impl collection | QuietMisdreavus | -136/+2 |
| 2018-09-09 | Auto merge of #54037 - pietroalbini:beta-backports, r=pietroalbini | bors | -33/+219 |
| 2018-09-09 | Fix compile-fail/cfg-empty-codemap.rs test | Pietro Albini | -1/+1 |
| 2018-09-07 | Add license header to the new tests | Pietro Albini | -9/+69 |
| 2018-09-07 | Validate syntax of `--cfg` command line arguments | Vadim Petrochenkov | -40/+40 |
| 2018-09-07 | Validate syntax of `cfg` attributes | Vadim Petrochenkov | -13/+139 |
| 2018-09-06 | Auto merge of #53978 - alexcrichton:remove-repr-transparent-atomics, r=nikoma... | bors | -3/+0 |
| 2018-09-05 | [beta]: Remove `#[repr(transparent)]` from atomics | Alex Crichton | -3/+0 |
| 2018-09-04 | Auto merge of #53944 - oli-obk:beta, r=nikomatsakis | bors | -7/+93 |
| 2018-09-04 | Auto merge of #53952 - cuviper:beta-backtrace-sys, r=pietroalbini | bors | -3/+3 |
| 2018-09-04 | std: Use target_pointer_width for BACKTRACE_ELF_SIZE | Josh Stone | -3/+3 |
| 2018-09-04 | Auto merge of #53939 - parched:beta-aarch64-fix, r=alexcrichton | bors | -0/+0 |
| 2018-09-04 | Properly prevent the promotion of unstable const fns | Oliver Schneider | -7/+93 |
| 2018-09-03 | Update LLVM to fix segfault on AArch64 | James Duley | -0/+0 |
| 2018-09-01 | Auto merge of #53880 - pietroalbini:beta-backports, r=pietroalbini | bors | -10/+33 |
| 2018-09-01 | rustbuild: fix local_rebuild | Marc-Antoine Perennou | -1/+1 |
| 2018-09-01 | std: Use target_pointer_width for BACKTRACE_ELF_SIZE | Josh Stone | -1/+2 |
| 2018-09-01 | Add a test for reset expansion info | Vadim Petrochenkov | -0/+29 |
| 2018-09-01 | Revert "hygiene: Make sure expansion info is set at most once for a given `Ma... | Vadim Petrochenkov | -8/+1 |
| 2018-08-31 | Auto merge of #53825 - oli-obk:beta_backport, r=RalfJung | bors | -6/+12 |
| 2018-08-30 | Don't hash the ctfe memory | Oliver Schneider | -3/+3 |
| 2018-08-30 | add comment | Ralf Jung | -0/+1 |
| 2018-08-30 | check_const: use the same ParamEnv as codegen for statics | Ralf Jung | -3/+8 |
| 2018-08-26 | Auto merge of #53425 - oli-obk:validation, r=nikomatsakis | bors | -18/+25 |
| 2018-08-25 | Auto merge of #53700 - pietroalbini:beta-backports, r=pietroalbini | bors | -29/+157 |
| 2018-08-25 | resolve: Continue search in outer scopes after applying derive resolution fal... | Vadim Petrochenkov | -13/+41 |
| 2018-08-25 | Feature gate where clauses on associated type impls | varkor | -8/+26 |
| 2018-08-25 | rustc_codegen_llvm: Restore the closure env alloca hack for LLVM 5. | Josh Stone | -2/+24 |
| 2018-08-25 | resolve: Reject some inaccessible candidates sooner during import resolution | Vadim Petrochenkov | -0/+26 |
| 2018-08-25 | fix testcase | dylan_DPC | -5/+18 |
| 2018-08-25 | add warning for missing docs | dylan_DPC | -4/+5 |
| 2018-08-25 | add testcase to existing macro testcase | dylan_DPC | -3/+22 |
| 2018-08-25 | add macro check for lint | dylan_DPC | -1/+2 |
| 2018-08-25 | Update test | Oliver Schneider | -2/+2 |
| 2018-08-25 | Auto merge of #53694 - pietroalbini:beta-backports, r=pietroalbini | bors | -11/+149 |
| 2018-08-25 | Fix tidy | Oliver Schneider | -1/+1 |
| 2018-08-25 | Remove an overly pedantic and wrong assertion | Oliver Schneider | -5/+23 |
| 2018-08-25 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -6/+48 |
| 2018-08-25 | Update RELEASES.md | Aaron Power | -2/+2 |