about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-3/+3
2018-04-30Auto merge of #50092 - abonander:issue-49934, r=petrochenkovbors-1/+2
2018-04-29Warn on pointless `#[derive]` in more placesAustin Bonander-1/+2
2018-04-29Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakisbors-1/+29
2018-04-28Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertjbors-12/+14
2018-04-28Only check possibly initialized values and also loop over fn argsKeith Yeung-4/+6
2018-04-28Track unused mutable variables across closuresKeith Yeung-1/+13
2018-04-28Allow MIR borrowck to catch unused mutable localsKeith Yeung-0/+14
2018-04-28Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakiskennytm-0/+6
2018-04-28Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichtonkennytm-5/+10
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-10/+8
2018-04-27Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoeristerbors-506/+505
2018-04-27removed linting for dyn_traitChristian Poveda-9/+7
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-1/+1
2018-04-27Auto merge of #50097 - glandium:box_free, r=nikomatsakisbors-2/+10
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-5/+10
2018-04-27Address commentsJohn Kåre Alsaker-6/+9
2018-04-27Store query jobs and query results in separate maps to reduce memory usageJohn Kåre Alsaker-25/+23
2018-04-27Move query functions out from the define_maps! macroJohn Kåre Alsaker-298/+325
2018-04-27Create a job immediately when looking in the query map and start it laterJohn Kåre Alsaker-245/+216
2018-04-27Auto merge of #50275 - kennytm:rollup, r=kennytmbors-44/+67
2018-04-27Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoeristerkennytm-44/+67
2018-04-27Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichtonbors-2/+4
2018-04-27Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakisbors-100/+293
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-44/+67
2018-04-27Auto merge of #49420 - nox:enum-scalarpair, r=eddybbors-8/+73
2018-04-26Retry canonical trait query in standard mode if overflow occursAravind Gollakota-17/+39
2018-04-26Remove the stored obligation in OverflowError to simplify thingsAravind Gollakota-24/+22
2018-04-26Introduce trait query mode and use it to set overflow error handling policy i...Aravind Gollakota-11/+58
2018-04-26Simplify trait selector's evaluation API slightlyAravind Gollakota-22/+6
2018-04-26Port existing callers of `evaluate_obligation` to the new canonical trait queryAravind Gollakota-8/+8
2018-04-26Create a canonical trait query for `evaluate_obligation`Aravind Gollakota-15/+113
2018-04-26Refactor overflow handling in traits::select to propagate overflow instead of...Aravind Gollakota-69/+113
2018-04-26Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddybbors-3/+9
2018-04-26Don't ICE on tuple struct ctor with incorrect arg countEsteban Küber-0/+6
2018-04-26Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddybbors-5/+4
2018-04-26improved debug outputNiko Matsakis-3/+9
2018-04-26Fixed tidy errors.Irina Popa-2/+2
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-18/+18
2018-04-26Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747)Anthony Ramine-5/+4
2018-04-26rustc_target: move for_variant and field TyLayout methods to a trait.Irina Popa-80/+39
2018-04-26rustc_target: move LayoutOf's type parameter to an associated type.Irina Popa-6/+9
2018-04-26rustc_target: move in type definitions from ty::layout.Irina Popa-759/+39
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-16/+15
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-10/+10
2018-04-26Auto merge of #50072 - oli-obk:discriminants, r=eddybbors-17/+23
2018-04-26Use ScalarPair for tagged enumsAnthony Ramine-8/+73
2018-04-26Allow variant discriminant initializers to refer to other initializers of the...Oliver Schneider-17/+23
2018-04-26Auto merge of #49732 - Zoxc:sync-dep-graph, r=michaelwoeristerbors-204/+219
2018-04-26Implement LazyBTreeMap and use it in a few places.Nicholas Nethercote-12/+14