about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-06Rollup merge of #46512 - Havvy:doc-compile_fail, r=kennytmCorey Farwell-4/+29
2017-12-06Rollup merge of #46502 - GuillaumeGomez:improve-search-style, r=QuietMisdreavusCorey Farwell-1/+10
2017-12-06Rollup merge of #46483 - frewsxcv:frewsxcv-ptr-swap, r=BurntSushiCorey Farwell-2/+40
2017-12-06Rollup merge of #46431 - steveklabnik:gh42725, r=QuietMisdreavusCorey Farwell-4/+4
2017-12-06Rollup merge of #46378 - udoprog:benches-rand, r=kennytmCorey Farwell-2/+2
2017-12-06Rollup merge of #46136 - tbu-:pr_werror, r=nikomatsakisCorey Farwell-1/+1
2017-12-06Auto merge of #46192 - arielb1:locally-coherent, r=nikomatsakisbors-141/+453
2017-12-06Auto merge of #46521 - SimonSapin:uninhabited-variants, r=eddybbors-7/+42
2017-12-06Auto merge of #46530 - nrc:rls-update, r=alexcrichtonbors-157/+171
2017-12-06Update CargoNick Cameron-66/+4
2017-12-06Update rls and rustfmtNick Cameron-153/+229
2017-12-06Auto merge of #45898 - JRegimbal:master, r=QuietMisdreavusbors-6/+6
2017-12-05rustc_trans: don't write discriminants for uninhabited variantsSimon Sapin-7/+42
2017-12-06convert errors to warningsAriel Ben-Yehuda-4/+4
2017-12-05Changed tab names to those agreed upon.JRegimbal-6/+6
2017-12-05compile_error example blurbsHavvy-0/+5
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-05Mention the name of ? in Result's docssteveklabnik-4/+4
2017-12-05add a comment and assertion explaining everythingAriel Ben-Yehuda-1/+93
2017-12-05improve error reportingAriel Ben-Yehuda-4/+3
2017-12-05convert the new conflicts to a soft errorAriel Ben-Yehuda-65/+207
2017-12-05refactor a bitAriel Ben-Yehuda-70/+116
2017-12-05improve treatment of local types in "remote coherence" modeAriel Ben-Yehuda-48/+81
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-05No unused macro warning in compile_error example.Havvy-1/+4
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-04Give compile_error macro examplesHavvy-4/+21
2017-12-04Document behavior of `ptr::swap` with overlapping regions of memory.Corey Farwell-2/+40
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-04Improve search styleGuillaume Gomez-1/+10
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