about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-22rustc: don't mark lifetimes as early-bound in the presence of impl Trait.Eduard-Mihai Burtescu-13/+0
2017-11-22Auto merge of #46035 - oli-obk:use_suggestions, r=petrochenkovbors-43/+207
2017-11-22Auto merge of #45198 - oli-obk:fmt_args, r=sfacklerbors-0/+62
2017-11-22Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomezbors-29/+486
2017-11-22Auto merge of #46040 - zilbuz:mir-misc, r=nikomatsakisbors-44/+40
2017-11-21Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1bors-782/+1003
2017-11-21make with_unsugared_doc preserve is_sugared_docQuietMisdreavus-4/+6
2017-11-21allow loading external files in documentationQuietMisdreavus-25/+480
2017-11-22Rollup merge of #46157 - martinlindhe:master, r=kennytmkennytm-26/+26
2017-11-22Rollup merge of #46155 - SimonSapin:stylo, r=kennytmkennytm-2/+2
2017-11-22Rollup merge of #46141 - aqrln:tosocketaddrs-doc-fix-typo, r=frewsxcvkennytm-1/+1
2017-11-22Rollup merge of #46134 - GuillaumeGomez:negative-traits, r=QuietMisdreavuskennytm-9/+38
2017-11-22Rollup merge of #46120 - arielb1:def-debug, r=michaelwoeristerkennytm-15/+17
2017-11-22Rollup merge of #46103 - zackmdavis:dead_code_lint_should_say_never_construct...kennytm-18/+23
2017-11-22Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkovkennytm-24/+176
2017-11-22Rollup merge of #46050 - sunfishcode:read_to_end, r=sfacklerkennytm-6/+3
2017-11-22Rollup merge of #46031 - Keruspe:cargofmt, r=Mark-Simulacrumkennytm-135/+57
2017-11-22Rollup merge of #45987 - gaurikholkar:let-expr, r=michaelwoeristerkennytm-210/+36
2017-11-21fix some typosMartin Lindhe-26/+26
2017-11-21clean the Debug impl for CrateNum and DefIdAriel Ben-Yehuda-15/+17
2017-11-21Revert servo to upstream in cargotestSimon Sapin-2/+2
2017-11-21Auto merge of #45771 - petrochenkov:crate, r=nikomatsakisbors-49/+187
2017-11-21check that def_id is a local closure in InferCtxt::fn_sigNiko Matsakis-12/+21
2017-11-21Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddybbors-133/+884
2017-11-21Auto merge of #45545 - durka:macro-backtrace, r=nrcbors-58/+211
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-14/+345
2017-11-21Fix a typo in ToSocketAddrs documentationAlexey Orlenko-1/+1
2017-11-20Auto merge of #46130 - kennytm:rollup, r=kennytmbors-49/+114
2017-11-20fix example moreNiko Matsakis-1/+1
2017-11-21Report special messages for path segment keywords in wrong positionsVadim Petrochenkov-18/+47
2017-11-21Support `::crate` in pathsVadim Petrochenkov-41/+150
2017-11-20Display negative traits implementationGuillaume Gomez-9/+38
2017-11-21Rollup merge of #46128 - Coding-Doctors:patch-1, r=dtolnaykennytm-1/+1
2017-11-21Rollup merge of #46124 - rkruppe:no-llvm_unreachable, r=arielb1kennytm-30/+37
2017-11-21Rollup merge of #46122 - malbarbo:docs, r=steveklabnikkennytm-7/+9
2017-11-21Rollup merge of #46121 - malbarbo:rc_arc_pointer, r=dtolnaykennytm-2/+2
2017-11-21Rollup merge of #46119 - ritiek:master, r=arielb1kennytm-1/+1
2017-11-21Rollup merge of #46107 - nyanzebra:develop, r=kennytmkennytm-1/+1
2017-11-21Rollup merge of #46092 - sfackler:ppid, r=alexcrichtonkennytm-0/+14
2017-11-21Rollup merge of #46088 - vitiral:read_doc, r=steveklabnikkennytm-7/+27
2017-11-21Rollup merge of #46082 - Enet4:mutex_from, r=sfacklerkennytm-0/+22
2017-11-20extend comment further to explain why we limit wf to `upvar_tys`Niko Matsakis-0/+9
2017-11-20Fix result for assert_eqBenjamin Hoffmeyer-1/+1
2017-11-20Fix doc tests for trim_right_matchesBenjamin Hoffmeyer-1/+1
2017-11-20fix example for E0644Niko Matsakis-3/+2
2017-11-20address review commentsAlex Burka-82/+109
2017-11-20Clippy is brokenTaylor Cramer-1/+1
2017-11-20Print the address of the pointed value in Pointer impl for Rc and ArcMarco A L Barbosa-2/+2
2017-11-20Auto merge of #46110 - steveklabnik:update-books, r=steveklabnikbors-1/+1
2017-11-20[rustllvm] Use report_fatal_error over llvm_unreachableRobin Kruppe-30/+37