about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-05Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomezMazdak Farrokhzad-13/+46
2019-09-05Rollup merge of #63774 - chocol4te:fix_63707, r=GuillaumeGomezMazdak Farrokhzad-1/+1
2019-09-05Rollup merge of #62848 - matklad:xid-unicode, r=petrochenkovMazdak Farrokhzad-506/+98
2019-09-05Rollup merge of #64148 - guanqun:typo-fix, r=zackmdavisMazdak Farrokhzad-3/+3
2019-09-05Rollup merge of #64142 - lzutao:fix-doc-cmp, r=jonas-schievinkMazdak Farrokhzad-6/+14
2019-09-05Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche...Mazdak Farrokhzad-133/+86
2019-09-05Rollup merge of #64128 - Centril:unused-parens-pat, r=davidtwcoMazdak Farrokhzad-64/+256
2019-09-05Rollup merge of #64123 - danielhenrymantilla:add_comment_about_uninit_integer...Mazdak Farrokhzad-0/+8
2019-09-05Rollup merge of #64120 - nnethercote:move-path-parsing-earlier, r=petrochenkovMazdak Farrokhzad-26/+30
2019-09-05Rollup merge of #64110 - estebank:receiver-type, r=CentrilMazdak Farrokhzad-150/+283
2019-09-05Rollup merge of #64092 - michaelwoerister:update-xlto-table-rustc-book-1.37, ...Mazdak Farrokhzad-0/+1
2019-09-05Rollup merge of #64043 - matthewjasper:underscore-import-tests, r=alexcrichtonMazdak Farrokhzad-0/+54
2019-09-05Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va...Mazdak Farrokhzad-6/+100
2019-09-05Rollup merge of #64031 - Centril:param-attrs-no-macros-test, r=nikomatsakisMazdak Farrokhzad-0/+299
2019-09-05Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obkMazdak Farrokhzad-29/+36
2019-09-05Rollup merge of #63985 - ghedo:stabilize_pin_into_inner, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-09-05Rollup merge of #63549 - sfanxiang:rev-rposition, r=scottmcmMazdak Farrokhzad-7/+6
2019-09-05Rollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-SimulacrumMazdak Farrokhzad-7/+4
2019-09-05Avoid feature name 'checked_duration_since' in a Tidy testVitaly _Vi Shukela-2/+2
2019-09-05Stabilize checked_duration_since for 1.39.0Vitaly _Vi Shukela-5/+2
2019-09-04Auto merge of #64150 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-09-04Auto merge of #64125 - JohnTitor:update-clippy, r=oli-obkbors-7/+9
2019-09-04Update cargo, booksEric Huss-0/+0
2019-09-04fix a few typos in commentsGuanqun Lu-3/+3
2019-09-04Fix doc links in `std::cmp` moduleLzu Tao-6/+14
2019-09-04flatten rustc_lexer::character_properties moduleAleksey Kladov-86/+82
2019-09-04Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrumbors-105/+123
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-460/+56
2019-09-04Auto merge of #63166 - ksqsf:master, r=alexcrichtonbors-0/+81
2019-09-04Add `Symbol::{with,with2}`.Nicholas Nethercote-13/+29
2019-09-04Remove `LocalInternedString::intern`.Nicholas Nethercote-13/+0
2019-09-04Remove `Encodable`/`Decodable` impls for `LocalInternedString`.Nicholas Nethercote-12/+0
2019-09-04Remove hashing impls for `LocalInternedString`.Nicholas Nethercote-24/+3
2019-09-04Remove `LocalInternedString::get`.Nicholas Nethercote-10/+1
2019-09-04Remove `LocalInternedString::as_interned_str()`.Nicholas Nethercote-6/+0
2019-09-04Remove `LocalInternedString` uses from `librustc/traits/`.Nicholas Nethercote-9/+10
2019-09-04Remove `LocalInternedString` uses from `librustc_codegen_llvm`.Nicholas Nethercote-20/+20
2019-09-04Remove `LocalInternedString` uses from `librustc_codegen_llvm/consts.rs`.Nicholas Nethercote-7/+8
2019-09-04Remove `LocalInternedString` uses from `librustc/ty/`.Nicholas Nethercote-13/+9
2019-09-03Strip remote-test-client output from run stdoutnathanwhit-2/+18
2019-09-03fix error code testEsteban Küber-1/+1
2019-09-03review commentsEsteban Küber-3/+5
2019-09-03review comments: error code textEsteban Küber-8/+10
2019-09-03Update ClippyYuki Okushi-7/+9
2019-09-03Changed comment to better reflect std's exceptional situationDaniel Henry-Mantilla-4/+4
2019-09-03unused_parens: fix for or-patterns + &(mut x)Mazdak Farrokhzad-64/+256
2019-09-03Rollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebankMazdak Farrokhzad-0/+57
2019-09-03Rollup merge of #64071 - guanqun:style-fix, r=CentrilMazdak Farrokhzad-2/+2
2019-09-03Rollup merge of #64058 - phansch:refactor_out_method, r=estebankMazdak Farrokhzad-12/+32
2019-09-03Rollup merge of #64056 - estebank:arbitrary-self-types, r=CentrilMazdak Farrokhzad-26/+148