about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-27Slowly figuring out how rustdoc actually works.Simon Heath-0/+3
2019-02-27Fix some links in TryFrom docs.Simon Heath-7/+15
2019-02-27Fix a bunch of heckin' trailing whitespaceSimon Heath-17/+17
2019-02-27Add basic docs to integer TryFrom impl macros.Simon Heath-0/+16
2019-02-27Started expanding docs for `TryFrom` and `TryInto`.Simon Heath-1/+43
2019-02-27ManuallyDrop != MaybeUninitRalf Jung-0/+8
2019-02-27Remove copy paste error in char testsOliver Middleton-1/+1
2019-02-27Implement ExactSizeIterator for ToLowercase and ToUppercaseKonrad Borowski-0/+26
2019-02-27Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=CentrilMazdak Farrokhzad-3/+3
2019-02-27Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obkMazdak Farrokhzad-1/+15
2019-02-27Rollup merge of #58755 - tbu-:pr_doc_clarifyrotate, r=CentrilMazdak Farrokhzad-6/+8
2019-02-27Rollup merge of #58749 - kenta7777:reduce-repetition, r=oli-obkMazdak Farrokhzad-7/+8
2019-02-27Rollup merge of #58748 - hellow554:scoped_tls, r=estebankMazdak Farrokhzad-4/+4
2019-02-27Rollup merge of #58746 - ipetkov:std-process-docs, r=cramertjMazdak Farrokhzad-2/+2
2019-02-27Rollup merge of #58703 - shepmaster:read_line_return, r=centrilMazdak Farrokhzad-1/+1
2019-02-27Rollup merge of #58680 - varkor:xpy-help-index-error, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-02-27Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkorMazdak Farrokhzad-62/+215
2019-02-27Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkovMazdak Farrokhzad-2/+10
2019-02-27Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavusMazdak Farrokhzad-152/+106
2019-02-27Rollup merge of #58075 - asettouf:master, r=varkorMazdak Farrokhzad-8/+14
2019-02-27Add trailing newlineTim Vermeulen-1/+1
2019-02-27Auto merge of #58741 - varkor:lang-lib-feature-shared-name, r=alexregbors-4/+8
2019-02-27Improve existing benchmarks to prevent extreme optimizationsTim Vermeulen-2/+2
2019-02-27Add relevant benchmarksTim Vermeulen-0/+28
2019-02-27Auto merge of #58709 - kornelski:book, r=QuietMisdreavusbors-1/+1
2019-02-27Validate `#[unwind]` syntax regardless of platform-specific panic strategyVadim Petrochenkov-2/+5
2019-02-27Mention `unwind(aborts)` in diagnostics for `#[unwind]`Vadim Petrochenkov-32/+69
2019-02-27Auto merge of #58321 - csmoe:substs, r=oli-obkbors-379/+385
2019-02-26Add tracking issue for the unwind attribute.Mark Rousskov-3/+3
2019-02-26Auto merge of #58675 - gnzlbg:usimd, r=alexcrichtonbors-0/+0
2019-02-26Changing error message to reflect changes with the 2018 editionAdonis-8/+14
2019-02-27rename Substs to InternalSubstscsmoe-187/+191
2019-02-26Normalize the type Self resolves to in an implAngelos Oikonomopoulos-1/+15
2019-02-26rustc: Update LLVM, remove dead wasm codeAlex Crichton-151/+1
2019-02-26Clarify `rotate_{left,right}` docsTobias Bucher-6/+8
2019-02-26replace &'tcx Substs with SubstsRefcsmoe-211/+213
2019-02-26reduce repetitions of (n << amt) >> amtkenta7777-7/+8
2019-02-26update scoped_tls to 1.0Marcel Hellwig-4/+4
2019-02-26Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxcbors-677/+646
2019-02-25Disable running several Stdio doctestsIvan Petkov-2/+2
2019-02-26Auto merge of #58357 - sfackler:vectored-io, r=alexcrichtonbors-95/+1052
2019-02-26Make `visit_clobber` panic-safe.Nicholas Nethercote-2/+10
2019-02-25Auto merge of #57367 - petrochenkov:unrestab, r=Centrilbors-87/+108
2019-02-25Allow lang and lib features to share namesvarkor-4/+8
2019-02-25Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichtonbors-79/+163
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-74/+26
2019-02-25Restrict value in key-value attributes to literalsVadim Petrochenkov-18/+87
2019-02-25Fix copy-pasted typo for read_string return valueJake Goulding-1/+1
2019-02-25Update to last updatesGuillaume Gomez-3/+3
2019-02-25Move documentation build into bootstrapGuillaume Gomez-46/+58