summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2018-04-02Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonanderbors-0/+84
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-0/+84
2018-03-31proc_macro: Tweak doc comments and negative literalsAlex Crichton-0/+57
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-1/+1
2018-03-23Rollup merge of #49030 - Zoxc:misc, r=michaelwoeristerAlex Crichton-2/+1
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+0
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-1/+1
2018-03-17Remove unused importsJohn Kåre Alsaker-2/+1
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-0/+1
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-1/+16
2018-03-11Update Cargo submoduleAlex Crichton-627/+0
2018-03-07check stability of macro invocationsAustin Bonander-0/+1
2018-03-05Fix procedural_mbe_matching test case after libsyntax change.Michael Woerister-1/+1
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-3/+4
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-01-30Fix more testsMark Mansi-1/+8
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-47/+18
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-1/+5
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-1/+5
2018-01-22Fix spurious warning on empty proc macro cratesRyan Cumming-0/+31
2018-01-19Allow runtime switching between trans backendsbjorn3-0/+3
2018-01-16Allow a trailing comma in lint_array; fix #47428Mark Mansi-13/+48
2017-12-28Prefer to use attr::contains_name() and attr::find_by_name()Seiichi Uchida-3/+5
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-0/+1
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-4/+4
2017-12-12Fix fallout in tests.Jeffrey Seyfried-3/+32
2017-12-05Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddybbors-12/+12
2017-12-04rustc_back: replace tempdir with crates.io version.Irina-Gabriela Popa-10/+10
2017-12-04rustc_back: move dynamic_lib to rustc_metadata.Irina-Gabriela Popa-2/+2
2017-12-04Fix invalid docs path for compiler pluginsKenjiro Nakayama-2/+2
2017-12-02Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoeristerbors-4/+4
2017-12-02Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrcbors-0/+64
2017-11-30Rename long test names to be a bit shorterAlex Crichton-4/+4
2017-11-28Fix hygiene bug.Jeffrey Seyfried-0/+64
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-1/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+246
2017-11-10Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkovbors-2/+2
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-0/+382
2017-11-06Inclusive range updated to `..=` syntaxBadel2-2/+2
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-0/+2
2017-10-08Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichtonbors-0/+1
2017-10-05`proc_macro::Span` API improvementsAustin Bonander-0/+107
2017-10-04Fix some E-needstest issues.Malo Jaffré-0/+1
2017-09-27Apply attr proc macros before cfg processingTomas Nilsson-0/+121
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-0/+2
2017-09-06better explanatory comment for the pprust-expr-roundtrip testStuart Pernsteiner-0/+18
2017-09-06pprust: fix parenthesization of exprsStuart Pernsteiner-0/+227
2017-08-25rustc: Fix proc_macro expansions on trait methodsAlex Crichton-0/+53
2017-08-22Update ignored tests for dynamic muslSamuel Holland-2/+0
2017-08-12syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu-1/+6