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
Age
Commit message (
Expand
)
Author
Lines
2011-04-13
Add more commentary about ExtFmt
Brian Anderson
-15
/
+37
2011-04-13
Add support for printing uints as lower-case hex to ExtFmt.
Brian Anderson
-18
/
+101
2011-04-13
Move #fmt conversion model into ExtFmt.CT namespace
Brian Anderson
-73
/
+72
2011-04-13
Add ExtFmt test for unsigned type
Brian Anderson
-0
/
+1
2011-04-13
Fix a typo in test expr-alt-generic-box1.rs
Brian Anderson
-1
/
+1
2011-04-13
rm unused import
Tim Chevalier
-1
/
+0
2011-04-13
Make expr_while work in typestate_check
Tim Chevalier
-116
/
+104
2011-04-13
Remove gc() call from end of lib-map.rs, works on stage0 otherwise (stage0 pr...
Graydon Hoare
-2
/
+0
2011-04-13
Fix temporary-spilling logic in trans_args, uncomment most of lib-deque.rs (w...
Graydon Hoare
-11
/
+5
2011-04-13
Add generic-temporary.rs minimal test showing cause of lib-deque.rs failure o...
Graydon Hoare
-0
/
+21
2011-04-13
Fix lib-deque.rs to pass typarams by alias.
Graydon Hoare
-6
/
+6
2011-04-13
Slight updates to match API drift in io, lib-io.rs passes.
Graydon Hoare
-5
/
+5
2011-04-13
Remove code that is already in llvm for some time.
Rafael Ávila de Espíndola
-62
/
+0
2011-04-13
Lex numeric escapes, needed for lib-str.rs (which now passes).
Graydon Hoare
-13
/
+77
2011-04-13
Typo.
Rafael Ávila de Espíndola
-1
/
+1
2011-04-13
Enable alias analysis and the function attributes pass.
Rafael Ávila de Espíndola
-4
/
+28
2011-04-12
typestate_check can now handle expr_block, expr_if, and expr_binary
Tim Chevalier
-161
/
+358
2011-04-12
rustc: Switch to indices for type parameters
Patrick Walton
-382
/
+255
2011-04-12
rustc: Add "float" as a type to the pretty printer
Patrick Walton
-0
/
+1
2011-04-12
Further work on typestate. Handles expr_rec and expr_assign now.
Tim Chevalier
-252
/
+548
2011-04-12
Add LLVMAddLoopIdiomPass.
Rafael Ávila de Espíndola
-0
/
+1
2011-04-12
Add LLVMAddCorrelatedValuePropagationPass.
Rafael Ávila de Espíndola
-0
/
+1
2011-04-12
Add LLVMAddScalarReplAggregatesPassSSA.
Rafael Ávila de Espíndola
-0
/
+1
2011-04-12
Un-XFAIL generic-tag-corruption.rs.
Graydon Hoare
-2
/
+0
2011-04-12
Make glue always pass-by-alias and rename "scalar_or_boxed" concept to "immed...
Graydon Hoare
-48
/
+73
2011-04-12
Tighten up condition on use of opaque_tag, remove blunt hammer of alias arg-c...
Graydon Hoare
-5
/
+20
2011-04-12
Add LLVMAddEarlyCSEPass to the .def file.
Rafael Ávila de Espíndola
-0
/
+1
2011-04-12
Enable more optimizations.
Rafael Ávila de Espíndola
-9
/
+10
2011-04-11
Factor out creation of calls into ExtFmt.RT
Brian Anderson
-16
/
+16
2011-04-11
Add support for bool, char to extfmt.
Brian Anderson
-3
/
+32
2011-04-11
Move ExtFmt compile-time functions into their own module
Brian Anderson
-171
/
+174
2011-04-11
Use correct indentation for ExtFmt.rs
Brian Anderson
-6
/
+15
2011-04-11
Make ExtFmt call its own functions instead of others defined in std
Brian Anderson
-6
/
+15
2011-04-11
Move extfmt parsing into standard library
Brian Anderson
-210
/
+214
2011-04-11
Move the extfmt data model into the standard library.
Brian Anderson
-48
/
+78
2011-04-11
rustc: Add a uint hash function
Patrick Walton
-0
/
+8
2011-04-11
rustc: Factor out expr_ty() into expr_ann() and expr_ty()
Patrick Walton
-38
/
+45
2011-04-11
Add new minimal testcase showing generic tag memory corruption.
Graydon Hoare
-0
/
+6
2011-04-11
Add a hack to force the linker to fetch Object.o
Rafael Ávila de Espíndola
-0
/
+2
2011-04-11
Implement the "attempted dynamic environment-capture" error in rustc.
Rafael Ávila de Espíndola
-0
/
+151
2011-04-10
Un-XFAIL expr-block-fn.rs
Brian Anderson
-1
/
+0
2011-04-08
rustc: Push down types for all expressions; add logic for recv and send
Patrick Walton
-2
/
+26
2011-04-09
Remove silly legacy glue-offset encoding, predicate runtime adjustments by AB...
Graydon Hoare
-54
/
+38
2011-04-09
Fix codemap.lookup_pos
Marijn Haverbeke
-15
/
+12
2011-04-08
rustc: Rename "demand" to "pushdown" in the typechecker and explain more clea...
Patrick Walton
-376
/
+409
2011-04-09
Move to single-uint file-position representation.
Marijn Haverbeke
-351
/
+413
2011-04-09
Make lexer buffer the whole file
Marijn Haverbeke
-59
/
+74
2011-04-08
rustc: Resolve ty_locals
Patrick Walton
-3
/
+32
2011-04-08
rustc: Add the ability to fold over annotations
Patrick Walton
-36
/
+83
2011-04-08
Remove unused function.
Rafael Ávila de Espíndola
-17
/
+0
[next]