about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-31Move resolve_lifetimes query in librustc_resolve.Camille GILLOT-102/+188
2019-12-31Move resolve_lifetime.rs to librustc_resolve.Camille GILLOT-0/+0
2019-12-31Auto merge of #67032 - cjgillot:hirene, r=Zoxcbors-333/+186
2019-12-30Enlarge smallvec.Camille GILLOT-2/+2
2019-12-30Reduce allocations.Camille GILLOT-9/+8
2019-12-30Auto merge of #67707 - petrochenkov:crateren, r=Centrilbors-120/+117
2019-12-30Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs`Vadim Petrochenkov-8/+8
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-72/+69
2019-12-30Make things build againVadim Petrochenkov-47/+47
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+0
2019-12-30Auto merge of #67474 - mark-i-m:simplify-borrow_check-4, r=matthewjasperbors-239/+119
2019-12-30Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obkbors-3/+99
2019-12-30Duplicate allocations in lowering.Camille GILLOT-3/+3
2019-12-30Avoid a few allocations.Camille GILLOT-12/+14
2019-12-30Allocate inside lower_path_extra.Camille GILLOT-38/+20
2019-12-30Retire hir::ptr.Camille GILLOT-153/+2
2019-12-30Retire HirVec.Camille GILLOT-56/+37
2019-12-30Remove HirVec from Generics.Camille GILLOT-87/+127
2019-12-30Auto merge of #67658 - spastorino:do-not-copy-zsts, r=oli-obkbors-25/+45
2019-12-30Auto merge of #67721 - JohnTitor:rollup-o8zm4r9, r=JohnTitorbors-262/+333
2019-12-30Rollup merge of #67715 - petertodd:2019-typo-manuallydrop, r=CentrilYuki Okushi-1/+1
2019-12-30Rollup merge of #67701 - petrochenkov:tidybless, r=Mark-SimulacrumYuki Okushi-1/+1
2019-12-30Rollup merge of #67698 - cjgillot:passes-first, r=ZoxcYuki Okushi-95/+97
2019-12-30Rollup merge of #67687 - estebank:issue-67634, r=matthewjasperYuki Okushi-2/+38
2019-12-30Rollup merge of #67677 - petrochenkov:dupexp, r=CentrilYuki Okushi-33/+9
2019-12-30Rollup merge of #67657 - jumbatm:cleanup-const-hack, r=oli-obkYuki Okushi-16/+20
2019-12-30Rollup merge of #67622 - gilescope:async-keyword-doc, r=CentrilYuki Okushi-4/+23
2019-12-30Rollup merge of #67564 - Mark-Simulacrum:iter-adapter-panic, r=LukasKalbertodtYuki Okushi-0/+5
2019-12-30Rollup merge of #67287 - Centril:mismatch-range-improve-diag, r=estebankYuki Okushi-38/+81
2019-12-30Rollup merge of #64273 - petrochenkov:stabattrmod, r=CentrilYuki Okushi-72/+58
2019-12-29fix review commentmark-5/+6
2019-12-29Get rid of ErrorReportingCtxmark-243/+122
2019-12-30Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiserbors-33/+223
2019-12-29Typo fixPeter Todd-1/+1
2019-12-30note other end-point when typeck range patsMazdak Farrokhzad-38/+81
2019-12-29Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxcbors-916/+965
2019-12-29Resolve long compile times when evaluating always valid constantsWesley Wiser-3/+99
2019-12-29Auto merge of #67112 - Centril:expr-polish, r=estebankbors-537/+585
2019-12-29Auto merge of #67661 - JohnTitor:clippy-cargo, r=oli-obkbors-8/+7
2019-12-29Introduce librustc/middle/mod.rsCamille GILLOT-39/+36
2019-12-29Move get_lib_features query in librustc_passes.Camille GILLOT-33/+42
2019-12-29Move lib_features.rs in librustc_passes.Camille GILLOT-0/+0
2019-12-29tidy: Enforce formatting rather than just check it if `--bless` is specifiedVadim Petrochenkov-1/+1
2019-12-29Move diagnostic_items queries to librustc_passes.Camille GILLOT-16/+21
2019-12-29Move diagnostic_items.rs to librustc_passes.Camille GILLOT-0/+0
2019-12-29Move reachable_set query in librustc_passes.Camille GILLOT-31/+22
2019-12-29Move reachable.rs to librustc_passes.Camille GILLOT-0/+0
2019-12-29Some keyword documentation.Giles Cope-4/+23
2019-12-29Update cargoYuki Okushi-0/+0
2019-12-29Update ClippyYuki Okushi-8/+7