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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Improvements to feature staging
Brian Anderson
-11
/
+14
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-28
/
+28
2015-01-07
Preliminary feature staging
Brian Anderson
-3
/
+43
2015-01-07
use slicing sugar
Jorge Aparicio
-28
/
+28
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-28
/
+28
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-15
/
+21
2015-01-05
rollup merge of #20511: csouth3/derive-lint
Alex Crichton
-1
/
+2
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-15
/
+21
2015-01-04
Rename `raw_pointer_deriving` lint to `raw_pointer_derive`
Chase Southwood
-1
/
+2
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-28
/
+28
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-9
/
+9
2014-12-13
librustc: use tuple indexing
Jorge Aparicio
-8
/
+7
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-4
/
+8
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+1
2014-12-04
Remove dependency on typeck from lint.
Niko Matsakis
-40
/
+0
2014-12-04
Move infer out of `middle::typeck` and into just `middle`.
Niko Matsakis
-1
/
+1
2014-11-25
/** -> ///
Steve Klabnik
-5
/
+3
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-1
/
+1
2014-11-19
rollup merge of #19073: jakub-/issue-19069
Jakub Bukaj
-2
/
+2
2014-11-19
rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.
Eduard Burtescu
-6
/
+6
2014-11-19
rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.
Eduard Burtescu
-5
/
+5
2014-11-18
Feature gate non-ASCII lifetime identifiers
Jakub Bukaj
-2
/
+2
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-2
/
+1
2014-11-17
Fallout from deprecation
Aaron Turon
-4
/
+4
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-15
Un-feature gate struct variants
Steven Fackler
-0
/
+1
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-10
/
+11
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-6
/
+6
2014-11-03
Clean-up transmutes in librustc
Ariel Ben-Yehuda
-2
/
+2
2014-10-31
DSTify Hash
Jorge Aparicio
-4
/
+4
2014-10-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-8
/
+6
2014-10-30
Remove `unused_extern_crate` and `unused_result` from the `unused` lint group
P1start
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-28
Turn on warning for use of deprecated lint names
Aaron Turon
-8
/
+6
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-0
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-10-14
rustc: Add deprecation/renaming support for lints
Aaron Turon
-6
/
+70
2014-10-14
rustc: Rename lints per RFC 344
Aaron Turon
-16
/
+16
2014-10-09
rustc: Convert statics to constants
Alex Crichton
-2
/
+2
2014-10-03
Update the `unused` lint group to include more lints
P1start
-1
/
+2
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-0
/
+21
2014-09-17
rollup merge of #16931 : omasanori/unnecessary-path-brackets
Alex Crichton
-0
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-5
/
+5
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-2
/
+2
2014-09-12
auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichton
bors
-1
/
+1
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-4
/
+4
[next]