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
/
libsyntax
/
ext
/
deriving
/
generic
Age
Commit message (
Expand
)
Author
Lines
2014-07-13
refactor Method definition to make space for macros
John Clements
-7
/
+7
2014-07-11
Removed dead structures after changes to PartialOrd/Ord derivings.
Felix S. Klock II
-259
/
+16
2014-07-11
`O(n*k)` code-size deriving on enums (better than previous `O(n^k)`).
Felix S. Klock II
-36
/
+389
2014-07-11
Revise the `const_nonmatching` flag with more info about author's intent.
Felix S. Klock II
-7
/
+24
2014-07-09
syntax: doc comments all the things
Corey Richardson
-174
/
+172
2014-07-08
carry self ident forward through re-parsing
John Clements
-5
/
+9
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-7
/
+8
2014-07-03
Fix spelling errors.
Joseph Crail
-1
/
+1
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-18
/
+9
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-1
/
+1
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-71
/
+75
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-06-02
auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton
bors
-7
/
+7
2014-06-02
syntax: Remove use of `pub use` globs
klutzy
-2
/
+3
2014-06-02
docs: Stop using `notrust`
Florian Gilcher
-7
/
+7
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-31
syntax: Fix an accidental hyperlink in a comment
Alex Crichton
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-10
/
+10
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-24
Changes from feedback
Steven Fackler
-1
/
+2
2014-05-24
Add AttrId to Attribute_
Steven Fackler
-0
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-15
/
+30
2014-05-17
syntax: Tighten search paths for inner modules
Alex Crichton
-0
/
+1571
[prev]