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_resolve
/
check_unused.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-06
Rollup merge of #32724 - sanxiyn:outdated-comment, r=dotdash
Steve Klabnik
-20
/
+5
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+3
2016-04-04
Remove outdated comment
Seo Sanghyeon
-20
/
+5
2016-02-26
Remove `LastPrivate`
Jeffrey Seyfried
-40
/
+0
2016-02-01
Spans now derive equality
Daniel Campbell
-1
/
+1
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-1
/
+1
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-5
/
+2
2015-11-14
rustfmt librustc_resolve
corentih
-13
/
+13
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-7
/
+9
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-13
/
+15
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-21
rustc_resolve: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-18
/
+18
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-2
/
+4
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-2
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-27
Rebasing changes
Nick Cameron
-3
/
+3
2014-12-27
save-analysis: emit names of items that a glob import actually imports.
Nick Cameron
-7
/
+7
2014-12-20
rustc_resolve: move unused import checking into its own module.
Eduard Burtescu
-0
/
+161