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-23
libsyntax_ext: Prefer `Option::map` over `match` where applicable
Colin Wallace
-8
/
+4
2018-07-23
Only point at inside of string literals if they're actually string literals
Esteban Küber
-6
/
+24
2018-07-23
Point only at invalid positional arguments
Esteban Küber
-62
/
+76
2018-07-23
Point at incorrect named arg in format string
Esteban Küber
-2
/
+19
2018-07-23
Replace a few expect+format combos with unwrap_or_else+panic
ljedrz
-2
/
+2
2018-07-22
Point at internal span in format string
Esteban Küber
-12
/
+22
2018-07-21
fix logic bug
Esteban Küber
-2
/
+2
2018-07-21
Remove dependency on `libsyntax`
Esteban Küber
-1
/
+5
2018-07-21
Gate `format_args_nll` behind feature flag
Esteban Küber
-0
/
+15
2018-07-21
Suggest space separated format str literal
Esteban Küber
-1
/
+1
2018-07-19
Use correct spans for format string errors
Esteban Küber
-1
/
+1
2018-07-19
rework println
Esteban Küber
-2
/
+30
2018-07-19
review comments: modify note wording and change `println`
Esteban Küber
-1
/
+1
2018-07-19
Improve suggestion for missing fmt str in println
Esteban Küber
-14
/
+29
2018-07-15
Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton
bors
-5
/
+0
2018-07-14
Auto merge of #52326 - alexcrichton:tweak-proc-macro-expand, r=petrochenkov
bors
-3
/
+8
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-5
/
+0
2018-07-14
Address comments
Vadim Petrochenkov
-6
/
+4
2018-07-14
Remove some tests using AST comparisons, fix other tests
Vadim Petrochenkov
-4
/
+4
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-20
/
+16
2018-07-13
rustc: Tweak expansion of #[proc_macro] for 2018
Alex Crichton
-3
/
+8
2018-07-13
proc_macro: Fix crate root detection
Vadim Petrochenkov
-10
/
+6
2018-07-12
Rollup merge of #52295 - ljedrz:dyn_libsyntax_ext, r=petrochenkov
kennytm
-35
/
+37
2018-07-12
Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkov
kennytm
-4
/
+4
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-35
/
+37
2018-07-11
rustc: Verify #[proc_macro] is only a word
Alex Crichton
-4
/
+4
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
[prev]
[next]