about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
AgeCommit message (Expand)AuthorLines
2019-08-20Remove serialization of diagnostics to filesMark Rousskov-1/+0
2019-08-02libsyntax: Unconfigure tests during normal buildVadim Petrochenkov-5/+3
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-27Move standard library injection into libsyntax_extVadim Petrochenkov-1/+0
2019-07-27Move test harness generation into libsyntax_extVadim Petrochenkov-1/+0
2019-07-27Move proc macro server into libsyntaxVadim Petrochenkov-2/+8
2019-07-27Break dependencies between `syntax_ext` and some other cratesVadim Petrochenkov-1/+2
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-07-24Merge `rustc_allocator` into `libsyntax_ext`Vadim Petrochenkov-0/+1
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-3/+0
2019-07-19Implement checks for meta-variables in macrosJulien Cretin-0/+1
2019-07-13Make `newtype_index` hygienic and use allow_internal_unstableMatthew Jasper-2/+0
2019-07-10Move pp::Printer helpers to direct implMark Rousskov-0/+1
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-0/+1
2019-07-01Enable mem_take feature in relevant cratesChris Gregory-0/+1
2019-07-01syntax: use `box` instead of `Box::new` in `ptr::P`.Eduard-Mihai Burtescu-0/+1
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-19rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.Eduard-Mihai Burtescu-0/+2
2019-06-11Add deny(unused_lifetimes) to all the crates that have deny(internal).Eduard-Mihai Burtescu-0/+1
2019-06-06Some code cleanup and tidy/test fixesVadim Petrochenkov-6/+0
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-0/+1
2019-05-24review commentsEsteban Küber-0/+2
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-4/+11
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-1/+1
2019-04-18Rename moduleYuki OKUSHI-1/+1
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-1/+0
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-3/+3
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-3/+3
2019-02-12Stabilize str::escape_* methodsSimon Sapin-1/+0
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07libsyntax => 2018Taiki Endo-19/+10
2019-02-06Rename `fold.rs` as `mut_visit.rs`.Nicholas Nethercote-1/+1
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-2/+2
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+0
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-0/+1
2019-01-02make `panictry!` private to libsyntaxAndy Russell-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-12Remove `RcVec` and `RcSlice`.Nicholas Nethercote-6/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-04Use iterator and pattern APIs instead of `char_at`Shotaro Yamada-1/+0
2018-11-27remove uses of feature gateMark Mansi-1/+0
2018-11-12Make `NodeId` a `newtype_index` to enable niche optimizationsOliver Scherer-1/+2
2018-11-02implement existing parser fns in terms of fallible fnsQuietMisdreavus-0/+17
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1