summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2016-09-12typeck: use NoExpectation to check return type of diverging fnAlex Burka-1/+7
2016-08-16Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakisbors-55/+46
2016-08-15Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakisbors-1/+1
2016-08-15Auto merge of #35567 - creativcoder:e0261, r=jonathandturnerbors-5/+10
2016-08-14Rollup merge of #35573 - wdv4758h:E0138, r=jonathandturnerEduard-Mihai Burtescu-2/+7
2016-08-13Rename empty/bang to neverAndrew Cann-4/+6
2016-08-13Minor fixups based on @eddyb's feedbackAndrew Cann-2/+2
2016-08-13Remove obsolete divergence related stuffAndrew Cann-54/+41
2016-08-13Switch on TyEmptyAndrew Cann-2/+2
2016-08-13Add EmptyToAny adjustmentAndrew Cann-0/+2
2016-08-12typeck: disallow `impl Trait` outside of return types of functions and impl m...Eduard Burtescu-2/+20
2016-08-12rustc: rename ProjectionMode and its variant to be more memorable.Eduard Burtescu-6/+6
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-1/+1
2016-08-11Rollup merge of #35565 - wdv4758h:E0133, r=jonathandturnerJonathan Turner-3/+5
2016-08-11Rollup merge of #35557 - Limeth:master, r=jonathandturnerJonathan Turner-4/+8
2016-08-11Update E0138 to new formatChiu-Hsiang Hsu-2/+7
2016-08-10Update E0261 and E0262 to new error formatRahul Sharma-5/+10
2016-08-10Update E0133 to new formatChiu-Hsiang Hsu-3/+5
2016-08-09E0263 updated to new format. rust-lang/rust#35518Jakub Hlusička-4/+8
2016-08-09Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mwbors-6/+6
2016-08-06Rollup merge of #35374 - mrabault:e0229_format, r=jonathandturnerEduard-Mihai Burtescu-2/+3
2016-08-05Update E0229 to new formatMatthias Rabault-2/+3
2016-08-05Auto merge of #35365 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-6/+14
2016-08-05Rollup merge of #35319 - Keats:err-137, r=jonathandturnerGuillaume Gomez-2/+5
2016-08-05Rollup merge of #35299 - circuitfox:E0110-update-error-format, r=jonathandturnerGuillaume Gomez-2/+5
2016-08-05Auto merge of #35317 - TimNN:internal-deprecated, r=eddybbors-17/+56
2016-08-04ignore deprecation for items deprecated by the same attributeTim Neumann-8/+8
2016-08-04change depr_map to use DeprecationEntryTim Neumann-9/+48
2016-08-04Update error format for E0137Vincent Prouillet-2/+5
2016-08-04E0110 update error formatChris Stankus-2/+5
2016-08-03Update error message for E0109Chris Stankus-2/+4
2016-08-02replace graph rewriting with detecting inlined idsNiko Matsakis-6/+6
2016-08-01Move caching of HIR-inlining into CStore in order to avoid duplicating inline...Michael Woerister-8/+14
2016-07-31Auto merge of #34986 - nikomatsakis:issue-34349, r=arielb1bors-7/+47
2016-07-30Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddybManish Goregaokar-9/+4
2016-07-29intravisit: Fold functionality of IdVisitor into the regular Visitor.Michael Woerister-9/+4
2016-07-25move `during_closure_kind_inference` flag to mcNiko Matsakis-3/+31
2016-07-24Implement ARM personality routine in Rust.Vadim Chugunov-1/+0
2016-07-22Avoid writing a temporary closure kindNiko Matsakis-5/+17
2016-07-08Merge PatKind::QPath into PatKind::Path in HIRVadim Petrochenkov-1/+1
2016-07-08Cleanup of some pattern related codeVadim Petrochenkov-180/+82
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-43/+31
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-14/+17
2016-06-23Renames "lets_do_this" macro more appropriately.Paul Jarrett-2/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-14/+17
2016-06-18Fix ICE in memory categorization of tuple patternsVadim Petrochenkov-4/+4
2016-06-16Rollup merge of #34268 - zackmdavis:if_let_over_none_unit_arm, r=jseyfriedManish Goregaokar-19/+13
2016-06-15prefer `if let` to match with `None => ()` arm in some placesZack M. Davis-19/+13
2016-06-11Remove last traces of identifier hygiene from HIRVadim Petrochenkov-2/+1
2016-06-10Address review comments + fix rebaseVadim Petrochenkov-11/+4