]> git.lizzy.rs Git - rust.git/history - src
Updated diagnostics.
[rust.git] / src /
2018-08-11 Nick CameronUpdate RLS
2018-08-10 Linus FärnstrandReplace _.. with just .. in slice pattern
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 Linus FärnstrandMake use of match ergonomics in ip methods
2018-08-10 Linus FärnstrandUse slice patterns to check IP octets
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 Josh Stonerustc_codegen_llvm: Restore the closure env alloca...
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 Sunjay VarmaPreferring BuiltInCandidate { has_nested: false } in...
2018-08-09 Andre Richtertargets: aarch64: Add bare-metal aarch64 target
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 varkorAdd a safety check for compiletest rlimit
2018-08-09 varkorDon't set rlimit to a lower value than the current
2018-08-09 kennytmRollup merge of #53207 - llogiq:num-rotate-docs, r...
2018-08-09 ljedrzA few cleanups for rustc_data_structures
2018-08-09 ljedrzChange transmute()s in IdxSet::{from_slice, from_slice_...
2018-08-09 ljedrzMake SnapshotMap::{commit, rollback_to} take references
2018-08-09 kennytmRollup merge of #53222 - ljedrz:cleanup_rustc_target...
2018-08-09 kennytmRollup merge of #53215 - ljedrz:refactor_format, r...
2018-08-09 kennytmRollup merge of #53219 - memoryruins:nll_bootstrap_3...
2018-08-09 kennytmRollup merge of #53214 - memoryruins:nll_bootstrap_2...
2018-08-09 kennytmRollup merge of #53211 - memoryruins:nll_bootstrap...
2018-08-09 kennytmRollup merge of #53082 - felixrabe:fix-doc-link-again...
2018-08-09 kennytmRollup merge of #53217 - strake:inline, r=nagisa
2018-08-09 kennytmRollup merge of #53106 - RalfJung:ordering, r=stjepang
2018-08-09 kennytmRollup merge of #53183 - estebank:println-comma, r...
2018-08-09 kennytmRollup merge of #53179 - gnzlbg:patch-3, r=alexcrichton
2018-08-09 BurntPizzaDon't panic on std::env::vars() when env in null.
2018-08-09 QuietMisdreavusset the syntax edition in the driver's phase 1
2018-08-09 Mark RousskovMove span_bug and bug helper functions to util
2018-08-09 Mark RousskovCache ignored attributes inside ICH entirely
2018-08-09 Mark RousskovMove Fingerprint to data structures
2018-08-09 Mark RousskovReuse Hash impls for session data structures
2018-08-09 Mark RousskovRemove dependency on rustc::ty from code_stats
2018-08-09 Mark RousskovMove path2cstr to rustc_fs_util
2018-08-09 Mark RousskovMove rustc::util::fs into separate (new) crate
2018-08-09 Mark RousskovMove SVH structure to data structures
2018-08-09 Andre BogusAdd individual docs for rotate_{left, right}
2018-08-09 Alex CrichtonDeny future duplication of rustc-ap-syntax
2018-08-09 ljedrzA few cleanups for rustc_target
2018-08-09 memoryruins[nll] libtest: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libsyntax: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libserialize: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_data_structures: enable feature(nll...
2018-08-09 memoryruins[nll] librustc_allocator: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libprofiler_builtins: enable feature(nll) for...
2018-08-09 borsAuto merge of #53031 - michaelwoerister:cross-lto,...
2018-08-09 memoryruins[nll] libcore: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libunwind: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libterm: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libsyntax_pos: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_target: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_incremental: enable feature(nll) for...
2018-08-09 memoryruins[nll] librustc_driver: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_cratesio_shim: enable feature(nll) for...
2018-08-09 memoryruins[nll] librustc_apfloat: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libpanic_unwind: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libpanic_abort: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libfmt_macros: enable feature(nll) for bootstrap
2018-08-09 David WoodUpdated tests after rebase.
2018-08-09 Ralf Jungrepr(transparent)
2018-08-09 M Farkas-Dyckinline some short functions
2018-08-09 kennytmRollup merge of #53116 - jakllsch:netbsd-unsigned-char...
2018-08-09 kennytmRollup merge of #53110 - Xanewok:save-analysis-remap...
2018-08-09 kennytmRollup merge of #53094 - GuillaumeGomez:automatic-expan...
2018-08-09 kennytmRollup merge of #52773 - ljedrz:unncecessary_patterns...
2018-08-09 David WoodFallback to 'has type' error messages rather than ...
2018-08-09 David WoodCorrectly identify named early bound regions.
2018-08-09 memoryruins[nll] librustc_tsan: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_traits: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_save_analysis: enable feature(nll) for...
2018-08-09 memoryruins[nll] librustc_resolve: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_privacy: enable feature(nll) for bootstrap
next