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
/
comp
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-7
/
+7
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-0
/
+1
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-3
/
+6
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-1
/
+1
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-3
/
+3
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-32
/
+0
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-1
/
+1
2012-01-11
Fix dependency bug iface-did-of-impl resolving
Marijn Haverbeke
-7
/
+0
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-13
/
+12
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-0
/
+12
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-1
/
+1
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-14
/
+40
2012-01-05
Write the iface type of an impl in the crate data
Marijn Haverbeke
-3
/
+16
2012-01-02
Key tcx.ty_param_bounds on node_ids, not def_ids
Marijn Haverbeke
-1
/
+1
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-24
/
+22
2011-12-23
Parse `iface` items and interface references in `impl` items.
Marijn Haverbeke
-3
/
+12
2011-12-22
Unify some data structures in syntax::ast that were doing the same thing
Marijn Haverbeke
-24
/
+12
2011-12-22
Add ty::new_ty_hash, clean up comparing of ty::t's
Marijn Haverbeke
-1
/
+1
2011-12-20
rustc: Re-export the same name in different namespaces
Haitao Li
-1
/
+2
2011-12-20
rustc: Implement re-export of renamed modules
Haitao Li
-3
/
+5
2011-12-19
Associate names with types introduced by items
Marijn Haverbeke
-0
/
+4
2011-12-16
Finish resolving and calling of crate-external impls
Marijn Haverbeke
-19
/
+31
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-1
/
+1
2011-12-16
Write impl data to crate library files
Marijn Haverbeke
-1
/
+37
2011-12-16
rustc: Implement non-renamed re-export across crates
Haitao Li
-2
/
+15
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+2
2011-12-12
rustc: Encode crate hash into metadata
Haitao Li
-0
/
+8
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-1
/
+1
2011-11-18
Preparation for kind system overhaul
Marijn Haverbeke
-3
/
+3
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
rustc: Use link_name attribute for native function
Haitao Li
-1
/
+1
2011-11-10
Cleanup unused imports
Haitao Li
-2
/
+1
2011-10-28
Make shared kind the default only for generic functions
Marijn Haverbeke
-6
/
+5
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-1
/
+1
2011-10-21
Remove last uses of iterators from stdlib
Marijn Haverbeke
-1
/
+1
2011-10-21
Move hash table iteration over to block-taking functions
Marijn Haverbeke
-9
/
+8
2011-10-12
make native functions markable as unsafe and incorporate that
Niko Matsakis
-2
/
+8
2011-10-12
Extend the unchecked block stuff to allow unsafe blocks as well.
Niko Matsakis
-0
/
+1
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-1
/
+1
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-1
/
+1
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-1
/
+1
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-1
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-9
/
+2
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-9
/
+7
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-46
/
+43
2011-09-02
Reformat. Issue #855
Brian Anderson
-40
/
+30
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-13
/
+13
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
[next]