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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-08
Stabilize mem::take (mem_take)
Jon Gjengset
-1
/
+0
2019-09-07
Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov
Mazdak Farrokhzad
-1
/
+0
2019-09-06
Move injection of attributes from command line to `libsyntax_ext`
Vadim Petrochenkov
-0
/
+1
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-1
/
+0
2019-09-03
use consistent naming for buildin expansion functions
Aleksey Kladov
-3
/
+3
2019-08-27
proc_macro: Turn `quote` into a regular built-in macro
Vadim Petrochenkov
-0
/
+8
2019-08-16
Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton
Mazdak Farrokhzad
-1
/
+0
2019-08-15
Remove `__rust_unstable_column`
Vadim Petrochenkov
-1
/
+0
2019-08-15
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Vadim Petrochenkov
-1
/
+1
2019-07-31
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Vadim Petrochenkov
-2
/
+0
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-27
syntax_ext: `proc_macro_decls` -> `proc_macro_harness`
Vadim Petrochenkov
-6
/
+3
2019-07-27
Move standard library injection into libsyntax_ext
Vadim Petrochenkov
-0
/
+1
2019-07-27
Move test harness generation into libsyntax_ext
Vadim Petrochenkov
-2
/
+3
2019-07-27
Move proc macro server into libsyntax
Vadim Petrochenkov
-6
/
+1
2019-07-27
Break dependencies between `syntax_ext` and some other crates
Vadim Petrochenkov
-0
/
+1
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-132
/
+62
2019-07-24
syntax_ext: Turn `#[global_allocator]` into a regular attribute macro
Vadim Petrochenkov
-1
/
+7
2019-07-24
Merge `rustc_allocator` into `libsyntax_ext`
Vadim Petrochenkov
-0
/
+1
2019-07-22
add rustc_private as a proper language feature gate
Aleksey Kladov
-0
/
+1
2019-07-11
Remove unnecessary expansions created by `#[test_case/test/bench]`
Vadim Petrochenkov
-8
/
+16
2019-07-07
syntax: Pre-intern names of all built-in macros
Vadim Petrochenkov
-3
/
+3
2019-07-07
syntax: Migrate built-in macros to the regular stability checking
Vadim Petrochenkov
-17
/
+63
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-18
allow_internal_unstable: Avoid some more allocations
Vadim Petrochenkov
-2
/
+3
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-39
/
+30
2019-06-11
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
bors
-7
/
+12
2019-06-11
syntax_ext: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-10
syntax: Rename variants of `SyntaxExtension` for consistency
Vadim Petrochenkov
-7
/
+8
2019-06-10
syntax: Remove `SyntaxExtension::DeclMacro`
Vadim Petrochenkov
-0
/
+4
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-11
/
+7
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-6
/
+6
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-17
Rename modules
Yuki OKUSHI
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-2
/
+0
2019-02-12
Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton
bors
-1
/
+0
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-2
/
+0
2019-02-12
Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov
bors
-3
/
+7
2019-02-12
Stabilize str::escape_* methods
Simon Sapin
-1
/
+0
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-5
/
+5
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-3
/
+7
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-12
/
+4
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-21
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Fix recursion limits
John Kåre Alsaker
-0
/
+2
[next]