| Age | Commit message (Expand) | Author | Lines |
| 2017-12-06 | Auto merge of #45898 - JRegimbal:master, r=QuietMisdreavus | bors | -6/+6 |
| 2017-12-05 | Changed tab names to those agreed upon. | JRegimbal | -6/+6 |
| 2017-12-05 | Auto merge of #46514 - zackmdavis:sticking_it_to_the_man, r=alexcrichton | bors | -6/+35 |
| 2017-12-05 | Auto merge of #46498 - malbarbo:dist-armv5te, r=alexcrichton | bors | -1/+7 |
| 2017-12-05 | Auto merge of #46492 - eddyb:move-ops, r=arielb1 | bors | -4/+14 |
| 2017-12-05 | rustc_mir: don't move temporaries that are still used later. | Eduard-Mihai Burtescu | -4/+14 |
| 2017-12-05 | Add armv5te-unknown-linux-gnueabi to cross builder | Marco A L Barbosa | -1/+7 |
| 2017-12-05 | Auto merge of #46503 - Aaron1011:librustdoc_log, r=Mark-Simulacrum | bors | -2/+0 |
| 2017-12-04 | template month/year, version into man pages while building dist tarball | Zack M. Davis | -6/+35 |
| 2017-12-05 | Auto merge of #46499 - malbarbo:rename-cross, r=alexcrichton | bors | -7/+7 |
| 2017-12-05 | Auto merge of #46403 - oli-obk:generic_missing_impl, r=nikomatsakis | bors | -7/+32 |
| 2017-12-05 | Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddyb | bors | -195/+57 |
| 2017-12-04 | Remove librustdoc dependency on log | Aaron Hill | -2/+0 |
| 2017-12-04 | Auto merge of #46427 - michaelwoerister:transitive-svh, r=nikomatsakis | bors | -3/+23 |
| 2017-12-04 | Auto merge of #46319 - nikomatsakis:nll-master-to-rust-master-2, r=pnkfelix | bors | -2115/+3289 |
| 2017-12-04 | Rename cross(2) builder to dist-various-{1,2} | Marco A L Barbosa | -7/+7 |
| 2017-12-04 | adopt `longer` and `shorter` rather than `fr` and `outlived_fr` | Niko Matsakis | -14/+16 |
| 2017-12-04 | outlives/env: fix comment, say must and not should | Niko Matsakis | -1/+1 |
| 2017-12-04 | Auto merge of #46463 - nak3:fix-invalid-docs-path, r=kennytm | bors | -2/+2 |
| 2017-12-04 | rustc_back: replace tempdir with crates.io version. | Irina-Gabriela Popa | -127/+18 |
| 2017-12-04 | rustc_back: move dynamic_lib to rustc_metadata. | Irina-Gabriela Popa | -14/+11 |
| 2017-12-04 | rustc_back: remove slice module in favor of std::slice::from_ref. | Irina-Gabriela Popa | -54/+28 |
| 2017-12-04 | transtive_relation: fix typo in comment for `parents` | Niko Matsakis | -1/+1 |
| 2017-12-04 | outlives/env: Fix comment that lost surrounding context. | Niko Matsakis | -3/+2 |
| 2017-12-04 | region_infer: Fix typo in comment | Niko Matsakis | -1/+1 |
| 2017-12-04 | free_region_map: Fix typo in comment: r_a <= r_b | Niko Matsakis | -1/+1 |
| 2017-12-04 | type_check.rs: rustfmt | Niko Matsakis | -29/+23 |
| 2017-12-04 | remove unused span from `eq_types` (and rustfmt slightly) | Niko Matsakis | -12/+3 |
| 2017-12-04 | document `closure_base_def_id` | Niko Matsakis | -0/+7 |
| 2017-12-04 | fix debruijn account in `for_each_free_region` | Niko Matsakis | -1/+1 |
| 2017-12-04 | rename "free region" to "universally quantified region" | Niko Matsakis | -75/+88 |
| 2017-12-04 | introduce `closure_env_ty` helper to compute ty of closure env arg | Niko Matsakis | -31/+42 |
| 2017-12-04 | move `liberate_late_bound_regions` to a method on the tcx | Niko Matsakis | -23/+32 |
| 2017-12-04 | MIR dump: restructure pretty to be more extensible by other code | Niko Matsakis | -133/+246 |
| 2017-12-04 | constraint_generation: create liveness constraints more thoroughly | Niko Matsakis | -110/+155 |
| 2017-12-04 | extend TransitiveRelation with `parents` function | Niko Matsakis | -2/+128 |
| 2017-12-04 | promote region_infer into its own module | Niko Matsakis | -0/+0 |
| 2017-12-04 | rename `greater_than` to `reachable_from` | Niko Matsakis | -15/+3 |
| 2017-12-04 | break type-checking of aggregate-kind out into helper function | Niko Matsakis | -45/+52 |
| 2017-12-04 | rename `implied_bounds` module to `bounds` | Niko Matsakis | -3/+3 |
| 2017-12-04 | extract the code to create `OutlivesBounds` into its own module | Niko Matsakis | -98/+110 |
| 2017-12-04 | make `no_late_bound_regions` a method on `Binder<T>` | Niko Matsakis | -23/+33 |
| 2017-12-04 | make `resolve_regions_and_report_errors` take an `OutlivesEnv` | Niko Matsakis | -53/+108 |
| 2017-12-04 | move `free_regions_map` into `infer::outlives` | Niko Matsakis | -137/+152 |
| 2017-12-04 | extract the `implied_bounds` code into a helper function | Niko Matsakis | -172/+201 |
| 2017-12-04 | region_infer: BitMatrix representation of region values | Zack M. Davis | -154/+184 |
| 2017-12-04 | inform constraint generation using maybe-init | Paul Daniel Faria | -78/+374 |
| 2017-12-04 | borrow_check.rs: rustfmt | Niko Matsakis | -681/+1027 |
| 2017-12-04 | Fix invalid docs path for compiler plugins | Kenjiro Nakayama | -2/+2 |
| 2017-12-04 | replace constant regions with a post-inference check | Niko Matsakis | -100/+163 |