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