| Age | Commit message (Expand) | Author | Lines |
| 2017-02-05 | Auto merge of #38103 - zackmdavis:lint_errors_resulting_from_lint_groups_or_w... | bors | -79/+263 |
| 2017-02-04 | Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton | bors | -5/+148 |
| 2017-02-04 | note wording: lint implied by lint group, not lint group implies lint | Zack M. Davis | -16/+16 |
| 2017-02-04 | make lint-group-style test a UI rather than a compile-fail test | Zack M. Davis | -51/+103 |
| 2017-02-04 | note lint group set on command line triggering individual lint | Zack M. Davis | -11/+110 |
| 2017-02-04 | note individual lint name set via lint group attribute in notes | Zack M. Davis | -39/+72 |
| 2017-02-04 | Auto merge of #39424 - nikomatsakis:incr-comp-skip-typeck-3, r=mw | bors | -479/+1209 |
| 2017-02-04 | Auto merge of #39533 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -6/+13 |
| 2017-02-04 | Rollup merge of #39506 - GuillaumeGomez:hashmap_docs, r=frewsxcv | Guillaume Gomez | -5/+12 |
| 2017-02-04 | Rollup merge of #39486 - phungleson:tiny-doc-wording-change, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2017-02-04 | Auto merge of #39434 - nikomatsakis:incr-comp-skip-typeck-2, r=eddyb | bors | -131/+290 |
| 2017-02-04 | pacify the mercilous tidy, improve cycle unit test | Niko Matsakis | -8/+76 |
| 2017-02-04 | Auto merge of #39440 - F001:SpecializeCow, r=bluss | bors | -0/+16 |
| 2017-02-04 | Auto merge of #39425 - jakllsch:netbsd-a, r=alexcrichton | bors | -1/+1 |
| 2017-02-04 | Auto merge of #39399 - clarcharr:iter_rfind, r=alexcrichton | bors | -0/+58 |
| 2017-02-03 | Don't link "nobundle" libs which had already been included in upstream crate. | Vadim Chugunov | -21/+67 |
| 2017-02-03 | go back to the older model of coherence collect | Niko Matsakis | -19/+43 |
| 2017-02-04 | Auto merge of #36320 - GuillaumeGomez:rustdoc_test_info, r=alexcrichton | bors | -56/+205 |
| 2017-02-03 | Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichton | bors | -480/+100 |
| 2017-02-03 | Add missing urls in HashMap | Guillaume Gomez | -5/+12 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -480/+100 |
| 2017-02-03 | add a comment about optimality that somehow got removed | Niko Matsakis | -58/+76 |
| 2017-02-03 | Merge remote-tracking branch 'upstream/master' into format-with-capacity | MichaĆ Krasnoborski | -4875/+7155 |
| 2017-02-04 | tiny doc wording change | Son | -1/+1 |
| 2017-02-03 | Update to last cargo version | Guillaume Gomez | -1/+1 |
| 2017-02-03 | Auto merge of #39418 - redox-os:redox_fs_ext, r=brson | bors | -0/+10 |
| 2017-02-03 | s/in_index/input_index/ | Niko Matsakis | -7/+7 |
| 2017-02-03 | make dirty process O(dirty) | Niko Matsakis | -50/+66 |
| 2017-02-03 | Update cargo version to last master | Guillaume Gomez | -1/+1 |
| 2017-02-03 | Update run-make/issue-22131 to new rustdoc --test format | Guillaume Gomez | -1/+1 |
| 2017-02-03 | Set correct hoedown submodule branch | Guillaume Gomez | -0/+0 |
| 2017-02-03 | Create new flag to test rustdoc --test | Guillaume Gomez | -51/+53 |
| 2017-02-03 | Move test from bootstrap to compiletest | Guillaume Gomez | -100/+113 |
| 2017-02-03 | Put rustdoc --test ui check at the end of docs check | Guillaume Gomez | -7/+1 |
| 2017-02-03 | Add new rustdoc ui tests | Guillaume Gomez | -0/+90 |
| 2017-02-03 | Switch logic to Span instead of HashMap | Guillaume Gomez | -63/+54 |
| 2017-02-03 | Move to my own hoedown repository | Guillaume Gomez | -24/+31 |
| 2017-02-03 | Change thread name | Guillaume Gomez | -21/+12 |
| 2017-02-03 | Rework rustdoc test output a bit | Guillaume Gomez | -9/+4 |
| 2017-02-03 | Truncate output example to 10 lines | Guillaume Gomez | -1/+6 |
| 2017-02-03 | Add line number and filename in error message | Guillaume Gomez | -6/+55 |
| 2017-02-03 | Add information in case of markdown block code test failure | ggomez | -15/+27 |
| 2017-02-03 | Auto merge of #39329 - petrochenkov:rb2, r=alexcrichton | bors | -117/+147 |
| 2017-02-03 | Move rfind to DoubleEndedIterator, add tracking issue. | Clar Charr | -58/+58 |
| 2017-02-03 | Auto merge of #39287 - wesleywiser:move_cell, r=aturon | bors | -46/+147 |
| 2017-02-02 | prevent multiple writes to a single entry in a `DepTrackingMap` | Niko Matsakis | -8/+10 |
| 2017-02-02 | rejigger how we handle used trait imports | Niko Matsakis | -11/+48 |
| 2017-02-02 | remove some of the ways to mutate a `DepTrackingMap` | Niko Matsakis | -45/+29 |
| 2017-02-02 | store typeck lints in the `TypeckTables` | Niko Matsakis | -32/+87 |
| 2017-02-02 | introduce `LintTable` | Niko Matsakis | -25/+75 |