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-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
2011-04-08
Remove unused function.
Rafael Ávila de Espíndola
-12
/
+0
2011-04-08
fix long lines
Tim Chevalier
-36
/
+30
2011-04-08
Implemented computing prestates and poststates for a few expression forms.
Tim Chevalier
-64
/
+268
2011-04-08
Disable effect checking in rustboot
Marijn Haverbeke
-55
/
+5
2011-04-07
Avoid some gotchas with logging macros
Brian Anderson
-15
/
+25
2011-04-07
Add a test case for calling generic functions taking alias args with box types
Brian Anderson
-0
/
+13
2011-04-07
Add an XFAILed test for blocks that result in functions
Brian Anderson
-0
/
+15
2011-04-07
Make block results work for generic types
Brian Anderson
-54
/
+191
2011-04-07
stdlib: Add a simple union-find data structure
Patrick Walton
-0
/
+43
2011-04-07
rustc: Pointer cast when crossing a box boundary for statically-sized element...
Patrick Walton
-0
/
+4
2011-04-08
add FIXME related to the -fno-strict-aliasing workaround
Marijn Haverbeke
-0
/
+2
2011-04-08
Re-add a read_byte() method to buf_reader objs
Marijn Haverbeke
-20
/
+18
2011-04-08
Initialize two more variables to keep darwin tinderbox happy
Marijn Haverbeke
-2
/
+2
2011-04-08
add a -parse-only option to rustc
Marijn Haverbeke
-2
/
+9
2011-04-08
add -O2 when compiling rt, fix warnings triggered by optimizer
Marijn Haverbeke
-6
/
+6
2011-04-07
Updated test to use 'check' rather than just logging results.
Lindsey Kuper
-5
/
+3
2011-04-07
Move to macro-based logging checks in the C++ code
Marijn Haverbeke
-237
/
+254
2011-04-07
rustc: Pointer cast when autodereferencing boxed tag types
Patrick Walton
-1
/
+13
2011-04-07
rustc: Use the name "opaque_tag", not "tag", for opaque tags
Patrick Walton
-1
/
+1
2011-04-07
Support for self-calls that take arguments.
Lindsey Kuper
-41
/
+120
2011-04-07
Add a very basic crate-dump utility
Marijn Haverbeke
-2
/
+73
2011-04-07
Fix problem in metadata writer
Marijn Haverbeke
-0
/
+4
2011-04-07
Revise EBML reader API
Marijn Haverbeke
-280
/
+201
2011-04-07
rustc: Remove useless call to type_of() in trans_rec()
Patrick Walton
-1
/
+0
2011-04-07
"xfail-stage0", not "XFAIL-stage0"
Patrick Walton
-1
/
+1
2011-04-07
XFAIL lib-option.rs in stage0 due to crash on Darwin on tinderbox
Patrick Walton
-0
/
+1
2011-04-07
Fix effect on deref-lval
Patrick Walton
-1
/
+1
[next]