about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-04-28Fix lint findings in librustcflip1995-41/+41
2019-04-28Implement internal lintsflip1995-10/+122
2019-04-28Rollup merge of #60347 - JohnTitor:remove-flags, r=matthewjasperMazdak Farrokhzad-4/+0
2019-04-28Rollup merge of #60270 - alexcrichton:metadata-multi-cgu, r=oli-obkMazdak Farrokhzad-3/+2
2019-04-28Remove two-phase-beyond-autorefYuki OKUSHI-2/+0
2019-04-28Remove two-phase-borrowsYuki OKUSHI-2/+0
2019-04-27Auto merge of #60288 - Zoxc:update-rayon, r=nikomatsakisbors-2/+2
2019-04-27Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakisMazdak Farrokhzad-35/+65
2019-04-27Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoeristerbors-37/+72
2019-04-26Update handling of Tuplevarkor-32/+53
2019-04-26Replace `&'tcx List<Ty<'tcx>>` in `Tuple` with `SubstsRef<'tcx>`varkor-1/+1
2019-04-26Add expect_ty method to Kindvarkor-2/+11
2019-04-26Update rustc-rayon versionJohn Kåre Alsaker-2/+2
2019-04-26Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasperbors-0/+12
2019-04-26Rollup merge of #60247 - spastorino:place2_3, r=oli-obkMazdak Farrokhzad-52/+86
2019-04-26Rollup merge of #60225 - Centril:hir-exprkind-use-in-for-loops, r=oli-obkMazdak Farrokhzad-46/+83
2019-04-26Rollup merge of #60183 - tmandry:chalk-builtin-copy-clone, r=scalexmMazdak Farrokhzad-10/+4
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+12
2019-04-25Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakisbors-28/+95
2019-04-25Update trait queriesJohn Kåre Alsaker-16/+55
2019-04-25Update trait_impls_ofJohn Kåre Alsaker-4/+4
2019-04-25Update mir_const_qualifJohn Kåre Alsaker-1/+2
2019-04-25Update rvalue_promotable_mapJohn Kåre Alsaker-6/+5
2019-04-25Update region_scope_treeJohn Kåre Alsaker-4/+4
2019-04-25rustc: Flag metadata compatible with multiple CGUsAlex Crichton-3/+2
2019-04-25Improved error message when type must be bound due to generator.Giles Cope-28/+95
2019-04-25Implement Debug for Place using Place::iterateSantiago Pastorino-52/+86
2019-04-25Introduce hir::ExprKind::Use and employ in for loop desugaring.Mazdak Farrokhzad-46/+83
2019-04-25Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxcbors-175/+160
2019-04-25Update inferred_outlives_ofJohn Kåre Alsaker-6/+2
2019-04-24hir: make NodeId methods depend on HirId onesljedrz-118/+102
2019-04-24hir: remove NodeId from Entry & simplify Mapljedrz-78/+79
2019-04-24Rollup merge of #59739 - cramertj:stabilize, r=withoutboatsMazdak Farrokhzad-0/+11
2019-04-24Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakisMazdak Farrokhzad-51/+15
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+11
2019-04-23rustc: dissuade compiler developers from misusing upvar debuginfo.Eduard-Mihai Burtescu-7/+11
2019-04-23rustc: don't track var_hir_id or mutability in mir::UpvarDecl.Eduard-Mihai Burtescu-10/+5
2019-04-23Rollup merge of #60177 - rasendubi:rustdoc-comments, r=varkorMazdak Farrokhzad-148/+145
2019-04-23Rollup merge of #59823 - davidtwco:issue-54716, r=cramertjMazdak Farrokhzad-79/+236
2019-04-23rustc_mir: don't rely on mir::UpvarDecl in the MIR borrowck.Eduard-Mihai Burtescu-35/+0
2019-04-23Auto merge of #60152 - stepnivlk:visit_subpats-removal, r=varkorbors-6/+5
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-8/+4
2019-04-22Remove redundant code in copy_clone_conditionsTyler Mandry-10/+4
2019-04-23Remove visit_subpats from check_pat in favor of state in EllipsisInclusiveRan...Tomas Koutsky-6/+5
2019-04-22Fix ICE related to #53708Esteban Küber-8/+4
2019-04-22Promote rust comments to rustdocAlexey Shmalko-148/+145
2019-04-22Remove double trailing newlinesvarkor-9/+0
2019-04-21Enable migrate mode by default on the 2015 editionMatthew Jasper-70/+11
2019-04-21Correct lowering order to avoid ICE after rebase.David Wood-11/+17
2019-04-21Introduce `ArgSource` for diagnostics.David Wood-15/+53