about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-09-04Allow CompilerControllers to access rustc_plugin::registry::Registry structure.Keunhong Lee-9/+14
2016-09-02Auto merge of #35856 - phimuemue:master, r=brsonbors-0/+67
2016-09-02Rollup merge of #36223 - abhiQmar:e0558-formatting, r=jonathandturnerJonathan Turner-3/+7
2016-09-02Rollup merge of #36210 - EugeneGonzalez:E0529, r=jonathandturnerJonathan Turner-2/+7
2016-09-02Rollup merge of #36205 - EugeneGonzalez:E0528, r=jonathandturnerJonathan Turner-4/+9
2016-09-02Rollup merge of #36198 - alexcrichton:fix-travis, r=brsonJonathan Turner-2/+31
2016-09-02Rollup merge of #36180 - frewsxcv:patch-33, r=alexcrichtonJonathan Turner-0/+4
2016-09-02Rollup merge of #36178 - jonathandturner:windows_colors, r=nikomatsakisJonathan Turner-3/+20
2016-09-02Rollup merge of #36171 - jonathandturner:temporary_value, r=nikomatsakisJonathan Turner-29/+44
2016-09-02Rollup merge of #36160 - Aatch:normalize-closure-sig, r=eddybJonathan Turner-1/+36
2016-09-02Rollup merge of #36099 - skade:better-try-documentation, r=steveklabnikJonathan Turner-7/+26
2016-09-02Rollup merge of #35793 - matthew-piziak:add-rhs-example, r=steveklabnikJonathan Turner-0/+12
2016-09-02Rollup merge of #35754 - QuietMisdreavus:must-use-reference, r=ManishearthJonathan Turner-0/+3
2016-09-03Update compiler error E0558 to use new error formatAbhishek Kumar-3/+7
2016-09-02Transition Travis CI to use rustbuild.Corey Farwell-0/+4
2016-09-02Auto merge of #36084 - apasel422:counter, r=blussbors-25/+6
2016-09-02Auto merge of #36024 - japaric:mips64, r=alexcrichtonbors-13/+256
2016-09-01Auto merge of #35915 - llogiq:rfc-1623, r=nikomatsakisbors-16/+362
2016-09-01Fixed E0529's label and unit testEugene R Gonzalez-2/+7
2016-09-01Auto merge of #35894 - jseyfried:new_import_semantics, r=nrcbors-220/+508
2016-09-02Address comments.Jeffrey Seyfried-18/+27
2016-09-01test: Add a min-llvm-version directiveAlex Crichton-2/+31
2016-09-01Fixed E0528 label and unit testEugene R Gonzalez-4/+9
2016-09-01Avoid cascading name resolution errors caused by an ambiguous module.Jeffrey Seyfried-30/+45
2016-09-01Avoid reporting multiple ambiguity errors for a single use of a name.Jeffrey Seyfried-11/+32
2016-09-01item_like_imports: Allow unused ambiguous glob imports.Jeffrey Seyfried-10/+79
2016-09-01item_like_imports: Allow multiple glob imports of the same item.Jeffrey Seyfried-5/+53
2016-09-01item_like_imports: Make all visible items glob importable.Jeffrey Seyfried-3/+18
2016-09-01item_like_imports: Allow glob imports with a given visibilityJeffrey Seyfried-5/+27
2016-09-01item_like_imports: Allow single imports with a given visibilityJeffrey Seyfried-11/+77
2016-09-01item_like_imports: Allow glob imports to be shadowed by items and single impo...Jeffrey Seyfried-7/+55
2016-09-01item_like_imports: Treat private imports like private items.Jeffrey Seyfried-1/+27
2016-09-01Add `item_like_imports` feature.Jeffrey Seyfried-1/+6
2016-09-01Add field `dummy_binding` to `Resolver`.Jeffrey Seyfried-8/+9
2016-09-01Refactor away `resolver.current_vis` and add `module.normal_ancestor_id`.Jeffrey Seyfried-89/+47
2016-09-01Improve diagnostics and remove dead code.Jeffrey Seyfried-31/+23
2016-09-01Refactor `binding.def()` to return a `Def` instead of an `Option<Def>`.Jeffrey Seyfried-22/+20
2016-09-01Rename `new_binding` -> `binding`.Jeffrey Seyfried-4/+4
2016-09-01Refactor away `binding.is_pseudo_public()`.Jeffrey Seyfried-10/+5
2016-09-01Fix test `compile-fail/task-rng-isnt-sendable.rs`.Jeffrey Seyfried-2/+2
2016-09-01Auto merge of #35761 - nikomatsakis:faster-trans-fulfill-obligation, r=eddybbors-144/+197
2016-09-01Auto merge of #34494 - CensoredUsername:allow_sysV64_abi, r=nagisabors-9/+519
2016-09-01Document try!'s error conversion behaviourFlorian Gilcher-7/+26
2016-09-01Auto merge of #34982 - arielb1:bad-tuples-and-objects, r=nikomatsakisbors-314/+50
2016-09-01turn the RFC1592 warnings into hard errorsAriel Ben-Yehuda-314/+50
2016-09-01Auto merge of #35755 - SimonSapin:char_convert, r=alexcrichtonbors-6/+91
2016-09-01the win64 calling convention is also used on x86_64-pc-windows-gnu, so ignore...CensoredUsername-2/+2
2016-08-31remove `normalize_infer_ctxt` constructorNiko Matsakis-18/+7
2016-08-31Update error message for lifetime of borrowed valuesJonathan Turner-29/+44
2016-08-31Auto merge of #36177 - jonathandturner:rollup, r=jonathandturnerbors-86/+307