about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-10tidy fixesgaurikholkar-2/+2
2018-03-10code refactor, modify compile-fail testsgaurikholkar-56/+92
2018-03-10minor changesgaurikholkar-10/+24
2018-03-10add collect_writes.rsgaurikholkar-0/+51
2018-03-10minor refactorings to fix trait import issuegaurikholkar-42/+11
2018-03-10update visit_local for FindLocalAssignmentVisitorgaurikholkar-44/+29
2018-03-10adding Visitor changesgaurikholkar-1/+23
2018-03-10changes for new compile-fail/E0389 messagegaurikholkar-9/+50
2018-03-10Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakisbors-43/+309
2018-03-10Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavusbors-64/+97
2018-03-09rustbuild: Pass `-j1` to OpenSSL `make install`Alex Crichton-1/+1
2018-03-09Auto merge of #48891 - alexcrichton:dist-osx-9.3, r=kennytmbors-2/+2
2018-03-09travis: Upgrade dist builders for OSXAlex Crichton-2/+2
2018-03-09Fix anchor not always being put at the right placeGuillaume Gomez-0/+3
2018-03-09Fix escape not working when searchbar selectedGuillaume Gomez-3/+6
2018-03-09Add missing items in the sidebar for functionsGuillaume Gomez-55/+71
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-24/+20
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-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-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-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