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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
tidy
Age
Commit message (
Expand
)
Author
Lines
2017-12-30
Add a tidy check to ensure all files have 1 or 2 trailing newlines.
kennytm
-0
/
+11
2017-12-19
Implement non-mod.rs mod statements
Taylor Cramer
-1
/
+2
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-0
/
+1
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+1
2017-12-11
Merge remote-tracking branch 'origin/master' into miri
Oliver Schneider
-4
/
+6
2017-12-07
Tidy: allow feature-gate tests to be ui tests
est31
-4
/
+6
2017-12-06
Update miri to rustc changes
Oliver Schneider
-15
/
+39
2017-11-20
[rustllvm] Use report_fatal_error over llvm_unreachable
Robin Kruppe
-2
/
+9
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-0
/
+2
2017-11-06
Modify the script to allow for running docker images on Windows 7.
kennytm
-3
/
+3
2017-10-31
Also support macro generated atomic types
est31
-1
/
+1
2017-10-31
Tidy: track rustc_const_unstable feature gates as well
est31
-0
/
+20
2017-10-27
Update license exceptions.
kennytm
-5
/
+2
2017-10-10
Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi
bors
-5
/
+3
2017-09-29
Adjust imports to librustc::mir::interpret
Oliver Schneider
-0
/
+1
2017-09-28
Migrate to eprint/eprintln macros where appropriate.
Corey Farwell
-5
/
+3
2017-09-24
TODO --> FIXME
P.Y. Laligand
-1
/
+1
2017-09-24
The Magenta kernel is now called Zircon.
P.Y. Laligand
-0
/
+3
2017-09-17
Get the miri test suite to run inside the rustc dev environment
Oliver Schneider
-0
/
+1
2017-09-17
Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichton
Tim Neumann
-0
/
+1
2017-09-13
Build and test Rustfmt
Nick Cameron
-0
/
+1
2017-09-12
Disable the new Hasher tests on Emscripten.
kennytm
-0
/
+1
2017-09-02
Auto merge of #43886 - oli-obk:clippy, r=nrc
bors
-0
/
+1
2017-08-31
Bring back stage0 allocator logic on MSVC
Alex Crichton
-0
/
+1
2017-08-31
Update bootstrap compiler
Alex Crichton
-2
/
+0
2017-08-30
Add license exceptions
Guillaume Gomez
-0
/
+6
2017-08-15
Add clippy as a submodule
Oliver Schneider
-0
/
+1
2017-08-11
Rollup merge of #43632 - ruuda:allow-long-relative-urls, r=Mark-Simulacrum
Guillaume Gomez
-1
/
+1
2017-08-10
Fix cross-crate global allocators on windows
Aidan Hobson Sayers
-0
/
+1
2017-08-04
Only allow long relative urls after a link label
Ruud van Asseldonk
-1
/
+1
2017-08-03
Detect relative urls in tidy check
Ruud van Asseldonk
-2
/
+2
2017-07-24
Rollup merge of #43342 - ranweiler:no-std-exe-docs, r=alexcrichton
Mark Simulacrum
-0
/
+12
2017-07-21
Update Cargo to ffab51954ec32d55631c37a8730bb24915fc090b
Simon Sapin
-0
/
+1
2017-07-20
Tell `tidy` about `compiler_builtins_lib` feature
Joe Ranweiler
-0
/
+12
2017-07-20
Auto merge of #43247 - est31:master, r=alexcrichton
bors
-16
/
+41
2017-07-17
Remove exception from license check for strings.rs
Nick Cameron
-1
/
+0
2017-07-15
Tidy: allow common lang+lib features
est31
-16
/
+41
2017-07-06
Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakis
bors
-0
/
+1
2017-07-05
Switch to rust-lang-nursery/compiler-builtins
Alex Crichton
-0
/
+1
2017-06-26
Fix a semantic merge conflict
Alex Crichton
-1
/
+1
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-9
/
+1
2017-06-23
Added a tidy check to disallow "```ignore" and "```rust,ignore".
kennytm
-0
/
+15
2017-06-20
Remove the in-tree `flate` crate
Alex Crichton
-3
/
+0
2017-06-18
Sort entries of SUMMARY.md alphabetically
est31
-5
/
+5
2017-06-16
Introduce tidy lint to check for inconsistent tracking issues
est31
-29
/
+66
2017-06-14
Don't require that stubs exist for features in the unstable book
est31
-17
/
+16
2017-06-14
Autogenerate stubs and the summary of the unstable book
est31
-40
/
+72
2017-06-14
Librarify tidy
est31
-72
/
+96
2017-06-07
Make rustdoc.js use license comments.
Clar Charr
-1
/
+3
2017-06-02
ci: Further tone down the test verbosity.
kennytm
-2
/
+7
[next]