summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-10Remove short doc where it starts with a codeblockGuillaume Gomez-35/+78
2018-11-10Avoid converting bytes to UTF-8 strings to print, just pass bytes to stdout/errSantiago Pastorino-3/+6
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-10add FromIterator<A> to Box<[A]>Axary-1/+17
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-09Fix #[cfg] for step impl on rangesDaniel Alley-4/+4
2018-11-09Don't inline virtual calls (take 2)Wesley Wiser-45/+85
2018-11-10make PhantomData #[structural_match].Mazdak Farrokhzad-0/+55
2018-11-10adjust ui/../mod-static-with-const-fn.rsMazdak Farrokhzad-3/+15
2018-11-10revert spurious edits.Mazdak Farrokhzad-16/+6
2018-11-10Auto merge of #55626 - nikic:update-emscripten, r=alexcrichtonbors-39/+47
2018-11-10Tidy ♪ all ♪ the ♪ way ♪♪♪♪ with ♪ a ♪ newline ♪ missing ...Oliver Scherer-4/+4
2018-11-10Add a few tests around raw pointers and interior mutabilityOliver Scherer-0/+73
2018-11-10revert some more constification.Mazdak Farrokhzad-16/+16
2018-11-10revert making internal APIs const fn.Mazdak Farrokhzad-47/+47
2018-11-10reduce list to functions callable in const ctx.Mazdak Farrokhzad-55/+55
2018-11-10fix mod-static-with-const-fn.rs.Mazdak Farrokhzad-3/+1
2018-11-10--bless mod-static-with-const-fn.stderrMazdak Farrokhzad-9/+2
2018-11-10constify parts of libstd.Mazdak Farrokhzad-53/+52
2018-11-10constify parts of liballoc.Mazdak Farrokhzad-21/+21
2018-11-10constify parts of libcore.Mazdak Farrokhzad-112/+84
2018-11-10constify libcore/time.rsMazdak Farrokhzad-8/+4
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-09don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-1/+81
2018-11-09Fix ICE and find correct return span.David Wood-16/+55
2018-11-09Typecheck patterns of all match arms first, so we get types for bindings.Felix S. Klock II-4/+27
2018-11-09Fix tidyOliver Scherer-2/+2
2018-11-09Use `SmallVec` to avoid allocations in `from_decimal_string`.Nicholas Nethercote-6/+10
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