summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-30stabilize match_beginning_vertJonathan Goodman-103/+32
2018-01-31[MSP430] Don't enable trap_unreachable option by default on msp.Vadzim Dambrouski-0/+6
2018-01-30rustc: Add an option to default hidden visibilityAlex Crichton-3/+41
2018-01-30rustc: Add some defines for LLVM 7 compatAlex Crichton-0/+11
2018-01-30track intercrate ambiguity only when there is a coherence errorNiko Matsakis-49/+82
2018-01-30change `overlapping_impls` to take a tcx and create the infcxNiko Matsakis-72/+66
2018-01-30Fix trailing whitespaceMark Mansi-1/+1
2018-01-30make `overlapping_impls` call closures instead of returningNiko Matsakis-50/+75
2018-01-30Improved tests + typo fixes + assertMark Mansi-17/+89
2018-01-30Add ? to unstable bookMark Mansi-0/+17
2018-01-30Fix more testsMark Mansi-1/+12
2018-01-30Corrected ui feature gate testMark Mansi-3/+2
2018-01-30Add feature gate + testsMark Mansi-10/+106
2018-01-30Fix a couple of testsMark Mansi-3/+3
2018-01-30Fix typo in error message + update testsMark Mansi-4/+20
2018-01-30Attempted fix for `?` kleene opMark Mansi-23/+21
2018-01-30Run rustfmt on macro_parser.rsMark Mansi-4/+6
2018-01-30Add a couple of testsMark Mansi-0/+51
2018-01-30Run rustfmt on quoted.rsMark Mansi-10/+21
2018-01-30Update the macro parser to allow at most once repetitions for `?` KleeneMark Mansi-16/+22
2018-01-30Allow `?` as a KleeneOp in the macro parserMark Mansi-46/+84
2018-01-30Ignore run-pass/sse2 when using system LLVMJosh Stone-1/+1
2018-01-30Update associated constants error messageGuillaume Gomez-5/+24
2018-01-30Do not ignore lifetime bounds in Copy implsSantiago Pastorino-7/+37
2018-01-30Use dest,src ordering for make_clone_callManish Goregaokar-9/+9
2018-01-30Document the index used in AggregateKind::AdtManish Goregaokar-2/+2
2018-01-30Remove AggregateKind argument from tuple_like_shimManish Goregaokar-9/+3
2018-01-30Write directly to the RETURN_PLACE in tuple_like_shimManish Goregaokar-23/+16
2018-01-30Make make_clone_call take a Place argumentManish Goregaokar-15/+16
2018-01-30Changed back inline markings.penpalperson-11/+0
2018-01-30rustc_trans: clobber $1 (aka $at) on mipsJames Cowgill-2/+3
2018-01-30std: use more portable error number in from_raw_os_error docsJames Cowgill-4/+4
2018-01-30The `static` keyword can now begin expressionsJohn Kåre Alsaker-0/+1
2018-01-30Force locals to be live after they are borrowed for immovable generators. Fix...John Kåre Alsaker-17/+202
2018-01-30Auto merge of #47870 - kennytm:rollup, r=kennytmbors-188/+706
2018-01-30Allow access of the state field before the generator transform. Fixes #47482,...John Kåre Alsaker-26/+38
2018-01-30Rollup merge of #47855 - ollie27:rustdoc_hoedown_link_title, r=QuietMisdreavuskennytm-1/+20
2018-01-30Rollup merge of #47853 - rust-lang:increase-nested-groups-test-coverage, r=ni...kennytm-0/+42
2018-01-30Rollup merge of #47839 - frewsxcv:frewsxcv-map-index, r=QuietMisdreavuskennytm-2/+12
2018-01-30Rollup merge of #47836 - Mark-Simulacrum:stage-flags, r=alexcrichtonkennytm-0/+12
2018-01-30Rollup merge of #47826 - gnzlbg:patch-2, r=alexcrichtonkennytm-2/+2
2018-01-30Rollup merge of #47822 - gnzlbg:patch-1, r=alexcrichtonkennytm-1/+1
2018-01-30Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebankkennytm-8/+69
2018-01-30Rollup merge of #47760 - little-dude:master, r=alexcrichtonkennytm-5/+17
2018-01-30Rollup merge of #47732 - mark-i-m:markim_comments_0001, r=jseyfriedkennytm-126/+351
2018-01-30Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakiskennytm-1/+4
2018-01-30Rollup merge of #47603 - mark-i-m:markim_comments_0000, r=jseyfriedkennytm-39/+173
2018-01-30Rollup merge of #47515 - jimmantooth:patch-1, r=QuietMisdreavuskennytm-3/+3
2018-01-30Auto merge of #45294 - petrochenkov:prioplus, r=nikomatsakisbors-12/+154
2018-01-29Fix ref-to-ptr coercions not working with NLL in certain casesAaron Hill-4/+65