| Age | Commit message (Expand) | Author | Lines |
| 2016-11-19 | Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichton | bors | -11/+39 |
| 2016-11-19 | Auto merge of #37814 - japaric:aapcs, r=alexcrichton | bors | -1/+2 |
| 2016-11-19 | Auto merge of #37797 - arielb1:inline-closure, r=michaelwoerister | bors | -0/+7 |
| 2016-11-18 | Auto merge of #37853 - TimNN:fix-travis, r=alexcrichton | bors | -0/+1 |
| 2016-11-18 | Auto merge of #37787 - michaelwoerister:macro-def-ich, r=nikomatsakis | bors | -9/+174 |
| 2016-11-18 | Add span to warning about incr. comp. vs Token::Interpolated. | Michael Woerister | -4/+6 |
| 2016-11-18 | Add test case for exported macros vs incremental compilation. | Michael Woerister | -0/+23 |
| 2016-11-18 | Remove outdated comment about SVH. | Michael Woerister | -5/+0 |
| 2016-11-18 | ICH: Hash MacroDefs in a mostly stable way. | Michael Woerister | -3/+143 |
| 2016-11-18 | Add error message when not finding the ICH of a DepNode. | Michael Woerister | -1/+6 |
| 2016-11-18 | Auto merge of #37776 - nrc:save-double-angle, r=@brson | bors | -14/+48 |
| 2016-11-18 | Auto merge of #37749 - keeperofdakeys:should-panic, r=alexcrichton | bors | -20/+151 |
| 2016-11-18 | Auto merge of #37769 - alexcrichton:rustbuild-python, r=brson | bors | -8/+38 |
| 2016-11-18 | update Cargo.lock | Tim Neumann | -0/+1 |
| 2016-11-18 | Warn when a #[should_panic] test has an unexpected message | Josh Driver | -13/+68 |
| 2016-11-18 | instantiate closures on demand | Ariel Ben-Yehuda | -0/+7 |
| 2016-11-18 | Auto merge of #37763 - liigo:rustdoc-playground, r=alexcrichton | bors | -4/+10 |
| 2016-11-17 | rustbuild: update the llvm link logic further | Josh Stone | -26/+32 |
| 2016-11-17 | Auto merge of #37846 - jseyfried:fix_proc_macro_dep, r=alexcrichton | bors | -4/+47 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -630/+1765 |
| 2016-11-18 | Add regression test. | Jeffrey Seyfried | -0/+43 |
| 2016-11-18 | save-analysis: handle << and >> operators inside [] in types | Nick Cameron | -14/+48 |
| 2016-11-18 | Fix bug in loading proc macro dependencies. | Jeffrey Seyfried | -4/+4 |
| 2016-11-17 | Auto merge of #37424 - shiver:issue-37131, r=alexcrichton | bors | -3/+36 |
| 2016-11-17 | add test for hashing trait impls | Niko Matsakis | -0/+404 |
| 2016-11-17 | Auto merge of #37837 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -37/+522 |
| 2016-11-17 | canonicalize base incremental path on windows | Niko Matsakis | -0/+13 |
| 2016-11-17 | fix change_private_impl_method_cc test | Niko Matsakis | -3/+1 |
| 2016-11-17 | fix oversight in closure translation | Niko Matsakis | -7/+2 |
| 2016-11-17 | hash the contents of impl-item-ref by adding them to visitor | Niko Matsakis | -55/+234 |
| 2016-11-17 | move impl wf check so they occur earlier | Niko Matsakis | -69/+92 |
| 2016-11-17 | when creating an AssociatedItem, read data from impl, not impl item | Niko Matsakis | -90/+129 |
| 2016-11-17 | Rollup merge of #37821 - tshepang:nits, r=steveklabnik | Guillaume Gomez | -17/+17 |
| 2016-11-17 | Rollup merge of #37806 - GuillaumeGomez:net_examples, r=frewsxcv | Guillaume Gomez | -6/+144 |
| 2016-11-17 | Rollup merge of #37799 - michaelwoerister:ich-type-def-tests, r=nikomatsakis | Guillaume Gomez | -0/+249 |
| 2016-11-17 | Rollup merge of #37772 - durka:patch-32, r=petrochenkov | Guillaume Gomez | -0/+23 |
| 2016-11-17 | Rollup merge of #37766 - tarka:book-testing-concurrency-capture, r=steveklabnik | Guillaume Gomez | -0/+42 |
| 2016-11-17 | Rollup merge of #37759 - robinst:trait-use-message-add-semicolon, r=eddyb | Guillaume Gomez | -9/+9 |
| 2016-11-17 | Rollup merge of #37757 - rust-lang:E0002-precision, r=brson | Guillaume Gomez | -4/+6 |
| 2016-11-17 | Rollup merge of #37752 - arielb1:incoherent-error, r=nikomatsakis | Guillaume Gomez | -1/+32 |
| 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 |