summaryrefslogtreecommitdiff
path: root/src/librustc_errors
Commit message (Expand)AuthorAgeFilesLines
* rustc: Request ansi colors if stderr isn't a ttyAlex Crichton2018-11-081-1/+7
* Pass suggestions as impl Iterator instead of Vecljedrz2018-10-312-4/+4
* Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati2018-10-292-29/+29
* Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors2018-10-201-1/+1
|\
| * Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz2018-10-191-1/+1
* | Free some memory instead of just dropping elementsOliver Scherer2018-10-191-1/+2
* | Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer2018-10-191-4/+4
* | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer2018-10-191-4/+4
|/
* A handful of random string-related improvementsljedrz2018-10-101-4/+4
* Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone2018-09-271-1/+1
* Auto merge of #54241 - vi:suggest_with_applicability, r=estebankbors2018-09-202-23/+72
|\
| * Whitespace fix again.Vitaly _Vi Shukela2018-09-171-3/+3
| * Better trick for allowing trailing comma at forward!Vitaly _Vi Shukela2018-09-171-10/+13
| * Change diagnostic_builder's forward! macro to enforce trailing argument commaVitaly _Vi Shukela2018-09-171-27/+27
| * Fix style according to review comments.Vitaly _Vi Shukela2018-09-172-7/+8
| * trailing whitespace fixVitaly _Vi Shukela2018-09-161-1/+1
| * Deprecate *_suggestion* that are without explicit applicabilityVitaly _Vi Shukela2018-09-162-0/+15
| * Add multipart_suggestion_with_applicabilityVitaly _Vi Shukela2018-09-162-2/+32
* | Log when buffering a diagnostic.David Wood2018-09-183-0/+6
* | Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di...Felix S. Klock II2018-09-172-2/+23
|/
* Rollup merge of #54024 - alexcrichton:compile-to-wasm, r=petrochenkovkennytm2018-09-141-1/+1
|\
| * Fix compiling some rustc crates to wasmAlex Crichton2018-09-071-1/+1
* | stabalize infer outlives requirements (RFC 2093).toidiu2018-09-111-1/+0
|/
* Breaking change upgradesMark Rousskov2018-09-041-1/+2
* Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=ManishearthPietro Albini2018-08-301-1/+1
|\
| * Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell2018-08-291-1/+1
* | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu2018-08-282-5/+5
|/
* Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors2018-08-271-0/+1
|\
| * check that adding infer-outlives requirement to all crates worksNiko Matsakis2018-08-241-0/+1
* | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger2018-08-231-3/+3
|/
* fix tidy errorsDonato Sciarra2018-08-191-1/+8
* mv filemap source_fileDonato Sciarra2018-08-192-2/+2
* mv FileMap SourceFileDonato Sciarra2018-08-192-6/+6
* mv CodeMap SourceMapDonato Sciarra2018-08-192-9/+9
* Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakiskennytm2018-08-101-0/+1
|\
| * [nll] librustc_errors: enable feature(nll) for bootstrapmemoryruins2018-08-091-0/+1
* | Avoid unnecessary pattern matching against Option and Resultljedrz2018-08-071-1/+1
|/
* rustc: Disallow machine applicability in foreign macrosAlex Crichton2018-07-301-19/+64
* Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors2018-07-292-9/+4
|\
| * Remove unnecessary `.collect()`Shotaro Yamada2018-07-272-6/+3
| * Use str::repeatShotaro Yamada2018-07-271-3/+1
* | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm2018-07-281-5/+5
|\ \
| * | Use slices where a vector is not necessaryljedrz2018-07-271-5/+5
* | | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors2018-07-271-2/+0
|\ \ \ | |/ / |/| |
| * | Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-2/+0
* | | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors2018-07-272-19/+19
|\ \ \ | |_|/ |/| |
| * | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.Felix S. Klock II2018-07-262-19/+19
| |/
* | Improve readability in a few sortsljedrz2018-07-251-5/+3
|/
* Buffer errors in MIR borrow checkSantiago Pastorino2018-07-231-0/+12
* Auto merge of #52568 - oli-obk:span_bug_error, r=varkorbors2018-07-232-7/+27
|\