| Age | Commit message (Expand) | Author | Lines |
| 2019-02-27 | Slowly figuring out how rustdoc actually works. | Simon Heath | -0/+3 |
| 2019-02-27 | Fix some links in TryFrom docs. | Simon Heath | -7/+15 |
| 2019-02-27 | Fix a bunch of heckin' trailing whitespace | Simon Heath | -17/+17 |
| 2019-02-27 | Add basic docs to integer TryFrom impl macros. | Simon Heath | -0/+16 |
| 2019-02-27 | Started expanding docs for `TryFrom` and `TryInto`. | Simon Heath | -1/+43 |
| 2019-02-27 | ManuallyDrop != MaybeUninit | Ralf Jung | -0/+8 |
| 2019-02-27 | Remove copy paste error in char tests | Oliver Middleton | -1/+1 |
| 2019-02-27 | Implement ExactSizeIterator for ToLowercase and ToUppercase | Konrad Borowski | -0/+26 |
| 2019-02-27 | Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-02-27 | Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obk | Mazdak Farrokhzad | -1/+15 |
| 2019-02-27 | Rollup merge of #58755 - tbu-:pr_doc_clarifyrotate, r=Centril | Mazdak Farrokhzad | -6/+8 |
| 2019-02-27 | Rollup merge of #58749 - kenta7777:reduce-repetition, r=oli-obk | Mazdak Farrokhzad | -7/+8 |
| 2019-02-27 | Rollup merge of #58748 - hellow554:scoped_tls, r=estebank | Mazdak Farrokhzad | -4/+4 |
| 2019-02-27 | Rollup merge of #58746 - ipetkov:std-process-docs, r=cramertj | Mazdak Farrokhzad | -2/+2 |
| 2019-02-27 | Rollup merge of #58703 - shepmaster:read_line_return, r=centril | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Rollup merge of #58680 - varkor:xpy-help-index-error, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -62/+215 |
| 2019-02-27 | Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkov | Mazdak Farrokhzad | -2/+10 |
| 2019-02-27 | Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus | Mazdak Farrokhzad | -152/+106 |
| 2019-02-27 | Rollup merge of #58075 - asettouf:master, r=varkor | Mazdak Farrokhzad | -8/+14 |
| 2019-02-27 | Add trailing newline | Tim Vermeulen | -1/+1 |
| 2019-02-27 | Auto merge of #58741 - varkor:lang-lib-feature-shared-name, r=alexreg | bors | -4/+8 |
| 2019-02-27 | Improve existing benchmarks to prevent extreme optimizations | Tim Vermeulen | -2/+2 |
| 2019-02-27 | Add relevant benchmarks | Tim Vermeulen | -0/+28 |
| 2019-02-27 | Auto merge of #58709 - kornelski:book, r=QuietMisdreavus | bors | -1/+1 |
| 2019-02-27 | Validate `#[unwind]` syntax regardless of platform-specific panic strategy | Vadim Petrochenkov | -2/+5 |
| 2019-02-27 | Mention `unwind(aborts)` in diagnostics for `#[unwind]` | Vadim Petrochenkov | -32/+69 |
| 2019-02-27 | Auto merge of #58321 - csmoe:substs, r=oli-obk | bors | -379/+385 |
| 2019-02-26 | Add tracking issue for the unwind attribute. | Mark Rousskov | -3/+3 |
| 2019-02-26 | Auto merge of #58675 - gnzlbg:usimd, r=alexcrichton | bors | -0/+0 |
| 2019-02-26 | Changing error message to reflect changes with the 2018 edition | Adonis | -8/+14 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -187/+191 |
| 2019-02-26 | Normalize the type Self resolves to in an impl | Angelos Oikonomopoulos | -1/+15 |
| 2019-02-26 | rustc: Update LLVM, remove dead wasm code | Alex Crichton | -151/+1 |
| 2019-02-26 | Clarify `rotate_{left,right}` docs | Tobias Bucher | -6/+8 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -211/+213 |
| 2019-02-26 | reduce repetitions of (n << amt) >> amt | kenta7777 | -7/+8 |
| 2019-02-26 | update scoped_tls to 1.0 | Marcel Hellwig | -4/+4 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -677/+646 |
| 2019-02-25 | Disable running several Stdio doctests | Ivan Petkov | -2/+2 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -95/+1052 |
| 2019-02-26 | Make `visit_clobber` panic-safe. | Nicholas Nethercote | -2/+10 |
| 2019-02-25 | Auto merge of #57367 - petrochenkov:unrestab, r=Centril | bors | -87/+108 |
| 2019-02-25 | Allow lang and lib features to share names | varkor | -4/+8 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -79/+163 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -74/+26 |
| 2019-02-25 | Restrict value in key-value attributes to literals | Vadim Petrochenkov | -18/+87 |
| 2019-02-25 | Fix copy-pasted typo for read_string return value | Jake Goulding | -1/+1 |
| 2019-02-25 | Update to last updates | Guillaume Gomez | -3/+3 |
| 2019-02-25 | Move documentation build into bootstrap | Guillaume Gomez | -46/+58 |