| Age | Commit message (Expand) | Author | Lines |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -677/+252 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -727/+270 |
| 2018-05-01 | Use two vectors in nearest_common_ancestor. | Nicholas Nethercote | -5/+6 |
| 2018-05-01 | Merge adjacent write! invocations | Oliver Schneider | -4/+1 |
| 2018-05-01 | rustc: return impl Iterator from Terminator(Kind)::successors(_mut). | Eduard-Mihai Burtescu | -89/+85 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -54/+139 |
| 2018-05-01 | Clarify wordings of the `unstable_name_collision` lint. | kennytm | -3/+3 |
| 2018-05-01 | Auto merge of #48786 - nagisa:fp, r=nikomatsakis | bors | -5/+31 |
| 2018-05-01 | Force frame pointers for the backtrace test | Simonas Kazlauskas | -0/+1 |
| 2018-05-01 | Don’t eliminate frame pointers on apple by default | Simonas Kazlauskas | -0/+2 |
| 2018-05-01 | Rework force-frame-pointer | Simonas Kazlauskas | -6/+9 |
| 2018-05-01 | Don't force-enable frame pointers when generating debug info | Björn Steinbrink | -3/+23 |
| 2018-05-01 | Set opt-level to 3 | John Kåre Alsaker | -8/+0 |
| 2018-05-01 | Auto merge of #50304 - nox:uninhabited-output, r=eddyb | bors | -9/+19 |
| 2018-05-01 | Auto merge of #50197 - nikomatsakis:skolemize-out-of-tcx, r=eddyb | bors | -35/+36 |
| 2018-05-01 | Better support for import resolution in 3 namespaces | Vadim Petrochenkov | -22/+107 |
| 2018-05-01 | resolve (cleanup): Get rid of `Option` in `PerNS` | Vadim Petrochenkov | -14/+15 |
| 2018-05-01 | Fix coerce-to-bang test | varkor | -3/+2 |
| 2018-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -337/+167 |
| 2018-04-30 | Remove vestigial diverging !-coercion | varkor | -42/+16 |
| 2018-04-30 | Rename "show type declaration" to "show declaration" | Guillaume Gomez | -1/+1 |
| 2018-04-30 | put ReSkolemized into the global tcx | Niko Matsakis | -8/+13 |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -11/+23 |
| 2018-05-01 | new() should be const; start()/end() after iteration is unspecified. | kennytm | -1/+17 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -48/+45 |
| 2018-04-30 | remove some (apparently) dead code | Niko Matsakis | -16/+0 |
| 2018-04-30 | Auto merge of #50345 - kennytm:rollup, r=kennytm | bors | -56/+276 |
| 2018-05-01 | Rollup merge of #50344 - SimonSapin:cargo, r=alexcrichton | kennytm | -0/+0 |
| 2018-05-01 | Rollup merge of #50330 - japaric:used, r=nagisa | kennytm | -0/+40 |
| 2018-05-01 | Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebank | kennytm | -15/+120 |
| 2018-05-01 | Rollup merge of #50325 - petrochenkov:pmgate, r=alexcrichton | kennytm | -13/+42 |
| 2018-05-01 | Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcv | kennytm | -1/+6 |
| 2018-05-01 | Rollup merge of #50312 - Pazzaz:master, r=GuillaumeGomez | kennytm | -19/+40 |
| 2018-05-01 | Rollup merge of #50233 - mark-i-m:const_vec, r=kennytm | kennytm | -8/+28 |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -9/+12 |
| 2018-04-30 | Update Cargo.lock | Oliver Schneider | -14/+0 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -147/+111 |
| 2018-04-30 | Update ui test output | Oliver Schneider | -7/+7 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -115/+65 |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -132/+60 |
| 2018-04-30 | Reintroduce the float parsing error | Oliver Schneider | -16/+23 |
| 2018-04-30 | Remove ConstFloat | Oliver Schneider | -309/+85 |
| 2018-04-30 | Removed unused dependencies on rustc_const_math | Oliver Schneider | -5/+0 |
| 2018-04-30 | Remove unused const math ops | Oliver Schneider | -7/+0 |
| 2018-04-30 | Remove unused const error variant | Oliver Schneider | -13/+0 |
| 2018-04-30 | Remove the `UnequalTypes` error variant | Oliver Schneider | -19/+4 |
| 2018-04-30 | Implement `PartialCmp` for `ConstFloat` | Oliver Schneider | -15/+17 |
| 2018-04-30 | Comment typo | Oliver Schneider | -1/+1 |
| 2018-04-30 | Remove unused error variants | Oliver Schneider | -31/+1 |
| 2018-04-30 | revise test gen macro for str | Michael Lamparski | -144/+81 |