| Age | Commit message (Expand) | Author | Lines |
| 2017-01-27 | Rollup merge of #39351 - nikomatsakis:incr-comp-skip-typeck-1, r=eddyb | Alex Crichton | -11/+21 |
| 2017-01-27 | Rollup merge of #39350 - nagisa:i128-test-helpers-better-def, r=alexcrichton | Alex Crichton | -1/+1 |
| 2017-01-27 | Rollup merge of #39344 - ollie27:links, r=steveklabnik | Alex Crichton | -10/+11 |
| 2017-01-27 | Rollup merge of #39335 - cramertj:cramertj/can_begin_expr_fix, r=petrochenkov | Alex Crichton | -1/+53 |
| 2017-01-27 | Rollup merge of #39332 - nagisa:another-bigendian-128, r=eddyb | Alex Crichton | -1/+2 |
| 2017-01-27 | Rollup merge of #39321 - king6cong:master, r=frewsxcv | Alex Crichton | -1/+1 |
| 2017-01-27 | Rollup merge of #39314 - stjepang:rewrite-sort-header, r=brson | Alex Crichton | -2/+2 |
| 2017-01-27 | Rollup merge of #39313 - est31:drop_in_place_is_stable, r=GuillaumeGomez | Alex Crichton | -5/+3 |
| 2017-01-27 | Rollup merge of #39311 - solson:fix-unpretty-mir-non-local, r=eddyb | Alex Crichton | -1/+1 |
| 2017-01-27 | Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brson | Alex Crichton | -371/+26 |
| 2017-01-27 | Rollup merge of #39306 - GuillaumeGomez:newtype_help, r=eddyb | Alex Crichton | -1/+7 |
| 2017-01-27 | Rollup merge of #39290 - canndrew:hide-uninhabitedness, r=nikomatsakis | Alex Crichton | -41/+81 |
| 2017-01-27 | Rollup merge of #39285 - nrc:save-tables, r=@eddyb | Alex Crichton | -4/+9 |
| 2017-01-27 | Rollup merge of #39284 - alexcrichton:manifesting, r=brson | Alex Crichton | -1/+512 |
| 2017-01-27 | Rollup merge of #38617 - pnkfelix:double-reference, r=pnkfelix | Alex Crichton | -1/+55 |
| 2017-01-27 | Auto merge of #37057 - brson:nosuggest, r=nikomatsakis | bors | -893/+4 |
| 2017-01-27 | Use __SIZEOF_INT128__ to test __int128 presence | Simonas Kazlauskas | -1/+1 |
| 2017-01-27 | move `cast_kinds` into `TypeckTables` where it belongs | Niko Matsakis | -11/+21 |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -10/+11 |
| 2017-01-27 | Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakis | bors | -55/+2 |
| 2017-01-27 | Auto merge of #39252 - alexcrichton:less-exports, r=nrc | bors | -4/+63 |
| 2017-01-26 | std: Compile libbacktrace with -fvisibility=hidden | Alex Crichton | -2/+13 |
| 2017-01-26 | rustc: Don't export builtins/panic/alloc syms | Alex Crichton | -2/+50 |
| 2017-01-27 | Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakis | bors | -13/+38 |
| 2017-01-26 | Fix can_begin_expr keyword behavior | Taylor Cramer | -1/+53 |
| 2017-01-27 | Auto merge of #39139 - estebank:issue-38147, r=nikomatsakis | bors | -67/+310 |
| 2017-01-27 | Fix another endian-ness issue in i128 trans | Simonas Kazlauskas | -1/+2 |
| 2017-01-27 | Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakis | bors | -469/+565 |
| 2017-01-26 | rustc: Remove all "consider using an explicit lifetime parameter" suggestions | Brian Anderson | -893/+4 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -67/+310 |
| 2017-01-26 | Avoid ICE when pretty-printing non-local MIR item. | Scott Olson | -1/+1 |
| 2017-01-27 | save-analysis: get tables directly, accomodating them being missing | Nick Cameron | -4/+9 |
| 2017-01-27 | doc comment typo fix | king6cong | -1/+1 |
| 2017-01-26 | Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakis | bors | -81/+205 |
| 2017-01-26 | Auto merge of #39309 - eddyb:map-shmap, r=nikomatsakis | bors | -1119/+1101 |
| 2017-01-26 | Better comments for FIXMEs | Vadim Petrochenkov | -2/+2 |
| 2017-01-26 | Auto merge of #38819 - GuillaumeGomez:main_func_wrong_type, r=GuillaumeGomez | bors | -7/+34 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -363/+345 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -761/+761 |
| 2017-01-26 | Add note for E0117 | Guillaume Gomez | -1/+7 |
| 2017-01-26 | Update error code number | Guillaume Gomez | -8/+8 |
| 2017-01-26 | Add a distinct error code and description for "main function has wrong type" | Guillaume Gomez | -7/+34 |
| 2017-01-26 | Rewrite the first sentence in slice::sort | Stjepan Glavina | -2/+2 |
| 2017-01-26 | Auto merge of #39075 - est31:remove_reflect, r=nikomatsakis | bors | -247/+5 |
| 2017-01-26 | drop_in_place is stable now, don't #![feature] it in the nomicon and a test | est31 | -5/+3 |
| 2017-01-26 | Auto merge of #39000 - nikomatsakis:incr_comp_crosscontaminate_impl_item, r=m... | bors | -259/+255 |
| 2017-01-26 | Auto merge of #38961 - steveklabnik:fix-sort-wording, r=alexcrichton | bors | -11/+36 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -371/+26 |
| 2017-01-25 | Auto merge of #38920 - petrochenkov:selfimpl, r=eddyb | bors | -67/+122 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -183/+183 |