about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-1393/+1418
2018-04-21Move non-allocating [u8] inherent methods to libcoreSimon Sapin-56/+101
2018-04-21Remove unused methods on the private Wtf8 typeSimon Sapin-14/+0
2018-04-21Auto merge of #50056 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-190/+210
2018-04-20Auto merge of #50088 - alexcrichton:std-tweaks, r=sfacklerbors-47/+5
2018-04-20Auto merge of #50119 - kennytm:rollup, r=kennytmbors-10/+49
2018-04-20Rollup merge of #50117 - pnkfelix:fix-issue-50113, r=oli-obkkennytm-2/+4
2018-04-20Rollup merge of #50114 - wesleywiser:patch-3, r=michaelwoeristerkennytm-1/+1
2018-04-20Rollup merge of #50104 - mixi:libxml2-llvm, r=alexcrichtonkennytm-0/+1
2018-04-20Rollup merge of #50083 - alexcrichton:increase-wasm-stack, r=michaelwoeristerkennytm-0/+1
2018-04-20Rollup merge of #50081 - GuillaumeGomez:stdsimd-update, r=alexcrichtonkennytm-0/+0
2018-04-20Rollup merge of #50058 - krk:patch-1, r=Mark-Simulacrumkennytm-0/+2
2018-04-20Rollup merge of #50031 - krk:issue-46336, r=estebankkennytm-7/+40
2018-04-20Update the Cargo submoduleAlex Crichton-190/+210
2018-04-20Fix #50113: must explicitly request file name when using with_file_name.Felix S. Klock II-2/+4
2018-04-20Fix bad merge in #49991Wesley Wiser-1/+1
2018-04-20Auto merge of #50062 - varkor:xpy-check-rustdoc, r=Mark-Simulacrumbors-2/+60
2018-04-20Auto merge of #50052 - nnethercote:char_lit, r=Mark-Simulacrumbors-2/+10
2018-04-20Disable auto-detection of libxml2 when compiling llvm.Johannes Nixdorf-0/+1
2018-04-20Auto merge of #49991 - wesleywiser:remove_hir_inlining, r=michaelwoeristerbors-331/+117
2018-04-20Auto merge of #50069 - alexcrichton:fix-proc-macro, r=nrcbors-9/+127
2018-04-20Auto merge of #50051 - nnethercote:no-env-var, r=Mark-Simulacrumbors-5/+5
2018-04-19Remove HIR inliningWesley Wiser-331/+117
2018-04-19Tweak some stabilizations in libstdAlex Crichton-47/+5
2018-04-19Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichtonbors-5/+3
2018-04-19wasm: Increase default stack size to 1MBAlex Crichton-0/+1
2018-04-19Update stdsimd submoduleGuillaume Gomez-0/+0
2018-04-19Ensure CleanTools is run for check rustdocvarkor-2/+9
2018-04-19Add rustdoc to x.py checkvarkor-2/+53
2018-04-19Auto merge of #50020 - oli-obk:clippy, r=Manishearthbors-19/+42
2018-04-19Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakisbors-268/+327
2018-04-19Auto merge of #49949 - oli-obk:const_signed_pat, r=eddybbors-23/+69
2018-04-19Sign extend constants in range patternsOliver Schneider-23/+69
2018-04-19Update clippyOliver Schneider-19/+42
2018-04-19Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichtonbors-55/+138
2018-04-19Auto merge of #49630 - npmccallum:shl, r=alexcrichtonbors-3/+3
2018-04-18proc_macro: Stay on the "use the cache" path moreAlex Crichton-9/+127
2018-04-19Auto merge of #50048 - glandium:issue50041, r=eddybbors-27/+60
2018-04-19Avoid allocating when parsing \u{...} literals.Nicholas Nethercote-2/+10
2018-04-19Add rerun-if-env-changed=RUST_CHECK to librustc_llvmvarkor-0/+1
2018-04-19Lazily evaluate EvalErrorKind::*.into() calls.Nicholas Nethercote-5/+5
2018-04-18Auto merge of #50022 - nrc:doc-analysis, r=mark-simulacrumbors-1/+3
2018-04-18Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfacklerbors-59/+28
2018-04-18Auto merge of #50006 - rcoh:reorder-compiler-builtins, r=oli-obkbors-1/+27
2018-04-18Added build disk usage informationKerem-0/+2
2018-04-18Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichtonbors-14/+19
2018-04-18When running under compare-mode=nll, generate expected output to `foo.nll.std...Felix S. Klock II-2/+14
2018-04-18Workaround rust-lang/rust#49998 by opting into experimental `-Z nll-subminima...Felix S. Klock II-9/+12
2018-04-18Work around rust-lang/rust#49998 with experimental code that does less updati...Felix S. Klock II-2/+14
2018-04-18Removed `.nll.stderr` files that currently match their corresponding `.stderr...Felix S. Klock II-140/+0