| Age | Commit message (Expand) | Author | Lines |
| 2018-05-14 | add ui test for rustdoc's deprecated attributes | QuietMisdreavus | -0/+26 |
| 2018-05-14 | deprecate #![doc(no_default_passes, passes, plugins)] | QuietMisdreavus | -2/+32 |
| 2018-05-14 | tidy | QuietMisdreavus | -1/+2 |
| 2018-05-14 | replace error/warning println with structured diag | QuietMisdreavus | -90/+90 |
| 2018-05-14 | factor out rustdoc's error message handler | QuietMisdreavus | -32/+53 |
| 2018-05-14 | Auto merge of #50648 - nox:volatile-store, r=eddyb | bors | -81/+75 |
| 2018-05-14 | Auto merge of #50703 - semarie:openbsd-libcompiler_builtins, r=alexcrichton | bors | -0/+0 |
| 2018-05-14 | Auto merge of #50694 - leodasvacas:fix-impl-trait-self-substitution, r=petroc... | bors | -2/+42 |
| 2018-05-14 | Auto merge of #50675 - csmoe:var_span, r=oli-obk | bors | -17/+74 |
| 2018-05-13 | Auto merge of #49835 - da-x:literal-fragment-pr, r=petrochenkov | bors | -15/+251 |
| 2018-05-13 | Macros: Add a 'literal' fragment specifier | Dan Aloni | -15/+251 |
| 2018-05-13 | Revert "mark applicability" | csmoe | -5/+2 |
| 2018-05-13 | mark applicability | csmoe | -2/+5 |
| 2018-05-13 | Auto merge of #50704 - kennytm:rollup, r=kennytm | bors | -11/+140 |
| 2018-05-13 | Rollup merge of #50678 - semarie:openbsd-targets, r=sanxiyn | kennytm | -0/+33 |
| 2018-05-13 | Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man... | kennytm | -11/+107 |
| 2018-05-13 | Rollup merge of #50667 - alexcrichton:no-remove-extern-crate-unless-works, r=... | kennytm | -0/+0 |
| 2018-05-13 | Rollup merge of #50663 - alexcrichton:no-removed-error, r=Manishearth | kennytm | -0/+0 |
| 2018-05-13 | Rollup merge of #50661 - varkor:libcoretest-ignore-non-rs, r=alexcrichton | kennytm | -0/+0 |
| 2018-05-13 | Rollup merge of #50644 - kennytm:read-appveyor-dump, r=alexcrichton | kennytm | -0/+0 |
| 2018-05-13 | Auto merge of #50643 - dlrobertson:fix_ice, r=oli-obk | bors | -18/+64 |
| 2018-05-13 | Introduce OperandValue::nontemporal_store and use it in the intrinsics | Anthony Ramine | -78/+65 |
| 2018-05-13 | Introduce OperandValue::volatile_store and use it in the intrinsics | Anthony Ramine | -28/+35 |
| 2018-05-13 | reduce variable span | csmoe | -17/+74 |
| 2018-05-13 | Rollup merge of #50634 - tbu-:pr_preadwrite_emscripten, r=kennytm | kennytm | -0/+0 |
| 2018-05-13 | Rollup merge of #50624 - adevore:fs-write-str-example, r=steveklabnik | kennytm | -0/+0 |
| 2018-05-13 | Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakis | bors | -46/+124 |
| 2018-05-13 | update libcompiler_builtins | Sébastien Marie | -0/+0 |
| 2018-05-13 | Auto merge of #50573 - oli-obk:tool_sanity, r=kennytm | bors | -11/+33 |
| 2018-05-13 | Auto merge of #50235 - Zoxc:rayon, r=michaelwoerister | bors | -357/+573 |
| 2018-05-13 | Update Cargo.lock | John Kåre Alsaker | -0/+26 |
| 2018-05-13 | Add parallel abstractions | John Kåre Alsaker | -1/+101 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -345/+431 |
| 2018-05-13 | Add Sync bounds to the crate store | John Kåre Alsaker | -10/+14 |
| 2018-05-13 | Fix impl PartialOrd for InternedString | John Kåre Alsaker | -1/+1 |
| 2018-05-12 | Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, ... | bors | -60/+84 |
| 2018-05-12 | Fix self referential impl Trait substitutions | leonardo.yvens | -2/+42 |
| 2018-05-12 | Auto merge of #50686 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -277/+354 |
| 2018-05-12 | Fix rebase | leonardo.yvens | -2/+2 |
| 2018-05-12 | Merge all "Copy not implemented" errors | leonardo.yvens | -24/+14 |
| 2018-05-12 | Better error reporting in Copy derive | leonardo.yvens | -60/+94 |
| 2018-05-12 | Auto merge of #50684 - nikic:prepare-thinlto, r=nagisa | bors | -3/+10 |
| 2018-05-12 | rustc: Only suggest deleting `extern crate` if it works | Alex Crichton | -11/+46 |
| 2018-05-12 | rustc: Allow an edition's feature on that edition | Alex Crichton | -41/+62 |
| 2018-05-12 | Display the name of the failed file in tidy/libcoretest | varkor | -8/+15 |
| 2018-05-12 | Ignore non .rs files for tidy libcoretest | varkor | -6/+9 |
| 2018-05-12 | AppVeyor: Dump crash log on failure. | kennytm | -0/+5 |
| 2018-05-12 | Do not silently truncate offsets for `read_at`/`write_at` on emscripten | Tobias Bucher | -2/+16 |
| 2018-05-12 | fs::write: Add example writing a &str | Aaron DeVore | -0/+1 |
| 2018-05-12 | Rollup merge of #50607 - Zoxc:symbol-arena, r=michaelwoerister | Mark Simulacrum | -8/+35 |