| Age | Commit message (Expand) | Author | Lines |
| 2018-04-25 | Update comments to UFCS style | varkor | -11/+24 |
| 2018-04-25 | Use UFCS | varkor | -22/+21 |
| 2018-04-25 | Fix handling of None | varkor | -11/+11 |
| 2018-04-25 | Ensure derive(PartialOrd) is no longer accidentally exponential | varkor | -97/+90 |
| 2018-04-25 | Auto merge of #50106 - nnethercote:nearest_common_ancestor, r=nikomatsakis | bors | -80/+60 |
| 2018-04-25 | Auto merge of #50100 - Manishearth:edition-path-lint, r=nikomatsakis | bors | -15/+157 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -40/+97 |
| 2018-04-24 | Test format hygiene | James Sanderson | -0/+15 |
| 2018-04-24 | Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoerister | bors | -3/+39 |
| 2018-04-24 | Gensym arguments for format macro | James Sanderson | -7/+9 |
| 2018-04-24 | Test deriving hygiene | James Sanderson | -0/+25 |
| 2018-04-24 | Auto merge of #49933 - oli-obk:miri_rustup, r=eddyb | bors | -101/+97 |
| 2018-04-24 | Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfackler | bors | -1/+4 |
| 2018-04-24 | Auto merge of #49911 - rcoh:master, r=nikomatsakis | bors | -34/+79 |
| 2018-04-24 | Auto merge of #49837 - nikomatsakis:chalkify-engine, r=scalexm | bors | -269/+380 |
| 2018-04-24 | Auto merge of #50191 - kennytm:rollup, r=kennytm | bors | -167/+419 |
| 2018-04-24 | Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytm | kennytm | -1/+11 |
| 2018-04-24 | Rollup merge of #50174 - nnethercote:FxHashMap-Interner, r=michaelwoerister | kennytm | -2/+2 |
| 2018-04-24 | Rollup merge of #50118 - GuillaumeGomez:search-bar-bug, r=QuietMisdreavus | kennytm | -10/+18 |
| 2018-04-24 | Rollup merge of #49985 - zackmdavis:0, r=estebank | kennytm | -4/+30 |
| 2018-04-24 | Rollup merge of #49970 - SimonSapin:deprecate, r=sfackler | kennytm | -1/+32 |
| 2018-04-24 | Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler | kennytm | -16/+71 |
| 2018-04-24 | Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnik | kennytm | -60/+135 |
| 2018-04-24 | Rollup merge of #49812 - ehuss:ui-test-revisions, r=nikomatsakis | kennytm | -71/+70 |
| 2018-04-24 | Rollup merge of #49727 - stjepang:cell-update, r=SimonSapin | kennytm | -0/+39 |
| 2018-04-24 | Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrum | kennytm | -2/+11 |
| 2018-04-24 | Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundi | bors | -53/+91 |
| 2018-04-24 | Auto merge of #48989 - ExpHP:path-prefix, r=dtolnay | bors | -9/+11 |
| 2018-04-23 | Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb | bors | -30/+129 |
| 2018-04-23 | fix search bar bug | Guillaume Gomez | -10/+18 |
| 2018-04-23 | Auto merge of #49368 - matthewjasper:feature-gate-where-clause, r=nikomatsakis | bors | -5/+32 |
| 2018-04-23 | Assign the tracking issue | Stjepan Glavina | -1/+1 |
| 2018-04-24 | core: Minor cleanup | Daiki Mizukami | -1/+1 |
| 2018-04-23 | Clarify the docs for Cell::update | Stjepan Glavina | -2/+3 |
| 2018-04-23 | sort strings on output | Niko Matsakis | -16/+25 |
| 2018-04-23 | eliminate the `Lrc` of a slice and just return the slice | Niko Matsakis | -34/+32 |
| 2018-04-23 | first draft of `program_clauses_for_env` | Niko Matsakis | -18/+145 |
| 2018-04-23 | in unit tests, use `note` to dump multiple program clauses | Niko Matsakis | -110/+61 |
| 2018-04-23 | rustfmt lowering.rs | Niko Matsakis | -50/+59 |
| 2018-04-23 | introduce new DefPathData variants for traits, assoc types | Niko Matsakis | -5/+41 |
| 2018-04-23 | add `Goal::CannotProve` and extract `ProgramClause` struct | Niko Matsakis | -1/+5 |
| 2018-04-23 | create a `QueryRegionConstraint` type | Niko Matsakis | -70/+45 |
| 2018-04-23 | add a `-Zchalk` command-line option | Niko Matsakis | -0/+2 |
| 2018-04-24 | core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN` | Daiki Mizukami | -1/+11 |
| 2018-04-23 | Don't allow #[should_panic] with non-() tests | Russell Cohen | -34/+79 |
| 2018-04-23 | Auto merge of #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisa | bors | -1/+3 |
| 2018-04-23 | Fix the miri tool | Oliver Schneider | -101/+97 |
| 2018-04-23 | Use FxHashMap in syntax_pos::symbol::Interner::intern. | Nicholas Nethercote | -2/+2 |
| 2018-04-23 | always optimize test | Oliver Schneider | -1/+1 |
| 2018-04-23 | Auto merge of #50129 - wesleywiser:clean_up1, r=michaelwoerister | bors | -12/+13 |