| Age | Commit message (Expand) | Author | Lines |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -737/+985 |
| 2018-05-11 | Auto merge of #50620 - alexcrichton:change-names-again, r=nikomatsakis | bors | -3/+3 |
| 2018-05-11 | Auto merge of #50609 - alexcrichton:no-nll-preview, r=nikomatsakis | bors | -1/+1 |
| 2018-05-11 | Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertj | bors | -169/+728 |
| 2018-05-10 | ensure lint are issued in a stable order | Niko Matsakis | -14/+14 |
| 2018-05-10 | Auto merge of #50611 - alexcrichton:rollup, r=alexcrichton | bors | -485/+1383 |
| 2018-05-10 | Skip a memory-hungry test that OOMs | Alex Crichton | -0/+1 |
| 2018-05-10 | Auto merge of #50331 - MartinHusemann:master, r=Kimundi | bors | -2/+11 |
| 2018-05-10 | Rename the 2018 edition lint names | Alex Crichton | -3/+3 |
| 2018-05-10 | Rollup merge of #50606 - kennytm:retry-docker-cache, r=alexcrichton | Alex Crichton | -2/+5 |
| 2018-05-10 | Rollup merge of #50598 - whitfin:unnecessary-mut-borrow, r=michaelwoerister | Alex Crichton | -7/+1 |
| 2018-05-10 | Rollup merge of #50591 - glandium:cleanup, r=dtolnay | Alex Crichton | -56/+57 |
| 2018-05-10 | Rollup merge of #50590 - estebank:off-by-one, r=nikomatsakis | Alex Crichton | -23/+23 |
| 2018-05-10 | Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcv | Alex Crichton | -25/+23 |
| 2018-05-10 | Rollup merge of #50575 - alexcrichton:faster-drain-drop, r=sfackler | Alex Crichton | -3/+5 |
| 2018-05-10 | Rollup merge of #50574 - s3bk:range_inclusive_into_inner, r=SimonSapin | Alex Crichton | -0/+15 |
| 2018-05-10 | Rollup merge of #50572 - frewsxcv:frewsxcv-fma, r=sfackler | Alex Crichton | -4/+8 |
| 2018-05-10 | Rollup merge of #50569 - michaelwoerister:cross-lang-lto-2, r=alexcrichton | Alex Crichton | -13/+118 |
| 2018-05-10 | Rollup merge of #50565 - nnethercote:try_mark_green, r=michaelwoerister | Alex Crichton | -10/+11 |
| 2018-05-10 | Rollup merge of #50564 - nnethercote:inline-Span-methods, r=petrochenkov | Alex Crichton | -0/+3 |
| 2018-05-10 | Rollup merge of #50538 - michaelwoerister:atomic-cnums, r=Zoxc | Alex Crichton | -23/+24 |
| 2018-05-10 | Rollup merge of #50532 - michaelwoerister:lockless-cnum-map, r=Zoxc | Alex Crichton | -8/+12 |
| 2018-05-10 | Rollup merge of #50524 - wesleywiser:immutable_prev_work_products, r=michaelw... | Alex Crichton | -83/+74 |
| 2018-05-10 | Rollup merge of #50514 - alexcrichton:update-llvm, r=kennytm | Alex Crichton | -0/+0 |
| 2018-05-10 | Rollup merge of #50447 - ehuss:fix-update-references, r=alexcrichton | Alex Crichton | -4/+5 |
| 2018-05-10 | Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichton | Alex Crichton | -208/+597 |
| 2018-05-10 | Rollup merge of #49423 - gavento:gavento-dev, r=nikomatsakis | Alex Crichton | -16/+401 |
| 2018-05-10 | Auto merge of #49823 - Zoxc:term-str, r=alexcrichton | bors | -7/+8 |
| 2018-05-10 | Fix tuple struct field spans | Esteban Küber | -23/+23 |
| 2018-05-10 | Remove `nll` from `rust_2018_preview` | Alex Crichton | -1/+1 |
| 2018-05-10 | Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister | bors | -537/+615 |
| 2018-05-10 | Pull in a wasm fix from LLVM upstream | Alex Crichton | -0/+0 |
| 2018-05-10 | Retry when downloading the Docker cache. | kennytm | -2/+5 |
| 2018-05-10 | Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytm | bors | -333/+241 |
| 2018-05-10 | Auto merge of #50432 - GuillaumeGomez:fix-vec-new-search, r=QuietMisdreavus | bors | -3/+48 |
| 2018-05-09 | Remove unnecessary mutable borrow and resizing | Isaac Whitfield | -7/+1 |
| 2018-05-10 | Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrum | bors | -15/+59 |
| 2018-05-10 | Restore RawVec::reserve* documentation | Mike Hommey | -56/+57 |
| 2018-05-09 | make std::str link into See also link | Michael Lamparski | -5/+3 |
| 2018-05-09 | move See also links to top | Michael Lamparski | -20/+20 |
| 2018-05-09 | ci: Compile LLVM with Clang 6.0.0 | Alex Crichton | -333/+241 |
| 2018-05-09 | Add comment about first element in CStore::metas. | Michael Woerister | -0/+4 |
| 2018-05-09 | Auto merge of #49834 - Zoxc:sync-trait-cache, r=nikomatsakis | bors | -10/+17 |
| 2018-05-09 | Add exact-check option to rustdoc-js tests | Guillaume Gomez | -2/+10 |
| 2018-05-09 | Auto merge of #49711 - ibabushkin:auto_trait_refactor, r=nikomatsakis | bors | -541/+698 |
| 2018-05-09 | std: Avoid `ptr::copy` if unnecessary in `vec::Drain` | Alex Crichton | -3/+5 |
| 2018-05-09 | add fn `into_inner(self) -> (Idx, Idx)` to RangeInclusive (#49022) | Sebastian Köln | -0/+15 |
| 2018-05-09 | Allow for specifying a linker plugin for cross-language LTO | Michael Woerister | -13/+118 |
| 2018-05-09 | Make CrateNum allocation more thread-safe. | Michael Woerister | -15/+10 |
| 2018-05-09 | Clarify in the docs that `mul_add` is not always faster. | Corey Farwell | -4/+8 |