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