summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-20mention that extern absolute paths should gate on rust 2018Manish Goregaokar-0/+2
2018-04-20Add suggestion to lintManish Goregaokar-4/+25
2018-04-20Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakageManish Goregaokar-4/+42
2018-04-20fix some small compile errorsKurtis Nusbaum-4/+5
2018-04-20Auto merge of #50088 - alexcrichton:std-tweaks, r=sfacklerbors-47/+5
2018-04-20Add doc for output_base_name_stage.Eric Huss-0/+2
2018-04-20Fix revision support for UI tests.Eric Huss-71/+68
2018-04-21Do not test RLS and rustfmt if build of these failed.kennytm-2/+20
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-27/+28
2018-04-20Bring back old fallback semantics: Without feature(never_type), fallback to `...Felix S. Klock II-5/+18
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-17/+127
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 #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-20Implement Copy for std::alloc::LayoutSimon Sapin-1/+1
2018-04-20Auto merge of #50052 - nnethercote:char_lit, r=Mark-Simulacrumbors-2/+10
2018-04-20Speed up `nearest_common_ancestor()`.Nicholas Nethercote-80/+60
2018-04-20Fix a copy-and-paste bug in nearest_common_ancestor.Nicholas Nethercote-1/+1
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-19Pass down NodeId to resolve_pathManish Goregaokar-13/+19
2018-04-19add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio...Kurtis Nusbaum-11/+30
2018-04-20Auto merge of #50051 - nnethercote:no-env-var, r=Mark-Simulacrumbors-5/+5
2018-04-19rustc: Blanket whitelist `#[target_feature]`Alex Crichton-1/+1
2018-04-19rustc: Whitelist upstream target_featuresAlex Crichton-2/+38
2018-04-20Adapt the owned_box lang item to allow a Box type with defaulted parametersMike Hommey-2/+10
2018-04-20Support an alternative form for box_freeMike Hommey-24/+44
2018-04-20Remove the explicit box_free type checkMike Hommey-69/+1
2018-04-19Remove HIR inliningWesley Wiser-331/+117
2018-04-20Pass the right type to box_free() in MIRMike Hommey-70/+34
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-19Rustfmt result (for relevant changes) to satisfy Travis line length check.Nicholas Rishel-1/+4
2018-04-19add --edition optionKurtis Nusbaum-32/+51
2018-04-19The prior check causes abstract unix domain sockets to return unnamed on Andr...Nicholas Rishel-1/+1
2018-04-19Fix some of the __names in the commentsJames Sanderson-13/+13
2018-04-19Gensym remaining identifiersJames Sanderson-5/+5
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