summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-03-10Fix #39390 on beta.Jeffrey Seyfried-2/+5
2017-03-09Propagate expected type hints through struct literals.Eduard-Mihai Burtescu-0/+20
2017-03-09trans: don't ICE when trying to create ADT trans-itemsAriel Ben-Yehuda-0/+51
2017-03-09Fix const expression macro invocations.Jeffrey Seyfried-0/+24
2017-03-09Fix ICE: don't use `struct_variant` on enumsEsteban Küber-0/+34
2017-02-25std: Relax UnwindSafe impl for UniqueAlex Crichton-1/+4
2017-02-25use a more conservative inhabitableness ruleAriel Ben-Yehuda-8/+4
2017-02-25check_match: don't treat privately uninhabited types as uninhabitedAriel Ben-Yehuda-7/+62
2017-02-23emit "align 1" metadata on loads/stores of packed structsAriel Ben-Yehuda-0/+29
2017-02-23Fix ICE when accessing mutably an immutable enumEsteban Küber-0/+30
2017-02-23Fix ICE when parsing token trees after an error.Jeffrey Seyfried-0/+32
2017-02-23Fix ICE on certain sequence repetitions.Jeffrey Seyfried-0/+15
2017-02-23fix run-pass test that required `Copy` implNiko Matsakis-0/+2
2017-02-23remove vestiges of the old suggestion machineryNiko Matsakis-4/+92
2017-02-23add some sample UI error test casesNiko Matsakis-0/+243
2017-02-10Uninhabited while-let pattern fixAndrew Cann-0/+8
2017-02-06Delete failing testJosh Driver-51/+0
2017-02-01Fixup tests for new unknown derive errorJosh Driver-2/+2
2017-01-31Auto merge of #39379 - segevfiner:fix-backtraces-on-i686-pc-windows-gnu, r=al...bors-5/+0
2017-01-31Auto merge of #39250 - cseale:issue_30924, r=est31bors-0/+3
2017-01-31[Gate Tests] - marking feature testsColm Seale-0/+3
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-50/+45
2017-01-29Fix backtraces on i686-pc-windows-gnu by disabling FPOSegev Finer-5/+0
2017-01-28Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkovbors-3/+2
2017-01-28Disable backtrace tests on i686-pc-windows-gnu since it's broken by FPOSegev Finer-0/+5
2017-01-28Auto merge of #39305 - eddyb:synelide, r=nikomatsakisbors-14/+76
2017-01-28test: add missing lifetime in recently added test.Eduard-Mihai Burtescu-1/+1
2017-01-28rustc: move object default lifetimes to resolve_lifetimes.Eduard-Mihai Burtescu-0/+24
2017-01-28rustc: always keep an explicit lifetime in trait objects.Eduard-Mihai Burtescu-2/+4
2017-01-28rustc_typeck: move impl Trait checks out of RegionScope.Eduard-Mihai Burtescu-1/+1
2017-01-28rustc: move most of lifetime elision to resolve_lifetimes.Eduard-Mihai Burtescu-8/+44
2017-01-28rustc: always include elidable lifetimes in HIR types.Eduard-Mihai Burtescu-2/+2
2017-01-27Rollup merge of #39335 - cramertj:cramertj/can_begin_expr_fix, r=petrochenkovAlex Crichton-0/+30
2017-01-27Rollup merge of #39313 - est31:drop_in_place_is_stable, r=GuillaumeGomezAlex Crichton-2/+0
2017-01-27Rollup merge of #39306 - GuillaumeGomez:newtype_help, r=eddybAlex Crichton-1/+6
2017-01-27Rollup merge of #39290 - canndrew:hide-uninhabitedness, r=nikomatsakisAlex Crichton-19/+50
2017-01-27Rollup merge of #38617 - pnkfelix:double-reference, r=pnkfelixAlex Crichton-0/+38
2017-01-27Auto merge of #37057 - brson:nosuggest, r=nikomatsakisbors-179/+0
2017-01-27Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakisbors-41/+0
2017-01-27Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakisbors-0/+15
2017-01-26Fix can_begin_expr keyword behaviorTaylor Cramer-0/+30
2017-01-27Auto merge of #39139 - estebank:issue-38147, r=nikomatsakisbors-15/+153
2017-01-27Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakisbors-30/+233
2017-01-26rustc: Remove all "consider using an explicit lifetime parameter" suggestionsBrian Anderson-179/+0
2017-01-26Point to immutable arg/fields when trying to use as &mutEsteban Küber-15/+153
2017-01-26Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakisbors-0/+27
2017-01-26Auto merge of #39309 - eddyb:map-shmap, r=nikomatsakisbors-2/+2
2017-01-26Auto merge of #38819 - GuillaumeGomez:main_func_wrong_type, r=GuillaumeGomezbors-5/+5
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-2/+2
2017-01-26Add note for E0117Guillaume Gomez-1/+6