about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-14rustc_resolve: crates only exist in the type namespace.Eduard-Mihai Burtescu-2/+20
2018-08-14rustc_resolve: also inject canaries to detect block scopes shadowing `uniform...Eduard-Mihai Burtescu-34/+118
2018-08-14rustc_resolve: inject ambiguity "canaries" when #![feature(uniform_paths)] is...Eduard-Mihai Burtescu-15/+343
2018-08-14#[feature(uniform_paths)]: allow `use x::y;` to resolve through `self::x`, no...Taylor Cramer-7/+367
2018-08-14rustc_resolve: fix special-case for one-segment import paths.Eduard-Mihai Burtescu-238/+433
2018-08-14syntax: gensym the injected std/core extern crates in the Rust 2018 edition.Eduard-Mihai Burtescu-10/+33
2018-08-14syntax: add `uniform_paths` feature-gate.Eduard-Mihai Burtescu-0/+34
2018-08-13Auto merge of #53270 - petrochenkov:macuse-regr, r=alexcrichtonbors-116/+262
2018-08-13Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiserbors-92/+256
2018-08-13Auto merge of #53238 - nrc:update, r=kennytmbors-1/+1
2018-08-13Auto merge of #53051 - varkor:trait-method-pattern-arguments-error, r=petroch...bors-16/+122
2018-08-12Rollup merge of #53283 - zackmdavis:and_the_case_of_the_flotation_device, r=e...Guillaume Gomez-2/+106
2018-08-12Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomezGuillaume Gomez-9/+20
2018-08-12Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavusGuillaume Gomez-4/+4
2018-08-12Rollup merge of #53264 - Havvy:patch-3, r=GuillaumeGomezGuillaume Gomez-0/+33
2018-08-12Rollup merge of #53253 - GuillaumeGomez:remove-console, r=kennytmGuillaume Gomez-1/+0
2018-08-12Rollup merge of #53240 - llogiq:doc-num-swap-reverse, r=joshtriplettGuillaume Gomez-113/+112
2018-08-12Rollup merge of #53231 - GuillaumeGomez:let-keyword, r=QuietMisdreavusGuillaume Gomez-1/+31
2018-08-12Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakisGuillaume Gomez-4/+25
2018-08-12Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obkGuillaume Gomez-43/+42
2018-08-12Rollup merge of #53210 - alexcrichton:deny-rustc-syntax, r=nrcGuillaume Gomez-1/+1
2018-08-12Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe...Guillaume Gomez-2/+37
2018-08-12Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytmGuillaume Gomez-22/+22
2018-08-12Rollup merge of #53025 - ljedrz:debug_asserts_limited, r=varkorGuillaume Gomez-12/+12
2018-08-12Rollup merge of #53019 - ljedrz:bad_collects, r=estebankGuillaume Gomez-7/+18
2018-08-12Rollup merge of #52955 - tromey:compiler-test-docs, r=nikomatsakisGuillaume Gomez-184/+2
2018-08-12Prohibit using macro-expanded `macro_export` macros through module-relative p...Vadim Petrochenkov-11/+98
2018-08-12wherein we suggest float for integer literals where a float was expectedZack M. Davis-2/+106
2018-08-11Clean up and add extra testsvarkor-30/+26
2018-08-11Add E0642 to parser errorvarkor-5/+9
2018-08-11Emit an error during parsingvarkor-60/+74
2018-08-11Improve diagnosticsvarkor-5/+13
2018-08-11Fix handling of trait methods with bodies and improve efficiencyvarkor-39/+70
2018-08-11Suggest replacing patterns with underscoresvarkor-3/+6
2018-08-11Emit error for pattern arguments in trait methodsvarkor-21/+71
2018-08-11Fix indentHavvy (Ryan Scheel)-1/+1
2018-08-11Add links to std::char::REPLACEMENT_CHARACTER from docs.Corey Farwell-9/+20
2018-08-11Add let keyword docGuillaume Gomez-1/+31
2018-08-11Do not consider built-in attributes as candidates when resolving non-attribut...Vadim Petrochenkov-36/+20
2018-08-11Feature gate arbitrary tokens in non-macro attributes with a separate gateVadim Petrochenkov-69/+144
2018-08-11Show that Command can be reused and remodifiedRyan Scheel-0/+33
2018-08-11Fix stylesGuillaume Gomez-4/+4
2018-08-11Update RLSNick Cameron-1/+1
2018-08-10aarch64-unknown-netbsd: add openssl configurationJonathan A. Kollasch-0/+1
2018-08-10Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values...bors-202/+388
2018-08-10Remove unwanted console logGuillaume Gomez-1/+0
2018-08-10Link compiler test documentation to rustc-guideTom Tromey-184/+2
2018-08-10[nll] librustc_codegen_llvm: remove unused mut annotationmemoryruins-1/+1
2018-08-10[nll] librustc_codegen_llvm: change Child signature to fix error pointed out ...memoryruins-1/+1
2018-08-10[nll] librustc_codegen_llvm: enable feature(nll) for bootstrapmemoryruins-0/+1