about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-05-10Delay wrapping Definitions into a RefCell around LocalCrateReader.Ms2ger-5/+6
2016-05-10fix DFS for region error reportingNiko Matsakis-0/+36
2016-05-10Make the dep-info-no-analysis regex more robust on Windows.Pavel Sountsov-1/+1
2016-05-10Make --emit dep-info work correctly with -Z no-analysis again.Pavel Sountsov-0/+23
2016-05-10Store a reference rather than a RefCell in LocalCrateReader.Ms2ger-1/+1
2016-05-10borrowck: do not suggest to change "&mut self" to "&mut mut self"Georg Brandl-0/+30
2016-05-10Auto merge of #33471 - birkenfeld:issue-33464, r=jseyfriedbors-0/+23
2016-05-10fix Registry::args for plugins loaded with --extra-pluginsOliver Schneider-1/+1
2016-05-10Auto merge of #33337 - birkenfeld:issue-27842, r=jseyfriedbors-0/+24
2016-05-10resolve: do not modify span of non-importable nameGeorg Brandl-0/+23
2016-05-09Auto merge of #33443 - jseyfried:resolve_ast, r=nrcbors-6/+10
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-0/+643
2016-05-09Rollup merge of #33514 - birkenfeld:issue-29503, r=alexcrichtonManish Goregaokar-0/+26
2016-05-09Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichtonManish Goregaokar-9/+9
2016-05-09rustdoc: remove artificial indentation of doctest codeGeorg Brandl-0/+21
2016-05-09trans: deal with the fact that ZSTs are always "initialized".Eduard Burtescu-0/+10
2016-05-09trans: monomorphize varidiac call argument types.Eduard Burtescu-3/+3
2016-05-09Auto merge of #33457 - oli-obk:const_err/cast_u8_ptr, r=eddybbors-0/+1
2016-05-09Auto merge of #33048 - Amanieu:integer_atomics, r=alexcrichtonbors-0/+92
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+643
2016-05-09rustdoc: do not strip blanket impls in crate of originGeorg Brandl-0/+26
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-9/+9
2016-05-09Add test to ensure that atomic types are lock-freeAmanieu d'Antras-0/+92
2016-05-09Fix fallout in `librustdoc` and in testsJeffrey Seyfried-5/+10
2016-05-09Auto merge of #33478 - xen0n:normalize-callee-trait-ref, r=eddybbors-0/+36
2016-05-09trans: monomorphize the cast destination type before using it.Eduard Burtescu-0/+11
2016-05-09Remove a use of `ast_map.span_if_local()` in `resolve`Jeffrey Seyfried-1/+0
2016-05-08Rollup merge of #33406 - Manishearth:diag-improve-const-let, r=GuillaumeGomezManish Goregaokar-4/+4
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-0/+4
2016-05-08casting `b"text"` to `* const u8` doesn't work in const_evalOliver 'ker' Schneider-0/+1
2016-05-08Auto merge of #33130 - eddyb:mir-const, r=nikomatsakisbors-107/+114
2016-05-08trans: handle string literal reborrows.Eduard Burtescu-0/+13
2016-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-2/+2
2016-05-07Rollup merge of #33336 - birkenfeld:issue-27361, r=sfacklerSteve Klabnik-2/+2
2016-05-07trans: support simd_shuffle using MIR constants for indices.Eduard Burtescu-2/+1
2016-05-07Implement RFC 1440 "Allow Drop types in statics/const functions".Eduard Burtescu-16/+17
2016-05-07test: adjust for the move to MIR-based const checking.Eduard Burtescu-75/+47
2016-05-07mir: qualify and promote constants.Eduard Burtescu-0/+14
2016-05-07trans: callee: normalize trait_ref before useWang Xuerui-0/+36
2016-05-07Auto merge of #33333 - birkenfeld:issue-30318, r=Manishearthbors-0/+19
2016-05-06Auto merge of #33311 - birkenfeld:issue33262, r=nrcbors-0/+18
2016-05-07mir: prepare for rvalue promotion support.Eduard Burtescu-4/+2
2016-05-07Translate constants from MIR instead of going through trans::expr/consts.Eduard Burtescu-9/+17
2016-05-07test: avoid triggering an unsigned negation error from MIR building.Eduard Burtescu-1/+3
2016-05-06remove stray files in auxiliary directoryNiko Matsakis-55/+0
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-3/+3
2016-05-06add missing aux filesNiko Matsakis-0/+55
2016-05-06kill the old auxiliary directoryNiko Matsakis-8799/+3
2016-05-06move auxiliary builds to a test-relative `aux`Niko Matsakis-0/+9580
2016-05-06Auto merge of #33225 - michaelwoerister:fix-debuginfo-struct-ns, r=eddybbors-0/+70