about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-11-23Print the macro context name on incomplete parseJonas Schievink-1/+53
2015-11-22Auto merge of #29968 - Manishearth:bang-macro-diag, r=eddybbors-0/+13
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-0/+13
2015-11-21Auto merge of #29963 - dotdash:fat_copy, r=eddybbors-0/+22
2015-11-21Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichtonbors-0/+48
2015-11-20Auto merge of #29961 - alexcrichton:order-dependent, r=brsonbors-0/+46
2015-11-20Avoid FCA loads and extractvalue when copying fat pointersBjörn Steinbrink-0/+22
2015-11-20rustc: Fix `extern crate` being order dependentAlex Crichton-0/+46
2015-11-20Auto merge of #29951 - fhahn:fix-plugin-compiler-example, r=steveklabnikbors-2/+9
2015-11-20Remove slice pattern from compiler plugin exampleFlorian Hahn-2/+9
2015-11-20Auto merge of #29534 - oli-obk:fix/const_fn_eval, r=dotdashbors-0/+24
2015-11-20Auto merge of #29939 - mitaa:doc_const_fn, r=alexcrichtonbors-0/+39
2015-11-19Show constness for functions of reexported docsmitaa-0/+39
2015-11-19Add run-pass test for paths containing the NUL characterTobias Bucher-0/+48
2015-11-19Re-unignore environment test on MinGWTobias Bucher-4/+1
2015-11-19Auto merge of #29903 - nikomatsakis:incr-comp-ool-items, r=mw,nrcbors-5/+7
2015-11-18ratchet down the recursion limit because, at least in my testing,Niko Matsakis-0/+2
2015-11-18Patch graphviz tests to account for the fact that nested items are notNiko Matsakis-5/+5
2015-11-18Auto merge of #29910 - tbu-:pr_env_revert_mingw_weirdness, r=alexcrichtonbors-1/+4
2015-11-18Auto merge of #29083 - petrochenkov:stability3, r=alexcrichtonbors-3/+41
2015-11-18MIR: Add pass that erases all regions right before transMichael Woerister-1/+1
2015-11-18Revert not-ignoring weird environment variables for MinGWTobias Bucher-1/+4
2015-11-18Auto merge of #29882 - devonhollowood:master, r=Manishearthbors-55/+0
2015-11-18Add missing annotations and some testsVadim Petrochenkov-3/+41
2015-11-17Auto merge of #29797 - oli-obk:remove-fromb, r=nikomatsakisbors-0/+46
2015-11-17Auto merge of #29531 - bltavares:issue-28586, r=sanxiynbors-0/+16
2015-11-17Rollup merge of #29868 - petrochenkov:gv, r=sanxiynManish Goregaokar-2/+2
2015-11-17Remove 'raw_pointer_derive' lint (#14615)Devon Hollowood-55/+0
2015-11-17add unit test for the new and the changed errorsOliver Schneider-0/+46
2015-11-17Auto merge of #29837 - Wafflespeanut:unicode_chars, r=Manishearthbors-0/+18
2015-11-17Detect confusing unicode characters and show the alternativeRavi Shankar-0/+18
2015-11-17Auto merge of #29297 - tbu-:pr_env_ignore_malformed, r=alexcrichtonbors-4/+46
2015-11-16Ignore malformed environment strings like glibc doesTobias Bucher-4/+46
2015-11-16Do not generate comparefoo.gv and simpleeq.gv during testingVadim Petrochenkov-2/+2
2015-11-16Auto merge of #29828 - sanxiyn:check-macro, r=nrcbors-1/+20
2015-11-15Auto merge of #29788 - mitaa:module_name, r=arielb1bors-0/+39
2015-11-15Auto merge of #29836 - eefriedman:normalize-fn, r=arielb1bors-0/+45
2015-11-15fix prettyAriel Ben-Yehuda-1/+2
2015-11-15fix remaining bugsAriel Ben-Yehuda-10/+51
2015-11-15evaluate projections outside the outer probe in recursive evaluationAriel Ben-Yehuda-0/+31
2015-11-15simplify and reduce the size of EvaluationResultAriel Ben-Yehuda-0/+67
2015-11-14Consistently normalize fn types after erasing lifetimes.Eli Friedman-0/+45
2015-11-14Auto merge of #29827 - Manishearth:diag-fn-field, r=eddybbors-0/+23
2015-11-14Check macro definition and do not expand invalid macrosSeo Sanghyeon-1/+20
2015-11-14Fix diagnostics for calling indirect extern function pointer fieldManish Goregaokar-0/+23
2015-11-14Auto merge of #29825 - KyleMayes:move-parse-panic, r=sanxiynbors-1/+1
2015-11-13Move the panicking parse functions out of the parserKyle Mayes-1/+1
2015-11-14implement coercions in MIRAriel Ben-Yehuda-0/+76
2015-11-13represent fat ptr operands as 2 separate pointersAriel Ben-Yehuda-0/+63
2015-11-13MIR: implement fat raw pointer comparisonsAriel Ben-Yehuda-0/+173