summary refs log tree commit diff
path: root/src/librustc/hir
AgeCommit message (Expand)AuthorLines
2018-06-03restore emplacement syntax (obsolete)Niko Matsakis-1/+4
2018-06-03[beta] Fix naming conventions for new lintsVadim Petrochenkov-1/+1
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-2/+2
2018-05-03Fix issue #50415.kennytm-2/+2
2018-05-02make it compile againflip1995-1/+1
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-4/+1
2018-05-01Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundibors-1/+15
2018-05-01Rollup merge of #50330 - japaric:used, r=nagisakennytm-0/+12
2018-04-30Make the fields of RangeInclusive private.kennytm-1/+15
2018-04-30check that #[used] is used only on staticsJorge Aparicio-0/+12
2018-04-30Auto merge of #50092 - abonander:issue-49934, r=petrochenkovbors-1/+2
2018-04-29Warn on pointless `#[derive]` in more placesAustin Bonander-1/+2
2018-04-28Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichtonkennytm-5/+10
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-9/+7
2018-04-27removed linting for dyn_traitChristian Poveda-9/+7
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-5/+10
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-20/+23
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-5/+5
2018-04-25Make DepGraph thread-safeJohn Kåre Alsaker-19/+7
2018-04-23introduce new DefPathData variants for traits, assoc typesNiko Matsakis-3/+19
2018-04-19Remove HIR inliningWesley Wiser-25/+1
2018-04-17Add #[no_debug] to trans_fn_attrs() query.Michael Woerister-0/+1
2018-04-15Make use of thread-safe arenasJohn Kåre Alsaker-3/+3
2018-04-13Auto merge of #49830 - sinkuu:fix_ice_47715, r=cramertjbors-17/+36
2018-04-12Avoid comparing fields by name when possibleVadim Petrochenkov-0/+7
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-18/+2
2018-04-10Tweak span for ok-wrapping in no-tail blockScott McMurray-1/+2
2018-04-10Add ok-wrapping to catch blocks, per RFCScott McMurray-7/+35
2018-04-10Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoeristerbors-4/+10
2018-04-10Disallow `impl Trait` in unsupported positionShotaro Yamada-17/+36
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-6/+4
2018-04-06Remove more duplicated spansVadim Petrochenkov-11/+12
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-2/+2
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-7/+7
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-3/+3
2018-04-06Use `Span` instead of `SyntaxContext` in `Ident`Vadim Petrochenkov-5/+2
2018-04-05Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkovAlex Crichton-0/+5
2018-04-05Rollup merge of #49345 - davidtwco:issue-44109, r=nikomatsakiskennytm-0/+27
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+5
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-133/+0
2018-04-02Checking location and syntax of non_exhaustive attribute.David Wood-0/+27
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+4
2018-03-29Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr...bors-9/+72
2018-03-28Make HirMap thread-safeJohn Kåre Alsaker-4/+10
2018-03-27Add extra test for expressions and fix typo in messagematthew-1/+1
2018-03-26Remove an unnecessary/incorrect match in the expression check functionmatthew-12/+2
2018-03-27Fix pretty-printing for raw identifiersVadim Petrochenkov-2/+6
2018-03-26Check for known but incorrect attributesmatthew-9/+82
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-11/+0
2018-03-26Stabilize universal_impl_traitTaylor Cramer-11/+0