| Age | Commit message (Expand) | Author | Lines |
| 2016-11-03 | Add error note to illegal code snippet | Angelo Polo | -1/+1 |
| 2016-11-03 | use DefId's in const eval for cross-crate const fn's | Tim Neumann | -7/+41 |
| 2016-11-03 | set frame pointer elimination attribute for main | Dominik Inführ | -0/+3 |
| 2016-11-02 | Auto merge of #37541 - nikomatsakis:issue-37291, r=brson | bors | -21/+97 |
| 2016-11-02 | Added Graph::is_cyclicic_node algorithm | Havvy | -15/+82 |
| 2016-11-03 | A way to remove otherwise unused locals from MIR | Simonas Kazlauskas | -35/+137 |
| 2016-11-03 | Bump the bootstrap cargo to match the one paired with 1.13 | Brian Anderson | -1/+1 |
| 2016-11-02 | rustbuild: Rewrite user-facing interface | Alex Crichton | -983/+1115 |
| 2016-11-02 | Auto merge of #36993 - nnethercote:obligation, r=nikomatsakis | bors | -34/+37 |
| 2016-11-03 | Add feature gate for Self and associated types in struct expressions and patt... | Vadim Petrochenkov | -0/+52 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -73/+20 |
| 2016-11-02 | just use full-normalization when for the impl trait ref | Niko Matsakis | -15/+10 |
| 2016-11-02 | normalize trait-ref in context of impl | Niko Matsakis | -8/+8 |
| 2016-11-02 | add #32791 test case | Niko Matsakis | -0/+81 |
| 2016-11-03 | leb128-encode integers before hashing them in IchHasher. | Nicholas Nethercote | -1/+37 |
| 2016-11-02 | Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=bluss | Jonathan Turner | -2/+2 |
| 2016-11-02 | Rollup merge of #37517 - Mark-Simulacrum:add-unwrap-default-tracking-issue, r... | Jonathan Turner | -1/+1 |
| 2016-11-02 | Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakis | Jonathan Turner | -35/+527 |
| 2016-11-02 | Rollup merge of #37502 - CryZe:patch-4, r=sfackler | Jonathan Turner | -1/+1 |
| 2016-11-02 | Rollup merge of #37498 - sanxiyn:unused-type-alias, r=eddyb | Jonathan Turner | -23/+2 |
| 2016-11-02 | Rollup merge of #37488 - frewsxcv:quiet-travis, r=alexcrichton | Jonathan Turner | -1/+18 |
| 2016-11-02 | Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichton | Jonathan Turner | -18/+20 |
| 2016-11-02 | Rollup merge of #37405 - mikhail-m1:dnlle, r=jonathandturner | Jonathan Turner | -6/+309 |
| 2016-11-02 | Rollup merge of #37351 - Amanieu:consume, r=alexcrichton | Jonathan Turner | -0/+18 |
| 2016-11-02 | Add missing urls for ErrorKind's variants | Guillaume Gomez | -2/+7 |
| 2016-11-02 | Auto merge of #36948 - brson:sys, r=brson | bors | -300/+354 |
| 2016-11-02 | Add a new non-heap allocated variant to io::Error's representation. | Mark-Simulacrum | -21/+48 |
| 2016-11-02 | Add Error implementation for std::sync::mpsc::RecvTimeoutError. | Mark-Simulacrum | -0/+32 |
| 2016-11-02 | add max value from iterator | Matthew Piziak | -0/+4 |
| 2016-11-02 | ICH: Add test case for when overflow checks are disabled. | Michael Woerister | -0/+251 |
| 2016-11-02 | Auto merge of #37054 - rednum:master, r=alexcrichton | bors | -0/+101 |
| 2016-11-02 | Change Make comment into doc comment on Graph::iterate_until_fixed_point | Havvy | -8/+5 |
| 2016-11-02 | Added general iterators for graph nodes and edges | Havvy | -4/+44 |
| 2016-11-02 | Add regression test. | Jeffrey Seyfried | -0/+37 |
| 2016-11-02 | Fix shadowing checking. | Jeffrey Seyfried | -8/+21 |
| 2016-11-01 | Auto merge of #36131 - Florob:entry_typeck, r=eddyb | bors | -8/+8 |
| 2016-11-01 | Normalize generic bounds in graph iterators | Havvy | -3/+6 |
| 2016-11-02 | Don't hash span filenames twice in IchHasher. | Nicholas Nethercote | -11/+31 |
| 2016-11-01 | Auto merge of #37514 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -249/+251 |
| 2016-11-02 | Optimize ObligationForest's NodeState handling. | Nicholas Nethercote | -34/+37 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -582/+422 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -230/+219 |
| 2016-11-01 | Elide lifetimes in DerefMut documentation | Dmitry Gritsay | -2/+2 |
| 2016-11-01 | Auto merge of #37491 - Mark-Simulacrum:closure-ice, r=eddyb | bors | -3/+14 |
| 2016-11-01 | remove erroneous E0045 annotation | Niko Matsakis | -1/+1 |
| 2016-11-01 | add -Z continue-parse-after-error to parse-fail tests | Niko Matsakis | -13/+15 |
| 2016-11-01 | pacify the mercilous tidy | Niko Matsakis | -12/+38 |
| 2016-11-01 | move compile-fail tests to ui tests | Niko Matsakis | -11/+125 |
| 2016-11-01 | apply review feedback nits | Niko Matsakis | -342/+412 |
| 2016-11-01 | update `extra_requirement_in_impl` to #37166 | Niko Matsakis | -1/+1 |