| Age | Commit message (Expand) | Author | Lines |
| 2018-05-13 | Improve eager type resolution error message | leonardo.yvens | -11/+70 |
| 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 | 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 | Remove `StringReader::terminator`. | Nicholas Nethercote | -20/+11 |
| 2018-05-13 | Rename some stuff in `StringReader`. | Nicholas Nethercote | -29/+24 |
| 2018-05-13 | Tweak naming and ordering in `StringReader::bump()`. | Nicholas Nethercote | -16/+15 |
| 2018-05-13 | Inline `char_at()` and `record_width`. | Nicholas Nethercote | -0/+2 |
| 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 | Use fullpath instead of recreating it | Guillaume Gomez | -4/+2 |
| 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/+349 |
| 2018-05-12 | Fix rebase | leonardo.yvens | -2/+2 |
| 2018-05-12 | rustdoc: Add support for pub(restricted) | Oliver Middleton | -5/+71 |
| 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 | Fix invalid deduplication | Guillaume Gomez | -10/+25 |
| 2018-05-12 | Fix items counts in search results | Guillaume Gomez | -12/+15 |
| 2018-05-12 | Reduce js files size | Guillaume Gomez | -26/+31 |
| 2018-05-12 | Remove extra span tags | Guillaume Gomez | -1/+11 |
| 2018-05-12 | Handle blur on theme buttons nicely | Guillaume Gomez | -1/+19 |
| 2018-05-12 | Add missing description in alias items | Guillaume Gomez | -3/+3 |
| 2018-05-12 | Improve alias rendering | Guillaume Gomez | -6/+16 |
| 2018-05-12 | Improve results | Guillaume Gomez | -26/+53 |
| 2018-05-12 | Update js tester tool | Guillaume Gomez | -47/+122 |
| 2018-05-12 | Add minification process | Guillaume Gomez | -18/+53 |
| 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 | 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 | Make the `const_err` lint `deny`-by-default | Oliver Schneider | -58/+95 |
| 2018-05-12 | Rollup merge of #50607 - Zoxc:symbol-arena, r=michaelwoerister | Mark Simulacrum | -8/+35 |