about summary refs log tree commit diff
path: root/src/librustc/hir
AgeCommit message (Expand)AuthorLines
2018-08-19mv CodeMap SourceMapDonato Sciarra-8/+8
2018-08-19Refactor generic argument count check in method/confirm.rsvarkor-0/+7
2018-08-19Add Default for GenericParamCountvarkor-4/+18
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-3/+3
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-13/+14
2018-08-09Move SVH structure to data structuresMark Rousskov-75/+2
2018-08-08Auto merge of #53053 - petrochenkov:custattr, r=alexcrichtonbors-3/+26
2018-08-07Add HirId to VisibilityKind::RestrictedMark Rousskov-26/+40
2018-08-07Rollup merge of #52886 - petrochenkov:noga, r=alexcrichtonkennytm-6/+2
2018-08-06Discern between various kinds of non-macro attributesVadim Petrochenkov-3/+26
2018-08-04cleanup: Remove `Def::GlobalAsm`Vadim Petrochenkov-6/+2
2018-08-03Extract impl_header_lifetime_elision out of in_band_lifetimesScott McMurray-4/+10
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-0/+6
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-13/+7
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-0/+6
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