about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-19wasm: Increase default stack size to 1MBAlex Crichton-0/+1
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-19Auto merge of #50048 - glandium:issue50041, r=eddybbors-27/+60
2018-04-19Add rerun-if-env-changed=RUST_CHECK to librustc_llvmvarkor-0/+1
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-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
2018-04-18Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i...Felix S. Klock II-57/+57
2018-04-18Update the previously checkpointed (but unused by bors) tests to reflect curr...Felix S. Klock II-50/+174
2018-04-18Generate separate stamp files for `--compare-mode=nll`, and also use them. :)Felix S. Klock II-3/+8
2018-04-18Change output of `compiletest` to include the compare-mode when present.Felix S. Klock II-2/+6
2018-04-18Expand `x.py test` to also run with `--compare-mode=nll` on src/test/ui suite.Felix S. Klock II-3/+42
2018-04-18Auto merge of #49981 - nox:fix-signed-niches, r=eddybbors-5/+26
2018-04-18rustc_trans: also check dominators for SSA values in mir::analyze.Eduard-Mihai Burtescu-27/+60
2018-04-18Replace Build with Buildervarkor-11/+10
2018-04-18Do not rebuild LLVM for x.py checkvarkor-3/+13
2018-04-18Abstract LLVM building from bootstrapvarkor-94/+65
2018-04-18Correct the timestamp for CodegenBackend checkvarkor-4/+13
2018-04-18Add rustc_trans to x.py checkvarkor-7/+100
2018-04-18Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoeristerbors-35/+40
2018-04-18Auto merge of #49972 - Mark-Simulacrum:remove-build, r=alexcrichtonbors-939/+873
2018-04-18Auto merge of #49969 - mark-i-m:allocator_fmt, r=estebankbors-648/+743
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-939/+873
2018-04-18Auto merge of #49950 - Zoxc:default-span, r=estebankbors-171/+138
2018-04-17Auto merge of #50036 - nrc:update, r=alexcrichtonbors-29/+29
2018-04-18Update RustfmtNick Cameron-29/+29
2018-04-17Auto merge of #49904 - michaelwoerister:no-debug-attr, r=alexcrichtonbors-7/+22
2018-04-17Auto merge of #50033 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-158/+217
2018-04-17Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomezGuillaume Gomez-1/+11
2018-04-17Rollup merge of #50013 - frewsxcv:frewsxcv-ssplice, r=GuillaumeGomezGuillaume Gomez-3/+0
2018-04-17Rollup merge of #49966 - GuillaumeGomez:comma-search, r=QuietMisdreavusGuillaume Gomez-131/+203
2018-04-17Rollup merge of #49699 - zesterer:master, r=joshtriplettGuillaume Gomez-33/+13
2018-04-17Turn some comments into doccommentsMark Mansi-53/+54
2018-04-17run rustfmt on rustc_driver/driver.rsMark Mansi-526/+610
2018-04-17Run rustfmtMark Mansi-69/+79
2018-04-17Make one_time_diagnostics thread-safeJohn Kåre Alsaker-2/+2
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-33/+38
2018-04-17Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelixbors-1128/+1141
2018-04-17Clean up attribute handling in create_function_debug_context().Michael Woerister-4/+5