summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-02-02Remove dead codeManish Goregaokar-24/+0
2018-02-02Auto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichtonbors-198/+365
2018-02-01Fix test after rebaseEsteban Küber-59/+31
2018-02-01Remove support for `Self` in attributesEsteban Küber-9/+1
2018-02-01Fix testsEsteban Küber-3/+3
2018-02-01Rework `parse_ident_attr`Esteban Küber-25/+26
2018-02-01Remove cast suggestionsEsteban Küber-240/+0
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-47/+299
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-153/+418
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-403/+312
2018-02-01Fix ugly hover in sidebarGuillaume Gomez-8/+22
2018-02-01Turn `type_id` into a constant intrinsicBadel2-1/+105
2018-02-02add ellided lifetimedpc-4/+55
2018-02-01Change offset to `0`Esteban Küber-1/+1
2018-02-01Minimize weird spans involving macro contextEsteban Küber-8/+55
2018-02-01Use constant for 180/π in to_degreesvarkor-1/+7
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-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