summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump to rust 1.31.1stable-1.31.1Pietro Albini2018-12-181-1/+1
* update release notes for rust 1.31.1Pietro Albini2018-12-181-0/+11
* update rls submodule to bring a few fixes inPietro Albini2018-12-183-7/+12
* require libc 0.2.44 or greaterPietro Albini2018-12-172-42/+42
* Update the book to fix some edition-related bugsCarol (Nichols || Goulding)2018-12-171-0/+0
* Auto merge of #56518 - pietroalbini:stable-additions, r=pietroalbini1.31.0bors2018-12-048-8/+53
|\
| * build the edition guideSteve Klabnik2018-12-052-1/+2
| * Call methods on the right tcxMatthew Jasper2018-12-041-2/+2
| * Propagate all closure requirements to the callerMatthew Jasper2018-12-043-1/+43
| * Bump stack size to 32MBOliver Scherer2018-12-042-4/+6
|/
* Auto merge of #56455 - Mark-Simulacrum:stable-next, r=Mark-Simulacrumbors2018-12-031-1/+1
|\
| * Stable 1.31.0 releaseMark Rousskov2018-12-031-1/+1
|/
* Auto merge of #56380 - pietroalbini:backport-books, r=alexcrichtonbors2018-12-014-1/+4
|\
| * Update nomicon againAlex Crichton2018-12-011-0/+0
| * Add the edition guide to doc.rust-lang.orgSteve Klabnik2018-11-303-1/+4
| * update nomiconSteve Klabnik2018-11-301-0/+0
* | Auto merge of #56405 - nrc:rls-beta, r=Mark-Simulacrumbors2018-12-013-7/+7
|\ \ | |/ |/|
| * Update RLS on betaNick Cameron2018-12-023-7/+7
|/
* Auto merge of #56352 - alexcrichton:beta-next, r=alexcrichtonbors2018-11-3011-26/+104
|\
| * Update rustfmt to build on all archesAlex Crichton2018-11-292-16/+13
| * rustc_codegen_llvm: don't overalign loads of pair operands.Eduard-Mihai Burtescu2018-11-292-3/+25
| * resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`Vadim Petrochenkov2018-11-293-1/+22
| * Fix alignment of stores to scalar pairNikita Popov2018-11-292-5/+33
| * resolve: Extern prelude is for type namespace onlyVadim Petrochenkov2018-11-292-1/+11
|/
* Auto merge of #56240 - nikomatsakis:beta, r=pietroalbinibors2018-11-2651-546/+678
|\
| * Rollup merge of #56053 - petrochenkov:absedihyg, r=nikomatsakis,alexcrichtonPietro Albini2018-11-2682-661/+991
| |\
| | * resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov2018-11-2516-50/+111
| | * resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi...Vadim Petrochenkov2018-11-258-25/+86
| | * resolve: Generalize `early_resolve_ident_in_lexical_scope` slightlyVadim Petrochenkov2018-11-253-82/+77
| | * resolve: Fallback to uniform paths in 2015 imports used from global 2018 editionVadim Petrochenkov2018-11-259-37/+186
| | * resolve: Implement edition hygiene for imports and absolute pathsVadim Petrochenkov2018-11-2517-77/+226
| | * Remove duplicate tests for uniform pathsVadim Petrochenkov2018-11-2513-312/+0
| |/ |/|
* | Auto merge of #56206 - petrochenkov:betaregr, r=alexcrichtonbors2018-11-257-34/+88
|\ \
| * | resolve: Fix some more asserts in import validationVadim Petrochenkov2018-11-254-26/+63
| * | resolve: Fix bad span arithmetics in import conflict diagnosticsVadim Petrochenkov2018-11-253-8/+25
|/ /
* | Auto merge of #56174 - pietroalbini:beta-rollup, r=alexcrichtonbors2018-11-2333-112/+285
|\ \
| * | Update clippy submoduleOliver Scherer2018-11-221-5/+5
| * | Forward rust version number to toolsOliver Scherer2018-11-221-0/+2
| * | Fix minor nomicon breakageAlex Crichton2018-11-221-0/+0
| * | explain how this worksNiko Matsakis2018-11-221-1/+23
| * | only reset non-restricted visibilitiesNiko Matsakis2018-11-222-15/+28
| * | add compile-pass annotationNiko Matsakis2018-11-221-0/+2
| * | hack: ignore list-stems for pub lintNiko Matsakis2018-11-221-1/+9
| * | pass vis by shared referenceNiko Matsakis2018-11-221-6/+6
| * | add regression testNiko Matsakis2018-11-221-0/+13
| * | preserve the original visibility for the "list stem" nodeNiko Matsakis2018-11-221-4/+0
| * | renumber segment ids for visibilities whenever we clone themNiko Matsakis2018-11-221-7/+17
| * | add some `debug!` into loweringNiko Matsakis2018-11-221-0/+8
| * | track the span for each id so that we can give a nice ICENiko Matsakis2018-11-222-29/+39
| * | Replace the ICEing on const fn loops with an errorOliver Scherer2018-11-223-5/+16