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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
metadata
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-19
librustc: minor cleanup
Erick Tryzelaar
-6
/
+7
2013-02-19
convert syntax::attr to use @~strs
Erick Tryzelaar
-4
/
+4
2013-02-15
auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson
bors
-2
/
+3
2013-02-15
librustc: Get rid of `move`.
Luqman Aden
-4
/
+4
2013-02-14
Convert all uses of vec::slice to vec::view Issue #3869
Nick Desaulniers
-2
/
+3
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-11
/
+11
2013-02-13
librustc: Make monomorphic newtype structs work cross-crate
Patrick Walton
-6
/
+18
2013-02-12
Revert "librustc: Make monomorphic newtype structs work cross-crate"
Graydon Hoare
-18
/
+6
2013-02-11
librustc: Make monomorphic newtype structs work cross-crate
Patrick Walton
-6
/
+18
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-13
/
+11
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-1
/
+1
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-1
/
+1
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-2
/
+2
2013-01-31
test cases, cleanup
John Clements
-2
/
+3
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-11
/
+11
2013-01-29
librustc: De-export metadata. rs=deexporting
Patrick Walton
-100
/
+64
2013-01-22
Simplify path_entry's closure argument
Tim Chevalier
-31
/
+12
2013-01-20
convert librustc record types to structs
Erick Tryzelaar
-8
/
+12
2013-01-17
When decoding types, indicate to the def-id conversion function what kind of
Niko Matsakis
-6
/
+4
2013-01-14
convert ast::attribute_ and ast::view_item to a struct
Erick Tryzelaar
-4
/
+8
2013-01-14
Convert ast::def_id into a struct.
Erick Tryzelaar
-9
/
+12
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-3
/
+4
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
-10
/
+13
2013-01-07
librustc: Remove unused `mod_path_map`. This was expensive to build. Saves an...
Patrick Walton
-29
/
+0
2013-01-07
librustc: Encode language items into a special lookup table. 9% improvement i...
Patrick Walton
-0
/
+18
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+11
2012-12-20
Remove the cfg(stageN)-specific serialize code.
Erick Tryzelaar
-4
/
+0
2012-12-19
Remove serialize::traits submodule.
Erick Tryzelaar
-0
/
+4
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-2
/
+2
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-2
/
+2
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-15
/
+16
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-52
/
+22
2012-12-06
Rename std::ebml::Reader => std::ebml::reader, same for writer
Tim Chevalier
-99
/
+99
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-6
/
+6
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
Disallow dereferencing enum types when the variant is private
Tim Chevalier
-4
/
+7
2012-11-28
Register snapshots
Brian Anderson
-10
/
+0
2012-11-24
Split EBML module into a reader and a writer module
Tim Chevalier
-101
/
+104
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+10
2012-11-08
rustc: Fix cross-crate reexports. #3908. r=pcwalton
Brian Anderson
-7
/
+23
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+1151
[prev]