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
/
middle
/
debuginfo.rs
Age
Commit message (
Expand
)
Author
Lines
2012-02-17
Move debuginfo into trans
Marijn Haverbeke
-885
/
+0
2012-02-17
Clean up some of trans using block combinators
Marijn Haverbeke
-4
/
+4
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-4
/
+4
2012-02-15
Replace some explicit fails with 'alt check' invocations
Marijn Haverbeke
-6
/
+3
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-3
/
+3
2012-02-09
Fix various bugs in monomorphization
Marijn Haverbeke
-1
/
+1
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-1
/
+0
2012-02-09
Monomorphize methods and bounded parameters
Marijn Haverbeke
-1
/
+1
2012-02-06
Handle built-in typenames in the resolve pass, rather than in parser
Marijn Haverbeke
-37
/
+69
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-9
/
+9
2012-02-03
Don't rely on filename to get a file from the filemap
Kevin Atkinson
-6
/
+6
2012-02-03
Start on in-crate monomorphizing
Marijn Haverbeke
-2
/
+2
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-3
/
+3
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-1
/
+1
2012-02-01
Propagating unsafe::slice 2
Kevin Cantu
-2
/
+2
2012-02-01
Get rid of native types in LLVM module
Marijn Haverbeke
-1
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-3
/
+3
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-13
/
+44
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-5
/
+11
2012-01-30
Remove trailing whitespace in debuginfo.rs
Marijn Haverbeke
-1
/
+1
2012-01-30
Only build debuginfo blocks for blocks that appear in the program text
Marijn Haverbeke
-22
/
+32
2012-01-28
Disable lexical block and function debug info caches to improve compilation t...
Josh Matthews
-19
/
+18
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-14
/
+15
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-22
/
+23
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-8
/
+8
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-46
/
+46
2012-01-19
rustc: Use integer from ctypes consistently
Haitao Li
-2
/
+2
2012-01-19
Use ctypes in native function declarations
Haitao Li
-2
/
+2
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-3
/
+5
2012-01-13
Undo over-enthusiastic obj system removal in debuginfo.
Josh Matthews
-0
/
+3
2012-01-13
llvm: Switch back to LLVM trunk
Brian Anderson
-1
/
+1
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-3
/
+0
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-3
/
+3
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-15
/
+16
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-2
/
+2
2012-01-05
Add more item types to the ast_map so the test suite can build with debug info.
Josh Matthews
-1
/
+1
2011-12-29
split proto from fn_decl, as not all fn_decls know the proto.
Niko Matsakis
-1
/
+1
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-4
/
+4
2011-12-22
Merge branch 'master' of github.com:graydon/rust
Graydon Hoare
-7
/
+7
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-5
/
+5
2011-12-22
Unify some data structures in syntax::ast that were doing the same thing
Marijn Haverbeke
-7
/
+7
2011-12-22
Add ty::new_ty_hash, clean up comparing of ty::t's
Marijn Haverbeke
-4
/
+3
2011-12-21
Make { || ... } sugar for any type of closure, inferred
Niko Matsakis
-0
/
+3
2011-12-19
Properly calculate base working dir for compile units.
Josh Matthews
-4
/
+9
2011-12-19
Long lines.
Josh Matthews
-9
/
+12
2011-12-19
Fix merge error and rebasing changes for debug information.
Josh Matthews
-4
/
+6
2011-12-18
Remove source line generation craziness. Ensure incorrect subprogram caches a...
Josh Matthews
-88
/
+57
[next]