about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-14Add comments and assertion to `park`/`unpark`James Duley-2/+12
2018-09-12Fix `thread` `park`/`unpark` synchronizationJames Duley-18/+11
2018-09-11Auto merge of #51363 - japaric:stable-used, r=cramertjbors-205/+11
2018-09-11Auto merge of #54113 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-0/+0
2018-09-11Auto merge of #54092 - estebank:gotta-go-fast, r=nikomatsakisbors-26/+23
2018-09-10Update Cargo submoduleAlex Crichton-0/+0
2018-09-10Auto merge of #54093 - petrochenkov:noinner, r=alexcrichtonbors-12/+48
2018-09-10Auto merge of #54000 - jkozlowski:fix-53174, r=cramertjbors-21/+89
2018-09-10bump versionJorge Aparicio-1/+1
2018-09-10Auto merge of #54011 - eddyb:anchored-in-the-future, r=petrochenkovbors-47/+306
2018-09-10rustc_resolve: ignore uniform_paths canaries that resolve to an import of the...Eduard-Mihai Burtescu-43/+72
2018-09-10rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate...Eduard-Mihai Burtescu-6/+236
2018-09-10Auto merge of #53565 - PramodBisht:issue/53359_b, r=estebankbors-27/+86
2018-09-10Auto merge of #53854 - davidtwco:issue-53668, r=nikomatsakisbors-0/+261
2018-09-10resolve: Remove `unshadowable_attrs`Vadim Petrochenkov-47/+34
2018-09-10resolve: Split macro prelude into built-in and user-defined partsVadim Petrochenkov-33/+48
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-12/+48
2018-09-09Don't compute padding of braces unless they are unmatchedEsteban Küber-26/+23
2018-09-09Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakisbors-245/+1230
2018-09-09update ui testsJorge Aparicio-36/+6
2018-09-09Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Sim...bors-42/+45
2018-09-09remove #[used] from the unstable bookJorge Aparicio-157/+0
2018-09-09stabilize `#[used]`Jorge Aparicio-12/+5
2018-09-09Auto merge of #53902 - dtolnay:group, r=petrochenkovbors-113/+191
2018-09-09merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/Eric Huss-4/+6
2018-09-09Auto merge of #53998 - eddyb:issue-53728, r=oli-obkbors-12/+63
2018-09-08Rename sp_lo to sp_openDavid Tolnay-10/+10
2018-09-09Auto merge of #53988 - eddyb:issue-53770, r=petrochenkovbors-43/+49
2018-09-09Auto merge of #53960 - estebank:issue-51303, r=nagisabors-12/+66
2018-09-08Track distinct spans for open and close delimiterDavid Tolnay-126/+163
2018-09-09Auto merge of #53949 - estebank:unclosed-delim, r=nikomatsakisbors-40/+171
2018-09-09submodules: update clippy, rls with crate visibility patches, also update cargoMatthias Krüger-14/+14
2018-09-09Remove crate_visibility_modifier from 2018 editionMark Rousskov-9/+9
2018-09-09Stabilize the 2018 editionMark Rousskov-15/+16
2018-09-08Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakisbors-478/+822
2018-09-08Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obkbors-31/+81
2018-09-08Fixed 53359: E0432 unresolved import on the same line is now emiting one diag...Pramod Bisht-27/+86
2018-09-08Auto merge of #53705 - ms2300:tmp, r=oli-obkbors-224/+228
2018-09-08Auto merge of #54051 - kennytm:rollup, r=kennytmbors-338/+545
2018-09-08resolve: More precise spans for ambiguous resolution errorsVadim Petrochenkov-95/+69
2018-09-08Add checks for expected macro output in restricted shadowing testsVadim Petrochenkov-116/+134
2018-09-08resolve: Further simplify legacy scopes, add commentsVadim Petrochenkov-40/+45
2018-09-08Add test cases for possible restricted shadowing configurationsVadim Petrochenkov-0/+880
2018-09-08resolve: Rename some fields related to legacy macro scopesVadim Petrochenkov-51/+60
2018-09-08resolve: Relax shadowing restriction on macro-expanded macrosVadim Petrochenkov-32/+57
2018-09-08resolve: Introduce "may appear after" abstraction for macro path resolutionsVadim Petrochenkov-21/+54
2018-09-08resolve: Cleanup two main macro resolution functions, tweak some commentsVadim Petrochenkov-64/+50
2018-09-08resolve: Model shadowing restriction for macro_rules after modern macrosVadim Petrochenkov-28/+45
2018-09-08resolve: Model `resolve_legacy_scope` after `resolve_lexical_macro_path_segment`Vadim Petrochenkov-60/+121
2018-09-08resolve: Partially unify bindings from macro_rules and from other itemsVadim Petrochenkov-55/+32