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-16
Rename aux.rs to auxiliary.rs since win32 doesn't like files named "aux". Rea...
Graydon Hoare
-3
/
+2
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-124
/
+3238
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-878
/
+878
2011-05-16
Begin vec() -> [] transition.
Graydon Hoare
-3
/
+3
2011-05-16
make the return-checker happy about pretty::pp::base_indent
Tim Chevalier
-0
/
+1
2011-05-16
Fix get_os and get_arch
Tim Chevalier
-12
/
+17
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-51
/
+3205
2011-05-16
Noticed that metadata::Encode::enc_sty didn't have a case for ty_task, so I a...
Tim Chevalier
-0
/
+1
2011-05-16
rustc: Fix indentation in typeck::check_lit()
Patrick Walton
-10
/
+9
2011-05-16
rustc: Don't rebuild the call expression in typeck::replace_expr_type()
Patrick Walton
-39
/
+3
2011-05-16
rustc: Don't unpack annotations in trans::lval_generic_fn()
Patrick Walton
-12
/
+2
2011-05-16
rustc: Make the parser use the interner
Patrick Walton
-29
/
+31
2011-05-16
Replace --bitcode with the canonical --emit-llvm
Kelly Wilson
-6
/
+6
2011-05-16
Add automatic exe generation capabilities. Add --bitcode flag to generate onl...
Kelly Wilson
-26
/
+110
2011-05-16
rustc: Factor out the code that interns types into an "interner" data structure
Patrick Walton
-36
/
+61
2011-05-16
rustc: Don't rebuild AST patterns during typechecking
Patrick Walton
-44
/
+13
2011-05-16
rustc: Replace the redundant typeck::node_ann_ty_params() with ty::ann_to_typ...
Patrick Walton
-20
/
+4
2011-05-16
rustc: Make the type collection pass no longer rebuild the AST
Patrick Walton
-213
/
+129
2011-05-16
rustc: Fix indentation in ty_param_count_and_ty_for_def()
Patrick Walton
-5
/
+5
2011-05-16
rustc: Add an item_ann() accessor function
Patrick Walton
-0
/
+20
2011-05-15
rustc: Wait until generic glue is actually emitted to define it as internal
Brian Anderson
-1
/
+6
2011-05-14
rustc: Rename 'Unify' modules to 'unify'
Brian Anderson
-17
/
+17
2011-05-14
rustc: Use walk instead of fold for the first item collection pass
Patrick Walton
-15
/
+10
2011-05-14
rustc: Change "Collect" to "collect"
Patrick Walton
-4
/
+3
2011-05-14
fix a long line that i forgot to commit
Marijn Haverbeke
-1
/
+1
2011-05-14
Mark IDENT tokens that are followed by ::
Marijn Haverbeke
-18
/
+19
2011-05-14
rustc: Dispose intrinsics memory buffer
Brian Anderson
-0
/
+2
2011-05-14
rustc: Dispose the intrinsics LLVMModuleRef
Brian Anderson
-1
/
+4
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
[prev]
[next]