about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-23Provide helper for synthesizing paths with resource suffixMark Rousskov-29/+40
2019-09-13Stylistic fix -- remove double implMark Rousskov-2/+0
2019-09-13Move cache into Context, avoid TLSMark Rousskov-29/+26
2019-09-13Move `Cache` generation to separate moduleMark Rousskov-654/+689
2019-09-13Move playground to shared contextMark Rousskov-35/+38
2019-09-13Move error codes to shared contextMark Rousskov-4/+4
2019-09-13Move edition field out of ContextMark Rousskov-8/+9
2019-09-13Replace SlashChecker with ensure_trailing_slashMark Rousskov-14/+12
2019-09-13Simplify render_spotlight_traitsMark Rousskov-6/+2
2019-09-13Move Toc printing from fmt::DisplayMark Rousskov-22/+17
2019-09-13Remove *Space wrappers in favor of direct impls or functionsMark Rousskov-109/+84
2019-09-13Unwrap Visibility fieldsMark Rousskov-32/+27
2019-09-13Move to print functions on types instead of impl fmt::DisplayMark Rousskov-523/+553
2019-09-12Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebankbors-135/+268
2019-09-12Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomezbors-79/+136
2019-09-12Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=...bors-81/+93
2019-09-11Auto merge of #64334 - jyao1:i686-master, r=joshtriplettbors-0/+99
2019-09-11Auto merge of #64271 - Centril:non-exhaustive-peel-refs, r=estebankbors-159/+429
2019-09-11Auto merge of #64154 - alexcrichton:std-backtrace, r=sfacklerbors-54/+508
2019-09-11Avoid two `Symbol::as_str()` calls.Nicholas Nethercote-3/+3
2019-09-11Use `Symbol` in `external_path()`.Nicholas Nethercote-9/+8
2019-09-11Use `Symbol` in `weak_lang_items!`.Nicholas Nethercote-3/+3
2019-09-11Use `ast::Name` in `report_ambiguous_associated_type()`.Nicholas Nethercote-3/+3
2019-09-11Use `Symbol` in `Linker`.Nicholas Nethercote-52/+65
2019-09-11Store `InternedString`s in `AssertModuleSource::available_cgus`.Nicholas Nethercote-6/+6
2019-09-11Rollup merge of #64349 - arnohaase:pr_documentation_atomicptr, r=cramertjMazdak Farrokhzad-4/+2
2019-09-11Rollup merge of #64326 - hman523:master, r=joshtriplettMazdak Farrokhzad-2/+4
2019-09-11Rollup merge of #64188 - alexcrichton:wasi-cdylib, r=varkorMazdak Farrokhzad-0/+4
2019-09-11Rollup merge of #64129 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-5/+3
2019-09-11Rollup merge of #64072 - limira:patch-1, r=ollie27Mazdak Farrokhzad-1/+1
2019-09-11Rollup merge of #64060 - petrochenkov:unstdhyg, r=tmandryMazdak Farrokhzad-1/+7
2019-09-10Refactor "not FFI-safe" diagnosticvarkor-132/+202
2019-09-10Add unstable --test-builder to rustdocMark Rousskov-1/+15
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-79/+122
2019-09-10Surround `PhantomData` in backticksvarkor-7/+7
2019-09-10Forbid opaque types in extern blocksvarkor-0/+63
2019-09-10remove Copyright noticBaoshan Pang-6/+0
2019-09-10Auto merge of #64354 - Centril:rollup-oaq0xoi, r=Centrilbors-70/+117
2019-09-10Rollup merge of #64344 - eddyb:mir-opt-stop-shouting-at-the-kernel, r=oli-obkMazdak Farrokhzad-2/+2
2019-09-10Rollup merge of #64331 - hman523:fix-64322, r=varkorMazdak Farrokhzad-1/+1
2019-09-10Rollup merge of #64330 - Mark-Simulacrum:clarify-E0507, r=GuillaumeGomezMazdak Farrokhzad-1/+8
2019-09-10Rollup merge of #64311 - eddyb:lldb-python3, r=michaelwoeristerMazdak Farrokhzad-1/+4
2019-09-10Rollup merge of #64292 - davidtwco:issue-63832-await-temporary-lifetimes, r=m...Mazdak Farrokhzad-32/+58
2019-09-10Rollup merge of #64256 - smaeul:patch/powerpc64-tests, r=alexcrichtonMazdak Farrokhzad-11/+12
2019-09-10Rollup merge of #63989 - yaahc:master, r=ManishearthMazdak Farrokhzad-1/+1
2019-09-10Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichtonMazdak Farrokhzad-21/+31
2019-09-10Add unexpected type to extern type bug messagevarkor-14/+14
2019-09-10Auto merge of #60387 - Goirad:test-expansion, r=ollie27bors-47/+190
2019-09-10documentation for AtomicPtr CAS operationsArno Haase-4/+2
2019-09-10rustc_mir: buffer -Zdump-mir output instead of pestering the kernel constantly.Eduard-Mihai Burtescu-2/+2