| Age | Commit message (Expand) | Author | Lines |
| 2019-09-23 | Provide helper for synthesizing paths with resource suffix | Mark Rousskov | -29/+40 |
| 2019-09-13 | Stylistic fix -- remove double impl | Mark Rousskov | -2/+0 |
| 2019-09-13 | Move cache into Context, avoid TLS | Mark Rousskov | -29/+26 |
| 2019-09-13 | Move `Cache` generation to separate module | Mark Rousskov | -654/+689 |
| 2019-09-13 | Move playground to shared context | Mark Rousskov | -35/+38 |
| 2019-09-13 | Move error codes to shared context | Mark Rousskov | -4/+4 |
| 2019-09-13 | Move edition field out of Context | Mark Rousskov | -8/+9 |
| 2019-09-13 | Replace SlashChecker with ensure_trailing_slash | Mark Rousskov | -14/+12 |
| 2019-09-13 | Simplify render_spotlight_traits | Mark Rousskov | -6/+2 |
| 2019-09-13 | Move Toc printing from fmt::Display | Mark Rousskov | -22/+17 |
| 2019-09-13 | Remove *Space wrappers in favor of direct impls or functions | Mark Rousskov | -109/+84 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -32/+27 |
| 2019-09-13 | Move to print functions on types instead of impl fmt::Display | Mark Rousskov | -523/+553 |
| 2019-09-12 | Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebank | bors | -135/+268 |
| 2019-09-12 | Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomez | bors | -79/+136 |
| 2019-09-12 | Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=... | bors | -81/+93 |
| 2019-09-11 | Auto merge of #64334 - jyao1:i686-master, r=joshtriplett | bors | -0/+99 |
| 2019-09-11 | Auto merge of #64271 - Centril:non-exhaustive-peel-refs, r=estebank | bors | -159/+429 |
| 2019-09-11 | Auto merge of #64154 - alexcrichton:std-backtrace, r=sfackler | bors | -54/+508 |
| 2019-09-11 | Avoid two `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2019-09-11 | Use `Symbol` in `external_path()`. | Nicholas Nethercote | -9/+8 |
| 2019-09-11 | Use `Symbol` in `weak_lang_items!`. | Nicholas Nethercote | -3/+3 |
| 2019-09-11 | Use `ast::Name` in `report_ambiguous_associated_type()`. | Nicholas Nethercote | -3/+3 |
| 2019-09-11 | Use `Symbol` in `Linker`. | Nicholas Nethercote | -52/+65 |
| 2019-09-11 | Store `InternedString`s in `AssertModuleSource::available_cgus`. | Nicholas Nethercote | -6/+6 |
| 2019-09-11 | Rollup merge of #64349 - arnohaase:pr_documentation_atomicptr, r=cramertj | Mazdak Farrokhzad | -4/+2 |
| 2019-09-11 | Rollup merge of #64326 - hman523:master, r=joshtriplett | Mazdak Farrokhzad | -2/+4 |
| 2019-09-11 | Rollup merge of #64188 - alexcrichton:wasi-cdylib, r=varkor | Mazdak Farrokhzad | -0/+4 |
| 2019-09-11 | Rollup merge of #64129 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -5/+3 |
| 2019-09-11 | Rollup merge of #64072 - limira:patch-1, r=ollie27 | Mazdak Farrokhzad | -1/+1 |
| 2019-09-11 | Rollup merge of #64060 - petrochenkov:unstdhyg, r=tmandry | Mazdak Farrokhzad | -1/+7 |
| 2019-09-10 | Refactor "not FFI-safe" diagnostic | varkor | -132/+202 |
| 2019-09-10 | Add unstable --test-builder to rustdoc | Mark Rousskov | -1/+15 |
| 2019-09-10 | Locate rustc binary similarly to codegen backend loading | Mark Rousskov | -79/+122 |
| 2019-09-10 | Surround `PhantomData` in backticks | varkor | -7/+7 |
| 2019-09-10 | Forbid opaque types in extern blocks | varkor | -0/+63 |
| 2019-09-10 | remove Copyright notic | Baoshan Pang | -6/+0 |
| 2019-09-10 | Auto merge of #64354 - Centril:rollup-oaq0xoi, r=Centril | bors | -70/+117 |
| 2019-09-10 | Rollup merge of #64344 - eddyb:mir-opt-stop-shouting-at-the-kernel, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-09-10 | Rollup merge of #64331 - hman523:fix-64322, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-09-10 | Rollup merge of #64330 - Mark-Simulacrum:clarify-E0507, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+8 |
| 2019-09-10 | Rollup merge of #64311 - eddyb:lldb-python3, r=michaelwoerister | Mazdak Farrokhzad | -1/+4 |
| 2019-09-10 | Rollup merge of #64292 - davidtwco:issue-63832-await-temporary-lifetimes, r=m... | Mazdak Farrokhzad | -32/+58 |
| 2019-09-10 | Rollup merge of #64256 - smaeul:patch/powerpc64-tests, r=alexcrichton | Mazdak Farrokhzad | -11/+12 |
| 2019-09-10 | Rollup merge of #63989 - yaahc:master, r=Manishearth | Mazdak Farrokhzad | -1/+1 |
| 2019-09-10 | Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichton | Mazdak Farrokhzad | -21/+31 |
| 2019-09-10 | Add unexpected type to extern type bug message | varkor | -14/+14 |
| 2019-09-10 | Auto merge of #60387 - Goirad:test-expansion, r=ollie27 | bors | -47/+190 |
| 2019-09-10 | documentation for AtomicPtr CAS operations | Arno Haase | -4/+2 |
| 2019-09-10 | rustc_mir: buffer -Zdump-mir output instead of pestering the kernel constantly. | Eduard-Mihai Burtescu | -2/+2 |