summary refs log tree commit diff
path: root/src/test/compile-fail/auxiliary
AgeCommit message (Expand)AuthorLines
2018-03-07check stability of macro invocationsAustin Bonander-0/+16
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-3/+1
2017-12-22Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebankbors-0/+14
2017-12-21Prohibit access to private statics from other crates through macros 2.0Vadim Petrochenkov-0/+2
2017-12-19Followup for #46112.Felix S. Klock II-0/+14
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-413/+0
2017-12-07Migrate a few feature gate tests to uiest31-17/+0
2017-11-28ci: Start running wasm32 tests on TravisAlex Crichton-5/+1
2017-11-10Auto merge of #45707 - Ryman:deprecated-item-name, r=nikomatsakisbors-0/+18
2017-11-03Fix tests and rebase conflictleonardo.yvens-0/+1
2017-11-02rustc: add item name to deprecated lint warningKevin Butler-0/+18
2017-08-27Address review comments, second turnTatsuyuki Ishi-0/+9
2017-07-07Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakisbors-2/+0
2017-07-07Address review commentspetrochenkov-2/+2
2017-07-06Check adjustments and node substsVadim Petrochenkov-1/+4
2017-07-06Check types for privacyVadim Petrochenkov-0/+41
2017-07-06remove associated_consts feature gateSean McArthur-2/+0
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-94/+0
2017-06-21Integrate jobserver support to parallel codegenAlex Crichton-0/+42
2017-06-02Use multiline note for trait suggestionEsteban Küber-46/+0
2017-04-27don't ICE on cross-crate associated const type mismatchAriel Ben-Yehuda-0/+15
2017-04-14Further update with response to feedbackSean Griffin-0/+1
2017-03-05Add compile-fail test for cfg_target_thread_localGibson Fahnestock-0/+17
2017-01-15Improve the warning cycle for `use $crate;`.Jeffrey Seyfried-1/+6
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-1/+2
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-0/+4
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-77/+0
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-0/+32
2016-11-21Fix fallout in tests.Jeffrey Seyfried-98/+0
2016-11-21TestsNick Cameron-0/+32
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-5/+1
2016-11-02Add regression test.Jeffrey Seyfried-0/+16
2016-10-25Support `use $crate;` with a future compatibility warning.Jeffrey Seyfried-0/+12
2016-10-04Fix cross-crate resolution of half-items created by export shadowingVadim Petrochenkov-0/+163
2016-09-25fix 36708Tim Neumann-0/+15
2016-09-20rustc_resolve: bring back "struct called like a function" cross-crate.Eduard Burtescu-0/+13
2016-09-09Issue deprecation warnings for safe accesses to extern staticsVadim Petrochenkov-0/+14
2016-08-13Remove restrictions from tuple structs/variantsVadim Petrochenkov-0/+4
2016-07-08Add tests + Fix rustdoc regression + Fix rebaseVadim Petrochenkov-0/+10
2016-06-29Add regression testJeffrey Seyfried-0/+13
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-0/+11
2016-05-07test: adjust for the move to MIR-based const checking.Eduard Burtescu-1/+1
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+2281