| Age | Commit message (Expand) | Author | Lines |
| 2016-04-17 | Refactor the per-module node map `module_children` into a per-resolver map. | Jeffrey Seyfried | -22/+22 |
| 2016-04-17 | Make import resolution and error resolution reporting deterministic. | Jeffrey Seyfried | -26/+22 |
| 2016-04-17 | Refactor `is_prelude` to only apply to glob imports | Jeffrey Seyfried | -30/+16 |
| 2016-04-17 | Auto merge of #33016 - tbu-:pr_doc_peekable, r=alexcrichton | bors | -2/+7 |
| 2016-04-17 | Auto merge of #33049 - Manishearth:rollup, r=Manishearth | bors | -224/+541 |
| 2016-04-17 | Rollup merge of #33046 - jseyfried:fix_unresolved_pattern_diagnostics, r=eddyb | Manish Goregaokar | -1/+5 |
| 2016-04-17 | Rollup merge of #33045 - jseyfried:no_def_modifiers, r=eddyb | Manish Goregaokar | -75/+56 |
| 2016-04-17 | Rollup merge of #33044 - petrochenkov:prefix, r=eddyb | Manish Goregaokar | -134/+224 |
| 2016-04-17 | Rollup merge of #33039 - bluss:trait-obj-error, r=arielb1 | Manish Goregaokar | -2/+2 |
| 2016-04-17 | Rollup merge of #33032 - kindlychung:patch-3, r=Manishearth | Manish Goregaokar | -4/+9 |
| 2016-04-17 | Rollup merge of #33023 - tbu-:pr_wrapping_traits, r=alexcrichton | Manish Goregaokar | -1/+15 |
| 2016-04-17 | Rollup merge of #33022 - Mr4x:master, r=bluss | Manish Goregaokar | -2/+2 |
| 2016-04-17 | Rollup merge of #32956 - GuillaumeGomez:ptr_examples, r=steveklabnik | Manish Goregaokar | -0/+52 |
| 2016-04-17 | Rollup merge of #31441 - gereeter:btree-docs, r=bluss | Manish Goregaokar | -5/+176 |
| 2016-04-17 | Auto merge of #33012 - pravic:describe-L-rustc-option, r=alexcrichton | bors | -2/+3 |
| 2016-04-17 | Auto merge of #32987 - xosmig:binary_heap_extension, r=apasel422 | bors | -5/+121 |
| 2016-04-16 | Auto merge of #32977 - alexcrichton:ignore-panics, r=brson | bors | -5/+9 |
| 2016-04-16 | Auto merge of #32952 - eddyb:mir-debuginfo-2, r=michaelwoerister | bors | -80/+206 |
| 2016-04-17 | resolve: Refactor away `DefModifiers` | Jeffrey Seyfried | -75/+56 |
| 2016-04-17 | Fix diagnostics for unresolved patterns | Jeffrey Seyfried | -1/+5 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -36/+13 |
| 2016-04-17 | syntax: Parse import prefixes as paths | Vadim Petrochenkov | -134/+224 |
| 2016-04-16 | Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakis | bors | -196/+478 |
| 2016-04-16 | Add tests for `pub(restricted)` | Jeffrey Seyfried | -0/+205 |
| 2016-04-16 | Always report PRIVATE_IN_PUBLIC violations as hard errors when | Jeffrey Seyfried | -2/+4 |
| 2016-04-16 | Adjust example for error E0225 | Ulrik Sverdrup | -2/+2 |
| 2016-04-16 | mir: place match pattern bindings in their respective arms. | Eduard Burtescu | -18/+24 |
| 2016-04-16 | debuginfo: argument and upvar names for MIR. | Eduard Burtescu | -58/+176 |
| 2016-04-16 | Auto merge of #33019 - kamalmarhubi:binary_search_by_key, r=alexcrichton | bors | -2/+2 |
| 2016-04-16 | Update casting-between-types.md | Kaiyin Zhong | -4/+9 |
| 2016-04-16 | test: don't depend on locals being in scope on the return path. | Eduard Burtescu | -4/+6 |
| 2016-04-16 | Implement `Display` and `Hash` for `std::num::Wrapping` | Tobias Bucher | -1/+15 |
| 2016-04-16 | Fix f32::sin_cos and f64::sin_cos examples | Maxim Samburskiy | -2/+2 |
| 2016-04-15 | Auto merge of #32785 - tbu-:pr_more_defaults, r=alexcrichton | bors | -2/+30 |
| 2016-04-15 | Auto merge of #32779 - michaelwoerister:partitioning, r=nikomatsakis | bors | -69/+1326 |
| 2016-04-15 | slice: Add tracking issue for slice_binary_search_by_key | Kamal Marhubi | -2/+2 |
| 2016-04-16 | Add a note about side effects for "peekable" iterators | Tobias Bucher | -2/+7 |
| 2016-04-15 | Auto merge of #33005 - Manishearth:rollup, r=Manishearth | bors | -79/+248 |
| 2016-04-16 | collections: add append and extend specialization for binary heap | Andrey Tonkih | -5/+121 |
| 2016-04-15 | Describe possible keys of the -L rustc option. | pravic | -2/+3 |
| 2016-04-16 | Rollup merge of #32997 - alexcrichton:fix-alloc-system-how-did-this-land, r=n... | Manish Goregaokar | -2/+4 |
| 2016-04-16 | Rollup merge of #32973 - kindlychung:patch-1, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-04-16 | Rollup merge of #32970 - taralx:patch-2, r=alexcrichton | Manish Goregaokar | -7/+13 |
| 2016-04-16 | Rollup merge of #32964 - tshepang:comma, r=GuillaumeGomez | Manish Goregaokar | -1/+1 |
| 2016-04-16 | Rollup merge of #32946 - eddyb:issue-32783, r=dotdash | Manish Goregaokar | -32/+40 |
| 2016-04-16 | Rollup merge of #32945 - durka:rfc1494, r=pnkfelix | Manish Goregaokar | -4/+7 |
| 2016-04-16 | Rollup merge of #32935 - pierzchalski:restore_trait_impl_docs, r=alexcrichton | Manish Goregaokar | -8/+85 |
| 2016-04-16 | Rollup merge of #32931 - deepak:gh-issue-32928-update-cargo-in-getting-starte... | Manish Goregaokar | -0/+4 |
| 2016-04-16 | Rollup merge of #32929 - LeoTestard:featureck-comment, r=GuillaumeGomez | Manish Goregaokar | -2/+2 |
| 2016-04-16 | Rollup merge of #32926 - caipre:rustbuild-verify-download, r=alexcrichton | Manish Goregaokar | -13/+40 |