| Age | Commit message (Expand) | Author | Lines |
| 2019-03-26 | Reword invalid suffixe errors | Esteban Küber | -37/+36 |
| 2019-03-26 | Test the size_hint of empty ranges too | Josh Stone | -0/+12 |
| 2019-03-26 | Auto merge of #59433 - Centril:rollup, r=Centril | bors | -698/+1174 |
| 2019-03-26 | Use `expect_no_suffix` for error | Esteban Küber | -15/+7 |
| 2019-03-26 | Implement useful steps_between for all integers | Josh Stone | -49/+57 |
| 2019-03-26 | Exclude UnusedBrokenConst from module lints | John Kåre Alsaker | -3/+5 |
| 2019-03-26 | Remove the block on natvis for lld-link. | TheGoddessInari | -12/+0 |
| 2019-03-26 | Life's too short not to use cfg_if | gnzlbg | -23/+101 |
| 2019-03-26 | Document why the volatile read is used | gnzlbg | -0/+1 |
| 2019-03-26 | Add exception for libcore/hint.rs to pal lint of tidy script | gnzlbg | -0/+4 |
| 2019-03-26 | Use fallback on emscripten targets | gnzlbg | -2/+18 |
| 2019-03-26 | Update jemalloc-sys to version 0.3.0 | gnzlbg | -1/+1 |
| 2019-03-26 | bump bootstrap; adjust stage0 uses in libsyntax_pos | Mazdak Farrokhzad | -1/+0 |
| 2019-03-26 | bump bootstrap; adjust stage0 uses in core::ptr. | Mazdak Farrokhzad | -2/+2 |
| 2019-03-26 | bump bootstrap => 2019-03-20 | Mazdak Farrokhzad | -1/+1 |
| 2019-03-26 | fix some uses I missed | Ralf Jung | -10/+13 |
| 2019-03-26 | adjust MaybeUninit API to discussions | Ralf Jung | -63/+97 |
| 2019-03-26 | Rollup merge of #59419 - frewsxcv:frewsxcv-qu, r=varkor | Mazdak Farrokhzad | -13/+4 |
| 2019-03-26 | Rollup merge of #59410 - tbu-:pr_doc_clarifyclamp, r=joshtriplett | Mazdak Farrokhzad | -16/+40 |
| 2019-03-26 | Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkor | Mazdak Farrokhzad | -6/+72 |
| 2019-03-26 | Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmaster | Mazdak Farrokhzad | -37/+29 |
| 2019-03-26 | Rollup merge of #59362 - pnkfelix:demo-from-iterator-short-circuiting, r=Centril | Mazdak Farrokhzad | -0/+48 |
| 2019-03-26 | Rollup merge of #59315 - Zoxc:move-query, r=oli-obk | Mazdak Farrokhzad | -339/+380 |
| 2019-03-26 | Rollup merge of #59267 - estebank:assoc-const-as-field, r=davidtwco | Mazdak Farrokhzad | -55/+66 |
| 2019-03-26 | Rollup merge of #59232 - saleemjaffer:mir_place_refactor, r=oli-obk | Mazdak Farrokhzad | -210/+233 |
| 2019-03-26 | Rollup merge of #59150 - estebank:type-ascription, r=varkor | Mazdak Farrokhzad | -22/+302 |
| 2019-03-26 | Improve some compiletest documentation | Philipp Hansch | -3/+20 |
| 2019-03-25 | review comments | Esteban Küber | -4/+14 |
| 2019-03-26 | renames EvalContext to InterpretCx. | kenta7777 | -70/+70 |
| 2019-03-25 | When moving out of a for loop head, suggest borrowing it in nll mode | Esteban Küber | -38/+63 |
| 2019-03-26 | Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiyn | bors | -94/+236 |
| 2019-03-26 | Fix code block display in portability element in dark theme | Guillaume Gomez | -0/+8 |
| 2019-03-25 | Reject integer suffix when tuple indexing | Esteban Küber | -43/+69 |
| 2019-03-25 | Utilize `?` instead of `return None`. | Corey Farwell | -13/+4 |
| 2019-03-25 | [CI] record docker image info for reuse | Josh Stone | -2/+8 |
| 2019-03-25 | Link to PhantomData in NonNull documentation | Chris Gregory | -2/+3 |
| 2019-03-25 | Update tests | John Kåre Alsaker | -26/+26 |
| 2019-03-25 | Make more lints incremental | John Kåre Alsaker | -21/+29 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -24/+127 |
| 2019-03-25 | compile all crates under test w/ -Zemit-stack-sizes | Jorge Aparicio | -13/+20 |
| 2019-03-25 | Save coverage file in build_base path, not /tmp | Philipp Hansch | -7/+11 |
| 2019-03-25 | Formatting changes, including better wrapping and creating short summary lines. | Christian | -16/+21 |
| 2019-03-25 | Rework documentation into examples | Chris Gregory | -8/+46 |
| 2019-03-25 | Rework documentation to be about fat pointers | Chris Gregory | -5/+9 |
| 2019-03-25 | Allocate HIR id counters on demand | John Kåre Alsaker | -18/+13 |
| 2019-03-25 | SGX target: fix std unit tests | Jethro Beekman | -94/+236 |
| 2019-03-25 | black_box should use inline assembly on wasm32 | gnzlbg | -3/+3 |
| 2019-03-25 | Refactor tuple comparison tests | Chris Gregory | -20/+24 |
| 2019-03-25 | Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk | bors | -7/+44 |
| 2019-03-25 | Allocate HIR id counters for use trees in MiscCollector | John Kåre Alsaker | -16/+43 |