| Age | Commit message (Expand) | Author | Lines |
| 2018-05-03 | ignore erroneous example | Hoàng Đức Hiếu | -1/+1 |
| 2018-05-03 | fix error text | Hoàng Đức Hiếu | -1/+1 |
| 2018-05-03 | doc: move incoherent_fundamental_impls to deny-by-default listing | Hoàng Đức Hiếu | -41/+41 |
| 2018-05-02 | lint: deny incoherent_fundamental_impls by default | Hoàng Đức Hiếu | -39/+1 |
| 2018-05-02 | Auto merge of #50282 - fitzgen:run-more-passes-on-constant-mir, r=nikomatsakis | bors | -48/+2 |
| 2018-05-02 | Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis | bors | -89/+85 |
| 2018-05-01 | Auto merge of #50379 - nrc:update, r=alexcrichton | bors | -32/+49 |
| 2018-05-02 | Update RLS and Rustfmt | Nick Cameron | -32/+49 |
| 2018-05-01 | Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton | bors | -712/+290 |
| 2018-05-01 | Auto merge of #50374 - petrochenkov:pypath, r=Mark-Simulacrum | bors | -2/+10 |
| 2018-05-01 | rustbuild: Normalize paths coming from Python slightly | Vadim Petrochenkov | -2/+10 |
| 2018-05-01 | Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakis | bors | -8/+204 |
| 2018-05-01 | Fix an error from "unused" lint + Fix rebase | Vadim Petrochenkov | -82/+75 |
| 2018-05-01 | Give removal reasons to removed features | Vadim Petrochenkov | -36/+46 |
| 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 | 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 | 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 | 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-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -337/+167 |
| 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 |