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