| Age | Commit message (Expand) | Author | Lines |
| 2017-03-10 | Fix #39390 on beta. | Jeffrey Seyfried | -0/+18 |
| 2017-03-09 | Propagate expected type hints through struct literals. | Eduard-Mihai Burtescu | -0/+20 |
| 2017-03-09 | trans: don't ICE when trying to create ADT trans-items | Ariel Ben-Yehuda | -0/+51 |
| 2017-03-09 | Fix const expression macro invocations. | Jeffrey Seyfried | -0/+24 |
| 2017-02-25 | std: Relax UnwindSafe impl for Unique | Alex Crichton | -1/+4 |
| 2017-02-25 | use a more conservative inhabitableness rule | Ariel Ben-Yehuda | -5/+1 |
| 2017-02-25 | check_match: don't treat privately uninhabited types as uninhabited | Ariel Ben-Yehuda | -0/+29 |
| 2017-02-23 | fix run-pass test that required `Copy` impl | Niko Matsakis | -0/+2 |
| 2017-01-31 | Auto merge of #39379 - segevfiner:fix-backtraces-on-i686-pc-windows-gnu, r=al... | bors | -5/+0 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -1/+1 |
| 2017-01-29 | Fix backtraces on i686-pc-windows-gnu by disabling FPO | Segev Finer | -5/+0 |
| 2017-01-28 | Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkov | bors | -3/+2 |
| 2017-01-28 | Disable backtrace tests on i686-pc-windows-gnu since it's broken by FPO | Segev Finer | -0/+5 |
| 2017-01-28 | Auto merge of #39305 - eddyb:synelide, r=nikomatsakis | bors | -0/+24 |
| 2017-01-28 | rustc: move object default lifetimes to resolve_lifetimes. | Eduard-Mihai Burtescu | -0/+24 |
| 2017-01-27 | Rollup merge of #39313 - est31:drop_in_place_is_stable, r=GuillaumeGomez | Alex Crichton | -2/+0 |
| 2017-01-27 | Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakis | bors | -4/+0 |
| 2017-01-26 | drop_in_place is stable now, don't #![feature] it in the nomicon and a test | est31 | -2/+0 |
| 2017-01-25 | Auto merge of #38856 - zackw:process-envs, r=aturon | bors | -2/+63 |
| 2017-01-25 | Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis | bors | -1/+18 |
| 2017-01-25 | Stabilize Self and associated types in struct expressions and patterns | Vadim Petrochenkov | -4/+0 |
| 2017-01-24 | Make backtraces work on Windows GNU targets again. | Segev Finer | -6/+0 |
| 2017-01-21 | Generalize envs() and args() to iterators. | Zack Weinberg | -1/+4 |
| 2017-01-20 | More test fixes from rollup | Alex Crichton | -4/+8 |
| 2017-01-20 | Rollup merge of #39197 - michaelwoerister:test-38942, r=alexcrichton | Alex Crichton | -0/+26 |
| 2017-01-20 | Rollup merge of #39157 - michaelwoerister:debug-lto, r=alexcrichton | Alex Crichton | -2/+74 |
| 2017-01-20 | Rollup merge of #39138 - gralpli:issue-39089, r=nrc | Alex Crichton | -0/+13 |
| 2017-01-20 | Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brson | Alex Crichton | -0/+12 |
| 2017-01-20 | Rollup merge of #39068 - alexcrichton:more-small-tests, r=brson | Alex Crichton | -3/+14 |
| 2017-01-19 | Add regression test for issue #38942 | Michael Woerister | -0/+26 |
| 2017-01-19 | travis: Get an emscripten builder online | Alex Crichton | -0/+12 |
| 2017-01-19 | add exclusive range patterns under a feature gate | Oliver Schneider | -1/+18 |
| 2017-01-18 | Add regression test for debuginfo + LTO | Michael Woerister | -2/+74 |
| 2017-01-18 | Feature gate `&Void`'s uninhabitedness. | Andrew Cann | -0/+5 |
| 2017-01-17 | Fix ICE when compiling fn f<T: ?for<'a> Sized>() {} | gralpli | -0/+13 |
| 2017-01-16 | Fix stage 0 and 1 tests broken because i128 doesn't work in stages less than 2 | Mark Simulacrum | -0/+4 |
| 2017-01-15 | travis: Add i586 linux and i686 musl | Alex Crichton | -3/+14 |
| 2017-01-15 | Auto merge of #38610 - djzin:master, r=sfackler | bors | -3/+3 |
| 2017-01-14 | Auto merge of #38992 - nagisa:i128-minvallit, r=eddyb | bors | -0/+14 |
| 2017-01-14 | fix failing test | djzin | -3/+3 |
| 2017-01-13 | Auto merge of #38675 - infinity0:more-jemalloc-fixes, r=alexcrichton | bors | -1/+2 |
| 2017-01-12 | Disable jemalloc tests on platforms where it is disabled (closes #38612) | Ximin Luo | -1/+2 |
| 2017-01-12 | Add mips architectures to conditional-compile test | Ximin Luo | -0/+6 |
| 2017-01-11 | Fix two const-eval issues related to i128 negation | Simonas Kazlauskas | -0/+14 |
| 2017-01-11 | Auto merge of #38989 - arielb1:constant-mir-overflow2, r=eddyb | bors | -0/+7 |
| 2017-01-11 | fix function arguments in constant promotion | Ariel Ben-Yehuda | -0/+7 |
| 2017-01-10 | Fixes: | Zack Weinberg | -7/+5 |
| 2017-01-10 | Auto merge of #38934 - Manishearth:nodrop, r=eddyb | bors | -0/+63 |
| 2017-01-09 | Make unions never have needs_drop | Manish Goregaokar | -0/+63 |
| 2017-01-09 | Auto merge of #38866 - alexcrichton:try-wait, r=aturon | bors | -0/+65 |