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-02-24
Factor crate expr evaluator out of parser, expand to simple scalars and ops, ...
Graydon Hoare
-82
/
+453
2011-02-24
Cast more aggressively to the callee type when calling generic functions. Add...
Patrick Walton
-3
/
+9
2011-02-24
Revert "Cast more aggressively to the callee type when calling generic functi...
Patrick Walton
-3
/
+3
2011-02-24
Cast more aggressively to the callee type when calling generic functions. Add...
Patrick Walton
-3
/
+3
2011-02-24
Parse crate directive tree in one pass, then evaluate it in a second.
Graydon Hoare
-33
/
+96
2011-02-23
Implement type descriptor binding. Un-XFAIL test/run-pass/generic-bind.rs.
Patrick Walton
-19
/
+99
2011-02-23
Add a type for crate directives, to support intermixing with exprs in crate f...
Graydon Hoare
-1
/
+17
2011-02-23
Parse auth clauses, drop them on the floor. Nothing exists to use them yet an...
Graydon Hoare
-0
/
+9
2011-02-23
Use the computed abi :-(
Rafael Ávila de Espíndola
-1
/
+1
2011-02-23
Parse the abi in native modules.
Rafael Ávila de Espíndola
-11
/
+40
2011-02-23
Handle the new ty_native_fn in type check.
Rafael Ávila de Espíndola
-25
/
+96
2011-02-22
Teach rustc about reserved keywords
Brian Anderson
-1
/
+16
2011-02-22
Rename std._io to std.io since 'io' is no longer a keyword
Brian Anderson
-3
/
+3
2011-02-22
rustc: Perform explicit type substitution as requested by the programmer
Patrick Walton
-0
/
+66
2011-02-22
Drop for-loop temporary at end of scope, fixes memory leak.
Graydon Hoare
-0
/
+1
2011-02-22
Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ...
Graydon Hoare
-6
/
+14
2011-02-22
Rework typechecking of bind expressions
Patrick Walton
-36
/
+29
2011-02-22
Finish the type of native functions. We now get
Rafael Ávila de Espíndola
-2
/
+2
2011-02-21
Find main functions buried within modules. Un-XFAIL import.rs.
Graydon Hoare
-2
/
+25
2011-02-18
Implement expr_put. Un-XFAIL foreach-simple.rs; iters w/o env access work.
Graydon Hoare
-2
/
+29
2011-02-18
Factor out the call typechecking logic so that bind can use it
Patrick Walton
-42
/
+101
2011-02-18
Pass correct lliterbody; can compile and run no-put iters.
Graydon Hoare
-3
/
+11
2011-02-18
Make a tag for iterness / fnness, teach many places about it.
Graydon Hoare
-228
/
+303
2011-02-18
Implement Robinson's algorithm for type unification. Closes #227.
Patrick Walton
-75
/
+70
2011-02-17
Teach trans and llvm to cooperate on producing tidier diagnostic names in tra...
Graydon Hoare
-113
/
+226
2011-02-17
Add type parameters to tag types
Patrick Walton
-33
/
+98
2011-02-17
Steps toward implementing iterators.
Graydon Hoare
-7
/
+116
2011-02-16
Don't add the rust arguments to native functions. We now produce the
Rafael Avila de Espindola
-17
/
+50
2011-02-16
Add a more specialized decl_native_fn_and_pair. Native functions now have
Rafael Avila de Espindola
-1
/
+13
2011-02-16
Add missing case to ty_to_str.
Rafael Avila de Espindola
-0
/
+1
2011-02-16
Wrap long line in last commit.
Graydon Hoare
-1
/
+2
2011-02-16
More typechecking for native types and the needed plumbing in codegen.
Rafael Avila de Espindola
-16
/
+65
2011-02-15
Translate record extension.
Graydon Hoare
-8
/
+36
2011-02-15
Handle record update in typeck.
Graydon Hoare
-14
/
+80
2011-02-15
Change another typestate check to an expr check.
Graydon Hoare
-1
/
+1
2011-02-15
Add _mutable unop.
Graydon Hoare
-0
/
+14
2011-02-15
Fix missing path in expr_ext.
Graydon Hoare
-2
/
+3
2011-02-14
Add basic front-end support for 'for each' loops.
Graydon Hoare
-1
/
+69
2011-02-14
Add basic front-end support for expr_put.
Graydon Hoare
-0
/
+68
2011-02-14
Move all non-decl/non-expr stmts to exprs.
Graydon Hoare
-193
/
+212
2011-02-14
Adjust commented-out diagnostic log statement in parser.rs.
Graydon Hoare
-1
/
+2
2011-02-14
Switch ast.is_call_expr check in trans to non-typestate form.
Graydon Hoare
-1
/
+1
2011-02-14
Add parse support for expr_ext.
Graydon Hoare
-0
/
+12
2011-02-14
Expand expr_rec to take its optional trailing 'with' parameter.
Graydon Hoare
-24
/
+69
2011-02-14
Teach typeck about generic tags.
Graydon Hoare
-1
/
+2
2011-02-14
Teach resolve about ty params on tags.
Graydon Hoare
-0
/
+8
2011-02-14
Add support for unsigned binops. Closes #57
Brian Anderson
-16
/
+54
2011-02-14
Add missing case to unify. This gets hello world to codegen.
Rafael Avila de Espindola
-0
/
+1
2011-02-10
Translate pat_lit, un-XFAIL alt-pattern-lit.rs for rustc.
Graydon Hoare
-12
/
+30
2011-02-10
Teach ty and typeck about pat_lit.
Graydon Hoare
-0
/
+8
[prev]
[next]