| Age | Commit message (Expand) | Author | Lines |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -58/+54 |
| 2016-11-20 | Move `MetaItemKind`'s `Name` to a field of `MetaItem`. | Jeffrey Seyfried | -71/+70 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -141/+64 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -206/+187 |
| 2016-11-20 | Avoid clearing the string interner. | Jeffrey Seyfried | -7/+0 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -93/+85 |
| 2016-11-20 | Auto merge of #37855 - tbu-:pr_fix_debug_str, r=alexcrichton | bors | -105/+276 |
| 2016-11-19 | Auto merge of #37842 - nikomatsakis:incremental-test, r=mw | bors | -0/+382 |
| 2016-11-19 | Merge branch 'master' into redox | Jeremy Soller | -4615/+11607 |
| 2016-11-19 | Auto merge of #37833 - sfackler:process-abort, r=alexcrichton | bors | -0/+15 |
| 2016-11-19 | Provide hint when cast needs a dereference | Esteban Küber | -2/+47 |
| 2016-11-20 | Optimise CharIndices::last() | Oliver Middleton | -0/+14 |
| 2016-11-19 | str: Improve .chars().count() | Ulrik Sverdrup | -0/+17 |
| 2016-11-19 | Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddyb | bors | -199/+264 |
| 2016-11-19 | Add missing examples in SocketAddr | Guillaume Gomez | -1/+78 |
| 2016-11-19 | Auto merge of #37826 - keeperofdakeys:proc-macro-test, r=alexcrichton | bors | -0/+33 |
| 2016-11-19 | Optimise Chars::last() | Oliver Middleton | -0/+14 |
| 2016-11-19 | rustdoc: Remove unnecessary stability versions | Oliver Middleton | -2/+0 |
| 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 | reference: fix duplicate bullet points in feature list | Georg Brandl | -8/+9 |
| 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 | remove FIXMEs; issue fixed | Niko Matsakis | -9/+5 |
| 2016-11-18 | [LLVM 4.0] Set EH personality when resuming stack unwinding | Dylan McKay | -0/+3 |
| 2016-11-18 | Auto merge of #37749 - keeperofdakeys:should-panic, r=alexcrichton | bors | -20/+151 |
| 2016-11-18 | [LLVM 4.0] Update AlwaysInliner pass header and constructor | Jake Goulding | -0/+7 |
| 2016-11-18 | improve comments | Niko Matsakis | -11/+31 |
| 2016-11-18 | add test for adding a field | Niko Matsakis | -0/+142 |
| 2016-11-18 | add test for changing pub inherent method signature | Niko Matsakis | -0/+117 |
| 2016-11-18 | add test for changing pub inherent method body | Niko Matsakis | -0/+107 |
| 2016-11-18 | Fix `fmt::Debug` for strings, e.g. for Chinese characters | Tobias Bucher | -105/+276 |
| 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-18 | Don't clone in UnificationTable::probe(). | Nicholas Nethercote | -1/+1 |
| 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-17 | Add std::process::abort | Steven Fackler | -0/+15 |