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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
Age
Commit message (
Expand
)
Author
Lines
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-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-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
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-10
/
+10
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-48
/
+21
2012-10-03
rustc: Fix ICE when de-exporting rt
Patrick Walton
-3
/
+8
2012-10-03
rustc man page and usage text update.
Orphée Lafond-Lummis
-1
/
+1
2012-10-03
rustc: Unbreak old-style boxed traits
Patrick Walton
-5
/
+4
2012-10-03
rustc: Implement "@Foo as @Bar" for boxed traits
Patrick Walton
-31
/
+89
2012-10-03
Change default mode for fns to be by-copy, except for fn&
Tim Chevalier
-6
/
+9
2012-10-03
Revert "rustc: Don't error out early when constructing a boxed trait."
Tim Chevalier
-35
/
+20
2012-10-02
rustc: Only allow imports marked with "pub" to be imported from other modules
Patrick Walton
-4
/
+19
2012-10-02
rustc: Add a side table for legacy boxed traits, not filled in.
Patrick Walton
-3
/
+14
2012-10-02
rustc: Don't error out early when constructing a boxed trait.
Patrick Walton
-20
/
+35
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-2
/
+6
2012-10-02
libstd: Switch off legacy modes in both core and std.
Patrick Walton
-25
/
+25
2012-10-02
Don't warn about non-camel-case types by default
Brian Anderson
-1
/
+1
2012-10-01
rename vec::raw::form_slice to buf_as_slice
Erick Tryzelaar
-2
/
+2
2012-10-01
In lint, don't complain about infer mode if legacy modes aren't enabled
Tim Chevalier
-9
/
+12
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-7
/
+7
2012-09-30
rustc: llvm grew some new enum variants
Erick Tryzelaar
-13
/
+15
[next]