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
/
syntax
Age
Commit message (
Expand
)
Author
Lines
2012-01-30
Revert self types
Marijn Haverbeke
-5
/
+3
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-1
/
+1
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-4
/
+3
2012-01-27
Use the method name 'unary-' for overloading negation
Marijn Haverbeke
-1
/
+5
2012-01-26
rustc: Add pprust::res_to_str
Brian Anderson
-8
/
+41
2012-01-26
Make re-exporting of impls work
Marijn Haverbeke
-11
/
+12
2012-01-26
Use operator names for operator methods
Marijn Haverbeke
-2
/
+11
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-0
/
+1
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-0
/
+9
2012-01-26
Use string stored in codemap for pretty-printing comments and literals
Marijn Haverbeke
-0
/
+1
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-2
/
+1
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
-27
/
+30
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-3
/
+5
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-42
/
+43
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
-1
/
+1
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-18
/
+21
2012-01-24
comp: Fix syntax error in parser
Brian Anderson
-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
-19
/
+13
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
-79
/
+109
2012-01-23
Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.
Kevin Atkinson
-20
/
+29
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
Export all enum variants by default; new syntax for selectively exporting var...
Tim Chevalier
-14
/
+51
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-3
/
+3
2012-01-20
WIP on issue 1426 (exporting all tags)
Tim Chevalier
-4
/
+32
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-1
/
+1
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
-264
/
+264
2012-01-19
rustc: Fix long lines
Patrick Walton
-2
/
+2
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-60
/
+60
2012-01-19
Rename fn*() to fn() as originally planned.
Niko Matsakis
-8
/
+10
2012-01-19
treat fn*() as fn&()
Niko Matsakis
-8
/
+2
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-18
/
+14
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-340
/
+340
2012-01-18
Allow any alternative (not just a block) to follow a nullary tag pattern
Tim Chevalier
-3
/
+1
2012-01-18
allow dotless nullary patterns inside or-patterns
Tim Chevalier
-1
/
+2
2012-01-18
Another minor parser fix for nullary-tag patterns
Tim Chevalier
-1
/
+1
2012-01-18
Allow nullary tag names to be qualified
Tim Chevalier
-3
/
+2
2012-01-18
rustc: Assert that the parser doesn't assign node id 0
Brian Anderson
-0
/
+2
2012-01-18
rustc: Accept commas to separate tag variants
Patrick Walton
-3
/
+12
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-55
/
+59
[prev]
[next]