about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2018-09-07Validate syntax of `--cfg` command line argumentsVadim Petrochenkov-14/+25
2018-08-26Auto merge of #53425 - oli-obk:validation, r=nikomatsakisbors-16/+2
2018-08-25An attempt to fix NLL migration mode so that reports region errors when neces...Felix S. Klock II-1/+8
2018-08-17Don't sanity check function pointers in vtablesOliver Schneider-16/+2
2018-07-31assert no region obligations on entering custom type opNiko Matsakis-0/+13
2018-07-30Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasperbors-3/+3
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-90/+85
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-26/+17
2018-07-29Sanity-check all constantsOliver Schneider-6/+22
2018-07-29Remove unused `mut`sMatthew Jasper-3/+3
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-26/+17
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-28/+28
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-10/+11
2018-07-28Auto merge of #52355 - pietroalbini:zfeature, r=eddybbors-0/+3
2018-07-28Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelixbors-22/+79
2018-07-28Don't format!() string literalsljedrz-90/+85
2018-07-28Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakisbors-2/+11
2018-07-28Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm-5/+5
2018-07-28Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelixkennytm-9/+0
2018-07-28Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakiskennytm-14/+7
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-2/+0
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-0/+3
2018-07-27Use slices where a vector is not necessaryljedrz-5/+5
2018-07-27Better Option handlingShotaro Yamada-7/+9
2018-07-27Remove unnecessary `.collect()`Shotaro Yamada-1/+1
2018-07-27Use str::repeatShotaro Yamada-2/+1
2018-07-27Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakisbors-6/+36
2018-07-27Improved mechanism for naming regions in non-annotated types.David Wood-5/+35
2018-07-27Added fully elaborated type label for inferred arguments.David Wood-1/+1
2018-07-27Prefer to_string() to format!()ljedrz-28/+28
2018-07-27Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors-11/+74
2018-07-27Remove unused option flagShotaro Yamada-9/+0
2018-07-27Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakisbors-24/+57
2018-07-26Improve a few vectors - calculate capacity or build from iteratorsljedrz-14/+7
2018-07-26Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-0/+24
2018-07-26Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelixbors-10/+74
2018-07-26Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebankMark Rousskov-0/+24
2018-07-26integrate the edition code.Felix S. Klock II-26/+44
2018-07-26Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`.Felix S. Klock II-1/+16
2018-07-26Add `migrate` to list of values for `-Z borrowck=...`Felix S. Klock II-1/+1
2018-07-26Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.Felix S. Klock II-0/+22
2018-07-26Add flag indicating whether AST `borrowck` query signalled any error.Felix S. Klock II-0/+8
2018-07-25Change ManuallyDrop from an union to a struct and make it a lang item.Eduard-Mihai Burtescu-2/+11
2018-07-25Add type system canaries for potential future bugsOliver Schneider-1/+5
2018-07-25Remove useless commentOliver Schneider-1/+1
2018-07-25Fix associated existentials for generic traitsOliver Schneider-1/+2
2018-07-25introduce new subtypingNiko Matsakis-2/+53
2018-07-25simplify `NLLRegionVariableOrigin`Niko Matsakis-1/+14
2018-07-25parameterize `BitVector` and `BitMatrix` by their index typesNiko Matsakis-7/+6
2018-07-25Update comment and do suggestcsmoe-8/+9