about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2019-04-21Use sysroot libserialize in newtype_index testIgor Matuszewski-1/+1
2019-04-03reduce repetition in librustc(_lint) wrt. impl LintPassMazdak Farrokhzad-13/+6
2019-03-15Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelixbors-0/+26
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-12/+12
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-71/+10
2019-03-04Use bit operations for setting large ranges of bits in a u64Oliver Scherer-1/+1
2019-03-04Test the `UndefMask` typeOliver Scherer-0/+26
2019-02-27Rename variadic to c_variadicDan Robertson-1/+1
2019-02-20hir: HirId-ify intravisitljedrz-3/+3
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-2/+2
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-1/+1
2019-02-11Update fulldeps testOliver Scherer-1/+1
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-24/+28
2019-01-26Auto merge of #57726 - Zoxc:combine-early-lints, r=estebankbors-0/+8
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-729/+27
2019-01-19Fix lints in testsJohn Kåre Alsaker-0/+8
2018-12-27Get rid of `Block::recovered`Vadim Petrochenkov-1/+0
2018-12-25Remove licensesMark Rousskov-841/+0
2018-12-23stabilize min_const_unsafe_fn in 1.33.Mazdak Farrokhzad-1/+1
2018-12-07Auto merge of #56502 - Zoxc:hir-func, r=eddybbors-2/+2
2018-12-07Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...Vadim Petrochenkov-16/+12
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-2/+2
2018-12-06Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakisbors-1/+1
2018-12-06Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic...bors-3/+5
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-3/+5
2018-12-04Add and update testsOliver Scherer-1/+0
2018-12-04Adjust a rustc test to the safety changesOliver Scherer-1/+2
2018-12-04Fix testShotaro Yamada-1/+0
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-2310/+0
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-29/+1
2018-11-27remove uses of feature gateMark Mansi-2/+0
2018-11-23Fix proc-macro test after internal API changeEsteban Küber-2/+2
2018-11-18Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichtonPietro Albini-0/+2
2018-11-15test/linkage-visibility: Ignore on musl targetsSamuel Holland-0/+2
2018-11-15Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoeristerPietro Albini-1/+1
2018-11-12Fix fulldeps test with NodeIdOliver Scherer-1/+1
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-1/+2
2018-10-19Update more internals tests to `default`Oliver Scherer-2/+2
2018-10-19Update a compiler-test to the `Default` changesOliver Scherer-1/+1
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-1/+1
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-2/+2
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-2/+2
2018-10-05Auto merge of #54336 - petrochenkov:preuni, r=alexcrichtonbors-1/+1
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim Petrochenkov-1/+1
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-14/+14
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-2/+0
2018-09-26Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoeristerbors-3/+4