about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-09Remove a use of `ast_map.span_if_local()` in `resolve`Jeffrey Seyfried-40/+34
2016-05-08Auto merge of #33288 - cyplo:32834_retry_download, r=alexcrichtonbors-11/+38
2016-05-08Add E0408/E0409Manish Goregaokar-4/+87
2016-05-08Auto merge of #33414 - Nercury:master, r=alexcrichtonbors-4/+40
2016-05-08Rollup merge of #33426 - sfackler:try-from, r=aturonManish Goregaokar-158/+450
2016-05-08Rollup merge of #33420 - durka:patch-20, r=alexcrichtonManish Goregaokar-0/+5
2016-05-08Rollup merge of #33406 - Manishearth:diag-improve-const-let, r=GuillaumeGomezManish Goregaokar-9/+71
2016-05-08Rollup merge of #33404 - gsquire:cargo-lock, r=alexcrichtonManish Goregaokar-27/+49
2016-05-08Rollup merge of #33373 - birkenfeld:issue-32555, r=blussManish Goregaokar-3/+3
2016-05-08Rollup merge of #33369 - nikomatsakis:graceful-empty-span, r=jntrnrManish Goregaokar-1/+49
2016-05-08Fix minor typo in E0312silvo38-1/+1
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-83/+193
2016-05-08Auto merge of #33403 - alexcrichton:consistent-env, r=brsonbors-3/+3
2016-05-08casting `b"text"` to `* const u8` doesn't work in const_evalOliver 'ker' Schneider-0/+7
2016-05-08Remove sha256 file only if present.Cyryl Płotnicki-Chudyk-5/+8
2016-05-08Better error handling for bootstrap file downloads.Cyryl Płotnicki-Chudyk-14/+20
2016-05-08Auto merge of #33130 - eddyb:mir-const, r=nikomatsakisbors-1350/+3410
2016-05-08trans: handle string literal reborrows.Eduard Burtescu-0/+23
2016-05-07Always remove tmp/partitioning-tests before check-codegen-units to work aroun...Eduard Burtescu-0/+5
2016-05-07Rollup merge of #33459 - frewsxcv:patch-29, r=guillaumegomezSteve Klabnik-2/+2
2016-05-07Rollup merge of #33456 - CryZe:barrier-wait-docs, r=GuillaumeGomezSteve Klabnik-1/+1
2016-05-07Rollup merge of #33442 - tshepang:trim, r=steveklabnikSteve Klabnik-3/+2
2016-05-07Rollup merge of #33439 - birkenfeld:ip-rfc-refs, r=steveklabnikSteve Klabnik-5/+5
2016-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-11/+11
2016-05-07Rollup merge of #33437 - brson:trips, r=ManishearthSteve Klabnik-18/+26
2016-05-07Rollup merge of #33430 - phil-opp:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2016-05-07Rollup merge of #33428 - fiveop:wrapping_example, r=steveklabnikSteve Klabnik-0/+11
2016-05-07Rollup merge of #33412 - cramertj:E0389, r=ManishearthSteve Klabnik-1/+64
2016-05-07Rollup merge of #33410 - GuillaumeGomez:explain, r=ManishearthSteve Klabnik-1/+7
2016-05-07Rollup merge of #33409 - kindlychung:patch-2, r=steveklabnikSteve Klabnik-2/+2
2016-05-07Rollup merge of #33402 - shepmaster:copied-variable-name, r=ManishearthSteve Klabnik-2/+2
2016-05-07Rollup merge of #33384 - cramertj:E0506, r=arielb1Steve Klabnik-1/+84
2016-05-07Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichtonSteve Klabnik-39/+59
2016-05-07Rollup merge of #33336 - birkenfeld:issue-27361, r=sfacklerSteve Klabnik-3/+3
2016-05-07Rollup merge of #33326 - birkenfeld:issue-33321, r=GuillaumeGomezSteve Klabnik-15/+14
2016-05-07Rollup merge of #33313 - birkenfeld:depgraph-panic, r=nikomatsakisSteve Klabnik-1/+4
2016-05-07Rollup merge of #33283 - GuillaumeGomez:process_doc, r=steveklabnikSteve Klabnik-4/+196
2016-05-07Add accessor methods to DiagnosticBuilderMurarth-0/+8
2016-05-07trans: support simd_shuffle using MIR constants for indices.Eduard Burtescu-45/+51
2016-05-07Implement RFC 1440 "Allow Drop types in statics/const functions".Eduard Burtescu-23/+54
2016-05-07test: adjust for the move to MIR-based const checking.Eduard Burtescu-75/+47
2016-05-07mir: qualify and promote constants.Eduard Burtescu-783/+1894
2016-05-07Implement RFC 1542Steven Fackler-159/+451
2016-05-07Auto merge of #33359 - tamird:consolidate-musl, r=alexcrichtonbors-73/+74
2016-05-07trans: callee: normalize trait_ref before useWang Xuerui-0/+37
2016-05-07Check for both arm and armv7 android targets in runtest.Nerijus Arlauskas-4/+4
2016-05-07Add armv7-linux-androideabi target.Nerijus Arlauskas-0/+36
2016-05-07Auto merge of #33333 - birkenfeld:issue-30318, r=Manishearthbors-1/+23
2016-05-07book: fixup code in error handling tutorialGeorg Brandl-59/+61
2016-05-07Auto merge of #33328 - nrc:highlight-api, r=alexcrichtonbors-105/+245