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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-20
Remove serialization of diagnostics to files
Mark Rousskov
-1
/
+0
2019-08-02
libsyntax: Unconfigure tests during normal build
Vadim Petrochenkov
-5
/
+3
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
Move standard library injection into libsyntax_ext
Vadim Petrochenkov
-1
/
+0
2019-07-27
Move test harness generation into libsyntax_ext
Vadim Petrochenkov
-1
/
+0
2019-07-27
Move proc macro server into libsyntax
Vadim Petrochenkov
-2
/
+8
2019-07-27
Break dependencies between `syntax_ext` and some other crates
Vadim Petrochenkov
-1
/
+2
2019-07-25
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Mazdak Farrokhzad
-0
/
+1
2019-07-24
Merge `rustc_allocator` into `libsyntax_ext`
Vadim Petrochenkov
-0
/
+1
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-3
/
+0
2019-07-19
Implement checks for meta-variables in macros
Julien Cretin
-0
/
+1
2019-07-13
Make `newtype_index` hygienic and use allow_internal_unstable
Matthew Jasper
-2
/
+0
2019-07-10
Move pp::Printer helpers to direct impl
Mark Rousskov
-0
/
+1
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-1
/
+0
2019-07-04
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...
Mazdak Farrokhzad
-0
/
+1
2019-07-01
Enable mem_take feature in relevant crates
Chris Gregory
-0
/
+1
2019-07-01
syntax: use `box` instead of `Box::new` in `ptr::P`.
Eduard-Mihai Burtescu
-0
/
+1
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-19
rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.
Eduard-Mihai Burtescu
-0
/
+2
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-6
/
+0
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-0
/
+1
2019-05-24
review comments
Esteban Küber
-0
/
+2
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-4
/
+11
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-18
Rename module
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-16
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin
kennytm
-1
/
+0
2019-02-12
Stabilize slice_sort_by_cached_key
Scott McMurray
-1
/
+0
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-3
/
+3
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-3
/
+3
2019-02-12
Stabilize str::escape_* methods
Simon Sapin
-1
/
+0
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-07
libsyntax => 2018
Taiki Endo
-19
/
+10
2019-02-06
Rename `fold.rs` as `mut_visit.rs`.
Nicholas Nethercote
-1
/
+1
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-2
/
+2
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-1
/
+0
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-0
/
+1
2019-01-02
make `panictry!` private to libsyntax
Andy Russell
-2
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Remove `RcVec` and `RcSlice`.
Nicholas Nethercote
-6
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
Use iterator and pattern APIs instead of `char_at`
Shotaro Yamada
-1
/
+0
2018-11-27
remove uses of feature gate
Mark Mansi
-1
/
+0
2018-11-12
Make `NodeId` a `newtype_index` to enable niche optimizations
Oliver Scherer
-1
/
+2
2018-11-02
implement existing parser fns in terms of fallible fns
QuietMisdreavus
-0
/
+17
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
[next]