| Age | Commit message (Expand) | Author | Lines |
| 2016-07-19 | Auto merge of #34898 - sanxiyn:rollup, r=sanxiyn | bors | -0/+2 |
| 2016-07-18 | Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brson | bors | -3/+4 |
| 2016-07-18 | Rollup merge of #34889 - infinity0:master, r=sanxiyn | Seo Sanghyeon | -0/+2 |
| 2016-07-18 | Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddyb | bors | -0/+17 |
| 2016-07-17 | test: disable more stdcall tests for ARM arches. temp workaround for #24958 | Ximin Luo | -0/+2 |
| 2016-07-17 | Add regression test | Jeffrey Seyfried | -0/+17 |
| 2016-07-17 | Auto merge of #34871 - petrochenkov:inherent, r=jseyfried | bors | -1/+1 |
| 2016-07-17 | Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichton | bors | -15/+431 |
| 2016-07-17 | Do not resolve inherent static methods from other crates prematurely | Vadim Petrochenkov | -1/+1 |
| 2016-07-16 | Auto merge of #34846 - jonas-schievink:issue34839, r=eddyb | bors | -0/+31 |
| 2016-07-16 | Auto merge of #34816 - jseyfried:fix_include_path, r=nrc | bors | -1/+7 |
| 2016-07-16 | Erase regions before computing type layout | Jonas Schievink | -0/+31 |
| 2016-07-15 | Auto merge of #34676 - aravind-pg:inner-attr, r=brson | bors | -0/+36 |
| 2016-07-15 | syntax: Better error message for inner attr following doc comment | Aravind Gollakota | -0/+36 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -0/+7 |
| 2016-07-15 | Add labels hygiene test | Jeffrey Seyfried | -0/+7 |
| 2016-07-14 | Fix compile-fail test for `ExactSizeIterator::is_empty` | Tobias Bucher | -3/+4 |
| 2016-07-14 | Auto merge of #34797 - doomrobo:fix-import-trait-method, r=jseyfried | bors | -0/+17 |
| 2016-07-14 | test: Remove NOTE assertions from trace_macros-gate | Alex Crichton | -2/+1 |
| 2016-07-14 | Add unicode test to ui tests | Jonathan Turner | -0/+22 |
| 2016-07-14 | Add fix for tabs. Move error unit tests->ui tests | Jonathan Turner | -0/+391 |
| 2016-07-14 | Fix up some tidy-unfriendly spacing | Jonathan Turner | -4/+4 |
| 2016-07-14 | Fix a couple UI test failures | Jonathan Turner | -15/+18 |
| 2016-07-14 | Add regression test | Jeffrey Seyfried | -1/+7 |
| 2016-07-13 | Auto merge of #34805 - michaelwoerister:stable-bounds-encoding, r=eddyb | bors | -0/+66 |
| 2016-07-13 | Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichton | bors | -2/+2 |
| 2016-07-13 | Auto merge of #33642 - xen0n:ergonomic-format-macro, r=alexcrichton | bors | -3/+33 |
| 2016-07-14 | format: add tests for ergonomic format_args! | Wang Xuerui | -0/+33 |
| 2016-07-14 | syntax_ext: format: allow multiple formats for one argument | Wang Xuerui | -3/+0 |
| 2016-07-13 | Auto merge of #34772 - jseyfried:cleanup_interner, r=eddyb | bors | -6/+3 |
| 2016-07-13 | Auto merge of #34752 - ollie27:rustdoc_search, r=GuillaumeGomez | bors | -0/+42 |
| 2016-07-13 | Auto merge of #34660 - jseyfried:fix_parse_stmt, r=nrc | bors | -1/+23 |
| 2016-07-13 | evaluate the array length of fixed size array types in rustdoc | Oliver Schneider | -2/+2 |
| 2016-07-13 | Fixed issue where importing a trait method directly and then calling the meth... | Michael Rosenberg | -0/+17 |
| 2016-07-12 | Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichton | bors | -0/+2 |
| 2016-07-13 | Start a best-effort warning cycle. | Jeffrey Seyfried | -0/+22 |
| 2016-07-13 | Allow macro-expanded macros in trailing expression positions to expand into s... | Jeffrey Seyfried | -1/+1 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -5/+0 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -0/+42 |
| 2016-07-12 | tyencode: Make sure that projection bounds are handled in stable order. | Michael Woerister | -0/+66 |
| 2016-07-12 | Fix fallout. | Jeffrey Seyfried | -2/+2 |
| 2016-07-11 | Avoid passing around the thread-local interner in `librustc_metadata`. | Jeffrey Seyfried | -6/+3 |
| 2016-07-10 | Mutex and RwLock need RefUnwindSafe too. | Aaron Gallagher | -0/+2 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -0/+18 |
| 2016-07-09 | Auto merge of #34365 - petrochenkov:deferr, r=eddyb | bors | -27/+136 |
| 2016-07-09 | trans: Make sure that closures only get translated once. | Michael Woerister | -0/+26 |
| 2016-07-08 | trans: Adjust linkage assignment so that we don't need weak linkage. | Michael Woerister | -20/+22 |
| 2016-07-08 | Fix codegen tests by make sure items are translated in AST order. | Michael Woerister | -7/+7 |
| 2016-07-08 | Improve linkage assignment in trans::partitioning. | Michael Woerister | -45/+45 |
| 2016-07-08 | Ignore closure-related translation item collection tests. | Michael Woerister | -0/+10 |