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
/
comp
/
rustc.rc
Age
Commit message (
Expand
)
Author
Lines
2011-06-30
Switch rustc's crate metadata to use the link attribute
Brian Anderson
-4
/
+5
2011-06-28
Add some helper functions for attributes. Issue #487
Brian Anderson
-0
/
+1
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-0
/
+1
2011-06-28
Add AST fold.
Paul Stansifer
-0
/
+1
2011-06-27
Rename metadata::defs to metadata::tags
Brian Anderson
-1
/
+1
2011-06-27
Don't export some of the metadata modules
Brian Anderson
-0
/
+5
2011-06-27
Move what's left of metadata::cwriter into middle::trans
Brian Anderson
-1
/
+0
2011-06-27
Extract metadata::decoder from metadata::creader
Brian Anderson
-0
/
+1
2011-06-27
Extract metadata::tydecode from metadata::creader
Brian Anderson
-0
/
+1
2011-06-27
Extract llvm-independent code from cwriter to metadata::encoder
Brian Anderson
-0
/
+1
2011-06-27
Move metadata tag definition to metadata::defs
Brian Anderson
-0
/
+1
2011-06-27
Move metadata::cwriter::encode to metadata::tyencode
Brian Anderson
-0
/
+1
2011-06-27
Rename middle::metadata to metadata::cwriter. Move creader to metadata
Brian Anderson
-2
/
+5
2011-06-22
Compute typestate properly for move
Tim Chevalier
-0
/
+1
2011-06-20
Remove the old library names. These were unused since rustboot.
Rafael Ávila de Espíndola
-17
/
+1
2011-06-20
Add a separate AST mapping phase
Marijn Haverbeke
-0
/
+1
2011-06-18
Replace unexported meta tags with attributes
Brian Anderson
-3
/
+2
2011-06-18
rustc: Replace 'export meta' with attributes
Brian Anderson
-4
/
+4
2011-06-17
rustc: Use correct version key in metadata
Brian Anderson
-1
/
+1
2011-06-10
Implement meta tag matching in creader. Start using it in rustc.rc. Close #45...
Graydon Hoare
-1
/
+3
2011-06-09
Further support for predicate constraints
Tim Chevalier
-0
/
+1
2011-06-09
Add new visitor framework
Marijn Haverbeke
-0
/
+1
2011-06-08
Tidy up 'export meta' situation now that snapshot understands it.
Graydon Hoare
-5
/
+8
2011-06-06
First take on an alias-safety checker
Marijn Haverbeke
-0
/
+1
2011-06-04
rustc: Introduce ext module. Move some things from parser to ext.
Brian Anderson
-0
/
+1
2011-05-26
Remove residual uses of fold, and fold itself.
Graydon Hoare
-1
/
+0
2011-05-20
rustc: Move the interner to a new module intended to be used for general data...
Patrick Walton
-1
/
+1
2011-05-19
Remove type_glue.rs, don't think it's going to work.
Graydon Hoare
-1
/
+0
2011-05-16
Rename aux.rs to auxiliary.rs since win32 doesn't like files named "aux". Rea...
Graydon Hoare
-3
/
+2
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-2
/
+13
2011-05-16
rustc: Factor out the code that interns types into an "interner" data structure
Patrick Walton
-0
/
+1
2011-05-13
rustc: lowercase the link and link::write modules
Brian Anderson
-1
/
+1
2011-05-13
Slight adjustments to shape, rename to type_glue.rs.
Graydon Hoare
-1
/
+1
2011-05-13
Make the parser more careful about keywords
Marijn Haverbeke
-1
/
+1
2011-05-13
Move capture checking into resolve.rs
Marijn Haverbeke
-1
/
+0
2011-05-12
rustc: Beginnings of a "shape" module to convert types to shapes
Patrick Walton
-0
/
+1
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-5
/
+5
2011-05-10
Add meta info to rustc.rc
Brian Anderson
-0
/
+6
2011-05-09
rustc: Declare upcalls with real signatures; preparation for killing rust_nat...
Patrick Walton
-0
/
+1
2011-05-05
rustc: Add a Link module; move crate writing to it to slim down trans slightly
Patrick Walton
-0
/
+1
2011-05-04
Add #env syntax extension for plucking strings out of the compilation environ...
Graydon Hoare
-0
/
+1
2011-04-20
Change collect_upvars from using fold to using walk
Marijn Haverbeke
-0
/
+1
2011-04-19
rustc: Cache the results of type_of()
Patrick Walton
-16
/
+16
2011-04-19
Remove effect system from src.
Graydon Hoare
-26
/
+0
2011-04-11
Implement the "attempted dynamic environment-capture" error in rustc.
Rafael Ávila de Espíndola
-0
/
+1
2011-04-09
Move to single-uint file-position representation.
Marijn Haverbeke
-0
/
+1
2011-04-08
Implemented computing prestates and poststates for a few expression forms.
Tim Chevalier
-0
/
+4
2011-04-07
Revise EBML reader API
Marijn Haverbeke
-0
/
+2
2011-04-06
Continued sketching out code for checking states against preconditions.
Tim Chevalier
-1
/
+5
2011-04-06
More work on typestate. Sketched out code for computing and checking prestate...
Tim Chevalier
-0
/
+2
[prev]
[next]