about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2019-05-02Make in_feature_group a simple bool flagAlexey Shmalko-7/+6
2019-05-02Rework Version::parse to avoid extra allocationsAlexey Shmalko-10/+20
2019-05-02Make tidy::version::Version a [u32; 3]Alexey Shmalko-12/+28
2019-05-02Address review commentsAlexey Shmalko-28/+29
2019-05-02Ensure language features in group are sorted by sinceAlexey Shmalko-0/+17
2019-05-02Assign group and parse since for FeatureAlexey Shmalko-11/+117
2019-05-02Make find_attr_val a little bit more preciseAlexey Shmalko-4/+17
2019-05-02Update CargoIgor Matuszewski-0/+0
2019-05-02update miriRalf Jung-14/+14
2019-05-01Update clippyManish Goregaokar-8/+8
2019-05-01Update RLSIgor Matuszewski-0/+0
2019-04-30Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichtonbors-1/+14
2019-04-30Rollup merge of #60399 - Manishearth:clippyup, r=ManishearthMazdak Farrokhzad-12/+8
2019-04-30Rollup merge of #60362 - Centril:cleanup-declare-features-active, r=oli-obkMazdak Farrokhzad-10/+16
2019-04-29Update clippyManish Goregaokar-12/+8
2019-04-30Auto merge of #60389 - Centril:rollup-nefreyr, r=Centrilbors-5/+5
2019-04-30Rollup merge of #60238 - topecongiro:rustfmt-1.2.2, r=alexcrichtonMazdak Farrokhzad-5/+5
2019-04-30Cleanup 'active' declare_features! with uniform style + sorting.Mazdak Farrokhzad-10/+16
2019-04-29Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichtonbors-10/+17
2019-04-30In JSON output, emit a directive after metadata is generated.Nicholas Nethercote-10/+17
2019-04-29Auto merge of #60377 - Centril:rollup-42fxe9u, r=Centrilbors-2/+2
2019-04-29Rollup merge of #60334 - sfackler:stable-iovec, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-04-29Auto merge of #60355 - Manishearth:clippyup, r=centrilbors-9/+10
2019-04-29Update clippyManish Goregaokar-9/+10
2019-04-29compiletest: Make LLVM's bin directory available to run-make-fulldeps tests.Michael Woerister-1/+10
2019-04-27tidy: Fix false positives from long URLsVadim Petrochenkov-6/+11
2019-04-27Stabilized vectored IOSteven Fackler-2/+2
2019-04-27Update rustfmt to 1.2.2topecongiro-5/+5
2019-04-26compiletest: Make the LLVM FileCheck tool available to run-make tests.Michael Woerister-0/+4
2019-04-25Fix false position on style.rs itselfvarkor-8/+11
2019-04-25Advise the user on how to suppress the file length tidy errorvarkor-1/+7
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+2
2019-04-25Add a tidy test for line countvarkor-3/+15
2019-04-25submodules: update clippy from 9897442f to 8c0e038fMatthias Krüger-15/+10
2019-04-25Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichtonMazdak Farrokhzad-0/+21
2019-04-24Auto merge of #60180 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-04-24Auto merge of #60213 - Manishearth:clippyup, r=oli-obkbors-9/+15
2019-04-23Update cargo, booksEric Huss-0/+0
2019-04-24Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichtonbors-0/+23
2019-04-24Remove stabilized alloc feature from rustc-std-workspace-allocAmanieu d'Antras-1/+1
2019-04-24Make libstd depend on the hashbrown crateAmanieu d'Antras-0/+23
2019-04-23Update clippyManish Goregaokar-9/+15
2019-04-23Check for other unused tidy check directivesvarkor-28/+70
2019-04-23Tidy warn on ignored line length when lines are not too longvarkor-3/+9
2019-04-23Look specifically for comments containing tidy ignore directivesvarkor-5/+10
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-1/+1
2019-04-22Add a tidy check for leading trailing newlinesvarkor-0/+7
2019-04-22Disallow double trailing newlines in tidyvarkor-1/+1
2019-04-22Auto merge of #59114 - matthewjasper:enable-migate-2015, r=pnkfelixbors-2/+3
2019-04-22update tests for migrate mode by defaultMatthew Jasper-2/+3