| Age | Commit message (Expand) | Author | Lines |
| 2019-02-17 | Rollup merge of #58395 - vi:checked_duration_since, r=dtolnay | kennytm | -0/+61 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -23/+64 |
| 2019-02-17 | Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichton | kennytm | -2/+2 |
| 2019-02-17 | Rollup merge of #58479 - saleemjaffer:test_promote_evaluation_unused_result, ... | kennytm | -0/+8 |
| 2019-02-17 | Don't use an allocation for ItemId in StmtKind | John Kåre Alsaker | -6/+7 |
| 2019-02-17 | Auto merge of #58477 - rust-lang:fix-publish-toolstate-syntax-error, r=oli-obk | bors | -3/+3 |
| 2019-02-16 | ui test for directed quote help suggestion #58436 | Patrick McCarter | -0/+19 |
| 2019-02-16 | help suggestion when trying to delimit string literals with directed unicode ... | Patrick McCarter | -9/+44 |
| 2019-02-16 | Fix tracking issue for error iterators | Steven Fackler | -4/+4 |
| 2019-02-16 | Limit the visibility further and expand on a comment | Oliver Scherer | -2/+3 |
| 2019-02-16 | Update docs and visibilities of const to op methods | Oliver Scherer | -3/+3 |
| 2019-02-16 | Add `eval` prefix to clarify what the function does | Oliver Scherer | -3/+3 |
| 2019-02-16 | Make `may_normalize` explicit in the type system | Oliver Scherer | -34/+38 |
| 2019-02-16 | Make validity checking use `MPlaceTy` instead of `OpTy` | Oliver Scherer | -20/+17 |
| 2019-02-16 | Update src/librustc_mir/interpret/operand.rs | Ralf Jung | -1/+1 |
| 2019-02-16 | Reintroduce the invariant comment for clarity | Oliver Scherer | -0/+1 |
| 2019-02-16 | Reuse the `Pointer` type instead of passing reassembling it at many use sites | Oliver Scherer | -23/+20 |
| 2019-02-16 | Add a test for const parameter uppercase lint | varkor | -0/+27 |
| 2019-02-16 | Don't abort early when collecting const generics | varkor | -4/+19 |
| 2019-02-16 | Check for Const param in collect | varkor | -4/+4 |
| 2019-02-16 | Burn some invariants we keep up into code | Oliver Scherer | -3/+3 |
| 2019-02-16 | Remove an intermediate value from discriminant reading | Oliver Scherer | -3/+3 |
| 2019-02-16 | Expose const -> op functions that don't allow violiting const eval invariants | Oliver Scherer | -46/+37 |
| 2019-02-16 | Notify myself when Clippy toolstate changes | Philipp Hansch | -1/+1 |
| 2019-02-16 | Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril | kennytm | -33/+55 |
| 2019-02-16 | Rollup merge of #58448 - euclio:missing-summaries, r=QuietMisdreavus | kennytm | -1/+6 |
| 2019-02-16 | Rollup merge of #58440 - gnzlbg:v6, r=japaric | kennytm | -0/+2 |
| 2019-02-16 | Rollup merge of #58438 - cuviper:posix_spawn_file_actions_addchdir_np, r=alex... | kennytm | -2/+22 |
| 2019-02-16 | Rollup merge of #58433 - RalfJung:miri-mark-tests, r=TimNN | kennytm | -79/+150 |
| 2019-02-16 | Rollup merge of #58429 - RalfJung:box, r=TimNN | kennytm | -3/+8 |
| 2019-02-16 | Rollup merge of #58359 - taiki-e:impl_snapshot_for, r=oli-obk | kennytm | -8/+6 |
| 2019-02-16 | Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavus | kennytm | -1/+1 |
| 2019-02-16 | Rollup merge of #58293 - xfix:patch-16, r=Mark-Simulacrum | kennytm | -23/+7 |
| 2019-02-16 | Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obk | kennytm | -103/+352 |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -14/+9 |
| 2019-02-16 | Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis | kennytm | -1/+60 |
| 2019-02-15 | Fix rebase issue | varkor | -2/+2 |
| 2019-02-15 | Update tests | varkor | -12/+12 |
| 2019-02-15 | Take Const into account with nonstandard style lint | varkor | -0/+10 |
| 2019-02-15 | Drive-by cleanup | varkor | -20/+10 |
| 2019-02-15 | Take Const into account in HIR | varkor | -113/+166 |
| 2019-02-15 | Add E0111 | varkor | -0/+4 |
| 2019-02-15 | Add Const kind to rustdoc | varkor | -6/+75 |
| 2019-02-15 | Move const generic error from lowering to collect | varkor | -16/+28 |
| 2019-02-15 | Add pretty-printing for const generics | varkor | -18/+21 |
| 2019-02-15 | Add Const kind to HIR | varkor | -1/+17 |
| 2019-02-15 | Auto merge of #57880 - Zoxc:error-on-cycle, r=michaelwoerister | bors | -178/+149 |
| 2019-02-15 | Fix documentation for std::path::PathBuf::pop | Nathan | -2/+1 |
| 2019-02-15 | Auto merge of #58406 - Disasm:rv64-support, r=nagisa | bors | -0/+68 |
| 2019-02-15 | fix tests post-rebase | Felix S. Klock II | -14/+14 |