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
Age
Commit message (
Expand
)
Author
Lines
2012-02-01
Remove support for native types
Marijn Haverbeke
-124
/
+17
2012-02-01
Get rid of native types in LLVM module
Marijn Haverbeke
-268
/
+250
2012-01-31
Change option::t to option
Tim Chevalier
-259
/
+259
2012-01-31
Rename str::from_byte(s) to str::unsafe::from_byte(s),
Kevin Cantu
-1
/
+1
2012-01-31
Merge pull request #1713 from killerswan/manpg
Graydon Hoare
-35
/
+44
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
-344
/
+689
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
Updating the manpage and usage message
Kevin Cantu
-35
/
+44
2012-01-30
rustc: Allow attributes on methods. Closes #1709
Brian Anderson
-8
/
+14
2012-01-30
Remove ternary operator
Paul Woolcock
-75
/
+5
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-62
/
+167
2012-01-30
Substitute type parameters more eagerly
Marijn Haverbeke
-304
/
+201
2012-01-30
Revert self types
Marijn Haverbeke
-95
/
+60
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
rustc: Add a missing llvm linkage type
Brian Anderson
-0
/
+1
2012-01-29
rustc: Add some missing llvm defs. Fix comments
Brian Anderson
-3
/
+5
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
Merge remote-tracking branch 'mozilla/master'
Josh Matthews
-46
/
+72
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
-18
/
+18
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
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-212
/
+203
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-224
/
+164
2012-01-27
Use the method name 'unary-' for overloading negation
Marijn Haverbeke
-2
/
+6
2012-01-26
rustc: Add pprust::res_to_str
Brian Anderson
-8
/
+41
2012-01-26
Remove the --no-core command-line option
Brian Anderson
-3
/
+1
2012-01-26
rustc: Switch the --no-core switch to a #[no_core] attribute
Brian Anderson
-8
/
+15
2012-01-26
rustc: Make core injection a timed pass
Brian Anderson
-1
/
+3
2012-01-26
rustc: Move core injection to its own module
Brian Anderson
-24
/
+38
2012-01-26
Make re-exporting of impls work
Marijn Haverbeke
-111
/
+135
2012-01-26
Use operator names for operator methods
Marijn Haverbeke
-30
/
+31
2012-01-26
Fix small bug in iface self types
Marijn Haverbeke
-1
/
+3
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-56
/
+82
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-141
/
+251
2012-01-26
Use string stored in codemap for pretty-printing comments and literals
Marijn Haverbeke
-35
/
+23
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-128
/
+38
2012-01-25
(FIX) Change encoder::encode_metadata to return a [u8] (which will become an ...
Kevin Cantu
-3
/
+3
2012-01-25
rustc: Add pprust::variant_to_str
Brian Anderson
-17
/
+39
2012-01-25
rustc: Allow attributes on enum variants. Closes #1663
Brian Anderson
-4
/
+16
2012-01-25
Correctly increment sess.byte_pos.
Kevin Atkinson
-6
/
+6
2012-01-25
Keep source file around after parsing.
Kevin Atkinson
-42
/
+36
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-72
/
+100
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-329
/
+314
[next]