| Age | Commit message (Expand) | Author | Lines |
| 2018-09-10 | 1.29.0 stable release | Mark Rousskov | -1/+1 |
| 2018-09-10 | [beta] rustdoc: disable blanket impl collection | QuietMisdreavus | -136/+2 |
| 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-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 | 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 | 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-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 | 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 | 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-17 | Don't sanity check function pointers in vtables | Oliver Schneider | -16/+23 |
| 2018-08-09 | Add some missing winapi features | Oliver Schneider | -0/+3 |
| 2018-08-09 | Update the clippy submodule | Oliver Schneider | -9/+5 |
| 2018-08-07 | Update RLS, Rustfmt, Clippy | Nick Cameron | -87/+291 |
| 2018-08-02 | download bootstrap compiler from static instead of dev-static | Pietro Albini | -2/+2 |
| 2018-07-31 | Beta for 1.29.0 | Mark Rousskov | -5/+5 |
| 2018-07-31 | Auto merge of #52850 - SimonSapin:unstablize, r=alexcrichton | bors | -4/+12 |
| 2018-07-31 | Auto merge of #52630 - Mark-Simulacrum:rustdoc-cleanup-2, r=QuietMisdreavus | bors | -121/+96 |
| 2018-07-31 | Auto merge of #52863 - steveklabnik:update-books, r=Mark-Simulacrum | bors | -0/+0 |
| 2018-07-31 | region_infer: rustfmt, pacifying the mercilous tidy | Niko Matsakis | -24/+48 |
| 2018-07-31 | assert no region obligations on entering custom type op | Niko Matsakis | -0/+13 |
| 2018-07-31 | free RegionBoundPairs earlier and avoid normalizing twice | Niko Matsakis | -24/+41 |
| 2018-07-31 | remove `region_bound_pairs` from FRR as they are not needed later | Niko Matsakis | -25/+26 |
| 2018-07-31 | make a free fn for creating the URR | Niko Matsakis | -43/+42 |
| 2018-07-31 | add regression test for #52057 | Niko Matsakis | -0/+35 |
| 2018-07-31 | remove universal-region-relation computation from universal_regions | Niko Matsakis | -300/+206 |
| 2018-07-31 | introduce, but do not use, `free_region_relation` computation | Niko Matsakis | -4/+243 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -121/+96 |