summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-01rustdoc: Move collapse toggle to the leftVitaly _Vi Shukela-1/+1
2018-02-01Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1bors-93/+307
2018-01-31concerning well-formed suggestions for unused shorthand field patternsZack M. Davis-16/+124
2018-02-01Auto merge of #47540 - Manishearth:suggestion, r=nrcbors-14/+109
2018-01-31in which HirIdMap is introduced as an affordance for using HirIds moreZack M. Davis-1/+3
2018-01-31Fix overflow when performing drop check calculations in NLLAaron Hill-37/+113
2018-02-01Generalize tuple_like_shim's code to be useful for enumsManish Goregaokar-24/+39
2018-02-01Eliminate ret_field and ret intermediates in array clone shimManish Goregaokar-24/+10
2018-02-01Correctly subst the fn_sig so that we get the correct typesManish Goregaokar-3/+9
2018-02-01Fix lang items box example codeVolker Mische-13/+8
2018-02-01rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf.Eduard-Mihai Burtescu-84/+107
2018-02-01Improve char escaping in lexer messagesRyan Cumming-13/+33
2018-01-31Auto merge of #47900 - kennytm:rollup, r=kennytmbors-48/+320
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-64/+89
2018-01-31Enable stack-probe tests with system LLVM >= 5.0Josh Stone-4/+4
2018-02-01Rollup merge of #47552 - oberien:stepby-nth, r=dtolnaykennytm-0/+106
2018-02-01Rollup merge of #47895 - varkor:non-utf-stdin, r=estebankkennytm-7/+29
2018-02-01Rollup merge of #47893 - alexcrichton:move-codegen-backends, r=alexcrichtonkennytm-8/+10
2018-02-01Rollup merge of #47677 - etaoins:avoid-underflow-in-rennder-source-line, r=es...kennytm-0/+4
2018-01-31rustc: Move location of `codegen-backends` dirAlex Crichton-8/+10
2018-01-31Changed of `struct` url to `#ad448e` in rust docsPramod Bisht-1/+1
2018-01-31rustdoc: Fix some minor issues per reviewerVitaly _Vi Shukela-25/+22
2018-01-31Rollup merge of #47795 - avborhanian:master, r=rkruppekennytm-0/+1
2018-01-31Use file containing non-UTF-8 character instead of echo -evarkor-1/+3
2018-01-31Add echo escape flagvarkor-1/+1
2018-01-31Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakiskennytm-3/+23
2018-01-31Rollup merge of #47890 - pftbest:no_trap, r=alexcrichtonkennytm-0/+6
2018-01-31Rollup merge of #47889 - alexcrichton:wasm-hidden-by-default, r=cramertjkennytm-3/+41
2018-01-31Rollup merge of #47886 - alexcrichton:llvm-7-start, r=eddybkennytm-0/+11
2018-01-31Rollup merge of #47884 - cuviper:run-pass-sse2, r=alexcrichtonkennytm-1/+1
2018-01-31Rollup merge of #47876 - GuillaumeGomez:associated-const-error, r=nikomatsakiskennytm-5/+24
2018-01-31Rollup merge of #47875 - jcowgill:mips-clobber-at, r=rkruppekennytm-2/+3
2018-01-31Rollup merge of #47874 - jcowgill:mips-from_raw_os_error, r=dtolnaykennytm-4/+4
2018-01-31Rollup merge of #47844 - CAD97:patch-1, r=estebankkennytm-0/+33
2018-01-31Rollup merge of #47840 - penpalperson:master, r=blusskennytm-0/+3
2018-01-31Rollup merge of #47838 - euclio:snakecase-suggestion, r=petrochenkovkennytm-15/+21
2018-01-31Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakisbors-17/+59
2018-01-31Auto merge of #46666 - clarcharr:duration_core, r=alexcrichtonbors-4/+16
2018-01-30add doc(include) to the save-analysis testQuietMisdreavus-0/+5
2018-01-30Fix ICE when assigning references to a static mut with NLLAaron Hill-2/+21
2018-01-30Export wasm source map when debug information is enabledYury Delendik-6/+68
2018-01-30wherein the parens lint keeps its own counsel re args in nested macrosZack M. Davis-9/+83
2018-01-31rustdoc: Fix tidy errors found by travisVitaly _Vi Shukela-9/+9
2018-01-31Fix ICE when reading non-UTF-8 input from stdinvarkor-7/+27
2018-01-31rustdoc: Foldable impl blocksVitaly _Vi Shukela-51/+115
2018-01-31Add regression test for #44415Daan Sprenkels-0/+22
2018-01-30Add wasm_syscall feature to build systemDiggory Blake-0/+14
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-198/+346
2018-01-31rustc_trans: keep LLVM types for trait objects anonymous.Eduard-Mihai Burtescu-3/+23
2018-01-30Update a few commentsMark Mansi-1/+4