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
/
rustc
Age
Commit message (
Expand
)
Author
Lines
2012-10-15
In ty::normalize_ty, don't replace self_regions with None
Tim Chevalier
-4
/
+10
2012-10-15
Error out in resolve if structs try to capture type parameters
Tim Chevalier
-2
/
+2
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-636
/
+564
2012-10-15
rustc: Implement monomorphic default methods. r=nmatsakis
Patrick Walton
-300
/
+615
2012-10-15
Check whether loans conflict with old loans or with themselves.
Niko Matsakis
-94
/
+140
2012-10-15
Fix whitespace
Tim Chevalier
-2
/
+2
2012-10-15
Allow enum discriminator exprs to refer to declared consts
Tim Chevalier
-115
/
+196
2012-10-12
Avoid repeating 'try adding a move' hint
Tim Chevalier
-3
/
+5
2012-10-12
Remove unneeded parens
Tim Chevalier
-1
/
+1
2012-10-12
Make trans ignore last use
Tim Chevalier
-17
/
+9
2012-10-12
Change the kind checker to ignore results of last-use
Tim Chevalier
-37
/
+49
2012-10-12
(For legacy code:) In liveness, require that by-move arguments are rvalues
Tim Chevalier
-1
/
+9
2012-10-12
Make moves explicit in rustc::middle
Tim Chevalier
-4
/
+4
2012-10-12
remove ctor from ast (take 2) (no review: just dead code removal)
Niko Matsakis
-518
/
+110
2012-10-12
Use the Nth impl when translating a static method call, instead
Niko Matsakis
-39
/
+90
2012-10-12
bump version to 0.5.
Graydon Hoare
-8
/
+8
2012-10-12
Replace several common macros of the form #m[...] with m!(...)
Kevin Cantu
-21
/
+21
2012-10-11
Remove obsolete comment
Tim Chevalier
-2
/
+0
2012-10-11
Remove obsolete FIXME
Tim Chevalier
-2
/
+0
2012-10-11
Use truncate in typeck::infer; gets rid of FIXME
Tim Chevalier
-5
/
+2
2012-10-11
Remove obsolete comment
Tim Chevalier
-5
/
+0
2012-10-11
Update FIXME numbers
Tim Chevalier
-7
/
+6
2012-10-11
Remove obsolete FIXME
Tim Chevalier
-3
/
+0
2012-10-11
Update FIXME numbers
Tim Chevalier
-2
/
+2
2012-10-11
Remove obsolete FIXME
Tim Chevalier
-6
/
+1
2012-10-11
Remove obsolete FIXME
Tim Chevalier
-1
/
+0
2012-10-11
Update FIXME number
Tim Chevalier
-1
/
+1
2012-10-11
Remove unneeded no_rt flag
Tim Chevalier
-17
/
+11
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-2
/
+2
2012-10-10
Move the description of -(W|A|D|F) into the `-W help` message
Kevin Cantu
-10
/
+10
2012-10-10
Touchup the debug flag description printing
Kevin Cantu
-1
/
+1
2012-10-10
rustc: fix size computation of structs for the FFI
Philipp Brüschweiler
-3
/
+4
2012-10-09
Remove old serialization2 vestigial code
Erick Tryzelaar
-2
/
+2
2012-10-08
Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""
Tim Chevalier
-22
/
+0
2012-10-08
Revert "Remove old auto_serialize2 code (needs snapshot)"
Tim Chevalier
-0
/
+22
2012-10-07
Remove old auto_serialize2 code (needs snapshot)
Erick Tryzelaar
-22
/
+0
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-208
/
+230
2012-10-07
migrate libsyntax/rustc to auto_serialize2
Erick Tryzelaar
-279
/
+284
2012-10-06
Merge remote-tracking branch 'original/incoming' into incoming
Simon BD
-238
/
+453
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-46
/
+12
2012-10-05
De-mode mysterious unused functions in middle::trans::shape (see comment)
Tim Chevalier
-4
/
+8
2012-10-05
rustc: Add a new method_self method call origin. Part of default methods.
Patrick Walton
-15
/
+61
2012-10-05
rustc: Thread a self type through trans_impl; fix cross-crate trait issue
Patrick Walton
-10
/
+27
2012-10-05
rustc: Translate default methods on traits for each impl in which they're use...
Patrick Walton
-5
/
+27
2012-10-05
Remove uses of mutable ref mode.
Tim Chevalier
-13
/
+12
2012-10-05
rustc: Implement simple uses of &trait
Patrick Walton
-69
/
+180
2012-10-05
Revert "wip"
Tim Chevalier
-29
/
+62
2012-10-05
wip
Tim Chevalier
-62
/
+29
2012-10-05
Demode some code using by-mutbl-ref; warn about by-mutbl-ref
Tim Chevalier
-1
/
+3
2012-10-05
rustc: Implement simple trait inheritance.
Patrick Walton
-35
/
+110
[prev]
[next]