| Age | Commit message (Expand) | Author | Lines |
| 2017-03-10 | Fix #39390 on beta. | Jeffrey Seyfried | -2/+5 |
| 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-03-09 | Fix ICE: don't use `struct_variant` on enums | Esteban Küber | -0/+34 |
| 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 | -8/+4 |
| 2017-02-25 | check_match: don't treat privately uninhabited types as uninhabited | Ariel Ben-Yehuda | -7/+62 |
| 2017-02-23 | emit "align 1" metadata on loads/stores of packed structs | Ariel Ben-Yehuda | -0/+29 |
| 2017-02-23 | Fix ICE when accessing mutably an immutable enum | Esteban Küber | -0/+30 |
| 2017-02-23 | Fix ICE when parsing token trees after an error. | Jeffrey Seyfried | -0/+32 |
| 2017-02-23 | Fix ICE on certain sequence repetitions. | Jeffrey Seyfried | -0/+15 |
| 2017-02-23 | fix run-pass test that required `Copy` impl | Niko Matsakis | -0/+2 |
| 2017-02-23 | remove vestiges of the old suggestion machinery | Niko Matsakis | -4/+92 |
| 2017-02-23 | add some sample UI error test cases | Niko Matsakis | -0/+243 |
| 2017-02-10 | Uninhabited while-let pattern fix | Andrew Cann | -0/+8 |
| 2017-02-06 | Delete failing test | Josh Driver | -51/+0 |
| 2017-02-01 | Fixup tests for new unknown derive error | Josh Driver | -2/+2 |
| 2017-01-31 | Auto merge of #39379 - segevfiner:fix-backtraces-on-i686-pc-windows-gnu, r=al... | bors | -5/+0 |
| 2017-01-31 | Auto merge of #39250 - cseale:issue_30924, r=est31 | bors | -0/+3 |
| 2017-01-31 | [Gate Tests] - marking feature tests | Colm Seale | -0/+3 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -50/+45 |
| 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 | -14/+76 |
| 2017-01-28 | test: add missing lifetime in recently added test. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-28 | rustc: move object default lifetimes to resolve_lifetimes. | Eduard-Mihai Burtescu | -0/+24 |
| 2017-01-28 | rustc: always keep an explicit lifetime in trait objects. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-01-28 | rustc_typeck: move impl Trait checks out of RegionScope. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-28 | rustc: move most of lifetime elision to resolve_lifetimes. | Eduard-Mihai Burtescu | -8/+44 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-01-27 | Rollup merge of #39335 - cramertj:cramertj/can_begin_expr_fix, r=petrochenkov | Alex Crichton | -0/+30 |
| 2017-01-27 | Rollup merge of #39313 - est31:drop_in_place_is_stable, r=GuillaumeGomez | Alex Crichton | -2/+0 |
| 2017-01-27 | Rollup merge of #39306 - GuillaumeGomez:newtype_help, r=eddyb | Alex Crichton | -1/+6 |
| 2017-01-27 | Rollup merge of #39290 - canndrew:hide-uninhabitedness, r=nikomatsakis | Alex Crichton | -19/+50 |
| 2017-01-27 | Rollup merge of #38617 - pnkfelix:double-reference, r=pnkfelix | Alex Crichton | -0/+38 |
| 2017-01-27 | Auto merge of #37057 - brson:nosuggest, r=nikomatsakis | bors | -179/+0 |
| 2017-01-27 | Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakis | bors | -41/+0 |
| 2017-01-27 | Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakis | bors | -0/+15 |
| 2017-01-26 | Fix can_begin_expr keyword behavior | Taylor Cramer | -0/+30 |
| 2017-01-27 | Auto merge of #39139 - estebank:issue-38147, r=nikomatsakis | bors | -15/+153 |
| 2017-01-27 | Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakis | bors | -30/+233 |
| 2017-01-26 | rustc: Remove all "consider using an explicit lifetime parameter" suggestions | Brian Anderson | -179/+0 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -15/+153 |
| 2017-01-26 | Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakis | bors | -0/+27 |
| 2017-01-26 | Auto merge of #39309 - eddyb:map-shmap, r=nikomatsakis | bors | -2/+2 |
| 2017-01-26 | Auto merge of #38819 - GuillaumeGomez:main_func_wrong_type, r=GuillaumeGomez | bors | -5/+5 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-01-26 | Add note for E0117 | Guillaume Gomez | -1/+6 |