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