| Age | Commit message (Expand) | Author | Lines |
| 2016-11-17 | Auto merge of #37732 - jseyfried:use_extern_macros, r=nrc | bors | -386/+618 |
| 2016-11-17 | Auto merge of #37793 - jseyfried:fix_proc_macro_def_ids, r=nrc | bors | -11/+79 |
| 2016-11-17 | Auto merge of #37717 - nikomatsakis:region-obligations-pre, r=eddyb | bors | -465/+470 |
| 2016-11-17 | Cleanup formatting. | Jeffrey Seyfried | -23/+28 |
| 2016-11-17 | Add tests. | Jeffrey Seyfried | -0/+70 |
| 2016-11-17 | Add feature `use_extern_macros`. | Jeffrey Seyfried | -135/+238 |
| 2016-11-17 | Refactor out `PerNS`. | Jeffrey Seyfried | -178/+186 |
| 2016-11-17 | Add field `expansion: Mark` to `NameBinding`. | Jeffrey Seyfried | -43/+68 |
| 2016-11-17 | Refactor `Resolver::builtin_macros` to use `NameBinding`s instead of `DefId`s. | Jeffrey Seyfried | -12/+20 |
| 2016-11-17 | Resolve imports during expansion. | Jeffrey Seyfried | -24/+26 |
| 2016-11-17 | Add field `module.unresolved_invocations`. | Jeffrey Seyfried | -3/+14 |
| 2016-11-16 | Auto merge of #37607 - dns2utf8:doc_grammar, r=alexcrichton | bors | -9/+24 |
| 2016-11-16 | Auto merge of #37375 - GuillaumeGomez:cast_message, r=arielb1 | bors | -32/+39 |
| 2016-11-17 | Revert "Bump the bootstrap cargo to match the one paired with 1.13" | Brian Anderson | -1/+1 |
| 2016-11-16 | Merge pull request #37635 from brson/bootstrap | Brian Anderson | -1/+1 |
| 2016-11-16 | Fix grammar verification | Stefan Schindler | -9/+24 |
| 2016-11-16 | Improve reference cast help message | Guillaume Gomez | -32/+39 |
| 2016-11-16 | Add regression test. | Jeffrey Seyfried | -0/+49 |
| 2016-11-16 | Auto merge of #37545 - alexcrichton:crt-static, r=brson | bors | -91/+546 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -91/+546 |
| 2016-11-16 | Auto merge of #37774 - frewsxcv:path-doc-example, r=brson | bors | -5/+18 |
| 2016-11-16 | Auto merge of #37773 - ollie27:rustdoc_inline_glob, r=brson | bors | -69/+244 |
| 2016-11-16 | Improve proc macro def ids. | Jeffrey Seyfried | -11/+30 |
| 2016-11-15 | Auto merge of #37764 - nnethercote:shrink-scope_auxiliary, r=nikomatsakis | bors | -129/+30 |
| 2016-11-15 | Auto merge of #37758 - euclio:unstable, r=brson | bors | -14/+28 |
| 2016-11-15 | register `infer-ok` obligations properly | Niko Matsakis | -119/+89 |
| 2016-11-15 | remove TypeOrigin and use ObligationCause instead | Niko Matsakis | -354/+389 |
| 2016-11-15 | Auto merge of #37742 - mrhota:llvm_debuginfo, r=alexcrichton | bors | -0/+1 |
| 2016-11-15 | Auto merge of #37714 - alexcrichton:builtins-hidden, r=nikomatsakis | bors | -2/+23 |
| 2016-11-15 | Auto merge of #37672 - japaric:msp430, r=alexcrichton | bors | -4/+104 |
| 2016-11-14 | Auto merge of #37775 - alexcrichton:try-fix-dox, r=brson | bors | -2/+4 |
| 2016-11-14 | Auto merge of #37771 - alexcrichton:fix-nightlies, r=brson | bors | -15/+21 |
| 2016-11-14 | Update top-level path doc examples to show results. | Corey Farwell | -5/+18 |
| 2016-11-14 | rustbuild: Tweak default rule inclusion | Alex Crichton | -2/+4 |
| 2016-11-14 | Auto merge of #37740 - bluss:corrected-vec-collect, r=alexcrichton | bors | -20/+31 |
| 2016-11-14 | rustdoc: Fix some local inlining issues | Oliver Middleton | -69/+244 |
| 2016-11-14 | test: Move missing-items to a ui test | Alex Crichton | -15/+21 |
| 2016-11-14 | Auto merge of #37755 - polo-language:doc-punct, r=GuillaumeGomez | bors | -183/+184 |
| 2016-11-14 | Auto merge of #37278 - matklad:lone-lifetime, r=jseyfried | bors | -3/+6 |
| 2016-11-14 | don't build an object file for emit=asm,llvm-ir | Jorge Aparicio | -1/+5 |
| 2016-11-13 | Auto merge of #37754 - frewsxcv:path-push, r=GuillaumeGomez | bors | -5/+12 |
| 2016-11-14 | Fix where clauses parsing | Aleksey Kladov | -4/+7 |
| 2016-11-14 | Remove `scope_auxiliary`. | Nicholas Nethercote | -129/+30 |
| 2016-11-13 | Auto merge of #37640 - michaelwoerister:llvm-type-names, r=brson | bors | -272/+323 |
| 2016-11-13 | Remove unused method CrateContext::rotate(). | Michael Woerister | -16/+0 |
| 2016-11-13 | Adapt accidentally fixed test case. | Michael Woerister | -4/+1 |
| 2016-11-13 | Fix codegen test after change of llvm type naming scheme | Michael Woerister | -4/+4 |
| 2016-11-13 | Make names of types used in LLVM IR stable. | Michael Woerister | -248/+318 |
| 2016-11-13 | Auto merge of #37701 - Mark-Simulacrum:macro-parser-impvement, r=jseyfried | bors | -212/+201 |
| 2016-11-13 | do not use deprecated text for unstable docs | Andy Russell | -14/+28 |