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
Age
Commit message (
Expand
)
Author
Lines
2012-02-08
deprecate old style box shape strings
Niko Matsakis
-8
/
+3
2012-02-08
Monomorphize resource and variant constructors
Marijn Haverbeke
-76
/
+87
2012-02-07
Minor class-related tweaks to the AST
Tim Chevalier
-5
/
+6
2012-02-07
Stop storing cmp glue in tydescs
Marijn Haverbeke
-44
/
+4
2012-02-07
Reuse monomorphized functions for different box types
Marijn Haverbeke
-260
/
+225
2012-02-06
Handle built-in typenames in the resolve pass, rather than in parser
Marijn Haverbeke
-90
/
+154
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-945
/
+638
2012-02-06
Make sure iface_methods are set before they are accessed
Marijn Haverbeke
-3
/
+18
2012-02-06
Self types for ifaces
Marijn Haverbeke
-145
/
+228
2012-02-05
Merge remote-tracking branch 'erickt/master'
Brian Anderson
-4
/
+4
2012-02-05
don't fail if inference is not complete
Niko Matsakis
-0
/
+1
2012-02-05
resolve some merge failures
Niko Matsakis
-9
/
+5
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-120
/
+261
2012-02-03
Beginnings of front-end support for classes
Tim Chevalier
-3
/
+12
2012-02-03
Don't rely on filename to get a file from the filemap
Kevin Atkinson
-7
/
+7
2012-02-03
Fix prefixing of logging paths with crate name
Marijn Haverbeke
-3
/
+4
2012-02-03
core: rename str::lteq to str::le
Tom Lee
-1
/
+1
2012-02-03
Clean up and update trans::ty_ctxt type definition
Marijn Haverbeke
-66
/
+37
2012-02-03
Start on in-crate monomorphizing
Marijn Haverbeke
-125
/
+162
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-362
/
+344
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-167
/
+7
2012-02-02
Fix assumption in mut.rs that op overloading breaks
Marijn Haverbeke
-4
/
+1
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
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-271
/
+282
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-282
/
+271
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-271
/
+282
2012-02-01
Remove support for native types
Marijn Haverbeke
-79
/
+15
2012-02-01
Get rid of native types in LLVM module
Marijn Haverbeke
-125
/
+101
2012-01-31
Change option::t to option
Tim Chevalier
-152
/
+152
2012-01-31
Don't compute pre- and postconditions for item_consts
Tim Chevalier
-16
/
+1
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-285
/
+591
2012-01-31
Move walk_ty to stack closure
Marijn Haverbeke
-56
/
+32
2012-01-31
Don't consider references to nullary tag variants lvals in kind.rs
Marijn Haverbeke
-1
/
+16
2012-01-30
Remove ternary operator
Paul Woolcock
-14
/
+0
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-34
/
+79
2012-01-30
Substitute type parameters more eagerly
Marijn Haverbeke
-293
/
+190
2012-01-30
Revert self types
Marijn Haverbeke
-81
/
+50
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
-81
/
+104
2012-01-29
Fix mistake in previous commit
Marijn Haverbeke
-1
/
+2
2012-01-29
Fix bug where resolve didn't descend method ty params
Marijn Haverbeke
-1
/
+1
2012-01-28
core: rename vec::position* functions
Erick Tryzelaar
-4
/
+4
2012-01-28
Merge remote-tracking branch 'mozilla/master'
Josh Matthews
-30
/
+56
2012-01-28
Disable lexical block and function debug info caches to improve compilation t...
Josh Matthews
-19
/
+18
2012-01-27
rustc: Make 'attempted access of field' error non-fatal
Brian Anderson
-1
/
+3
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-2
/
+2
2012-01-27
Make occurs check in ty::fixup_vars more reliable
Marijn Haverbeke
-11
/
+19
2012-01-27
Allow moving out of mutable unsafe pointers
Marijn Haverbeke
-10
/
+12
2012-01-27
Properly check enum types for recursion
Marijn Haverbeke
-6
/
+20
[prev]
[next]