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-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
2012-01-25
Repair zero-variant tags
Marijn Haverbeke
-51
/
+24
2012-01-25
Add bit-shifting ops to ast_util::eval_const_expr
Marijn Haverbeke
-0
/
+4
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 4)
Kevin Cantu
-12
/
+12
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 3)
Kevin Cantu
-2
/
+2
2012-01-24
Replace uses of str::unsafe_from_byte
Kevin Cantu
-2
/
+2
2012-01-24
rustc: Bump the error count on non-span errors
Brian Anderson
-0
/
+1
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-73
/
+102
2012-01-24
comp: Fix syntax error in parser
Brian Anderson
-1
/
+1
2012-01-24
Merge pull request #1631 from j-clark/patch-2
Brian Anderson
-2
/
+3
2012-01-23
Add export{} syntax to encapsulate things that should be abstract
Tim Chevalier
-1
/
+1
2012-01-23
Added to bad_expr_word_table reserved words
Joshua Clark
-2
/
+3
2012-01-23
s/block()/fn()/g
Niko Matsakis
-47
/
+40
2012-01-23
When replacing a pattern variable in macro expansion use the span of
Kevin Atkinson
-6
/
+6
2012-01-23
Allow ast_fold_precursor to change the span.
Kevin Atkinson
-81
/
+111
2012-01-23
Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.
Kevin Atkinson
-21
/
+32
2012-01-23
Change "file" of injected string from "-" to "<anon>", less confusing
Kevin Atkinson
-1
/
+1
2012-01-23
Revert "rustc: Exclude stdin from codemap files when lookup_pos".
Kevin Atkinson
-5
/
+3
2012-01-23
Change rustc and rustdoc's #[desc] attribute to #[comment]
Brian Anderson
-1
/
+1
2012-01-23
Check that the names mentioned in tag exports are actually types (or variants)
Tim Chevalier
-2
/
+58
2012-01-23
Export all enum variants by default; new syntax for selectively exporting var...
Tim Chevalier
-14
/
+53
2012-01-21
wrap line
Niko Matsakis
-1
/
+2
2012-01-21
unify size_of, align_of into one call (metrics)
Niko Matsakis
-104
/
+346
2012-01-21
migrate size_of() and related funcs from trans into shape
Niko Matsakis
-263
/
+268
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-25
/
+25
2012-01-21
fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...
Graham Fawcett
-4
/
+4
2012-01-22
rustc: Specify lint checks via crate attributes
Haitao Li
-13
/
+101
2012-01-21
rustc: Always resolve reexported names from original def
Haitao Li
-33
/
+64
2012-01-20
WIP on issue 1426 (exporting all tags)
Tim Chevalier
-4
/
+32
2012-01-20
Handle fail after return correctly in typestate
Tim Chevalier
-4
/
+18
2012-01-19
Handle predicates that recurse in a check() expression
Tim Chevalier
-9
/
+10
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-6
/
+6
2012-01-19
rustc: Stop parsing "tag"
Patrick Walton
-2
/
+2
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-1
/
+1
2012-01-19
rustc: Fix fun_to_str
Brian Anderson
-0
/
+14
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-450
/
+450
2012-01-19
rustc: Remove trailing whitespace
Patrick Walton
-1
/
+1
2012-01-19
Compute typestates for FRU exprs correctly, plus a bit of cleanup
Tim Chevalier
-50
/
+36
2012-01-19
Handle log expressions with a _|_-typed level
Tim Chevalier
-0
/
+6
2012-01-19
rustc: Fix long lines
Patrick Walton
-5
/
+6
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-183
/
+183
[prev]
[next]