about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-10Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoeristerbors-89/+101
2018-04-10Update ui test references.dragan.mladjenovic-7/+7
2018-04-10Small nits to make couple of tests pass on mips targets.dragan.mladjenovic-0/+8
2018-04-10Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavusbors-36/+267
2018-04-10Auto merge of #49258 - zackmdavis:not_going_to_recover, r=petrochenkovbors-2/+151
2018-04-10Disallow `impl Trait` in unsupported positionShotaro Yamada-17/+74
2018-04-10Auto merge of #49435 - tmandry:rule-implied-bound-from-trait, r=nikomatsakisbors-5/+212
2018-04-09rustfmt explain_borrow/modSantiago Pastorino-2/+2
2018-04-09Fix ICE when a borrow is used after dropSantiago Pastorino-11/+67
2018-04-09std: Be sure to modify atomics in testsAlex Crichton-4/+6
2018-04-09add regression test for issue #16223: fixed by NLLHero-0/+63
2018-04-09fix testssteveklabnik-27/+29
2018-04-09more lintssteveklabnik-46/+1035
2018-04-09document deny by default lintssteveklabnik-12/+237
2018-04-09add a lot of text about lintssteveklabnik-0/+824
2018-04-09add targets to TOCsteveklabnik-0/+6
2018-04-09write 'what is rustc'steveklabnik-0/+67
2018-04-09write headings for command line argumentssteveklabnik-2/+58
2018-04-09fix authorship in book.tomlsteveklabnik-1/+1
2018-04-09Add a TOCsteveklabnik-3/+23
2018-04-09update doc index to link to the rustc booksteveklabnik-0/+4
2018-04-09Add rustc book to the build systemsteveklabnik-2/+4
2018-04-09initialize the rustc booksteveklabnik-0/+10
2018-04-09tidy fixesgaurikholkar-3/+3
2018-04-09Stop emitting color codes on TERM=dumbMark Simulacrum-1/+3
2018-04-09Take OutputType::DepInfo into account for metadata_output_onlyvarkor-3/+2
2018-04-09in which the non-shorthand patterns lint keeps its own counsel in macrosZack M. Davis-0/+30
2018-04-09Make tidy treat "test/ui/foo.nll.stderr" just like "foo.stderr".Felix S. Klock II-2/+29
2018-04-09Use sort_by_cached_key for partitioningvarkor-5/+3
2018-04-09Use cmp::Reverse instead of subtractionvarkor-4/+5
2018-04-09in which `!` is suggested for erroneous identifier `not`Zack M. Davis-2/+146
2018-04-09don't suggest placing code in block if next token is open-braceZack M. Davis-0/+5
2018-04-09Add trivial early return for sort_by_cached_keyvarkor-0/+1
2018-04-09Convert sort_by to sort_by_cached_keyvarkor-9/+5
2018-04-09Convert sort_unstable_by to sort_by_cached_keyvarkor-3/+2
2018-04-09Convert sort_unstable_by_key to sort_by_cached_keyvarkor-9/+6
2018-04-09Convert sort_by_key to sort_by_cached_keyvarkor-6/+13
2018-04-09Auto merge of #49805 - nrc:update, r=kennytmbors-43/+29
2018-04-09Update RustfmtNick Cameron-43/+29
2018-04-09Auto merge of #49778 - tamird:install-relative-prefix, r=Mark-Simulacrumbors-1/+3
2018-04-09Auto merge of #49673 - ollie27:stab, r=sfacklerbors-8/+10
2018-04-09Auto merge of #49770 - tamird:csv-dumper-comment, r=nrcbors-3/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-63/+23
2018-04-09Properly look for uninhabitedness of variants in niche-filling checkAnthony Ramine-3/+10
2018-04-08rustbuild: canonicalize prefix `install_sh`Tamir Duberstein-1/+3
2018-04-08Auto merge of #49774 - danc86:configure.py-tools, r=alexcrichtonbors-1/+3
2018-04-08Auto merge of #49771 - tamird:incremental-no-stage-1, r=Mark-Simulacrumbors-7/+1
2018-04-08tidy fixesgaurikholkar-2/+2
2018-04-08Auto merge of #49759 - ollie27:rustbuild_cargo, r=Mark-Simulacrumbors-1/+1
2018-04-08fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+1