]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #53196 - davidtwco:compile-fail-to-ui, r=nikomatsakis
[rust.git] / src /
2018-08-14 borsAuto merge of #53196 - davidtwco:compile-fail-to-ui...
2018-08-14 borsAuto merge of #53335 - eddyb:issue-53333, r=petrochenkov
2018-08-14 David WoodMoved problematic tests on x86_64-gnu-nopt back to...
2018-08-14 David WoodMoved problematic tests on x86_64-pc-windows-gnu back...
2018-08-14 David WoodMoved problematic tests on armhf-gnu back to compile...
2018-08-14 David WoodMoved problematic tests on wasm32-unknown back to compi...
2018-08-14 David WoodMoved problematic tests on dist-x86_64-musl back to...
2018-08-14 David WoodMoved problematic tests on i586-unknown-linux-gnu back...
2018-08-14 David WoodNormalize tests for i686 Windows.
2018-08-14 David WoodFixed 'no such file or directory' mismatch between...
2018-08-14 David WoodMoved problematic tests on Windows back to compile...
2018-08-14 David WoodMoved tests back to compile-test if they don't work...
2018-08-14 David WoodFix no-link-with-link-args by introducing another norma...
2018-08-14 David WoodNormalize crateresolve1.rs to support different candida...
2018-08-14 David WoodSuggested trait implementation ordering is now determin...
2018-08-14 David WoodFixed truncated path not being normalized.
2018-08-14 David WoodNormalize test build directory and root build directory.
2018-08-14 David WoodTidy no longer fails when there are no files or subdire...
2018-08-14 David WoodMerged migrated compile-fail tests and ui tests. Fixes...
2018-08-14 David WoodUpdated new UI tests to pass with NLL compare-mode
2018-08-14 David WoodMoved compile-fail tests to ui tests.
2018-08-14 David WoodCheck error-patterns on UI tests. Fixes #52531.
2018-08-14 borsAuto merge of #53033 - RalfJung:manually_dro, r=SimonSapin
2018-08-14 Eduard-Mihai Burtescurustc_resolve: crates only exist in the type namespace.
2018-08-14 borsAuto merge of #52895 - draganmladjenovic:minmax_qnan...
2018-08-14 borsAuto merge of #52923 - eddyb:relative-imports, r=petroc...
2018-08-14 Eduard-Mihai Burtescurustc_resolve: also inject canaries to detect block...
2018-08-14 Eduard-Mihai Burtescurustc_resolve: inject ambiguity "canaries" when #!...
2018-08-14 Taylor Cramer#[feature(uniform_paths)]: allow `use x::y;` to resolve...
2018-08-14 Eduard-Mihai Burtescurustc_resolve: fix special-case for one-segment import...
2018-08-14 Eduard-Mihai Burtescusyntax: gensym the injected std/core extern crates...
2018-08-13 Eduard-Mihai Burtescusyntax: add `uniform_paths` feature-gate.
2018-08-13 borsAuto merge of #53270 - petrochenkov:macuse-regr, r...
2018-08-13 borsAuto merge of #53161 - michaelwoerister:cstrings, r...
2018-08-13 borsAuto merge of #53238 - nrc:update, r=kennytm
2018-08-13 borsAuto merge of #53051 - varkor:trait-method-pattern...
2018-08-12 borsAuto merge of #53297 - GuillaumeGomez:rollup, r=Guillau...
2018-08-12 Guillaume GomezRollup merge of #53283 - zackmdavis:and_the_case_of_the...
2018-08-12 Guillaume GomezRollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r...
2018-08-12 Guillaume GomezRollup merge of #53267 - GuillaumeGomez:fix-styles...
2018-08-12 Guillaume GomezRollup merge of #53264 - Havvy:patch-3, r=GuillaumeGomez
2018-08-12 Guillaume GomezRollup merge of #53253 - GuillaumeGomez:remove-console...
2018-08-12 Guillaume GomezRollup merge of #53240 - llogiq:doc-num-swap-reverse...
2018-08-12 Guillaume GomezRollup merge of #53231 - GuillaumeGomez:let-keyword...
2018-08-12 Guillaume GomezRollup merge of #53230 - memoryruins:nll_bootstrap_4...
2018-08-12 Guillaume GomezRollup merge of #53223 - ljedrz:cleanup_data_structures...
2018-08-12 Guillaume GomezRollup merge of #53210 - alexcrichton:deny-rustc-syntax...
2018-08-12 Guillaume GomezRollup merge of #53165 - jakllsch:netbsd-ad22a005-b917...
2018-08-12 Guillaume GomezRollup merge of #53059 - ljedrz:unneeded_returns, r...
2018-08-12 Guillaume GomezRollup merge of #53025 - ljedrz:debug_asserts_limited...
2018-08-12 Guillaume GomezRollup merge of #53019 - ljedrz:bad_collects, r=estebank
2018-08-12 Guillaume GomezRollup merge of #52955 - tromey:compiler-test-docs...
2018-08-12 Vadim PetrochenkovProhibit using macro-expanded `macro_export` macros...
2018-08-12 Zack M. Daviswherein we suggest float for integer literals where...
2018-08-11 varkorClean up and add extra tests
2018-08-11 varkorAdd E0642 to parser error
2018-08-11 varkorEmit an error during parsing
2018-08-11 varkorImprove diagnostics
2018-08-11 varkorFix handling of trait methods with bodies and improve...
2018-08-11 varkorSuggest replacing patterns with underscores
2018-08-11 varkorEmit error for pattern arguments in trait methods
2018-08-11 Havvy (Ryan Scheel)Fix indent
2018-08-11 Corey FarwellAdd links to std::char::REPLACEMENT_CHARACTER from...
2018-08-11 Guillaume GomezAdd let keyword doc
2018-08-11 Vadim PetrochenkovDo not consider built-in attributes as candidates when...
2018-08-11 Vadim PetrochenkovFeature gate arbitrary tokens in non-macro attributes...
2018-08-11 Ryan ScheelShow that Command can be reused and remodified
2018-08-11 Guillaume GomezFix styles
2018-08-11 Nick CameronUpdate RLS
2018-08-10 Jonathan A. Kollaschaarch64-unknown-netbsd: add openssl configuration
2018-08-10 borsAuto merge of #53177 - nikomatsakis:nll-redundant-borro...
2018-08-10 Guillaume GomezRemove unwanted console log
2018-08-10 Tom TromeyLink compiler test documentation to rustc-guide
2018-08-10 memoryruins[nll] librustc_codegen_llvm: remove unused mut annotation
2018-08-10 memoryruins[nll] librustc_codegen_llvm: change Child signature...
2018-08-10 memoryruins[nll] librustc_codegen_llvm: enable feature(nll) for...
2018-08-10 memoryruins[nll] librustc_mir: enable feature(nll) for bootstrap
2018-08-10 memoryruins[nll] libstd: enable feature(nll) for bootstrap
2018-08-10 Andre BogusAdd individual documentation for <integer>`.swap_bytes...
2018-08-10 Michael WoeristerIntroduce SmallCStr and use it where applicable.
2018-08-10 Michael WoeristerIntroduce const_cstr!() macro and use it where applicable.
2018-08-10 Niko Matsakisdon't walk MIR if no local variables need liveness
2018-08-10 borsAuto merge of #53131 - davidtwco:issue-52663-thread...
2018-08-10 ljedrzConsider changing assert! to debug_assert! when it...
2018-08-10 borsAuto merge of #53124 - davidtwco:issue-52742, r=nikomat...
2018-08-10 borsAuto merge of #53073 - Mark-Simulacrum:data-structures...
2018-08-09 borsAuto merge of #52788 - LukasKalbertodt:improve-index...
2018-08-09 memoryruins[nll] librustc_data_structures: remove unused mut annot...
2018-08-09 memoryruins[nll] librustdoc: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_typeck: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_platform_intrinsics: enable feature...
2018-08-09 memoryruins[nll] librustc_msan: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_lsan: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_llvm: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_codegen_utils: enable feature(nll) for...
2018-08-09 memoryruins[nll] libproc_macro: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libsyntax_ext: remove unnecessary mut annotation...
2018-08-09 memoryruins[nll] libsyntax_ext: enable feature(nll) for bootstrap
2018-08-09 borsAuto merge of #53216 - kennytm:rollup, r=kennytm
2018-08-09 kennytmRollup merge of #53207 - llogiq:num-rotate-docs, r...
next