| Age | Commit message (Expand) | Author | Lines |
| 2019-09-05 | Rollup merge of #64092 - michaelwoerister:update-xlto-table-rustc-book-1.37, ... | Mazdak Farrokhzad | -0/+1 |
| 2019-09-05 | Rollup merge of #64043 - matthewjasper:underscore-import-tests, r=alexcrichton | Mazdak Farrokhzad | -0/+54 |
| 2019-09-05 | Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va... | Mazdak Farrokhzad | -6/+100 |
| 2019-09-05 | Rollup merge of #64031 - Centril:param-attrs-no-macros-test, r=nikomatsakis | Mazdak Farrokhzad | -0/+299 |
| 2019-09-05 | Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obk | Mazdak Farrokhzad | -29/+36 |
| 2019-09-05 | Rollup merge of #63985 - ghedo:stabilize_pin_into_inner, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-09-05 | Rollup merge of #63549 - sfanxiang:rev-rposition, r=scottmcm | Mazdak Farrokhzad | -7/+6 |
| 2019-09-05 | Rollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-Simulacrum | Mazdak Farrokhzad | -7/+4 |
| 2019-09-04 | Use backtrace formatting from the backtrace crate | Taylor Cramer | -151/+94 |
| 2019-09-04 | Assume non-git LLVM is fresh if the stamp file exists | Josh Stone | -13/+14 |
| 2019-09-05 | Avoid feature name 'checked_duration_since' in a Tidy test | Vitaly _Vi Shukela | -2/+2 |
| 2019-09-05 | Stabilize checked_duration_since for 1.39.0 | Vitaly _Vi Shukela | -5/+2 |
| 2019-09-04 | Auto merge of #64150 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+0 |
| 2019-09-04 | Rename --warnings=allow to --warnings=warn | Mark Rousskov | -3/+3 |
| 2019-09-04 | Ensure all warnings are emitted even on warnings=warn | Mark Rousskov | -7/+9 |
| 2019-09-04 | Update macros.rs | Stjepan Glavina | -1/+1 |
| 2019-09-04 | Update src/libcore/macros.rs | Stjepan Glavina | -1/+1 |
| 2019-09-04 | Auto merge of #64125 - JohnTitor:update-clippy, r=oli-obk | bors | -7/+9 |
| 2019-09-04 | address rebase changes | Dario Gonzalez | -11/+13 |
| 2019-09-04 | Update cargo, books | Eric Huss | -0/+0 |
| 2019-09-04 | Merge pull request #15 from Wind-River/bpang-runtest | Baoshan | -2/+2 |
| 2019-09-04 | fix a few typos in comments | Guanqun Lu | -3/+3 |
| 2019-09-04 | Fix doc links in `std::cmp` module | Lzu Tao | -6/+14 |
| 2019-09-04 | Improve searching in rustdoc and add tests | Shiqing | -10/+169 |
| 2019-09-04 | flatten rustc_lexer::character_properties module | Aleksey Kladov | -86/+82 |
| 2019-09-04 | Override `StepBy::{try_fold, try_rfold}` | Tim Vermeulen | -1/+78 |
| 2019-09-04 | Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrum | bors | -105/+123 |
| 2019-09-04 | remove XID and Pattern_White_Space unicode tables from libcore | Aleksey Kladov | -460/+56 |
| 2019-09-04 | Add compile flag | Yuki Okushi | -41/+43 |
| 2019-09-04 | Rustfmt the files I touched | Albin Stjerna | -168/+187 |
| 2019-09-04 | Auto merge of #63166 - ksqsf:master, r=alexcrichton | bors | -0/+81 |
| 2019-09-04 | Polonius: emit variable access facts | Albin Stjerna | -11/+50 |
| 2019-09-04 | Polonius: don't emit `region_live_at` | Albin Stjerna | -20/+1 |
| 2019-09-04 | Polonius: don't emit `var_maybe_initialized_on_exit` | Albin Stjerna | -63/+0 |
| 2019-09-04 | Polonius: Rename `parent` and `var_starts_path` | Albin Stjerna | -6/+5 |
| 2019-09-04 | Polonius: emit initialization/move tracking facts | Albin Stjerna | -9/+74 |
| 2019-09-04 | NLL: Adapt to the new Polonius types | Albin Stjerna | -14/+24 |
| 2019-09-04 | NLL: New Polonius version | Albin Stjerna | -2/+2 |
| 2019-09-04 | Add `Symbol::{with,with2}`. | Nicholas Nethercote | -13/+29 |
| 2019-09-04 | Remove `LocalInternedString::intern`. | Nicholas Nethercote | -13/+0 |
| 2019-09-04 | Remove `Encodable`/`Decodable` impls for `LocalInternedString`. | Nicholas Nethercote | -12/+0 |
| 2019-09-04 | Remove hashing impls for `LocalInternedString`. | Nicholas Nethercote | -24/+3 |
| 2019-09-04 | Remove `LocalInternedString::get`. | Nicholas Nethercote | -10/+1 |
| 2019-09-04 | Remove `LocalInternedString::as_interned_str()`. | Nicholas Nethercote | -6/+0 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/traits/`. | Nicholas Nethercote | -9/+10 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm`. | Nicholas Nethercote | -20/+20 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm/consts.rs`. | Nicholas Nethercote | -7/+8 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/ty/`. | Nicholas Nethercote | -13/+9 |
| 2019-09-03 | change RUST_TEST_DYLINK to RUST_VXWORKS_TEST_DYLINK | Baoshan Pang | -2/+2 |
| 2019-09-03 | Merge pull request #12 from rust-lang/master | Baoshan | -11412/+13543 |