about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-09Remove unused field on BorrowDatabobtwinkles-3/+1
2018-03-09Complete re-implementation of 2-phase borrowsbobtwinkles-33/+32
2018-03-09mir dataflow: change graphviz outputbobtwinkles-142/+149
2018-03-09Finally start down the right pathbobtwinkles-431/+427
2018-03-09Rename BorrowData::location to BorrowData::reserve_locationbobtwinkles-7/+10
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-108/+324
2018-03-08Rollup merge of #48857 - Songbird0:improve_column_macro_documentation, r=josh...Manish Goregaokar-1/+1
2018-03-08Rollup merge of #48856 - Songbird0:improve_line_macro_documentation, r=joshtr...Manish Goregaokar-1/+1
2018-03-08Rollup merge of #48801 - Manishearth:epoch-features, r=nikomatsakisManish Goregaokar-263/+328
2018-03-08Rollup merge of #48588 - alexcrichton:termcolor, r=BurntSushiManish Goregaokar-166/+136
2018-03-08Rollup merge of #48527 - zackmdavis:and_the_social_construction_of_tuples, r=...Manish Goregaokar-5/+174
2018-03-08Add rust_2018_idioms lint groupManish Goregaokar-2/+8
2018-03-08Note the future epoch for epoch lintsManish Goregaokar-7/+14
2018-03-08Make bare_trait_object not be an epoch lintManish Goregaokar-6/+1
2018-03-08Make tyvar_behind_raw_pointer an epoch lintManish Goregaokar-1/+1
2018-03-08Add testManish Goregaokar-0/+21
2018-03-08Make bare_trait_lint allow for nowManish Goregaokar-4/+2
2018-03-08Make it possible to ungate features by epochManish Goregaokar-7/+22
2018-03-08Allow mentioning an optional epoch on featuresManish Goregaokar-185/+186
2018-03-08Move epochs to libsyntaxManish Goregaokar-61/+83
2018-03-09Modify part of `column!` documentation.Anthony Defranceschi-1/+1
2018-03-09Modify part of `line!` documentation.Anthony Defranceschi-1/+1
2018-03-08in which parentheses are suggested for should-have-been-tuple-patternsZack M. Davis-5/+174
2018-03-08Rollup merge of #48808 - Zoxc:reg-diag, r=michaelwoeristerManish Goregaokar-59/+99
2018-03-08Rollup merge of #48789 - GuillaumeGomez:horizontal-scroll, r=QuietMisdreavusManish Goregaokar-1/+1
2018-03-08Rollup merge of #48752 - alexcrichton:fix-target-feature, r=michaelwoeristerManish Goregaokar-2/+22
2018-03-08Rollup merge of #48738 - Songbird0:parseinterror_potential_cause, r=joshtriplettManish Goregaokar-0/+7
2018-03-08Rollup merge of #48699 - frewsxcv:frewsxcv-impl-trait, r=nikomatsakisManish Goregaokar-99/+53
2018-03-08Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakisManish Goregaokar-860/+1255
2018-03-08Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcri...Manish Goregaokar-0/+27
2018-03-08Don't derive traits on packed structsOliver Schneider-1/+22
2018-03-08Clean up the binary hex lintOliver Schneider-3/+5
2018-03-08simplify constant value pair field accessOliver Schneider-6/+1
2018-03-08Unify the const folding errorsOliver Schneider-155/+278
2018-03-08Correct the shift overflow check in miriOliver Schneider-1/+1
2018-03-08Regenerate testsOliver Schneider-283/+247
2018-03-08Use clearer name for integer bit width helper functionOliver Schneider-4/+4
2018-03-08Reuse `Integer::from_attr`Oliver Schneider-5/+6
2018-03-08Remove unused error codeOliver Schneider-35/+0
2018-03-08Generator assertions are unconditionally triggeredOliver Schneider-4/+6
2018-03-08Address review commentsOliver Schneider-71/+33
2018-03-08Adjust test which differs between 32 bit and 64 bitOliver Schneider-2/+2
2018-03-08Decide signdedness on the layout instead of the typeOliver Schneider-69/+77
2018-03-08Deduplicate some codeOliver Schneider-73/+67
2018-03-08Don't use the undefined bytes of PrimVal::BytesOliver Schneider-277/+255
2018-03-08Fix mozjs crater failureOliver Schneider-3/+48
2018-03-08Const eval will oom together with rustc nowOliver Schneider-44/+0
2018-03-08Step limit is now terminator limitOliver Schneider-3/+4
2018-03-08Add regression testOliver Schneider-0/+34
2018-03-08Rebase falloutOliver Schneider-1197/+22