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-08-30
rustc: "extern mod { ... }" should be written "extern { ... }" instead
Patrick Walton
-2
/
+0
2012-08-30
rustc: Make the compiler no longer ICE on unused foreign constants
Patrick Walton
-2
/
+8
2012-08-30
Bump version to 0.4
Brian Anderson
-8
/
+8
2012-08-29
rustc: Make `<=`, `>=`, and `>` use traits as well
Patrick Walton
-1
/
+2
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-35
/
+1087
2012-08-29
core: Demode int/uint mods
Brian Anderson
-5
/
+5
2012-08-29
Camel case more std types
Brian Anderson
-2
/
+2
2012-08-29
std: Camel case some constructors
Brian Anderson
-12
/
+12
2012-08-29
core: Don't normalize paths by default. Add a normalize method
Brian Anderson
-3
/
+5
2012-08-29
Rename resolve3 -> resolve.
Graydon Hoare
-39
/
+39
2012-08-29
Allow extern mods to be anonymous
Tim Chevalier
-11
/
+18
2012-08-29
vtable.rs: adjust formatting, correct build error
Niko Matsakis
-215
/
+224
2012-08-29
Refactor representation of borrowing so that it is tracked by fn_ctxt and not...
Niko Matsakis
-486
/
+513
2012-08-28
Comment the default case in typeck::check::vtable::lookup_vtable copiously
Tim Chevalier
-10
/
+98
2012-08-28
In ty::impl_traits, treat structs properly
Tim Chevalier
-15
/
+4
2012-08-28
CamelCasify lots of std
Ben Striegel
-97
/
+97
2012-08-28
Add lint modes for uses of @ and ~ pointers, in general.
Graydon Hoare
-1
/
+86
2012-08-28
Compress metadata section. Seems a minor speed win, major space win.
Graydon Hoare
-2
/
+4
2012-08-28
rustc: Add cfg(gc) and cfg(nogc).
Elliott Slaughter
-9
/
+16
2012-08-27
Camel case various core constructors
Brian Anderson
-45
/
+45
2012-08-27
Add some counters to metadata.
Graydon Hoare
-2
/
+62
2012-08-27
Mark intrinsic::tydesc with #[allow(non_camel_case_types)]
Brian Anderson
-0
/
+1
2012-08-27
Convert core::result to camel case
Brian Anderson
-309
/
+309
2012-08-27
libcore: Implement ord and eq language items
Patrick Walton
-37
/
+50
2012-08-27
rustc: Avoid an allocation on every GEPi
Patrick Walton
-114
/
+110
2012-08-27
fix a few remaining unused pattern binding warnings
Niko Matsakis
-3
/
+3
2012-08-27
rustc: make sure to import shr.
Erick Tryzelaar
-1
/
+1
2012-08-27
rustc: Fix typo in variant name
Erick Tryzelaar
-1
/
+1
2012-08-27
rustc: import vstore_uniq
Erick Tryzelaar
-1
/
+2
2012-08-27
rustc: more pattern cleanup
Erick Tryzelaar
-70
/
+65
2012-08-27
rustc: fix the unused pattern vars warnings.
Erick Tryzelaar
-35
/
+35
2012-08-27
rustc: When landing pads are off, avoid skipping cleanup code.
Elliott Slaughter
-2
/
+10
2012-08-27
rustc: Break cyclical dependence between emit_tydescs and gen_shape_tables.
Elliott Slaughter
-0
/
+41
2012-08-26
Camel case the option type
Brian Anderson
-2025
/
+2025
2012-08-26
rustc: Use memmove in unsafe::reinterpret_cast (issue #3025).
Patrick Walton
-3
/
+6
2012-08-26
rustc: Use memset when zeroing allocas out (issue #3025).
Patrick Walton
-2
/
+30
2012-08-25
rustc: Add some more debugging to vtable
Patrick Walton
-2
/
+2
2012-08-25
Fix more unused variable warnings
Brian Anderson
-8
/
+8
2012-08-25
rustc: Implement foreign constants.
Patrick Walton
-34
/
+66
2012-08-25
Add backquotes to error message
Tim Chevalier
-2
/
+2
2012-08-25
implements issue #2356
Vincent Belliard
-6
/
+56
2012-08-24
Remove match check
Tim Chevalier
-28
/
+15
2012-08-24
Eliminate match checks in trans and typeck
Tim Chevalier
-131
/
+215
2012-08-24
Rework method lookup to properly handle self types for non impl matches. Clos...
Michael Sullivan
-15
/
+72
2012-08-24
A bunch of code refactoring in method matching.
Michael Sullivan
-88
/
+80
2012-08-24
Comments only: fix a comment in method resolution.
Michael Sullivan
-1
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-326
/
+284
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-22
/
+23
2012-08-24
Infer purity for || style closures. Closes #3023.
Michael Sullivan
-51
/
+61
2012-08-24
Get rid of the unsafe hacks in resolve3. Closes #3267.
Michael Sullivan
-12
/
+9
[next]