about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-01-18Change from mk_lit! to cx.exprYuki Okushi-1/+1
2019-01-18Continue chekingYuki Okushi-1/+1
2019-01-18Change from error to invalidYuki Okushi-1/+1
2019-01-17Fix typo: 'rust-gdbgui' instead of 'rust-gdbui'Nicolas Bigaouette-1/+1
2019-01-17Install missing 'rust-gdbui''Nicolas Bigaouette-0/+2
2019-01-17Simplify Debug implementation of MutexGuard.Mara Bos-7/+1
2019-01-17Update bootstrap.pylenoil98-0/+3
2019-01-17Make MutexGuard's Debug implementation more useful.Mara Bos-3/+7
2019-01-17Add signed num::NonZeroI* typesSimon Sapin-18/+32
2019-01-17compiletest: Simplify handling of Clang-based tests.Michael Woerister-109/+26
2019-01-17Support clang-based run-make tests in rustbuild.Michael Woerister-5/+30
2019-01-17compiletest: Support opt-in Clang-based run-make tests.Michael Woerister-1/+101
2019-01-17Add an end-to-end run-make test for cross-lang LTO.Michael Woerister-0/+69
2019-01-17properly deprecate suggestion methodsAndy Russell-40/+86
2019-01-17Fix typo bug in DepGraph::try_mark_green().Michael Woerister-1/+18
2019-01-17Use a faster early exit during region expansionBjörn Steinbrink-6/+8
2019-01-17Auto merge of #57694 - pietroalbini:revert-beta-on-master, r=pietroalbinibors-25/+5
2019-01-17Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum"Pietro Albini-25/+5
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-62/+30
2019-01-17Remove access level mention from DocContextIgor Matuszewski-3/+0
2019-01-17Deny the `overflowing_literals` lint for all editionsOliver Middleton-41/+52
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-205/+163
2019-01-16Fix tidy errors.Alexander Ronald Altman-2/+0
2019-01-17Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrumbors-5/+25
2019-01-17Add test for linking non-existent static libraryAB1908-0/+13
2019-01-17Auto merge of #56869 - GuillaumeGomez:index-size-reduction, r=QuietMisdreavusbors-28/+101
2019-01-16Enhance `Pin` impl applicability for `PartialEq` and `PartialOrd`.Alexander Ronald Altman-3/+47
2019-01-17Remove `hir::StmtKind::Decl`.Nicholas Nethercote-272/+150
2019-01-17End fixing search index minificationGuillaume Gomez-28/+98
2019-01-17Minify search-index in one passGuillaume Gomez-5/+5
2019-01-17Reduce search-index.js sizeGuillaume Gomez-5/+8
2019-01-17Document Unpin in std::prelude documentationKonrad Borowski-2/+3
2019-01-17Avoid erase_regions_ty queries if there are no regions to eraseBjörn Steinbrink-1/+6
2019-01-16Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkovbors-43/+13
2019-01-16Fix error templateAB1908-1/+1
2019-01-17Make `hir::Stmt` a separate struct.Nicholas Nethercote-87/+92
2019-01-16[rustbuild] Rebuild std after changes to codegen backendsJosh Stone-0/+12
2019-01-16Prioritize variants as inherent associated items during name resolutionVadim Petrochenkov-103/+225
2019-01-16Don't explicitly increment the depth for new trait predicatesAaron Hill-5/+71
2019-01-16allow unused warnings related to rustc_layout_scalar_valid_range_startPietro Albini-0/+20
2019-01-16prepare beta 1.33.0Pietro Albini-5/+5
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-1625/+1398
2019-01-16Fix memory leak in P::filter_mapTatsuyuki Ishi-0/+1
2019-01-16With this change, I am able to build and test cross-platform `rustc`Felix S. Klock II-5/+3
2019-01-16Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisabors-15991/+4
2019-01-16Remove trailing whitespaceAB1908-1/+0
2019-01-16Fix release manifest generationJethro Beekman-0/+1
2019-01-16Add regression test to close #53787AB1908-0/+33
2019-01-16Remove `hir::Label`.Nicholas Nethercote-13/+2
2019-01-15Deprecate the unstable Vec::resize_defaultScott McMurray-0/+4