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
/
libsyntax_ext
/
deriving
Age
Commit message (
Expand
)
Author
Lines
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-14
/
+12
2018-07-23
libsyntax_ext: Prefer `Option::map` over `match` where applicable
Colin Wallace
-8
/
+4
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-11
/
+6
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-21
/
+21
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-2
/
+2
2018-06-21
Parse async fn header.
Without Boats
-5
/
+5
2018-06-20
Fix additional comments
varkor
-1
/
+1
2018-06-20
Rename ty_param_bound to trait_bound
varkor
-5
/
+5
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-2
/
+2
2018-06-20
Remove name from GenericParamKind::Lifetime
varkor
-4
/
+4
2018-06-20
Lift bounds into GenericParam
varkor
-12
/
+10
2018-06-20
Simply joint lifetime/type iteration
varkor
-57
/
+21
2018-06-20
Rename structures in ast
varkor
-24
/
+24
2018-06-20
Remove all traces of lifetimes() and types() methods
varkor
-23
/
+21
2018-06-20
Remove methods from ast::GenericParam and ast::Generics
varkor
-2
/
+8
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-31
/
+29
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-3
/
+7
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-25
/
+25
2018-06-20
Rename "parameter" to "arg"
varkor
-12
/
+12
2018-06-20
Rename *Parameter to *Param
varkor
-12
/
+12
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-18
/
+32
2018-06-18
Add ability to apply custom derive to union types.
Steve Pentland
-3
/
+4
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-1
/
+1
2018-05-23
Rollup merge of #50846 - GuillaumeGomez:add-e0665, r=frewsxcv
kennytm
-2
/
+13
2018-05-21
Remove rustc_serialize_exclude_null
Manish Goregaokar
-12
/
+2
2018-05-21
Add E0665
Guillaume Gomez
-2
/
+13
2018-05-15
Auto merge of #50011 - varkor:partialord-opt-ii, r=Manishearth
bors
-66
/
+101
2018-05-02
Remove Option from the return type of Attribute::name()
Seiichi Uchida
-6
/
+4
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-25
Update comments to UFCS style
varkor
-11
/
+24
2018-04-25
Use UFCS
varkor
-11
/
+20
2018-04-25
Fix handling of None
varkor
-11
/
+11
2018-04-25
Ensure derive(PartialOrd) is no longer accidentally exponential
varkor
-70
/
+83
2018-04-25
Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth
bors
-32
/
+32
2018-04-19
Fix some of the __names in the comments
James Sanderson
-13
/
+13
2018-04-19
Gensym remaining identifiers
James Sanderson
-5
/
+5
2018-04-19
Don't prepend deriving-generated attributes with _
James Sanderson
-3
/
+3
2018-04-15
Provide better names for builtin deriving-generated attributes
James Sanderson
-14
/
+14
2018-04-15
Auto merge of #49881 - varkor:partialord-opt, r=Manishearth
bors
-91
/
+212
2018-04-12
Abstract cs_eq for partial_eq
varkor
-50
/
+27
2018-04-12
Improve the comment for cs_fold1
varkor
-2
/
+9
2018-04-12
Update partial_ord codegen summary
varkor
-3
/
+10
2018-04-11
Remove redundant operation in derive[PartialEq]
varkor
-28
/
+58
2018-04-11
Optimise the last field operations in derive[PartialOrd]
varkor
-51
/
+72
2018-04-11
Add cs_fold1 for better derives
varkor
-17
/
+92
2018-04-11
Fix derive(PartialOrd) implementation
varkor
-6
/
+10
2018-04-11
Implementation of `#[repr(packed(n))]` RFC 1399.
Cameron Hart
-3
/
+7
2018-04-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-7
/
+5
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-6
/
+4
2018-04-06
Rename `PathSegment::identifier` to `ident`
Vadim Petrochenkov
-2
/
+2
[next]