summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-170/+175
2018-03-08Merge branch 'master' of github.com:1011X/rust1011X-1388/+2361
2018-03-08declare ascii test module in core1011X-0/+1
2018-03-08Refactor run_host_only to have the proper effect.Mark Simulacrum-3/+3
2018-03-08Deny warningsMark Simulacrum-1/+1
2018-03-08Print out the sysroot and libdir on verbose builds.Mark Simulacrum-2/+4
2018-03-08Remove ONLY_BUILD.Mark Simulacrum-28/+34
2018-03-08Remove ONLY_BUILD_TARGETS.Mark Simulacrum-26/+5
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-08Update testsBasile Desloges-13/+61
2018-03-08Update "type parameters from outer function" error messagesBasile Desloges-6/+122
2018-03-08Add codemap functions to retrieve the source before a given spanBasile Desloges-3/+63
2018-03-08and again :(Maxim Nazarenko-3/+3
2018-03-08tidy. AgainMaxim Nazarenko-2/+2
2018-03-08another rewriteMaxim Nazarenko-15/+31
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-08test: ignore mips64 in abi-main-signature-16bit-c-int.rsJames Cowgill-0/+1
2018-03-08test: remove useless ignore-mips*el headersJames Cowgill-8/+0
2018-03-08tools/compiletest: add mips64 to ARCH_LISTJames Cowgill-0/+1
2018-03-08librustc_trans: add fp64 to mips features whitelistJames Cowgill-1/+1
2018-03-08librustc_back: enable fpxx on 32-bit hardfloat mips targetsJames Cowgill-2/+2
2018-03-08librustc_back: bump ISA level of mipsel targets to mips32r2James Cowgill-6/+6
2018-03-08borrowck-asm: enable on mipsJames Cowgill-1/+3
2018-03-08Add a map of `DefId` to `Span` in the `Definitions` structBasile Desloges-21/+63
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