summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-11-20Refactor `P<ast::MetaItem>` -> `ast::MetaItem`.Jeffrey Seyfried-58/+54
2016-11-20Move `MetaItemKind`'s `Name` to a field of `MetaItem`.Jeffrey Seyfried-71/+70
2016-11-20Refactor `CrateConfig`.Jeffrey Seyfried-141/+64
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-206/+187
2016-11-20Avoid clearing the string interner.Jeffrey Seyfried-7/+0
2016-11-20Refactor away `ast::Attribute_`.Jeffrey Seyfried-93/+85
2016-11-20Auto merge of #37855 - tbu-:pr_fix_debug_str, r=alexcrichtonbors-105/+276
2016-11-19Auto merge of #37842 - nikomatsakis:incremental-test, r=mwbors-0/+382
2016-11-19Merge branch 'master' into redoxJeremy Soller-4615/+11607
2016-11-19Auto merge of #37833 - sfackler:process-abort, r=alexcrichtonbors-0/+15
2016-11-19Provide hint when cast needs a dereferenceEsteban Küber-2/+47
2016-11-20Optimise CharIndices::last()Oliver Middleton-0/+14
2016-11-19str: Improve .chars().count()Ulrik Sverdrup-0/+17
2016-11-19Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddybbors-199/+264
2016-11-19Add missing examples in SocketAddrGuillaume Gomez-1/+78
2016-11-19Auto merge of #37826 - keeperofdakeys:proc-macro-test, r=alexcrichtonbors-0/+33
2016-11-19Optimise Chars::last()Oliver Middleton-0/+14
2016-11-19rustdoc: Remove unnecessary stability versionsOliver Middleton-2/+0
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-19reference: fix duplicate bullet points in feature listGeorg Brandl-8/+9
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-18remove FIXMEs; issue fixedNiko Matsakis-9/+5
2016-11-18[LLVM 4.0] Set EH personality when resuming stack unwindingDylan McKay-0/+3
2016-11-18Auto merge of #37749 - keeperofdakeys:should-panic, r=alexcrichtonbors-20/+151
2016-11-18[LLVM 4.0] Update AlwaysInliner pass header and constructorJake Goulding-0/+7
2016-11-18improve commentsNiko Matsakis-11/+31
2016-11-18add test for adding a fieldNiko Matsakis-0/+142
2016-11-18add test for changing pub inherent method signatureNiko Matsakis-0/+117
2016-11-18add test for changing pub inherent method bodyNiko Matsakis-0/+107
2016-11-18Fix `fmt::Debug` for strings, e.g. for Chinese charactersTobias Bucher-105/+276
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-18Don't clone in UnificationTable::probe().Nicholas Nethercote-1/+1
2016-11-17Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddybbors-630/+1765
2016-11-18Add regression test.Jeffrey Seyfried-0/+43
2016-11-17Add std::process::abortSteven Fackler-0/+15