about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-11Auto merge of #55660 - alexcrichton:cleanup-alloc-system, r=dtolnay,SimonSapinbors-682/+464
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-508/+450
2018-11-11rustc: Clean up allocator injection logicAlex Crichton-177/+17
2018-11-11Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelixbors-31/+121
2018-11-11Auto merge of #55674 - oli-obk:miri_engine_refactoring, r=RalfJungbors-494/+532
2018-11-11Auto merge of #55859 - pietroalbini:rollup, r=kennytmbors-666/+1117
2018-11-11Rollup merge of #55856 - QuietMisdreavus:static-discharge, r=GuillaumeGomezkennytm-27/+140
2018-11-11Rollup merge of #55845 - nikic:emscripten-clamp-mode, r=alexcrichtonkennytm-1/+7
2018-11-11Rollup merge of #55630 - petrochenkov:noprelude, r=Centrilkennytm-5/+37
2018-11-11Auto merge of #54993 - TimNN:pda-tdl, r=eddybbors-5/+28
2018-11-11Rollup merge of #55844 - waywardmonkeys:typo-fixes, r=varkorPietro Albini-14/+14
2018-11-11Rollup merge of #55839 - dralley:docstring-spelling, r=TimNNPietro Albini-6/+5
2018-11-11Rollup merge of #55828 - oli-obk:promotion_strikes_again, r=eddybPietro Albini-0/+76
2018-11-11Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelixPietro Albini-16/+55
2018-11-11Rollup merge of #55819 - pnkfelix:issue-55810-must-typeck-pats-eagerly, r=oli...Pietro Albini-4/+27
2018-11-11Rollup merge of #55816 - nnethercote:from_decimal_string-SmallVec, r=oli-obkPietro Albini-6/+10
2018-11-11Rollup merge of #55802 - wesleywiser:inlined_calls_2_electric_boogaloo, r=nagisaPietro Albini-45/+85
2018-11-11Rollup merge of #55801 - pnkfelix:update-box-insensitivity-test-for-nll, r=da...Pietro Albini-86/+103
2018-11-11Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obkPietro Albini-1/+87
2018-11-11Rollup merge of #55799 - pnkfelix:remove-useless-revisions-marker-from-lint-u...Pietro Albini-202/+52
2018-11-11Rollup merge of #55792 - oli-obk:propsicle, r=RalfJungPietro Albini-8/+36
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 #54864 - ljedrz:cleanup_codegen_llvm_back, r=Mark-Simulacrumbors-175/+133
2018-11-10move all static-file include!s into a single moduleQuietMisdreavus-27/+140
2018-11-10Auto merge of #55650 - nikic:funnel-shift, r=nagisabors-8/+93
2018-11-10codegen_llvm_back: simplify a conversion to charljedrz-1/+1
2018-11-10codegen_llvm_back: remove a redundant continueljedrz-1/+0
2018-11-10codegen_llvm_back: possible minor speedup in logicljedrz-1/+1
2018-11-10codegen_llvm_back: use mem::replace instead of swap where more conciseljedrz-12/+5
2018-11-10codegen_llvm_back: remove 'static from constsljedrz-3/+3
2018-11-10codegen_llvm_back: use to_owned instead of to_string with string literalsljedrz-5/+5
2018-11-10codegen_llvm_back: improve common patternsljedrz-57/+30
2018-11-10codegen_llvm_back: remove explicit returnsljedrz-12/+15
2018-11-10codegen_llvm_back: use Cow<'static, str> where applicableljedrz-22/+21
2018-11-10codegen_llvm_back: whitespace & formatting fixesljedrz-62/+53
2018-11-10Set BINARYEN_TRAP_MODE=clampNikita Popov-1/+7
2018-11-10Fix documentation typos.Bruce Mitchener-14/+14
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-09Fix docstring spelling mistakesDaniel Alley-6/+5
2018-11-09Don't inline virtual calls (take 2)Wesley Wiser-45/+85
2018-11-10Auto merge of #55626 - nikic:update-emscripten, r=alexcrichtonbors-39/+47
2018-11-09Update Cargo submoduleAlex Crichton-14/+15
2018-11-09Simplify logicEsteban Küber-8/+2
2018-11-09Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value`Oliver Scherer-0/+76
2018-11-09Pull in fix for dist-i686-linux buildNikita Popov-0/+0
2018-11-09Fix ICE and find correct return span.David Wood-16/+55