summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* commit test #1upgrade-to-9.4-xcodeMark Rousskov2018-07-251-0/+2
* Remove -moarMark Rousskov2018-07-251-5/+5
* Temp commit to test whether this worksMark Rousskov2018-07-251-1/+1
* Update xcode images to 9.4-moarMark Rousskov2018-07-251-5/+5
* Auto merge of #51587 - mark-i-m:at_most_once_rep_2018, r=alexcrichtonbors2018-07-2432-303/+769
|\
| * Allow by default, fix testsmark2018-07-236-7/+26
| * dump lints _after_ parsing macrosmark2018-07-232-10/+12
| * make it a migration lintmark2018-07-234-6/+54
| * Fix test and errorsmark2018-07-233-272/+193
| * update nightly bookmark2018-07-231-2/+4
| * Implement 2015 vs 2018 `?` kleene op + testmark2018-07-2322-465/+862
| * Extend ParseSess to support buffering lintsmark2018-07-236-2/+79
* | Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisabors2018-07-2457-587/+378
|\ \
| * | Update mir-opt to promoted changesOliver Schneider2018-07-232-10/+4
| * | Teach new error messages in MIR borrowck about promoted placesOliver Schneider2018-07-232-0/+3
| * | A promoted has a place and can thus be equal to itselfOliver Schneider2018-07-231-2/+12
| * | Mark an unreachable case as a bug instead of attempting to show an error to t...Oliver Schneider2018-07-231-1/+1
| * | Fix tidyOliver Schneider2018-07-231-1/+2
| * | Explain promoted extraction for simd shuffleOliver Schneider2018-07-231-0/+3
| * | Promoteds are statics and statics have a place, not just a valueOliver Schneider2018-07-2354-576/+356
* | | Auto merge of #52189 - cuviper:static-box-leak, r=blussbors2018-07-241-1/+3
|\ \ \
| * | | doc: Clarify the lifetime returned by `Box::leak`Josh Stone2018-07-091-1/+3
* | | | Auto merge of #52646 - ljedrz:single_char_pattern, r=michaelwoeristerbors2018-07-249-13/+13
|\ \ \ \
| * | | | Change single char str patterns to charsljedrz2018-07-239-13/+13
| | |/ / | |/| |
* | | | Auto merge of #52655 - kennytm:rollup, r=kennytmbors2018-07-2419-99/+95
|\ \ \ \
| * \ \ \ Rollup merge of #52642 - ljedrz:expect_fun_call, r=Mark-Simulacrumkennytm2018-07-245-8/+8
| |\ \ \ \
| | * | | | Replace a few expect+format combos with unwrap_or_else+panicljedrz2018-07-235-8/+8
| | |/ / /
| * | | | Rollup merge of #52641 - ljedrz:mir_dataflow_misc, r=cramertjkennytm2018-07-242-12/+3
| |\ \ \ \
| | * | | | Simplify 2 functions in rustc_mir/dataflowljedrz2018-07-232-12/+3
| | |/ / /
| * | | | Rollup merge of #52640 - Thomasdezeeuw:fix-localwaker-clone, r=cramertjkennytm2018-07-241-4/+5
| |\ \ \ \
| | * | | | Forget Waker when cloning LocalWakerThomas de Zeeuw2018-07-231-4/+5
| * | | | | Rollup merge of #52637 - RalfJung:rc, r=joshtriplettkennytm2018-07-242-9/+17
| |\ \ \ \ \
| | * | | | | typosRalf Jung2018-07-232-4/+4
| | * | | | | Don't use NonNull::dangling as sentinel valueRalf Jung2018-07-232-9/+17
| | | |/ / / | | |/| | |
| * | | | | Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichtonkennytm2018-07-241-0/+1
| |\ \ \ \ \
| | * | | | | Compile rustc before building tests for rustdocMark Rousskov2018-07-221-0/+1
| * | | | | | Rollup merge of #52622 - estebank:lifetime-multispan, r=nikomatsakiskennytm2018-07-242-6/+6
| |\ \ \ \ \ \
| | * | | | | | Use MultiSpan in E0707 and E709Esteban Küber2018-07-222-6/+6
| * | | | | | | Rollup merge of #52621 - ehuss:atty-fix, r=alexcrichtonkennytm2018-07-241-7/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Fix color detection for Windows msys terminals.Eric Huss2018-07-221-7/+7
| | |/ / / / / /
| * | | | | | | Rollup merge of #52605 - estebank:str-plus-eq, r=oli-obkkennytm2018-07-243-42/+38
| |\ \ \ \ \ \ \
| | * | | | | | | Do not suggest using `to_owned()` on `&str += &str`Esteban Küber2018-07-213-42/+38
| * | | | | | | | Rollup merge of #52548 - tko:cursor-doc, r=sfacklerkennytm2018-07-241-8/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Cursor: update docs to clarify Cursor only works with in-memory buffersTommi Komulainen2018-07-191-8/+9
| * | | | | | | | | Rollup merge of #52538 - ljedrz:old_musl_i586_flags, r=kennytmkennytm2018-07-241-3/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Remove obsolete flags in the i586_musl Dockerfileljedrz2018-07-191-3/+1
* | | | | | | | | | Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkovbors2018-07-245-43/+156
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | rustc: Implement tokenization of nested itemsAlex Crichton2018-07-225-43/+156
* | | | | | | | | | Auto merge of #52175 - fpoli:testsuite-callsite-span, r=petrochenkovbors2018-07-2343-49/+137
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Match errors using the callsite of macro expansionsFederico Poli2018-07-2343-49/+137