index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
tidy
Age
Commit message (
Expand
)
Author
Lines
2019-03-28
Auto merge of #59336 - gnzlbg:hint_black_box, r=alexcrichton
bors
-0
/
+4
2019-03-26
Add exception for libcore/hint.rs to pal lint of tidy script
gnzlbg
-0
/
+4
2019-03-26
Rollup merge of #59315 - Zoxc:move-query, r=oli-obk
Mazdak Farrokhzad
-0
/
+1
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-0
/
+1
2019-03-20
Allow itertools
John Kåre Alsaker
-0
/
+1
2019-03-05
Create a derive macro for HashStable
John Kåre Alsaker
-0
/
+1
2019-03-02
Rollup merge of #58842 - mati865:53005, r=alexcrichton
kennytm
-1
/
+1
2019-03-01
Forbid duplicating Cargo as a dependency
Mateusz Mikuła
-1
/
+1
2019-03-01
tidy: deny(rust_2018_idioms)
Mazdak Farrokhzad
-8
/
+9
2019-02-27
Fix tidy check for language and library features
Dan Robertson
-10
/
+12
2019-02-18
Add constant_time_eq to license exception list of tidy tool
flip1995
-0
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-3
/
+3
2019-02-11
Allow platform specific tests
Oliver Scherer
-0
/
+1
2019-02-10
tools: doc comments
Alexander Regueiro
-3
/
+3
2019-02-04
Transition tidy and unstable-book-gento 2018 edition
Hirokazu Hata
-1
/
+2
2019-01-30
Add exception for new dependency in license checker
James Munns
-0
/
+1
2019-01-29
Update stdsimd
gnzlbg
-0
/
+2
2019-01-26
Bump bootstrap compiler to 1.33 beta
Mark Rousskov
-1
/
+1
2019-01-25
Rebase to the llvm-project monorepo
Josh Stone
-0
/
+1
2019-01-13
Added check for copyright notices.
Alexander Regueiro
-2
/
+10
2019-01-13
Cosmetic improvements
Alexander Regueiro
-114
/
+122
2019-01-13
Update the const fn tracking issue to the new metabug
varkor
-6
/
+5
2018-12-28
Update cargo, rls, miri
Eric Huss
-0
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-130
/
+0
2018-12-19
FIXME(44217) remove fixme because the allocator logic was removed, but platfo...
Niv Kaminer
-1
/
+1
2018-12-14
std: Use `rustc_demangle` from crates.io
Alex Crichton
-0
/
+1
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-8
/
+2
2018-12-10
Update Cargo submodule and its dependencies
Alex Crichton
-1
/
+17
2018-12-09
Remove compile-fail-fulldeps test suite
Vadim Petrochenkov
-6
/
+3
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-22
/
+10
2018-12-07
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
Jethro Beekman
-0
/
+1
2018-12-03
Update cargo
Eric Huss
-0
/
+1
2018-11-26
libcore: Add va_list lang item and intrinsics
Dan Robertson
-0
/
+7
2018-11-22
Move Cargo.{toml,lock} to the repository root directory.
Eduard-Mihai Burtescu
-7
/
+7
2018-11-17
Update Cargo submodule
Alex Crichton
-0
/
+2
2018-11-11
std: Delete the `alloc_system` crate
Alex Crichton
-2
/
+0
2018-11-02
Use `jemalloc-sys` on Linux and OSX compilers
Alex Crichton
-1
/
+1
2018-11-02
Remove all jemalloc-related content
Alex Crichton
-4
/
+0
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-19
ignore target folders
Douglas Campos
-0
/
+1
2018-09-21
Update Cargo
Alex Crichton
-0
/
+1
2018-09-07
Rollup merge of #53895 - joshtriplett:tidy-tidy, r=nikomatsakis
kennytm
-57
/
+44
2018-09-04
Breaking change upgrades
Mark Rousskov
-1
/
+3
2018-09-03
Add memmap crate to tidy whitelist.
Michael Woerister
-0
/
+1
2018-09-01
tidy: features.rs: Remove a redundant .contains
Josh Triplett
-4
/
+0
2018-09-01
tidy: features.rs: Use splitn rather than a complex slice
Josh Triplett
-1
/
+1
2018-09-01
tidy: features.rs: collect_lib_features: Simplify
Josh Triplett
-8
/
+5
2018-09-01
tidy: Use an inclusive range rather than a +1 bound
Josh Triplett
-1
/
+1
2018-09-01
tidy: Eliminate an unnecessary .into_iter()
Josh Triplett
-1
/
+1
2018-09-01
tidy: deps: Hoist a complex multi-line if condition into a let
Josh Triplett
-2
/
+3
[next]