| Age | Commit message (Expand) | Author | Lines |
| 2018-05-14 | Auto merge of #50385 - durka:stabilize-macro-lifetime, r=petrochenkov | bors | -75/+7 |
| 2018-05-14 | Switch Vec from doubling size on growth to using RawVec's reserve | gnzlbg | -2/+2 |
| 2018-05-14 | Don't unconditionally set CLOEXEC twice on every fd we open on Linux | Tobias Bucher | -4/+44 |
| 2018-05-14 | env: remove unwrap in examples in favor of try op | John-John Tedro | -12/+21 |
| 2018-05-14 | Auto merge of #50648 - nox:volatile-store, r=eddyb | bors | -81/+75 |
| 2018-05-14 | rustc: don't trip an assertion for enums with present but uninhabited variants. | Eduard-Mihai Burtescu | -0/+20 |
| 2018-05-14 | Auto merge of #50703 - semarie:openbsd-libcompiler_builtins, r=alexcrichton | bors | -0/+0 |
| 2018-05-14 | Hyperlink DOI against preferred resolver | Katrin Leinweber | -1/+1 |
| 2018-05-14 | Auto merge of #50694 - leodasvacas:fix-impl-trait-self-substitution, r=petroc... | bors | -2/+42 |
| 2018-05-14 | Remove `StringReader::col`. | Nicholas Nethercote | -7/+22 |
| 2018-05-14 | Auto merge of #50675 - csmoe:var_span, r=oli-obk | bors | -17/+74 |
| 2018-05-14 | typeck: Save the index of private fields | Dan Robertson | -1/+62 |
| 2018-05-14 | read2: Use inner function instead of closure | John-John Tedro | -18/+19 |
| 2018-05-14 | Make `nextnextch()` more closely resemble `nextch()`. | Nicholas Nethercote | -8/+7 |
| 2018-05-13 | Add “Examples” section header in f32/f64 doc comments. | Corey Farwell | -0/+152 |
| 2018-05-13 | restore feature for stage0 | Alex Burka | -0/+3 |
| 2018-05-13 | remove stray ui stderr | Alex Burka | -11/+0 |
| 2018-05-13 | stabilize :lifetime | Alex Burka | -64/+4 |
| 2018-05-13 | Fix incorrect statement about return value for Iterator::zip. | Corey Farwell | -2/+1 |
| 2018-05-13 | Fix conversion from Miri Value to ConstValue | John Kåre Alsaker | -56/+88 |
| 2018-05-13 | Macros: Add a 'literal' fragment specifier | Dan Aloni | -15/+251 |
| 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 |