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
/
loader.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-2
/
+1
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-3
/
+3
2013-12-29
Rename PkgId to CrateId
Luis de Bethencourt
-11
/
+11
2013-12-29
Rename pkgid variables
Luis de Bethencourt
-2
/
+2
2013-12-26
librustc: De-`@mut` several instances of `io::Writer`.
Patrick Walton
-1
/
+1
2013-12-19
rustc: Optimize reading metadata by 4x
Alex Crichton
-11
/
+66
2013-12-19
Purge @-boxes from the reading half of EBML
Alex Crichton
-11
/
+17
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-54
/
+29
2013-12-09
Store metadata separately in rlib files
Alex Crichton
-25
/
+11
2013-11-30
Test fixes and merge conflicts
Alex Crichton
-5
/
+5
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-95
/
+186
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-9
/
+7
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-1
/
+1
2013-10-24
Remove even more of std::io
Alex Crichton
-3
/
+3
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-9
/
+9
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-7
/
+9
2013-09-30
rustc: Remove usage of fmt!
Alex Crichton
-15
/
+15
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-29
/
+29
2013-08-26
rustpkg: Test that different copies of the same package ID can exist in multi...
Tim Chevalier
-7
/
+7
2013-08-25
Revert "auto merge of #8745 : brson/rust/metadata, r=cmr"
Brian Anderson
-20
/
+22
2013-08-24
Don't ever compress metadata
Brian Anderson
-21
/
+4
2013-08-23
Don't copy metadata after loading
Brian Anderson
-21
/
+23
2013-08-23
Allow metadata to be not compressed
Brian Anderson
-6
/
+19
2013-08-15
Add ToCStr method .with_c_str()
Kevin Ballard
-1
/
+1
2013-08-11
librustc: Convert from `@Object` to `@mut Object` as needed
Niko Matsakis
-2
/
+2
2013-08-09
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-33
/
+45
2013-08-09
std/rustc/rustpkg/syntax: Support the `extern mod = ...` form
Tim Chevalier
-33
/
+45
2013-08-04
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
Erick Tryzelaar
-3
/
+3
2013-08-04
std: replace str::as_c_str with std::c_str
Erick Tryzelaar
-1
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-3
/
+3
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-3
/
+3
2013-07-30
implement pointer arithmetic with GEP
Daniel Micay
-1
/
+1
2013-07-23
std: remove str::to_owned and str::raw::slice_bytes_owned
Erick Tryzelaar
-1
/
+1
2013-07-23
std: move StrUtil::as_c_str into StrSlice
Erick Tryzelaar
-2
/
+2
2013-07-20
syntax: modernise attribute handling in syntax::attr.
Huon Wilson
-19
/
+13
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-4
/
+4
2013-07-09
auto merge of #7117 : jensnockert/rust/freestanding, r=cmr
bors
-2
/
+2
2013-07-08
Miscellaneous fixes and cleanup
Niko Matsakis
-1
/
+3
2013-07-08
Replaces the free-standing functions in f32, &c.
Jens Nockert
-2
/
+2
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-9
/
+8
2013-06-26
Fix old .each usage
Corey Richardson
-2
/
+2
2013-06-26
rustc: Eliminate extra failing case in metadata::loader::crate_from_metas
Tim Chevalier
-52
/
+50
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-5
/
+5
2013-06-21
librust: cleanup warnings (except 1)
James Miller
-23
/
+21
2013-06-13
Revert "std: convert {vec,str}::to_owned to methods."
Brian Anderson
-1
/
+1
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-6
/
+6
2013-06-12
std: convert {vec,str}::to_owned to methods.
Huon Wilson
-1
/
+1
2013-06-08
remove deprecated vec::{is_empty, len} functions
Daniel Micay
-1
/
+1
2013-06-05
token_to_ident takes argument by reference
John Clements
-1
/
+1
2013-06-05
interner just uses uints, not idents with syntax context
John Clements
-1
/
+2
[next]