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
/
librustc_lint
Age
Commit message (
Expand
)
Author
Lines
2016-02-24
Warn instead of error when using an inaccessable extern crate
Jeffrey Seyfried
-0
/
+4
2016-02-14
Rename hir::Pat_ and its variants
Vadim Petrochenkov
-6
/
+6
2016-02-12
Autoderef in librustc_lint
Jonas Schievink
-16
/
+16
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+16
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-1
/
+1
2016-02-11
[breaking-change] don't pub export ast::Stmt_ variants
Oliver Schneider
-1
/
+1
2016-02-11
[breaking-change] don't pub export ast::IntLitType variants
Oliver Schneider
-6
/
+6
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-13
/
+14
2016-02-11
[breaking-change] remove the sign from integer literals in the ast
Oliver Schneider
-7
/
+5
2016-02-11
[breaking-change] don't glob export ast::{UintTy, IntTy} variants
Oliver Schneider
-22
/
+22
2016-02-11
[breaking-change] don't glob export ast::FloatTy variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-22
/
+23
2016-02-11
[breaking-change] don't glob export ast::Decl_ variants
Oliver Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-7
/
+8
2016-02-03
Improve detection of unused imports
Jeffrey Seyfried
-1
/
+0
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-21
clean up trans_static_method_callee and friends
Ariel Ben-Yehuda
-3
/
+1
2016-01-20
Rename Def's variants and don't reexport them
Vadim Petrochenkov
-7
/
+8
2016-01-20
Refactor definitions of ADTs in rustc::middle::def
Vadim Petrochenkov
-1
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-9
/
+8
2016-01-16
Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon
bors
-1
/
+1
2016-01-15
Auto merge of #30878 - brson:raw-pointer-derive, r=brson
bors
-2
/
+5
2016-01-14
rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive
Brian Anderson
-2
/
+5
2016-01-14
implement the obligation forest data structure and add some unit tests
Niko Matsakis
-1
/
+1
2016-01-12
Fix long line in URL
Niko Matsakis
-1
/
+2
2016-01-12
Revamp the "future incompatible" section to clarify the situation
Niko Matsakis
-3
/
+23
2016-01-11
Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelix
Simonas Kazlauskas
-33
/
+53
2016-01-11
[breaking-change] remove negate_unsigned feature gate
Oliver Schneider
-33
/
+53
2016-01-08
Added proper lint for the unit variant/struct warning.
Felix S. Klock II
-1
/
+2
2016-01-05
convert from hard error to future-incompatible lint
Niko Matsakis
-2
/
+2
2015-12-30
Refactoring
Nick Cameron
-5
/
+4
2015-12-30
use structured errors
Nick Cameron
-6
/
+7
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-19
Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis
bors
-0
/
+1
2015-12-18
Use lint instead of warning
Vadim Petrochenkov
-0
/
+3
2015-12-16
Add ExprType to HIR and make everything compile
Vadim Petrochenkov
-0
/
+1
2015-12-16
Auto merge of #30269 - sanxiyn:no-mangle-generic, r=Aatch
bors
-7
/
+20
2015-12-12
Address the review comments
Vadim Petrochenkov
-1
/
+1
2015-12-12
Implement `#[deprecated]` attribute (RFC 1270)
Vadim Petrochenkov
-34
/
+31
2015-12-09
Warn no_mangle on generic functions
Seo Sanghyeon
-7
/
+20
2015-12-05
Do MTWT resolution during lowering to HIR
Vadim Petrochenkov
-3
/
+1
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-1
/
+1
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-2
/
+1
2015-11-26
move librustc/plugin to librustc_plugin
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
remove csearch from resolve and typeck
Ariel Ben-Yehuda
-4
/
+4
2015-11-26
stop using csearch in librustc and librustc_lint
Ariel Ben-Yehuda
-13
/
+2
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-23
Auto merge of #29952 - petrochenkov:depr, r=brson
bors
-2
/
+2
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-2
/
+2
[next]