summary refs log tree commit diff
path: root/src/librustc/hir
AgeCommit message (Expand)AuthorLines
2018-07-30Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasperbors-1/+1
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-4/+4
2018-07-29Remove unused `mut`sMatthew Jasper-1/+1
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-1/+1
2018-07-28Don't format!() string literalsljedrz-4/+4
2018-07-28Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm-2/+2
2018-07-27Use slices where a vector is not necessaryljedrz-2/+2
2018-07-27Better Option handlingShotaro Yamada-1/+1
2018-07-26Improve a few vectors - calculate capacity or build from iteratorsljedrz-1/+1
2018-07-24Rollup merge of #52622 - estebank:lifetime-multispan, r=nikomatsakiskennytm-3/+3
2018-07-23Auto merge of #52568 - oli-obk:span_bug_error, r=varkorbors-36/+22
2018-07-22Auto merge of #52069 - zackmdavis:elided_states_of_america—and_to_the_re-pu...bors-2/+30
2018-07-22Use MultiSpan in E0707 and E709Esteban Küber-3/+3
2018-07-23Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichtonkennytm-1/+2
2018-07-22in which the elided-lifetimes-in-paths lint undergoes a revolutionZack M. Davis-2/+30
2018-07-21Avoid using `#[macro_export]` for documenting builtin macrosVadim Petrochenkov-1/+2
2018-07-20Only methods are fn-like, not other associated itemsOliver Schneider-1/+7
2018-07-20Properly scope label resolutionOliver Schneider-36/+22
2018-07-20Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddybbors-21/+0
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-11/+48
2018-07-18Change label span to point at iterator instead of iter itemEsteban Küber-3/+5
2018-07-18Do not use desugared ident when suggesting adding a typeEsteban Küber-1/+3
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-21/+0
2018-07-18Implement existential typesOliver Schneider-11/+48
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-15/+13
2018-07-16Fix tidycsmoe-5/+23
2018-07-16ItemKindcsmoe-172/+171
2018-07-16ForeignItemKindcsmoe-22/+21
2018-07-16TyKindcsmoe-67/+68
2018-07-16ExprKindcsmoe-208/+207
2018-07-16VariantKindcsmoe-4/+4
2018-07-16DeclKindcsmoe-19/+18
2018-07-16StmtKindcsmoe-33/+32
2018-07-16BinOpKindcsmoe-117/+121
2018-07-15Update clippy and rlsOliver Schneider-2/+2
2018-07-14Address commentsVadim Petrochenkov-1/+1
2018-07-14Remove most of `Hash` impls from AST and HIR structuresVadim Petrochenkov-85/+86
2018-07-14Remove most of `PartialEq` impls from AST and HIR structuresVadim Petrochenkov-101/+103
2018-07-11Rollup merge of #52247 - ljedrz:dyn_librustc, r=oli-obkMark Rousskov-4/+4
2018-07-11Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichtonMark Rousskov-29/+17
2018-07-11Deny bare trait objects in in src/librustcljedrz-4/+4
2018-07-11Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoeristerbors-6/+3
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-6/+3
2018-07-09find and highlight the `&` or `'_` in `region_name`Niko Matsakis-0/+9
2018-07-08Remove fallback to parent modules from lexical resolutionVadim Petrochenkov-29/+17
2018-07-05Auto merge of #51967 - varkor:const-body-break-continue, r=estebankbors-25/+35
2018-07-03Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakisPietro Albini-0/+8
2018-07-03Avoid sorting the item_ids array the StableHash impl of hir::Mod.Michael Woerister-0/+8
2018-07-02Clean up error messages regarding break/continue inside constsvarkor-25/+35
2018-07-02Get rid of `TyImplTraitExistential`Oliver Schneider-39/+18