about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-4/+39
2017-05-07Auto merge of #41729 - ubsan:master, r=nrcbors-30/+29
2017-05-07fix the easy features in libsyntaxubsan-30/+29
2017-05-07Auto merge of #41676 - sirideain:expand-macro-recursion-limit, r=jseyfriedbors-1/+1
2017-05-06Fix "an" usageacdenisSK-1/+1
2017-05-06Group "macro expansion" notes per call spanEsteban Küber-9/+18
2017-05-05Use diagnostics for trace_macro instead of printlnEsteban Küber-1/+6
2017-05-05Rollup merge of #41722 - F001:warnTilde, r=petrochenkovCorey Farwell-0/+13
2017-05-05Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichtonCorey Farwell-2/+2
2017-05-05Suggest `!` for bitwise negation when encountering a `~`F001-0/+13
2017-05-05Add Options type in libtest and remove argumentGuillaume Gomez-2/+2
2017-05-04Remove use of `Self: Sized` from libsyntaxTommy Ip-1/+1
2017-05-02Rollup merge of #41693 - est31:anon_params_removal, r=eddybCorey Farwell-1/+1
2017-05-02Removal pass for anonymous parametersest31-1/+1
2017-05-02Auto merge of #40851 - oli-obk:multisugg, r=jonathandturnerbors-12/+19
2017-05-01Increase macro recursion limit to 1024 Fixes #22552Charlie Sheridan-1/+1
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+11
2017-04-28Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakisbors-2/+2
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-73/+112
2017-04-27Auto merge of #37860 - giannicic:defaultimpl, r=nagisabors-13/+54
2017-04-26 support `default impl` for specializationGianni Ciccarelli-16/+10
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-73/+112
2017-04-25Parse trait object types starting with a lifetime boundVadim Petrochenkov-2/+2
2017-04-25Add ui testsGuillaume Gomez-7/+4
2017-04-25Improve E0178 suggestion placementOliver Schneider-4/+5
2017-04-25Address PR commentsOliver Schneider-3/+1
2017-04-25Update affected testsOliver Schneider-3/+1
2017-04-25Minimize single span suggestions into a noteOliver Schneider-2/+12
2017-04-25 support `default impl` for specializationGianni Ciccarelli-3/+11
2017-04-24Remove strip prefixGuillaume Gomez-16/+2
2017-04-24Add tests for module suggestionsGuillaume Gomez-15/+28
2017-04-24Fix invalid module suggestionGuillaume Gomez-13/+20
2017-04-24support `default impl` for specializationGianni Ciccarelli-13/+52
2017-04-24Fix more merge conflictsMatthew-37/+64
2017-04-22Resolve merge conflictmatthewjasper-56/+116
2017-04-22Auto merge of #41464 - frewsxcv:rollup, r=frewsxcvbors-37/+64
2017-04-22Rollup merge of #41077 - petrochenkov:boundparen, r=nikomatsakisCorey Farwell-37/+64
2017-04-22Auto merge of #39999 - bitshifter:struct_align, r=eddybbors-7/+58
2017-04-21Rollup merge of #41432 - abonander:issue_41211, r=jseyfriedCorey Farwell-2/+12
2017-04-21Move parse_remaining_bounds into a separate functionVadim Petrochenkov-20/+21
2017-04-21Fix issue with single question mark or parenVadim Petrochenkov-23/+28
2017-04-21syntax: Support parentheses around trait boundsVadim Petrochenkov-4/+25
2017-04-20Reduce visual clutter of multiline start when possibleEsteban Küber-47/+46
2017-04-20Don't panic if an attribute macro fails to resolve at crate rootAustin Bonander-2/+12
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-5/+18
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-7/+45
2017-04-20Stabilize RFC 1506 - clarified ADT kindsMatthew-25/+3
2017-04-20Rollup merge of #41214 - estebank:less-multiline, r=petrochenkovCorey Farwell-0/+19
2017-04-18Add top level sections to the Unstable Book.Corey Farwell-3/+0
2017-04-17Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkovbors-70/+101