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
/
metadata
/
cstore.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-36
/
+27
2013-03-26
Switched over a bunch of splitting funktions to non-allocating iterators
Marvin Löbel
-1
/
+3
2013-03-23
make crates with the same name sort consistently
Daniel Micay
-5
/
+9
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-0
/
+2
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-4
/
+0
2013-02-20
Merge
Tim Chevalier
-2
/
+2
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-10
/
+15
2013-02-19
librustc: convert creader and cstore to use @~strs
Erick Tryzelaar
-10
/
+10
2013-02-19
librustc: minor cleanup
Erick Tryzelaar
-16
/
+9
2013-02-18
auto merge of #5004 : luqmana/rust/rename-use-import, r=catamorphism
bors
-15
/
+15
2013-02-17
libsyntax: Update view_item_use/import to reflect actual usage
Luqman Aden
-15
/
+15
2013-02-17
rustc: Don't copy in add_used_link_args
Zack Corr
-1
/
+1
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-3
/
+3
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-59
/
+67
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-2
/
+2
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-2
/
+2
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-2
/
+2
2013-02-03
oldmap: remove legacy each method
Daniel Micay
-1
/
+1
2013-02-03
oldmap: remove the legacy each_value method
Daniel Micay
-1
/
+1
2013-02-03
oldmap: get rid of the legacy contains_key method
Daniel Micay
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-7
/
+7
2013-01-29
librustc: De-export metadata. rs=deexporting
Patrick Walton
-47
/
+28
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-6
/
+7
2013-01-07
librustc: Remove unused `mod_path_map`. This was expensive to build. Saves an...
Patrick Walton
-23
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+9
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-08
rustc: Fix cross-crate reexports. #3908. r=pcwalton
Brian Anderson
-1
/
+5
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+188