summaryrefslogtreecommitdiff
path: root/src/libsyntax
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #57205 - petrochenkov:extrecov, r=estebankbors2018-12-302-5/+6
|\
| * Improve error recovery for some built-in macrosVadim Petrochenkov2018-12-302-5/+6
* | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors2018-12-291-1/+4
|\ \ | |/ |/|
| * Implemented variants on type aliases in both ctor and pattern position.Alexander Regueiro2018-12-261-1/+4
* | Rollup merge of #57159 - ids1024:closed-issue, r=Centrilkennytm2018-12-291-1/+1
|\ \
| * | Update references to closed issueIan Douglas Scott2018-12-271-1/+1
| |/
* | Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnaybors2018-12-282-0/+18
|\ \
| * | Resolve `$crate`s for pretty-printing at more appropriate timeVadim Petrochenkov2018-12-282-0/+18
| |/
* | Address review comments and CI failuresVadim Petrochenkov2018-12-271-0/+1
* | Make sure feature gate errors are recoverableVadim Petrochenkov2018-12-271-1/+0
* | Fix `trace_macros` and `log_syntax`Vadim Petrochenkov2018-12-272-13/+19
* | Get rid of `Block::recovered`Vadim Petrochenkov2018-12-274-10/+7
* | Do not abort compilation if expansion produces errorsVadim Petrochenkov2018-12-273-24/+20
* | AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-endVadim Petrochenkov2018-12-275-2/+17
|/
* Remove licensesMark Rousskov2018-12-2550-499/+0
* Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obkMazdak Farrokhzad2018-12-231-3/+2
|\
| * stabilize min_const_unsafe_fn in 1.33.Mazdak Farrokhzad2018-12-231-3/+2
* | Rollup merge of #56964 - nnethercote:TokenStream-IsJoint, r=petrochenkovMazdak Farrokhzad2018-12-232-54/+44
|\ \ | |/ |/|
| * Remove `TokenStream::JointTree`.Nicholas Nethercote2018-12-202-54/+44
* | Rollup merge of #57052 - Centril:fix-eip-stable-version, r=varkorkennytm2018-12-231-3/+3
|\ \
| * | exhaustive_integer_patterns slipped 1.32; stabilized in 1.33.Mazdak Farrokhzad2018-12-211-2/+2
| * | macro_literal_matcher was stabilized in 1.32; not 1.32.Mazdak Farrokhzad2018-12-211-1/+1
* | | Stabilize #[repr(packed(N))]Taylor Cramer2018-12-211-10/+2
|/ /
* | Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichtonbors2018-12-205-30/+31
|\ \
| * | Do not interpret mismatches from pretty-printed `$crate` as token stream inva...Vadim Petrochenkov2018-12-192-2/+6
| * | Reintroduce special pretty-printing for `$crate` when it's necessary for proc...Vadim Petrochenkov2018-12-191-2/+25
| * | Remove `eliminate_crate_var` and special pretty-printing for `$crate`Vadim Petrochenkov2018-12-193-29/+3
* | | Auto merge of #56613 - Zoxc:query-perf1, r=michaelwoeristerbors2018-12-191-0/+1
|\ \ \ | |/ / |/| |
| * | Tweak query code for performanceJohn Kåre Alsaker2018-12-171-0/+1
| |/
* | Rollup merge of #56910 - estebank:unclosed-eof, r=oli-obkPietro Albini2018-12-191-1/+9
|\ \
| * | Do not point at delim spans for complete correct blocksEsteban Küber2018-12-171-1/+9
* | | Rollup merge of #56908 - alexcrichton:new-features, r=oli-obkPietro Albini2018-12-191-0/+2
|\ \ \
| * | | rustc: Don't ICE on usage of two new target featuresAlex Crichton2018-12-171-0/+2
| | |/ | |/|
* | | Rollup merge of #56820 - ljedrz:format_tweaks, r=alexcrichtonPietro Albini2018-12-191-0/+3
|\ \ \
| * | | format: inline one-liners related to parse_exprljedrz2018-12-141-0/+3
| | |/ | |/|
* | | Stabilize `underscore_imports`Vadim Petrochenkov2018-12-171-21/+2
| |/ |/|
* | Auto merge of #56737 - nnethercote:TokenStream-improvements, r=petrochenkovbors2018-12-1711-284/+107
|\ \
| * | Rename `TokenStream::concat` and remove `TokenStream::concat_rc_vec`.Nicholas Nethercote2018-12-128-34/+30
| * | Merge `TokenStreamKind` into `TokenStream`.Nicholas Nethercote2018-12-121-72/+65
| * | Remove `RcVec` and `RcSlice`.Nicholas Nethercote2018-12-123-160/+0
| * | Use `TokenStream::concat` more.Nicholas Nethercote2018-12-121-17/+11
| * | Use `Lrc<Vec<TokenStream>>` instead of `RcVec<TokenStream>`.Nicholas Nethercote2018-12-121-17/+17
| * | XXX: SymbolIndexNicholas Nethercote2018-12-121-0/+4
| |/
* | Rollup merge of #56679 - euclio:external-doc-parse, r=estebankPietro Albini2018-12-151-12/+56
|\ \
| * | improve diagnostics for invalid external docsAndy Russell2018-12-101-10/+26
| * | reject invalid external doc attributesAndy Russell2018-12-101-2/+30
* | | Auto merge of #56584 - davidtwco:issue-53990, r=nikomatsakisbors2018-12-151-4/+15
|\ \ \
| * | | Add suggestion for underscore binding fix.David Wood2018-12-071-0/+9
| * | | Add context for RFC 1685 change in 2018 edition.David Wood2018-12-071-4/+6
* | | | Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obkkennytm2018-12-141-0/+4
|\ \ \ \