about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2016-12-22Remove outdated FIXME commentEsteban Küber-4/+0
2016-12-21Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakisbors-0/+4
2016-12-20Rollup merge of #38171 - jseyfried:cleanup, r=nrcAlex Crichton-344/+145
2016-12-20Create check_ref method to allow to check coercion with & typesGuillaume Gomez-6/+0
2016-12-20Fix coercion ICEGuillaume Gomez-1/+2
2016-12-20Add safe_suggestion attributeGuillaume Gomez-0/+9
2016-12-19Optimize `ast::PathSegment`.Jeffrey Seyfried-184/+66
2016-12-19Auto merge of #38194 - sgrif:sg-no-span-mangling, r=nrcbors-15/+3
2016-12-18Refactor out `mark.as_placeholder_id()`.Jeffrey Seyfried-5/+9
2016-12-18Avoid including attributes in bang macro invocations.Jeffrey Seyfried-25/+19
2016-12-18Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`.Jeffrey Seyfried-85/+38
2016-12-18Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`,Jeffrey Seyfried-10/+4
2016-12-18Add `ident.unhygienize()` and use `Ident` more instead of `Name` in `resolve`.Jeffrey Seyfried-4/+8
2016-12-18Remove some unused functions and fix formatting.Jeffrey Seyfried-36/+6
2016-12-17Auto merge of #38279 - KalitaAlexey:issue-8521, r=jseyfriedbors-1/+1
2016-12-17Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddybbors-23/+30
2016-12-16Allow path fragments to be parsed as type parameter bounds in macro expansionKalita Alexey-1/+1
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-2/+2
2016-12-07Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddybbors-104/+117
2016-12-07macros: fix the expected paths for a non-inline module matched by an `item` f...Jeffrey Seyfried-23/+30
2016-12-06Don't perform span mangling when building field/tup access nodesSean Griffin-15/+3
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-7/+0
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-104/+117
2016-12-04Auto merge of #38087 - jooert:remove_unmarked, r=petrochenkovbors-4/+3
2016-12-04Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrcbors-6/+1
2016-12-03Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichtonbors-0/+7
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-7/+0
2016-12-02limit the length of types in monomorphizationAriel Ben-Yehuda-0/+1
2016-11-30Support paths in macro invocations.Jeffrey Seyfried-6/+1
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-30Remove the `unmarked_api` featureJohannes Oertel-4/+3
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-2/+2
2016-11-29Add new #[target_feature = "..."] attribute.Andrew Gallant-0/+7
2016-11-29Auto merge of #37369 - estebank:multiline-span, r=nikomatsakisbors-0/+549
2016-11-28Auto merge of #37791 - petrochenkov:where, r=nikomatsakisbors-27/+10
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-3/+4
2016-11-28rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode.Eduard Burtescu-2/+6
2016-11-25Support `?Sized` in where clausesVadim Petrochenkov-27/+10
2016-11-23review commentsEsteban Küber-0/+100
2016-11-22Auto merge of #37487 - goffrie:break, r=nikomatsakisbors-14/+40
2016-11-22Show multiline spans in full if short enoughEsteban Küber-0/+449
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-14/+40
2016-11-22Start warning cycle.Jeffrey Seyfried-12/+38
2016-11-22Clean up directory ownership semantics.Jeffrey Seyfried-79/+94
2016-11-21Auto merge of #37824 - jseyfried:symbols, r=eddybbors-1017/+821
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-65/+59
2016-11-21Stabilize RFC 1560.Jeffrey Seyfried-3/+1
2016-11-21Remove `Rc` from the interner.Jeffrey Seyfried-18/+22
2016-11-21Cleanup `InternedString`.Jeffrey Seyfried-40/+7
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-185/+139