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
/
util
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-4
/
+2
2013-03-21
Move the function to time passes to util
Seo Sanghyeon
-0
/
+10
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-4
/
+0
2013-03-02
librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun
Patrick Walton
-2
/
+2
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-1
/
+4
2013-02-27
Turn old `drop` blocks into `Drop` traits
Ben Striegel
-1
/
+4
2013-02-25
libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free
Erick Tryzelaar
-2
/
+2
2013-02-15
librustc: Get rid of `move`.
Luqman Aden
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-01-29
librustc: De-export back, lib, and util. rs=deexporting
Patrick Walton
-12
/
+12
2013-01-24
remove unnecessary code
ILyoan
-6
/
+0
2013-01-22
Make borrowck's notion of scopes consistent with trans's notion of scopes
Tim Chevalier
-0
/
+3
2013-01-15
librustc: Make the default sigil for block lambdas `&` instead of `@`.
Graydon Hoare
-4
/
+6
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-4
/
+6
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-1
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+6
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+102