about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-18Allow raw identifiers in diagnostic macros.Lymia Aluysia-5/+5
2018-03-18Return a is_raw parameter from Token::ident rather than having separate methods.Lymia Aluysia-34/+19
2018-03-18Move raw_identifiers check to the lexer.Lymia Aluysia-4/+5
2018-03-18Feature gate raw identifiers.Lymia Aluysia-5/+62
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-145/+475
2018-03-18Auto merge of #48986 - matklad:update-cargo, r=alexcrichtonbors-26/+17
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-3/+526
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-260/+228
2018-03-17Auto merge of #48842 - petrochenkov:under, r=nikomatsakisbors-136/+153
2018-03-17Add some docs + Fix rebaseVadim Petrochenkov-1/+7
2018-03-17Cleanup import parsingVadim Petrochenkov-54/+23
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-31/+38
2018-03-17AST: Keep distinction between `path` and `::path` in imports and visibilitiesVadim Petrochenkov-77/+66
2018-03-17AST: Make renames in imports closer to the sourceVadim Petrochenkov-40/+53
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-58/+42
2018-03-17Reject `_` in `ident` matcherVadim Petrochenkov-19/+46
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-119/+109
2018-03-17Auto merge of #48936 - Zoxc:cstore, r=michaelwoeristerbors-43/+68
2018-03-17Auto merge of #49106 - kennytm:rollup, r=kennytmbors-48/+919
2018-03-17Rollup merge of #49083 - oli-obk:mopsgeschwindigkeit, r=michaelwoeristerkennytm-1/+1
2018-03-17Rollup merge of #49082 - SimonSapin:mu, r=alexcrichtonkennytm-8/+0
2018-03-17Rollup merge of #49077 - sinkuu:macro_use_typo, r=estebankkennytm-4/+49
2018-03-17Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichtonkennytm-12/+50
2018-03-17Rollup merge of #49055 - alexcrichton:ship-more-libs, r=nikomatsakiskennytm-2/+4
2018-03-17Rollup merge of #48983 - gnzlbg:red, r=alexcrichtonkennytm-3/+728
2018-03-17Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertjkennytm-4/+80
2018-03-17Rollup merge of #48943 - comex:verbose, r=kennytmkennytm-14/+7
2018-03-17Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoeristerbors-99/+112
2018-03-17Auto merge of #49090 - QuietMisdreavus:test-rustdoc-again, r=Mark-Simulacrumbors-3/+3
2018-03-17Auto merge of #49088 - michaelwoerister:fix-49070, r=nikomatsakisbors-2/+9
2018-03-17Update CargoAleksey Kladov-26/+17
2018-03-16fix doctestQuietMisdreavus-1/+1
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-204/+101
2018-03-16re-enable resting librustdocQuietMisdreavus-2/+2
2018-03-16incr.comp.: Make sanity check in try_mark_green() aware of error conditions.Michael Woerister-2/+9
2018-03-16rustbuild: Add more MinGW libraries to shipAlex Crichton-2/+4
2018-03-16Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoeristerbors-4/+89
2018-03-16Auto merge of #48818 - michaelwoerister:issue-47309, r=eddybbors-11/+48
2018-03-16Only generate miri backtraces if explicitly requestedOliver Schneider-1/+1
2018-03-16Remove deprecated unstable alloc::heap::EMPTY constantSimon Sapin-8/+0
2018-03-16ignore emscriptengnzlbg-0/+2
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-3/+210
2018-03-16Checks for unknown attributes before abortingShotaro Yamada-4/+49
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-19/+141
2018-03-15Support extra-verbose builds:comex-14/+7
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-462/+637
2018-03-16Rollup merge of #48972 - mark-i-m:rustdoc_readme, r=QuietMisdreavuskennytm-171/+2
2018-03-15Fix tidyAlexandre Martin-1/+1
2018-03-16Rollup merge of #49049 - Centril:fix/flatten-fusediterator, r=blusskennytm-1/+1
2018-03-16Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakiskennytm-52/+104