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
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-2
/
+2
2013-01-22
syntax/rustc: Make some metadata-related functions take slices, kill bad copies
Tim Chevalier
-61
/
+59
2013-01-21
rustc: Make metadata::encoder::encode_path take an &path
Tim Chevalier
-27
/
+20
2013-01-15
librustc: Make the default sigil for block lambdas `&` instead of `@`.
Graydon Hoare
-5
/
+5
2013-01-14
Convert ast::def_id into a struct.
Erick Tryzelaar
-1
/
+2
2013-01-14
syntax/rustc: Eliminate some bad copies
Tim Chevalier
-9
/
+9
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-23
/
+25
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
-65
/
+90
2013-01-07
librustc: Encode language items into a special lookup table. 9% improvement i...
Patrick Walton
-0
/
+32
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-16
/
+30
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-41
/
+41
2012-12-13
Fix encoding of trait static method paths. Closes #4097. r=pcwalton
Brian Anderson
-1
/
+4
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-2
/
+2
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-60
/
+13
2012-12-06
Rename std::ebml::Reader => std::ebml::reader, same for writer
Tim Chevalier
-41
/
+41
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-2
/
+7
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-20
/
+20
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-6
/
+6
2012-11-24
Split EBML module into a reader and a writer module
Tim Chevalier
-42
/
+43
2012-11-17
Merge remote-tracking branch 'brson/codemap'
Brian Anderson
-1
/
+1
2012-11-14
librustc: Require the #[derivable] attribute, remove the significance of "imp...
Patrick Walton
-15
/
+11
2012-11-12
Objectify the codemap
Brian Anderson
-1
/
+1
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+1246
[prev]