about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-08librustc_borrowck => 2018Taiki Endo-69/+71
2019-02-08librustc_codegen_utils => 2018Taiki Endo-23/+18
2019-02-08librustc_target => 2018Taiki Endo-220/+221
2019-02-08librustc_cratesio_shim => 2018Taiki Endo-0/+3
2019-02-08librustc_metadata => 2018Taiki Endo-66/+67
2019-02-08librustc_passes => 2018Taiki Endo-22/+23
2019-02-08Cleanup JS a bitGuillaume Gomez-8/+6
2019-02-08librustc_lint => 2018Taiki Endo-100/+108
2019-02-08Remove #[macro_use] extern crate bitflagsTaiki Endo-3/+1
2019-02-08Use real try blocksTaiki Endo-12/+5
2019-02-08Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-08std::sys::unix::stdio: explain why we do into_rawRalf Jung-3/+3
2019-02-08Auto merge of #58213 - Mark-Simulacrum:fix-checktools, r=alexcrichtonbors-0/+1
2019-02-08fix rustdoc JShrls-1/+1
2019-02-08Fix nll test outputEsteban Küber-1/+1
2019-02-08Don't shadow the provided `stringify!` macro in a wasm code size test caseNick Fitzgerald-23/+17
2019-02-08Use write_char for writing padding charactersNick Fitzgerald-23/+9
2019-02-08Add a wasm code size test for stringifying numbersNick Fitzgerald-0/+49
2019-02-08Also de-duplicate 32- and 64-bit number formatting on wasm32Nick Fitzgerald-8/+18
2019-02-08Remove initial newline from automatically generated span testsKonrad Borowski-1/+1
2019-02-08Remove code for updating copyright years in generate-deriving-span-testsKonrad Borowski-22/+6
2019-02-08unused_imports: update testsPietro Albini-29/+37
2019-02-08error_index_generator => 2018Taiki Endo-1/+3
2019-02-08Allow a dirty MirBuilt for make_extern and make_method_externJohn Kåre Alsaker-2/+2
2019-02-08rustc-workspace-hack => 2018Taiki Endo-0/+1
2019-02-08rustc-std-workspace-core => 2018Taiki Endo-2/+2
2019-02-08Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkovbors-709/+1085
2019-02-08Update testsJohn Kåre Alsaker-155/+155
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Move no_hash from mir_built to optimized_mirJohn Kåre Alsaker-2/+2
2019-02-08Remove no_hash from typeck_tables_ofJohn Kåre Alsaker-1/+1
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Add a query type which is always marked as red if it runsJohn Kåre Alsaker-61/+106
2019-02-07Add test for type mismatch on first match armEsteban Küber-0/+58
2019-02-07WIPAlexander Regueiro-3/+3
2019-02-07Minor cosmetic changes.Alexander Regueiro-9/+8
2019-02-07Addressed review points.Alexander Regueiro-404/+412
2019-02-07Factored out context-dependent help for error reporting.Alexander Regueiro-183/+195
2019-02-07Factored out error reporting from `smart_resolve_path_fragment` fn.Alexander Regueiro-332/+347
2019-02-08librustc_mir => 2018Taiki Endo-505/+514
2019-02-07Suggest removing parentheses surrounding lifetimesIgor Sadikov-6/+19
2019-02-07Add unstable feature attribute for unsigned const saturating add/sub intrinsi...Patrick McCarter-0/+2
2019-02-07update testMark Mansi-23/+27
2019-02-07Make it an incompatibility lint for nowMark Mansi-56/+72
2019-02-07add a testmark-0/+69
2019-02-07fix existing testsmark-32/+32
2019-02-07error on duplicate matcher bindingsmark-5/+49
2019-02-07Refactor const saturating intrinsics emulation and add unstable feature attri...Patrick McCarter-39/+29
2019-02-07Improve the error messages for missing stability attributesvarkor-21/+41
2019-02-07disable tests in MiriRalf Jung-0/+81