about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-01-28Auto merge of #39353 - alexcrichton:rollup, r=alexcrichtonbors-447/+782
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 #39348 - steveklabnik:cyryl-mailmap, r=alexcrichtonAlex Crichton-0/+1
2017-01-27Rollup merge of #39346 - steveklabnik:jethro-mailmap, r=brsonAlex Crichton-0/+1
2017-01-27Rollup merge of #39345 - steveklabnik:carol-mailmap, r=alexcrichtonAlex Crichton-2/+2
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 #39302 - alexcrichton:upload-all, r=brsonAlex Crichton-4/+4
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 cyryl's mailmap entrySteve Klabnik-0/+1
2017-01-27Fix @jethrogb's mailmap entrySteve Klabnik-0/+1
2017-01-27Fix up @carols10cents' mailmap entrySteve Klabnik-2/+2
2017-01-27Auto merge of #39320 - alexcrichton:less-backtraces, r=aturonbors-14/+0
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-26travis: Turn off core dumps on OSXAlex Crichton-14/+0
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