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-07-17
rustc: Simplify the destination format in the DPS backend; optimize aliases t...
Patrick Walton
-90
/
+103
2011-07-17
rustc: Use memmove instructions more aggressively in DPS mode. LLVM converts ...
Patrick Walton
-13
/
+74
2011-07-16
Make clear the differentiation between char pos and byte pos in filemaps. Fix...
Josh Matthews
-34
/
+64
2011-07-16
Fix pre-existing problem with filemap line positions always starting at 0. Fi...
Josh Matthews
-4
/
+12
2011-07-16
Use the actual start position of the file in the codemap rather than the posi...
Josh Matthews
-4
/
+2
2011-07-16
Reenable error line printing.
Josh Matthews
-2
/
+1
2011-07-16
Fix error line display slicing.
Josh Matthews
-5
/
+7
2011-07-16
rustc: Implement immediates in the DPS engine; it should now always be at lea...
Patrick Walton
-16
/
+49
2011-07-15
rustc: Implement interior string logging in DPS
Patrick Walton
-3
/
+10
2011-07-15
rustc: Implement logging in DPS
Patrick Walton
-9
/
+109
2011-07-15
rustc: Translate literals in DPS style; no constification of strings yet.
Patrick Walton
-7
/
+174
2011-07-15
rustc: Write names of local variables into the LLVM IR when debug mode is on
Patrick Walton
-0
/
+3
2011-07-15
Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rea...
Graydon Hoare
-2
/
+2
2011-07-15
gather_locals shouldn't descend down into fns and items.
Michael Sullivan
-1
/
+10
2011-07-15
Convert gather_locals to use visit.
Michael Sullivan
-18
/
+21
2011-07-15
rustc: Introduce a stub destination-passing-style translation engine, accessi...
Patrick Walton
-15
/
+186
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-331
/
+302
2011-07-15
Getting rid of unnecessary casts for objects.
Lindsey Kuper
-3
/
+0
2011-07-14
refactor: Move the task and communication-related translation functions to a ...
Eric Holk
-284
/
+311
2011-07-14
Make collect_upvars know about function args.
Michael Sullivan
-1
/
+6
2011-07-14
Generalize collect_upvars to work over any type of ast node.
Michael Sullivan
-7
/
+12
2011-07-14
refactor: Move the LLVM type and constant constructors into a new module.
Eric Holk
-446
/
+511
2011-07-14
Consolidate some arguments in typeck by just passing the record they came from.
Michael Sullivan
-12
/
+12
2011-07-14
Factor out build_environment's code to find a variable in a function context.
Michael Sullivan
-18
/
+24
2011-07-14
Factor out closure construction from trans_for_each.
Michael Sullivan
-14
/
+24
2011-07-14
Fix array out of bounds index in load_environment.
Michael Sullivan
-3
/
+3
2011-07-14
rustc: Move metadata::encoder over to interior vectors
Patrick Walton
-52
/
+56
2011-07-14
Add a facility for ignoring tests. Issue #428
Brian Anderson
-8
/
+31
2011-07-14
Fix long line.
Graydon Hoare
-1
/
+2
2011-07-14
Move rustc to the new llvm type system. Requires an update to llvm trunk.
Rafael Ávila de Espíndola
-55
/
+40
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-336
/
+337
2011-07-14
rustc: First stab at interior string literals, untested as of yet
Patrick Walton
-12
/
+86
2011-07-14
The test runner's main returns unit, not int. Issue #428
Brian Anderson
-1
/
+1
2011-07-14
Revert "Allow main to return int"
Brian Anderson
-4
/
+1
2011-07-14
Flag --test implies '--cfg test'. Issue #428
Brian Anderson
-6
/
+59
2011-07-14
Keep a pointer to rust_object_type.
Rafael Ávila de Espíndola
-7
/
+9
2011-07-14
Main part of the type system rewrite:
Rafael Ávila de Espíndola
-75
/
+87
2011-07-13
Allow main to return int
Brian Anderson
-1
/
+4
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-10
/
+77
2011-07-13
rustc: Remove some interior vectors from ty, except the ones that I think wer...
Patrick Walton
-35
/
+8
2011-07-13
Small cleanups that were missing in the last patch.
Rafael Ávila de Espíndola
-4
/
+3
2011-07-13
Next step in the type system change. Add task_type to the context.
Rafael Ávila de Espíndola
-37
/
+43
2011-07-13
rustc: Remove exterior vectors from resolve again
Patrick Walton
-29
/
+26
2011-07-13
First step in the typesystem rewrite:
Rafael Ávila de Espíndola
-84
/
+84
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-210
/
+210
2011-07-13
Use more precise spans in error messages for bad FRU exprs
Tim Chevalier
-9
/
+15
2011-07-13
Parse nullary ret correctly
Tim Chevalier
-9
/
+7
2011-07-13
Add some missing cases to token::can_begin_expr
Tim Chevalier
-0
/
+4
2011-07-13
Refactor out some repetetive code in trans_alt
Marijn Haverbeke
-59
/
+46
2011-07-13
Add box patterns
Marijn Haverbeke
-13
/
+56
[prev]
[next]