about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-09Suggest a let binding to extend temporary lifetimes with NLLMatthew Jasper-10/+47
2018-09-09Split explain_why_borrow_contains_point into two functionsMatthew Jasper-22/+86
2018-09-09add generalizationNiko Matsakis-99/+155
2018-09-09instantiate traversed binders rather than saving the scopesNiko Matsakis-14/+103
2018-09-09add a `first_free_index` parameterNiko Matsakis-5/+10
2018-09-09add ability to create region vars with explicit universeNiko Matsakis-6/+23
2018-09-09infer/mod.rs: rustfmtNiko Matsakis-329/+373
2018-09-09add some commentsNiko Matsakis-0/+16
2018-09-09factor out `lookup_bound_region`Niko Matsakis-11/+18
2018-09-09remove extra lifetime boundNiko Matsakis-1/+1
2018-09-09document the purpose of `ScopeInstantiator`Niko Matsakis-0/+7
2018-09-09rustdoc: Remove generated blanket impls from trait pagesOliver Middleton-14/+49
2018-09-09Remove documentation about proc_macro being bare-bonesDavid Tolnay-7/+0
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-09Expand fn keyword docsiirelu-7/+59
2018-09-0953692: Addressed Estebank's NitsPramod Bisht-6/+15
2018-09-09stabilize `#[used]`Jorge Aparicio-12/+5
2018-09-09Auto merge of #53902 - dtolnay:group, r=petrochenkovbors-113/+191
2018-09-09Addressed #53692Pramod Bisht-1/+59
2018-09-09Add docs on `extern` keywordiirelu-0/+42
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-09miri loop detector hashing: fix enum hashing to also consider discriminant; d...Ralf Jung-26/+38
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-08docs: Use dollar sign for all bash promptsBehnam Esfahbod-16/+19
2018-09-09simplify ordering for Kindtoidiu-12/+2
2018-09-09Auto merge of #53960 - estebank:issue-51303, r=nagisabors-12/+66
2018-09-08Stabilization change for mod.rsRusty Blitzerr-185/+3
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-08Document .0 to unpack the value from WrappingMartin Pool-0/+3
2018-09-08Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obkbors-31/+81
2018-09-08`&CStr`, not `CStr`, is the counterpart of `&str`Simonas Kazlauskas-2/+3
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