summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-09Fix visitation order of calls so that it matches execution order. Fixes #48048John Kåre Alsaker-1/+34
2018-02-09Add Range[Inclusive]::is_emptyScott McMurray-5/+62
2018-02-09Auto merge of #47761 - GuillaumeGomez:test-themes, r=Mark-Simulacrumbors-8/+546
2018-02-08Fix the testMark Mansi-2/+2
2018-02-08Update feature gate testMark Mansi-1/+1
2018-02-09Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakisbors-77/+564
2018-02-08Use the right tracking issueMark Mansi-3/+1
2018-02-08Fix span bug.Jeffrey Seyfried-5/+3
2018-02-08rustbuild: Pass `ccache` to build scriptsAlex Crichton-5/+22
2018-02-08Hide theme button under menu in mobile mode and fix top margin issue (in mobi...Guillaume Gomez-32/+7
2018-02-08Disallow function pointers to #[rustc_args_required_const]Alex Crichton-0/+64
2018-02-08Add `rustc_args_required_const` to the feature whitelistAlex Crichton-0/+5
2018-02-08Revert checking casts before fallback.leonardo.yvens-35/+17
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+3026
2018-02-08fix nested impl trait lifetimesTaylor Cramer-11/+79
2018-02-08Swap `ptr::read` for `ptr::drop_in_place`Jacob Kiesel-1/+1
2018-02-08rustc: don't ICE when using Rvalue::Discriminant on a non-ADT.Eduard-Mihai Burtescu-3/+2
2018-02-08Fix oversized loads on x86_64 SysV FFI callsBjörn Steinbrink-57/+94
2018-02-08add transform for uniform array move outMikhail Modin-1/+302
2018-02-08Fleshed out the test a lot more.Felix S. Klock II-9/+230
2018-02-08Test that autoref'ing beyond method receivers does not leak into two-phase bo...Felix S. Klock II-0/+39
2018-02-08Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr...Felix S. Klock II-28/+154
2018-02-08Restrict two-phase borrows to solely borrows introduced via autoref.Felix S. Klock II-20/+89
2018-02-08Encode (in MIR) whether borrows are explicit in source or arise due to autoref.Felix S. Klock II-35/+67
2018-02-08New introduction and revised hash map explanation.Martin Hoffmann-30/+44
2018-02-08Convert python script to rustGuillaume Gomez-63/+81
2018-02-08Pass themes folder as parameterGuillaume Gomez-12/+14
2018-02-08Add tests for themesGuillaume Gomez-25/+138
2018-02-08Improve output a bit in case of errorGuillaume Gomez-8/+24
2018-02-08Add test when trying to add new themeGuillaume Gomez-5/+16
2018-02-08Handle comments in css selector and add testsGuillaume Gomez-23/+80
2018-02-08Fix missing rules for dark.cssGuillaume Gomez-0/+3
2018-02-08get differencesGuillaume Gomez-10/+43
2018-02-08Add theme testsGuillaume Gomez-0/+285
2018-02-08Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnaybors-16/+31
2018-02-07Apply optimization from #44355 to retainJacob Kiesel-4/+9
2018-02-07Add `-Zteach` documentationEsteban Küber-55/+229
2018-02-07Fix tests for MIR loop loweringbobtwinkles-1/+50
2018-02-07intra-doc-links: bail early for linky thingsManish Goregaokar-0/+4
2018-02-07Update binaryen to fix -Werror with GCC 8Josh Stone-0/+0
2018-02-07[ci skip] Generate false edges from loop_blockbobtwinkles-67/+81
2018-02-07Simplify RangeInclusive::next[_back]Scott McMurray-16/+31
2018-02-07support `default impl` for specializationGianni Ciccarelli-31/+64
2018-02-07support `default impl` for specializationGianni Ciccarelli-1525/+66
2018-02-07Refactor checks on list of extended tools.O01eg-12/+21
2018-02-07Auto merge of #48053 - Manishearth:rollup, r=Manishearthbors-181/+983
2018-02-07update the builtin macro doc stubsMichael Lamparski-10/+40
2018-02-07libsyntax/ext: trailing commas in builtin macrosMichael Lamparski-2/+6
2018-02-07 support `default impl` for specializationGianni Ciccarelli-33/+870
2018-02-07Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebankManish Goregaokar-1/+43