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