about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-04Use backtrace formatting from the backtrace crateTaylor Cramer-151/+94
2019-09-04Assume non-git LLVM is fresh if the stamp file existsJosh Stone-13/+14
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-04Rename --warnings=allow to --warnings=warnMark Rousskov-3/+3
2019-09-04Ensure all warnings are emitted even on warnings=warnMark Rousskov-7/+9
2019-09-04Update macros.rsStjepan Glavina-1/+1
2019-09-04Update src/libcore/macros.rsStjepan Glavina-1/+1
2019-09-04Auto merge of #64125 - JohnTitor:update-clippy, r=oli-obkbors-7/+9
2019-09-04address rebase changesDario Gonzalez-11/+13
2019-09-04Update cargo, booksEric Huss-0/+0
2019-09-04Merge pull request #15 from Wind-River/bpang-runtestBaoshan-2/+2
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-04Improve searching in rustdoc and add testsShiqing-10/+169
2019-09-04flatten rustc_lexer::character_properties moduleAleksey Kladov-86/+82
2019-09-04Override `StepBy::{try_fold, try_rfold}`Tim Vermeulen-1/+78
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-04Add compile flagYuki Okushi-41/+43
2019-09-04Rustfmt the files I touchedAlbin Stjerna-168/+187
2019-09-04Auto merge of #63166 - ksqsf:master, r=alexcrichtonbors-0/+81
2019-09-04Polonius: emit variable access factsAlbin Stjerna-11/+50
2019-09-04Polonius: don't emit `region_live_at`Albin Stjerna-20/+1
2019-09-04Polonius: don't emit `var_maybe_initialized_on_exit`Albin Stjerna-63/+0
2019-09-04Polonius: Rename `parent` and `var_starts_path`Albin Stjerna-6/+5
2019-09-04Polonius: emit initialization/move tracking factsAlbin Stjerna-9/+74
2019-09-04NLL: Adapt to the new Polonius typesAlbin Stjerna-14/+24
2019-09-04NLL: New Polonius versionAlbin Stjerna-2/+2
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-03change RUST_TEST_DYLINK to RUST_VXWORKS_TEST_DYLINKBaoshan Pang-2/+2
2019-09-03Merge pull request #12 from rust-lang/masterBaoshan-11412/+13543