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
Age
Commit message (
Expand
)
Author
Lines
2011-05-13
rustc: Look types up in the side table
Patrick Walton
-8
/
+11
2011-05-13
Remove rustboot from the repository.
Graydon Hoare
-44
/
+1
2011-05-13
rustc: Write nil types into the node type table wherever plain_ann() is used
Patrick Walton
-44
/
+101
2011-05-13
'with' no longer a token; whitespace police.
Lindsey Kuper
-18
/
+14
2011-05-13
More anon obj work; whitespace police in middle::fold
Lindsey Kuper
-32
/
+52
2011-05-13
Use new module namespace syntax.
Lindsey Kuper
-84
/
+76
2011-05-13
More work toward anonymous objects.
Lindsey Kuper
-8
/
+15
2011-05-13
Bug fixes.
Lindsey Kuper
-20
/
+24
2011-05-13
More progress on anonymous objects.
Lindsey Kuper
-12
/
+92
2011-05-13
Correct capitalization of "Option".
Lindsey Kuper
-10
/
+9
2011-05-13
Starting on support for anonymous objects. Just syntax so far.
Lindsey Kuper
-0
/
+70
2011-05-13
rustc: Move replace_expr_type() from ty to typeck, as it's only used in the l...
Patrick Walton
-45
/
+52
2011-05-13
rustc: Fix long lines in typeck.rs
Brian Anderson
-1
/
+2
2011-05-13
rustc: Get ann_to_type_params() on board the ann_to_ty_param_substs_opt_and_t...
Patrick Walton
-7
/
+7
2011-05-13
rustc: Make all type lookups go through the one ty::ann_to_ty_param_substs_op...
Patrick Walton
-44
/
+22
2011-05-13
rustc: Write types contained in "trivial annotations" to the table
Patrick Walton
-45
/
+135
2011-05-13
rustc: Change ty::triv_ann() to take a node ID instead of a full annotation
Patrick Walton
-85
/
+118
2011-05-13
rustc: lowercase the link and link::write modules
Brian Anderson
-17
/
+17
2011-05-13
Slight adjustments to shape, rename to type_glue.rs.
Graydon Hoare
-99
/
+105
2011-05-13
rustc: Add write_type() wherever ann_types are written, except for triv_ann()
Patrick Walton
-15
/
+56
2011-05-13
Safeguard against using statement or item keywords as value ids
Marijn Haverbeke
-12
/
+78
2011-05-13
Make the parser more careful about keywords
Marijn Haverbeke
-1151
/
+611
2011-05-13
rustc: Fix the type of node_types; stub the write_type function
Patrick Walton
-7
/
+16
2011-05-13
rustc: Remove a minor rustboot workaround in typeck::resolve_local_types_in_b...
Patrick Walton
-9
/
+4
2011-05-13
Fix naming of libc that was mangled by recent module changes
Brian Anderson
-3
/
+3
2011-05-13
rustc: Make typeck::instantiate_path() not return an annotation
Patrick Walton
-9
/
+16
2011-05-13
Implement module namespaces
Marijn Haverbeke
-70
/
+72
2011-05-13
Extend crate format to allow multiple definitions for a single name
Marijn Haverbeke
-113
/
+85
2011-05-13
Make module indices hold a list of items
Marijn Haverbeke
-42
/
+87
2011-05-13
Move capture checking into resolve.rs
Marijn Haverbeke
-140
/
+49
2011-05-13
Change resolve to use walk instead of fold
Marijn Haverbeke
-104
/
+164
2011-05-13
Ensure visit_ty is called on type parameters during walk
Marijn Haverbeke
-2
/
+25
2011-05-13
Add visit_arm and visit_method to walk.rs
Marijn Haverbeke
-3
/
+16
2011-05-12
Rename std.extfmt.CT to std.extfmt.RT to ct and rt
Brian Anderson
-32
/
+32
2011-05-12
rustc: Flatten recursive vectors in trans::simplify_type(). Prevents an infin...
Patrick Walton
-0
/
+8
2011-05-12
rustc: Beginnings of a "shape" module to convert types to shapes
Patrick Walton
-0
/
+99
2011-05-12
rustc: Make ty::expr_ann() terser
Patrick Walton
-109
/
+37
2011-05-12
rustc: Pass a node type table around, unused as of yet
Patrick Walton
-154
/
+218
2011-05-12
Add stats option and lazily emit glue.
Graydon Hoare
-86
/
+269
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-6594
/
+6629
2011-05-12
Transitional change to make extfmt output lowercase module name
Marijn Haverbeke
-1
/
+1
2011-05-12
Change module dereference syntax from . to ::
Marijn Haverbeke
-111
/
+41
2011-05-12
Remove some truly wrong logic in parse_constrs
Marijn Haverbeke
-13
/
+8
2011-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-481
/
+516
2011-05-12
Ensure ann tags are actually kept around during typechecking
Marijn Haverbeke
-202
/
+224
2011-05-12
Properly lex block comments followed by EOF
Marijn Haverbeke
-4
/
+4
2011-05-12
Provide a more useful message when failing to translate a const
Marijn Haverbeke
-0
/
+3
2011-05-11
Remove unused filename parameter from lexer.new_reader
Brian Anderson
-3
/
+3
2011-05-11
Give the lexer a session so that it can fail more informatively
Brian Anderson
-22
/
+34
2011-05-11
rustc: Represent types as uints. Cuts typechecking down from 14s to 12s.
Patrick Walton
-148
/
+143
[prev]
[next]