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
Age
Commit message (
Expand
)
Author
Lines
2018-07-11
suggest on new snippet
csmoe
-29
/
+29
2018-07-06
suggests with whole macro call
csmoe
-10
/
+1
2018-07-04
add span note
csmoe
-1
/
+8
2018-07-03
Suggestion for print
csmoe
-1
/
+8
2018-06-27
Implement `#[macro_export(local_inner_macros)]`
Vadim Petrochenkov
-0
/
+3
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-7
/
+7
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-10
/
+8
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
-58
/
+22
2018-06-20
Rename structures in ast
varkor
-26
/
+26
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
-27
/
+27
2018-06-20
Rename "parameter" to "arg"
varkor
-15
/
+15
2018-06-20
Rename *Parameter to *Param
varkor
-14
/
+14
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-21
/
+34
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
-3
/
+3
2018-05-24
Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov
bors
-0
/
+1
2018-05-22
rustc: Correctly pretty-print macro delimiters
Alex Crichton
-0
/
+1
2018-05-23
Rollup merge of #50846 - GuillaumeGomez:add-e0665, r=frewsxcv
kennytm
-6
/
+53
2018-05-21
Remove rustc_serialize_exclude_null
Manish Goregaokar
-12
/
+2
2018-05-21
Add E0665
Guillaume Gomez
-17
/
+53
2018-05-18
Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis
bors
-2
/
+6
2018-05-17
Pass crate editions to macro expansions, update tests
Vadim Petrochenkov
-1
/
+4
2018-05-17
Add edition to expansion info
Vadim Petrochenkov
-1
/
+2
2018-05-17
Rollup merge of #50610 - estebank:fmt-str, r=Kimundi
Mark Simulacrum
-3
/
+6
2018-05-17
Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton
bors
-18
/
+6
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-18
/
+6
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-17
/
+17
2018-05-17
Rollup merge of #50752 - GuillaumeGomez:more-error-code-in-libsyntax-ext, r=f...
kennytm
-3
/
+58
2018-05-15
Add missing error codes in libsyntax-ext asm
Guillaume Gomez
-3
/
+58
2018-05-15
Auto merge of #50011 - varkor:partialord-opt-ii, r=Manishearth
bors
-66
/
+101
2018-05-10
Improve format string errors
Esteban Küber
-3
/
+6
2018-05-09
use fmt::Result where applicable
Andre Bogus
-1
/
+1
2018-05-06
Fix assertion message generation
Shotaro Yamada
-57
/
+4
2018-05-03
Auto merge of #50413 - kennytm:rollup, r=kennytm
bors
-0
/
+5
2018-05-02
forbid empty identifiers from concat_idents
Michael Lamparski
-0
/
+5
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
-2
/
+4
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
[next]