about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-02-05Auto merge of #38103 - zackmdavis:lint_errors_resulting_from_lint_groups_or_w...bors-79/+263
2017-02-04Auto merge of #38426 - vadimcn:nobundle, r=alexcrichtonbors-5/+148
2017-02-04note wording: lint implied by lint group, not lint group implies lintZack M. Davis-16/+16
2017-02-04make lint-group-style test a UI rather than a compile-fail testZack M. Davis-51/+103
2017-02-04note lint group set on command line triggering individual lintZack M. Davis-11/+110
2017-02-04note individual lint name set via lint group attribute in notesZack M. Davis-39/+72
2017-02-04Auto merge of #39424 - nikomatsakis:incr-comp-skip-typeck-3, r=mwbors-479/+1209
2017-02-04Auto merge of #39533 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-6/+13
2017-02-04Rollup merge of #39506 - GuillaumeGomez:hashmap_docs, r=frewsxcvGuillaume Gomez-5/+12
2017-02-04Rollup merge of #39486 - phungleson:tiny-doc-wording-change, r=alexcrichtonGuillaume Gomez-1/+1
2017-02-04Auto merge of #39434 - nikomatsakis:incr-comp-skip-typeck-2, r=eddybbors-131/+290
2017-02-04pacify the mercilous tidy, improve cycle unit testNiko Matsakis-8/+76
2017-02-04Auto merge of #39440 - F001:SpecializeCow, r=blussbors-0/+16
2017-02-04Auto merge of #39425 - jakllsch:netbsd-a, r=alexcrichtonbors-1/+1
2017-02-04Auto merge of #39399 - clarcharr:iter_rfind, r=alexcrichtonbors-0/+58
2017-02-03Don't link "nobundle" libs which had already been included in upstream crate.Vadim Chugunov-21/+67
2017-02-03go back to the older model of coherence collectNiko Matsakis-19/+43
2017-02-04Auto merge of #36320 - GuillaumeGomez:rustdoc_test_info, r=alexcrichtonbors-56/+205
2017-02-03Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichtonbors-480/+100
2017-02-03Add missing urls in HashMapGuillaume Gomez-5/+12
2017-02-03Bump version, upgrade bootstrapAlex Crichton-480/+100
2017-02-03add a comment about optimality that somehow got removedNiko Matsakis-58/+76
2017-02-03Merge remote-tracking branch 'upstream/master' into format-with-capacityMichaƂ Krasnoborski-4875/+7155
2017-02-04tiny doc wording changeSon-1/+1
2017-02-03Update to last cargo versionGuillaume Gomez-1/+1
2017-02-03Auto merge of #39418 - redox-os:redox_fs_ext, r=brsonbors-0/+10
2017-02-03s/in_index/input_index/Niko Matsakis-7/+7
2017-02-03make dirty process O(dirty)Niko Matsakis-50/+66
2017-02-03Update cargo version to last masterGuillaume Gomez-1/+1
2017-02-03Update run-make/issue-22131 to new rustdoc --test formatGuillaume Gomez-1/+1
2017-02-03Set correct hoedown submodule branchGuillaume Gomez-0/+0
2017-02-03Create new flag to test rustdoc --testGuillaume Gomez-51/+53
2017-02-03Move test from bootstrap to compiletestGuillaume Gomez-100/+113
2017-02-03Put rustdoc --test ui check at the end of docs checkGuillaume Gomez-7/+1
2017-02-03Add new rustdoc ui testsGuillaume Gomez-0/+90
2017-02-03Switch logic to Span instead of HashMapGuillaume Gomez-63/+54
2017-02-03Move to my own hoedown repositoryGuillaume Gomez-24/+31
2017-02-03Change thread nameGuillaume Gomez-21/+12
2017-02-03Rework rustdoc test output a bitGuillaume Gomez-9/+4
2017-02-03Truncate output example to 10 linesGuillaume Gomez-1/+6
2017-02-03Add line number and filename in error messageGuillaume Gomez-6/+55
2017-02-03Add information in case of markdown block code test failureggomez-15/+27
2017-02-03Auto merge of #39329 - petrochenkov:rb2, r=alexcrichtonbors-117/+147
2017-02-03Move rfind to DoubleEndedIterator, add tracking issue.Clar Charr-58/+58
2017-02-03Auto merge of #39287 - wesleywiser:move_cell, r=aturonbors-46/+147
2017-02-02prevent multiple writes to a single entry in a `DepTrackingMap`Niko Matsakis-8/+10
2017-02-02rejigger how we handle used trait importsNiko Matsakis-11/+48
2017-02-02remove some of the ways to mutate a `DepTrackingMap`Niko Matsakis-45/+29
2017-02-02store typeck lints in the `TypeckTables`Niko Matsakis-32/+87
2017-02-02introduce `LintTable`Niko Matsakis-25/+75