| Age | Commit message (Expand) | Author | Lines |
| 2015-12-13 | Auto merge of #30324 - jseyfried:unfix_30159, r=nrc | bors | -4/+0 |
| 2015-12-12 | Support `#[deprecated]` in rustdoc | Vadim Petrochenkov | -0/+16 |
| 2015-12-12 | Address the review comments | Vadim Petrochenkov | -1/+16 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -0/+575 |
| 2015-12-12 | Auto merge of #30279 - Aatch:dst-ref-binding, r=pnkfelix | bors | -0/+24 |
| 2015-12-12 | Auto merge of #27929 - w00ns:issue-27889-same-field-names, r=pnkfelix | bors | -0/+31 |
| 2015-12-12 | Auto merge of #30242 - arielb1:region-unification, r=nikomatsakis | bors | -0/+33 |
| 2015-12-11 | Partially undo the fix of issue #30159 in PR #30294 to avoid breakage. | Jeffrey Seyfried | -4/+0 |
| 2015-12-12 | Include type name in symbol for methods | Seo Sanghyeon | -0/+28 |
| 2015-12-11 | Fix for issue #27889: same field names in enum variants | w00ns | -0/+31 |
| 2015-12-11 | Do not include generics in suggestion to qualify enum variants | Seo Sanghyeon | -0/+26 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -45/+53 |
| 2015-12-11 | Auto merge of #30294 - jseyfried:fix_shadowed_use_visibility, r=nrc | bors | -0/+46 |
| 2015-12-11 | Auto merge of #30307 - pnkfelix:fix-issue-26656, r=alexcrichton | bors | -0/+52 |
| 2015-12-11 | Add name of initializer to missing field message, closes #30299 | Florian Hahn | -1/+1 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -366/+31 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -366/+31 |
| 2015-12-10 | Long await regression test for dropck on trait object method. | Felix S. Klock II | -0/+52 |
| 2015-12-10 | Auto merge of #30267 - alexcrichton:tls-init-oh-my, r=nikomatsakis | bors | -0/+51 |
| 2015-12-10 | Fix a bug in which the visibility of a use declaration defining a name in one... | Jeffrey Seyfried | -0/+46 |
| 2015-12-09 | Auto merge of #29937 - alexcrichton:panic-recover, r=alexcrichton | bors | -25/+200 |
| 2015-12-09 | add test for tuple index op error span | Oliver Schneider | -0/+18 |
| 2015-12-09 | std: Rename thread::catch_panic to panic::recover | Alex Crichton | -25/+200 |
| 2015-12-10 | Fix `& ref ident` patterns for DSTs | James Miller | -0/+24 |
| 2015-12-09 | Auto merge of #30278 - steveklabnik:rollup, r=steveklabnik | bors | -0/+37 |
| 2015-12-09 | Rollup merge of #30261 - oli-obk:add_regression_test, r=pnkfelix | Steve Klabnik | -0/+37 |
| 2015-12-09 | Auto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelix | bors | -0/+87 |
| 2015-12-09 | Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichton | bors | -0/+46 |
| 2015-12-08 | std: Use mem::replace in TLS initialization | Alex Crichton | -0/+51 |
| 2015-12-08 | Auto merge of #30036 - mitaa:doc_id, r=alexcrichton | bors | -0/+83 |
| 2015-12-09 | Warn no_mangle on generic functions | Seo Sanghyeon | -3/+5 |
| 2015-12-08 | add tests for ensuring const indexing does not cause compile-time errors in r... | Oliver Schneider | -0/+37 |
| 2015-12-08 | regression test for issue #30063 | Felix S. Klock II | -0/+46 |
| 2015-12-08 | Fix unsized structs with destructors | James Miller | -1/+17 |
| 2015-12-07 | introduce a region unification table and use it in dropck | Ariel Ben-Yehuda | -0/+33 |
| 2015-12-07 | Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatch | bors | -1/+34 |
| 2015-12-08 | Align pointers to DST fields properly | James Miller | -0/+71 |
| 2015-12-07 | Add regression test for Clone for [[T; 256]; 4] where T: Copy and not Clone | Ulrik Sverdrup | -0/+18 |
| 2015-12-06 | Auto merge of #30241 - Manishearth:diag-30236, r=eddyb | bors | -0/+18 |
| 2015-12-06 | Correct span for unused type parameter error in type alias (fixes #30236) | Manish Goregaokar | -0/+18 |
| 2015-12-06 | add test for const eval errors in patterns | Oliver Schneider | -0/+39 |
| 2015-12-06 | add unit tests for #29927 | Oliver Schneider | -0/+40 |
| 2015-12-06 | allow const function calls in consts that are used in patterns | Oliver Schneider | -1/+6 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -114/+50 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -114/+50 |
| 2015-12-05 | Add tests | mitaa | -0/+83 |
| 2015-12-05 | fix const index feature-gate regression | Oliver Schneider | -1/+34 |
| 2015-12-05 | Auto merge of #30102 - jFransham:feature/better-lifetime-errors, r=Manishearth | bors | -1/+5 |
| 2015-12-05 | Add proper support for indirect output constraints in inline asm | Amanieu d'Antras | -2/+14 |
| 2015-12-05 | Auto merge of #30211 - pnkfelix:fix-getopts-for-issue-30204, r=alexcrichton | bors | -0/+29 |