about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-11Rollup merge of #55764 - murarth:fix-rc-alloc, r=RalfJungPietro Albini-4/+25
2018-11-11Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj...Pietro Albini-42/+56
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-199/+302
2018-11-10Auto merge of #55650 - nikic:funnel-shift, r=nagisabors-8/+93
2018-11-10Auto merge of #55830 - alexcrichton:update-cargo, r=alexcrichtonbors-14/+15
2018-11-10Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio...bors-22/+93
2018-11-10Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelixbors-2/+3
2018-11-10Auto merge of #55626 - nikic:update-emscripten, r=alexcrichtonbors-39/+47
2018-11-09Update Cargo submoduleAlex Crichton-14/+15
2018-11-09Pull in fix for dist-i686-linux buildNikita Popov-0/+0
2018-11-08Rollup merge of #55788 - alexcrichton:wincolors, r=petrochenkovMark Rousskov-1/+7
2018-11-08Rollup merge of #55783 - stjepang:deprecate-select, r=SimonSapinMark Rousskov-4/+7
2018-11-08Rollup merge of #55777 - nnethercote:less-P-in-ast, r=petrochenkovMark Rousskov-7/+7
2018-11-08Rollup merge of #55774 - CryZe:patch-5, r=alexcrichtonMark Rousskov-1/+4
2018-11-08Rollup merge of #55761 - ljedrz:fix_promote_candidate_hack, r=estebankMark Rousskov-10/+5
2018-11-08Rollup merge of #55760 - jonhoo:no-intermediate-fonts, r=GuillaumeGomezMark Rousskov-5/+5
2018-11-08Rollup merge of #55758 - davidtwco:issue-55344, r=pnkfelixMark Rousskov-28/+136
2018-11-08Rollup merge of #55755 - ljedrz:a_few_indexvec_tweaks, r=varkorMark Rousskov-4/+4
2018-11-08Rollup merge of #55753 - ljedrz:borrow_set_insert_clone, r=oli-obkMark Rousskov-12/+3
2018-11-08Rollup merge of #55742 - F001:fix-55718, r=petrochenkovMark Rousskov-5/+34
2018-11-08Rollup merge of #55739 - wesleywiser:mir_inline_fuel, r=nikomatsakisMark Rousskov-1/+13
2018-11-08Rollup merge of #55736 - estebank:elide-anon-lt, r=petrochenkovMark Rousskov-4/+7
2018-11-08Rollup merge of #55719 - pnkfelix:issue-54388-sidestep-link-error-from-rustfi...Mark Rousskov-13/+38
2018-11-08Rollup merge of #55659 - alexcrichton:musl-no-group, r=michaelwoeristerMark Rousskov-25/+0
2018-11-08Rollup merge of #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_...Mark Rousskov-0/+34
2018-11-08Rollup merge of #55633 - nikic:memcpy-align, r=nagisaMark Rousskov-51/+98
2018-11-08Rollup merge of #55576 - birkenfeld:opt-level-error-msg, r=cramertjMark Rousskov-1/+1
2018-11-08Deprecate channel selectionStjepan Glavina-4/+7
2018-11-08Fix Rc/Arc allocation layoutMurarth-4/+25
2018-11-08Fix some tests for wasm32-unknown-emscriptenNikita Popov-2/+2
2018-11-08Fix compiletest support for wasm32-unknown-emscriptenNikita Popov-4/+2
2018-11-08rustc: Request ansi colors if stderr isn't a ttyAlex Crichton-1/+7
2018-11-08Update the disabled wasm32 DockerfileNikita Popov-10/+5
2018-11-08Disable wasm32 features on emscriptenNikita Popov-1/+2
2018-11-08Improve creation of 3 IndexVecsljedrz-4/+4
2018-11-08Auto merge of #55532 - pnkfelix:rustc_error-survey, r=nikomatsakisbors-1312/+449
2018-11-08Use `SmallVec` outparams in several functions.Nicholas Nethercote-42/+56
2018-11-08Use `Lit` rather than `P<Lit>` in `ast::ExprKind`.Nicholas Nethercote-7/+7
2018-11-08Auto merge of #55366 - Amanieu:stable_layout, r=Amanieubors-24/+18
2018-11-08wasm32-unknown-emscripten expects the rust_eh_personality symbolChristopher Serr-1/+4
2018-11-07Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint.Alexander Regueiro-12/+0
2018-11-07Only do check for trait objects, not trait or trait alias definitions.Alexander Regueiro-163/+112
2018-11-07Added error for duplicate bindings of associated type.Alexander Regueiro-117/+184
2018-11-07Added tests.Alexander Regueiro-42/+133
2018-11-07Look at projections from supertraits when constructing trait objects.Alexander Regueiro-69/+77
2018-11-07Remove targets from the manifest that are not built on travisMarco A L Barbosa-6/+0
2018-11-07Remove intermediate font specsJon Gjengset-5/+5
2018-11-07mir: remove a hacky recursive helper functionljedrz-10/+5
2018-11-07This test will not link on wasm32.Felix S. Klock II-6/+6
2018-11-07Ignore never-initialized locals for `unused_mut`.David Wood-28/+136