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
2019-03-25
Auto merge of #59256 - petrochenkov:derval2, r=Zoxc
bors
-3
/
+4
2019-03-24
Remove methods is_struct/is_tuple/is_unit from VariantData
Vadim Petrochenkov
-53
/
+51
2019-03-17
Make meta-item API compatible with `LocalInternedString::get` soundness fix
Vadim Petrochenkov
-3
/
+4
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-9
/
+8
2019-02-18
Remove `LazyTokenStream`.
Nicholas Nethercote
-1
/
+2
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-11
/
+11
2019-02-13
Cleanup imports
Taiki Endo
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-3
/
+4
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-2
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-11
/
+11
2019-02-07
Support const generics in derive
varkor
-1
/
+15
2019-02-07
Rollup merge of #58133 - taiki-e:libsyntax_ext-2018, r=Centril
kennytm
-165
/
+174
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-6
/
+6
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-165
/
+174
2018-12-27
Fix `trace_macros` and `log_syntax`
Vadim Petrochenkov
-1
/
+1
2018-12-27
Get rid of `Block::recovered`
Vadim Petrochenkov
-1
/
+0
2018-12-27
Do not abort compilation if expansion produces errors
Vadim Petrochenkov
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-150
/
+0
2018-12-19
Remove `eliminate_crate_var` and special pretty-printing for `$crate`
Vadim Petrochenkov
-1
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-11
/
+11
2018-12-04
syntax: Rename some keywords
Vadim Petrochenkov
-2
/
+2
2018-11-30
proc_macro: move the rustc server to syntax_ext.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-30
proc_macro: remove the __internal module.
Eduard-Mihai Burtescu
-7
/
+5
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-28
/
+37
2018-11-18
Rollup merge of #55827 - ljedrz:various_stashed, r=alexcrichton
Pietro Albini
-10
/
+8
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-13
A few tweaks to iterations/collecting
ljedrz
-10
/
+8
2018-10-31
syntax: improve a few allocations
ljedrz
-1
/
+1
2018-10-26
Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov
bors
-5
/
+5
2018-10-26
Remove redundant clone
Shotaro Yamada
-2
/
+2
2018-10-20
handle errors based on parse_sess
csmoe
-5
/
+5
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-4
/
+4
2018-08-16
syntax_ext: remove leftover span_err_if_not_stage0 macro.
Eduard-Mihai Burtescu
-13
/
+2
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-2
/
+5
2018-08-09
[nll] libsyntax_ext: remove unnecessary mut annotation on variable
memoryruins
-1
/
+1
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
[next]